body,td, table {
    font: 8pt  Arial, sans-serif;
    color: black; background-color: white;
  }
a,td.h {
 font-size: 8pt;
 font-weight: bold;
 color: #800000;
}
td.m {
border-bottom-width:2px;
border-color:#90B71D;

}
td.c {
background-color:#FFDF00;
}
  div#Rahmen {
    width: 100%;
    padding: 0.2em;
   <!-- border: 1px solid gold;-->
    background-color: white;
    border: 0px azure;
  }
  * html div#Rahmen {  /* Korrektur fuer IE 5.x */
    width: 100%;                         <!--60em-->
    w\idth: 100%;                        <!--60em-->
  }
  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: 0.2em; padding: 0;
  }
  * html ul#Navigation li {  /* Korrektur fuer den IE 5 und 6 */
    margin-bottom: -0.2em;
  }
  *: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: 0.3 em; left: -0.4em;
    display: none;  /* Unternavigation ausblenden */
  }
  * html ul#Navigation li ul {  /* Korrektur fuer IE 5.x */
    left: -1.5em;
    lef\t: -0.4em;
  }
  *:first-child+html ul#Navigation ul {  /* Workaround fuer den IE 7 */
    background-color:navajowhite; padding-bottom:0.2em;
  }
  ul#Navigation li:hover ul {
    display: block;  /* Unternavigation in modernen Browsern einblenden */        <!--block-->
  }
  ul#Navigation li ul li {
    float: none;
    display: bock;                       <!--block-->
    margin-bottom: 0.2em;
     width: 9em;
  }
  ul#Navigation a, ul#Navigation span {
    display: block;
    width: 9em;  /* Breite den in li enthaltenen Elementen zuweisen */            <!-- width: 9em; -->
    padding: 0.2em 0.2em;
    text-decoration: none; font-weight: normal;
    border: 1px solid azure;
    border-left-color: white; border-top-color: white;
    color: maroon; background-color: white;
  }
  * html ul#Navigation a, * html ul#Navigation span {                                     <!--8.6em;-->
    width: 9em;   /* Breite nach altem MS-Boxmodell fuer IE 5.x */
    w\idth: 9em;  /* 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: whitesmoke; border-top-color: goldenrod;
    color: darkred; background-color: white;
        width: 9em;
 }
  li a#aktuell {  /* aktuelle Rubrik kennzeichnen */
    color: maroon; background-color: white;
  }
  ul#Navigation li ul span {  /* aktuelle Unterseite kennzeichnen */
    background-color: white;
  }
