
  body  {
    font-family:Verdana, Helvetica, Arial, sans-serif;
    font-size:10pt;
    background-color: #ffffe0;
    SCROLLBAR-ARROW-COLOR: #ffffff;
SCROLLBAR-BASE-COLOR: #996600;


  }

  div#Rahmen {
    width:806px;
     height:17px;
       border-top: 1px solid #000000;
       border-bottom: 1px solid #000000;
       border-left: 1px solid #000000;
       background-color:#996600;
      
  }
  * html div#Rahmen {  /* Korrektur fuer IE 5.x */
    width:806px;
    w\idth: 806px;
    
  }
  div#Rahmen 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: 0em; padding: 0;
        
  }
  * html ul#Navigation li {  /* Korrektur fuer den IE 5 und 6 */
    margin-bottom: -0.0em;
  }
  first-child+html ul#Navigation li {  /* Korrektur fuer den IE 7 */
    margin-bottom: -0.1em;
  }

  ul#Navigation li ul {
    margin: 0; padding: 0;
    position: absolute;
    top: 1.5em; left: -0.0em;
    display: none;  /* Unternavigation ausblenden */
  }
  * html ul#Navigation li ul {  /* Korrektur fuer IE 5.x */
    left: -1.5em;
    lef\t: -0.1em;
  }
  
  first-child+html ul#Navigation ul {  /* Workaround fuer den IE 7 */
     padding-bottom:0.0em;
  }
  ul#Navigation li:hover ul {
    display: block;  /* Unternavigation in modernen Browsern einblenden */
    
  
  }
  ul#Navigation li ul li {
    float: none;
    display: block;    
    margin-bottom:0px;
  }

  ul#Navigation a, ul#Navigation span {
    display: block;
    width: 110px;  /* Breite den in li enthaltenen Elementen zuweisen */
    padding: 0.2em 1em;
    text-decoration: none; font-weight: normal;
    text-align:left;
    color: #ffffcc; background-color: #996600;
      
  }
  * html ul#Navigation a, * html ul#Navigation span {
    width:130px;   /* Breite nach altem MS-Boxmodell fuer IE 5.x */
    w\idth: 130px;  /* korrekte Breite fuer den IE 6 im standardkompatiblen Modus */
   
  }
  ul#Navigation a:hover, ul#Navigation span, li a#aktuell {
    border-color: black;
    color: black; background-color: #C8C196;
        
    
  }
  li a#aktuell {  /* aktuelle Rubrik kennzeichnen */
    color: maroon; background-color: #996600;
  }
  ul#Navigation li ul span {  /* aktuelle Unterseite kennzeichnen */
    background-color: maroon;background-color: #996600;
  }
  
  
  #subnavi a { color:#ffffe0;text-decoration :none; border:0; font-family: verdana,arial,helvetica;font-size: 8pt;font-weight:normal; padding-left:20pt;display:block;  height: 20px;line-height:160%; }
#subnavi a:visited {text-decoration:none; border:0; font-family: verdana,arial,helvetica;font-size: 8pt;font-weight:normal; padding-left:20pt;display:block; height: 20px; line-height:160%;}
#subnavi a:active { text-decoration:none; border:0;font-family: verdana,arial,helvetica;font-size: 8pt;font-weight:normal; padding-left:20pt;display:block;  height: 20px; line-height:160%;}
#subnavi a:hover { color:#ffffff; text-decoration:none;border:0; font-family: verdana,arial,helvetica;font-size: 8pt;font-weight:normal; padding-left:20pt; display:block; background: #C8C196;  height: 20px; line-height:160%;}
