<style type="text/css">

  body {
    font: normal 100.01% Verdana, sans-serif;
    color: black; background-color:black;
    
  }

  div#Rahmen {
    width: 42.6em;
    padding: 0.37em;
    margin:10px
    border: 30px solid black;
    background-color: #30ACBF;
  }
  * html div#Rahmen {  /* Korrektur fuer IE 5.x */
    width: 43em;
    w\idth: 43em;
  }
  div#Rahmen div {
     clear: left;
     margin:0.4em    /* Navigationsbalkengröße einstellen*/
     
  }
  ul#Navigation {
    margin:2.0; padding: 0em;
    text-align:left
  } 

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

  ul#Navigation li ul {
    margin: 3; padding: 0.1;
    position: absolute;
    top: 1.7em; left: -0.25em;
    display: none;  /* Unternavigation ausblenden */
  }
  * html ul#Navigation li ul {  /* Korrektur fuer IE 5.x */
    left: -0.25em;
    lef\t: -0.25em;
  }
  *:first-child+html ul#Navigation ul {  /* Workaround fuer den IE 7 */
    background-color:white; padding-bottom:1.7em;
  }
  ul#Navigation li:hover ul {
    display: block;  /* Unternavigation in modernen Browsern einblenden */
  }
  ul#Navigation li ul li {
    float: none;
    display: block;
    margin-bottom: 0em;
  }

  ul#Navigation a, ul#Navigation span {
    display: block;
    width: 7.0em;  /* Breite den in li enthaltenen Elementen zuweisen */
    padding: 0.3em 1.63em;
    text-decoration: none; font-weight: bold;
    
    color:#CFE6E6; background-color: #407780;
  }
  * html ul#Navigation a, * html ul#Navigation span {
    width: 8.5em;   /* Breite nach altem MS-Boxmodell für IE 5.x */
    w\idth: 8.5em;  /* korrekte Breite fuer den IE 6 im standardkonformen Modus */
  }
  ul#Navigation a:hover, ul#Navigation span, li a#aktuell {
    border-color: white;
    border-left-color: black; border-top-color: black;
    color: #FDE202; background-color: #488791;
  }
  li a#aktuell {  /* aktuelle Rubrik kennzeichnen */
    color:badede; background-color :#fefefe;
  }
  ul#Navigation li ul span {  /* aktuelle Unterseite kennzeichnen */
    background-color: #fefefe; }
   
   




</style>