*|body, *|td, *|th {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 12px;
  color: #000000;
  line-height: normal;
  font-weight: normal;
  font-style: normal;
  text-align: justify;
}
*|body {
  border-width: 0px;
  margin: auto;
  padding-top: 0px;
  background-color: #ffffff;
  top: 0px;
  max-width: 93em;
  min-width: 90em;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 12px;
  color: black;
  font-weight: normal;
  font-style: normal;
  line-height: normal;
  text-align: justify;
}
*|a {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 12px;
  color: #5699e8;
  font-weight: normal;
  font-style: normal;
}
*|a:link {
  color: #5699e8;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  text-decoration:none;
}
*|a:visited {
  color: #5699e8;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  text-decoration:none;
}
*|a:hover {
  color: #4071A9;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
}
*|a:active {
  color: #4071A9;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
}

*|h1 {
  font-weight: bold;
  color: #467cbb;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 16px;
  text-align: center;
}

*|h2 {
  color: #5699e8;
  font-size: 14px;
  font-family: Arial,Helvetica,sans-serif;
}

*|h3 {
  color: #000000;
  font-size: 12px;
  font-family: Arial,Helvetica,sans-serif;
font-weight: bold;
 } 

p#Kopfinfos {
color: white;
font-size: 12px;
margin-left: 0.8em;
padding-left: 0.8em;
margin-right: 0.8em;
padding-right: 0.8em;
text-decoration:none;
word-spacing:1em;
white-space:nowrap;
} 

p#Kopfinfos a:hover {
color: gray;
font-size: 12px;
margin-left: 0.8em;
padding-left: 0.8em;
margin-right: 0.8em;
padding-right: 0.8em;
text-decoration:none;
word-spacing:1em;
white-space:nowrap;
} 

p#Fussinfos {
color: black;
font-size: 12px;
font-weight: bold;
text-align: center;
margin-right:auto;
margin-left:auto;
text-decoration:none;
word-spacing:4em;
white-space:nowrap;
}

/* Hier beginnt das Navigationsmenue */
  div#Rahmen {
    width: 91em;
    padding: 0.9em;
    border: 0px solid black;
    background-color: #4071A9;
    margin-left:auto;
    margin-right:auto;
  }
  * html div#Rahmen {  /* Korrektur fuer IE 5.x */
    width: 90em;
    w\idth: 89em;
  }
  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.4em; 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: 1.6em; 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: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: 10.2em;  /* Breite den in li enthaltenen Elementen zuweisen */
    padding: 0.3em 1em;
    text-decoration: none; font-weight: bold;
    border: 0px solid black;
    border-left-color: white; border-top-color: white;
    color: #4071A9; background-color: #ccc;
  }
  * html ul#Navigation a, * html ul#Navigation span {
    width: 10em;   /* Breite nach altem MS-Boxmodell fŸr IE 5.x */
    w\idth: 10em;  /* 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;
  }
