ul#Navigation2 a, ul#Navigation span {
    display: block;
    /* width: 85px;  */ /* Breite den in li enthaltenen Elementen zuweisen */
    padding: 0px;
    /* text-decoration: none; font-weight: bold;
    border: 1px solid black;
    border-left-color: white; border-top-color: white;
    color: maroon; background-color: #ccc; */
  }
ul#Navigation2 li {
    list-style: none;
    float: left;  /* ohne width - nach CSS 2.1 erlaubt */
    position: relative;
    margin: 0; padding: 0;
    /* background-color: #ffffff; */
  }



  /* body {
    font: normal 100.01% Helvetica, Arial, sans-serif;
    color: black; background-color: #ffffe0;
  } */

  div#Rahmen222 {
    width: 47.1em;
    padding: 0.8em;
    border: 1px solid black;
   /*  background-color: silver; */
  }
  * html div#Rahmen222 {  /* Korrektur fuer IE 5.x */
    width: 48.7em;
    w\idth: 47.1em;
  }
  div#Rahmen222 div {
     clear: left;
  }
  ul#Navigation {
    margin: 0; padding: 0;
    
    /* text-align: center; */
  }

  ul#Navigation li {
    list-style: none;
    float: left;  /* ohne width - nach CSS 2.1 erlaubt */
    position: relative;
    margin: 0; padding: 0;
    /* background-color: #ffffff; */
  }
   * html ul#Navigation li {   /* Korrektur fuer den IE 5 und 6 */
    /*  background: #ffffff; */
     margin-bottom: -25px; /* margin-bottom: -22px; */
  } 
  
  
   *:first-child+html ul#Navigation li {  */  /* Korrektur fuer den IE 7 */
      margin-bottom: -4px;
  }  

  
  
  
  
   ul#Navigation li ul {
   /* border: 1px solid #eeeeee; */
    margin: 0 ; padding: 0;
    position: absolute;
   /*  top: -108px;  left: 0px; */ /* top: -110px; top: 15px;  left: 0px;   */
    display: none;  /* Unternavigation ausblenden */
    z-index: 100;
  }
  
  
  
  
  
  
  
  /* * html ul#Navigation li ul { */  /* Korrektur fuer IE 5.x */
   /*  left: -1.5em;
    lef\t: 0px;
  } */
  /* *:first-child+html ul#Navigation ul { */  /* Workaround fuer den IE 7 */
    /* background-color:silver; padding-bottom:0.4em;
  } */
  ul#Navigation li:hover ul {
    display: block;  /* Unternavigation in modernen Browsern einblenden */   
  }
  ul#Navigation li ul li {
    float: none;
    display: block;
    /* margin-bottom: 0.2em; */
  }

  ul#Navigation a, ul#Navigation span {
    display: block;
    /* width: 100px;  */ /* Breite den in li enthaltenen Elementen zuweisen */
    padding: 0px;
    /* text-decoration: none; font-weight: bold;
    border: 1px solid black;
    border-left-color: white; border-top-color: white;
    color: maroon; background-color: #ccc; */
  }
  
  /* * html ul#Navigation a, * html ul#Navigation span {
    width: 8.6em;   */ /* Breite nach altem MS-Boxmodell fuer IE 5.x */
    /* w\idth: 6.4em; */  /* korrekte Breite fuer den IE 6 im standardkompatiblen Modus */
  /* } */
  
  /* ul#Navigation a:hover, ul#Navigation span, li a#aktuell {
    border-color: white;
    border-left-color: black; border-top-color: black;
    color: white; background-color: gray;
  } */
  
  /* aktuelle Rubrik kennzeichnen */
  /* li a#aktuell {  
    color: maroon; background-color: silver;
  } */
  
  /* aktuelle Unterseite kennzeichnen */
  /* ul#Navigation li ul span {  
    background-color: maroon;
  } */


