@charset "UTF-8";

ul#nav {
  font-weight: bold;
  text-align: center;
  list-style: none;
  float: left;  /* ohne width - nach CSS 2.1 erlaubt */
  position: relative;
}
 * html ul#nav li {  /* Korrektur fuer den IE 5 und 6 */
    margin-bottom: -0.4em;
  }
  *:first-child+html ul#nav li {  /* Korrektur fuer den IE 7 */
    margin-bottom: -0.1em;
  }


ul#nav li {
  padding: 5px 0px 5px 0px;
  border-radius: 25px 8px 25px 8px;
  background-color: #EEE;
  line-height:1.2em;
  font-size: 1.0em;
  margin-top:0.1em;
}
ul#nav li ul {
  position: absolute;
  display: none;  /* Unternavigation ausblenden */
  }
  * html ul#nav li ul {  /* Korrektur fuer IE 5.x */
    left: -1.5em;
    lef\t: -0.4em;
  }
  *:first-child+html ul#nav ul {  /* Workaround fuer den IE 7 */
    background-color:silver; padding-bottom:0.4em;
  }
  ul#nav li:hover ul {
   display: block;  /* Unternavigation in modernen Browsern einblenden */
  }
  ul#nav li ul li {
    float: none;
    display: block;
  padding: 5px 15px 5px 15px;
   width:100%;
   margin-top:5px;
   margin-bottom:5px;
  z-index:1000;
  line-height:0.8em;
  }


 
#nav, .nav, #nav .nav li { 
  margin:0px; 
  padding:0px; 
}


#nav li {
  float:left;
  display:inline;
  cursor:pointer;
  list-style:none;
  border:1px solid #79B61B;
  border-collapse:collapse;
  position:relative;
  background-color: #EEE;
}

#nav li ul.nav {
  left:-1px; 
  top:100%;
}

#nav .nav li {
  width:78%;
  background:#EEE;
  margin-top:3px;
  line-height:1.4em;
}

ul.nav {
  display:none;
}

li.home {
  width:2em;
}

li.top {
  width:9em;
  color: #79B61B; 
}

#nav li:hover > a, #nav li:hover {
  color: #EE7600;
  background: #FFF;
}

#nav li:hover {
  border: 1px solid #00008B;
  background-color: #FFF;
}


li:hover > .nav {
  display:block;
  position:absolute;
  width:200px;
  top:-2px;
  left:50%;
  z-index:1000;
}

#nav a:link {
  color: #79B61B; 
  background-color: transparent;
  text-decoration: none;
}

#nav a:visited {
  color: #79B61B; 
  background-color: #FFF; 
}

ul#nav li.home a {
  background: url("../pics/home2-20x20.png") no-repeat scroll center -3px transparent !important;
}
ul#nav li.home a:hover {
  background: url("../pics/home20x20.png") no-repeat scroll center -3px transparent !important;
  background-color: #FFF !important; }

/* entsprechend neu gebaut aus selfhtml heraus jb 26.2.2013 */

 div#Rahmen {
    width: 47.1em;
    padding: 0.8em;
    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;
    text-align: center;
  }
/* soweit i.O., weiter im Text */
  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.2em;
  }
    ul#Navigation a, ul#Navigation span {
    display: block;
    width: 6.4em;  /* Breite den in li enthaltenen Elementen zuweisen */
    padding: 0.2em 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;
  }


