html,body {
height:100%;

margin:0;
padding:0;
font-family:sans-serif;

}

h1                { font-size:14pt;
                  font-family:sans-serif;
                  font-style:normal;
                  font-variant:normal;
                  font-weight:bold;
                  color:#00A6E7; }

h2                { font-size:12pt;
                  font-family:sans-serif;
                  font-style:normal;
                  font-variant:normal;
                  font-weight:bold;
                  color:#00A6E7; }

a:link                { color:#00A6E7;
                  text-decoration:none; }
a:focus                { color:#00A6E7;
                  text-decoration:none; }
a:visited        { color:#00A6E7;
                  text-decoration:none; }
a:hover                { color:#00A6E7;
                  text-decoration:underline; }

*                { scrollbar-base-color:#00A6E7;
                  scrollbar-arrow-color:#00A6E7;
                  scrollbar-face-color:#ffffff;
                  scrollbar-highlight-color:#00A6E7;
                  scrollbar-shadow-color:#00A6E7;
                  scrollbar-track-color:#ffffff;
                  scrollbar-3dlight-color:#ffffff;
                  scrollbar-darkshadow-color:#ffffff; }

#main {     /* bezieht sich auf den gesamten DIV-Container der Navigation */
width:700px;
font-size:11pt;
float:left;
line-height:20px;
text-align: left;
z-index:0;
position: absolute;
    top: 15em; left: 18em
}


#left {     /* bezieht sich auf den gesamten DIV-Container der Navigation */
width:13%;
float:left;
line-height:20px;
text-align: left;
z-index:1;
}

  ul#Navigation {
    margin: 0; padding: 0;
    text-align: left;

  }

  ul#Navigation li {
    list-style: none;
    position: relative;
    margin: 0.4em; padding: 0;
    z-index:2;
  }
  * 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: -0.4em; left: 7em; /* Positionierung der Unternavigation */
    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: white; 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.2em;
  }

  ul#Navigation a {
    display: block;
    width: 5em;  /* Breite der Links in Hauptnavigation und Unternavigation */
    padding: 0.2em 1em;
    text-decoration: none;  /* Schriftattribute für Hauptnavigation und Unternavigation */
    font-weight: bold;   /* Schriftattribute für Hauptnavigation und Unternavigation */
    border: ;  /* Rahmenattribute für Hauptnavigation und Unternavigation */
    border-left-color: ;  /* Rahmenattribute für Hauptnavigation und Unternavigation */
    border-top-color: ;  /* Rahmenattribute für Hauptnavigation und Unternavigation */
    color: black;  /* Schriftfarbe der Links in Hauptnavigation und Unternavigation */
    background-color: ;  /* Hintergrundfarbe der Links in Hauptnavigation und Unternavigation */
  }

  ul#Navigation li ul a {
    display: block;
    width: 10em;  /* Breite der Links in Hauptnavigation und Unternavigation */
    padding: 0.2em 1em;
    text-decoration: none;  /* Schriftattribute für Hauptnavigation und Unternavigation */
    font-weight: bold;   /* Schriftattribute für Hauptnavigation und Unternavigation */
    border:solid 1px ;  /* Rahmenattribute für Hauptnavigation und Unternavigation */
    border-left-color: ;  /* Rahmenattribute für Hauptnavigation und Unternavigation */
    border-top-color: ;  /* Rahmenattribute für Hauptnavigation und Unternavigation */
    color: black;  /* Schriftfarbe der Links in Hauptnavigation und Unternavigation */
    background-color:#F5ED98 ;  /* Hintergrundfarbe der Links in Hauptnavigation und Unternavigation */
  }
  * html ul#Navigation a {
    width: 8.6em;   /* Breite nach altem MS-Boxmodell fuer IE 5.x */
    w\idth: 6.4em;  /* korrekte Breite fuer den IE 6 im standardkompatiblen Modus */
  }
  ul#Navigation a:hover, ul#Navigation {   /* Alles für den Hauptnavi-Block */
    border-color: ;
    border-left-color: ;
    border-top-color: ;
    color: #00A6E7;   /* Schriftfarbe des Blocks der Hauptnavigation bei Mausover*/
    background-color:;   /* Hintergrundfarbe des Blocks der Hauptnavigation */
  }
