 body {    font: normal 80.01% Helvetica, Arial, sans-serif;   /* Font f. Menueelemente war normal 100.01 */    color: black; background-color: #ffffe0;  }  div#Rahmen {    width: 47.1em;                                /* Menuerahmen war 47.1 */    padding: 0.1em;                               /* war 0.8 */    border: 1px solid black;    background-color: silver;  }  * html div#Rahmen {                           /* Korrektur fuer IE 5.x */    width: 48.7em;    w\idth: 47.1em;  }  div#Rahmen div {     clear: left;  }  ul#Navigation {    margin: 0; padding: 0;                    /* Abstand nach allen Seiten  */    text-align: center;  }  ul#Navigation li {    list-style: none;    float: left;                              /* ohne width - nach CSS 2.1 erlaubt */                            position: relative;    margin: 0.0em; padding: 0;                /* horiz. Abstand zw. Elementen */  }  * html ul#Navigation li {                  /* Korrektur fuer den IE 5 und 6 */    margin-bottom: -0.4em;  }  *: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.6em; left: -0.1em;                     /* top war 1.6 */    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: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.1em;  }  ul#Navigation a, ul#Navigation span {    display: block;    width: 9.3em;                       /* Breite den in li enthaltenen Elementen zuweisen, war 6.4 */    padding: 0.1em 1em;    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 für IE 5.x */    w\idth: 6.4em;                        /* 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: white; background-color: gray;  }  li a#aktuell {                          /* aktuelle Rubrik kennzeichnen */    color: maroon; background-color: silver;  }  ul#Navigation li ul span {             /* aktuelle Unterseite kennzeichnen */    background-color: maroon;  }A.datum{ font-family:Verdana, Arial, sans-serif; color: black; font-size: 7pt; font-weight:normal; font-style:normal; text-decoration: none}A.text{ font-family:Verdana, Arial, sans-serif; color: black; font-size: 8pt; font-weight:normal; font-style:normal; text-decoration: none}A.htext{ font-family:Verdana, Arial, sans-serif; color: black; font-size: 9pt; font-weight:bold;font-style:bold; text-decoration: none}A.etext{ font-family:Verdana, Arial, sans-serif; color: black; font-size: 11pt; font-weight:bold;font-style:bold; text-decoration: none}A.htitel{ font-family:Verdana, Arial, sans-serif; color: darkgrey; font-size: 10pt; font-weight:bold; font-style:bold; text-decoration: none}A.Infolink{ font-family:Verdana, Arial, sans-serif; color: darkblue; font-size: 8pt; font-weight:normal; font-style:normal; text-decoration: none}A.enum{ font-family:Verdana, Arial, sans-serif; color: black; font-size: 16pt; font-weight:bold; font-style:bold; text-decoration: none}