  body {
    font: normal 80.00% Verdana, Helvetica, Arial, sans-serif;
    color: black; background-color: #80C4F5;
  }

  a:link, a:visited, a:focus, a:hover, a:active {
    font: normal 100.00% Verdana, Helvetica, Arial, sans-serif;
    color: black;
    text-decoration:none;
  }

  div#Seite {
    text-align: left;    /* Seiteninhalt wieder links ausrichten */
    margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
    width: 95%;
    padding-left: 1%;
    padding-right: 1%;
    background: #C5E2F0;
    border: 1px solid silver;
  }

    p#Kopfzeile {
    clear: both;
/*    color: silver;  */
    color: #AFAFAF;
    font-size: 0.83em;
    margin: 0.5em; padding: 0.1em;
    text-align: center;
    background-color: #C5E2F0;
    border-bottom: 1px solid silver;
  }

  div#Rahmen {
    margin: 0 auto;
    width: 99%;
    padding: 0;
    border: 1px solid black;
    border-left-color: white; border-top-color: white;
    background-color: #80C4F5;
  }
  * html div#Rahmen {  /* Korrektur fuer IE 5.x */
    padding: 0;
    height: 2.1em; /* oder 27px; Höhe des Rahmens für IE 5.x */
    width: 99%;
    w\idth: 99%;
  }
  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; padding: 0;
  }
  * 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: 2.1em; left: 0.0em;  /* Abstand Unternavigation zur Hauptnavigation */
    display: none;  /* Unternavigation ausblenden */
  }
  * html ul#Navigation li ul {  /* Korrektur fuer IE 5.x */
    left: -1.1em;
    lef\t: -0.0em;
  }
  *:first-child+html ul#Navigation ul {  /* Workaround fuer den IE 7 */
    background-color:#80C4F5; 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: 0px;  /*Abstand zwischen den Unter-Menüs */
  }

  ul#Navigation a, ul#Navigation span {
    display: block;
    width: 11.8em;  /* Breite den in li enthaltenen Elementen zuweisen */
    padding: 0.4em 1em;  /* Abstand oben/unten und links/rechts definieren */
    text-decoration: none; font-weight: bold; font-size: small;
    border: 1px solid black;
    border-left-color: white; border-top-color: white;
    color: white; background-color: #80C4F5;
  }
  * html ul#Navigation a, * html ul#Navigation span {
    width: 11.9em;   /* Breite nach altem MS-Boxmodell fuer IE 5.x */
    w\idth: 11.7em;  /* 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: black; background-color: #C5E2F0;
  }
  li a#aktuell {  /* aktuelle Rubrik kennzeichnen */
    color: white; background-color: #80C4F5;
  }
  ul#Navigation li ul span {  /* aktuelle Unterseite kennzeichnen */
    background-color: #C5E2F0;
  }

    p#Fusszeile {
    clear: both;
    color: #AFAFAF;
    font-size: 0.83em;
    margin: 0; padding: 0.1em;
    text-align: center;
    background-color: #C5E2F0;
    border-top: 1px solid silver;
  }