 div#Rahmen {
    width:85.2em;
    font: normal 69.5% Helvetica, Arial, sans-serif;
    padding: 0.5em;
	
    border: 0px solid;
    border-left-color: #006600; border-top-color: #006600;
    border-right-color: #c5d63c; border-bottom-color: #c5d63c;
    background-color: #c5d63c;

}
  * html div#Rahmen {  /* Korrektur fuer IE 5.x */
    width: 85.2em;
    w\idth: 84.2em;
  }
  div#Rahmen div {
    clear: left; 
  }
  ul#Navigation {
    margin: 0; padding: 0;
    text-align: center;
  }

  ul#Navigation li {
    list-style: none;
    float: left;
    
    position: relative;
    margin: 0.4em; padding: 0;
    
	
  }
  * html ul#Navigation li {  /* Korrektur fuer den IE */
    margin-bottom: -0.4em;
  }

  ul#Navigation li ul {
    margin: 0; padding: 0px;/* Unternavigation ausrichten */
    position: absolute;
    
    top: 1.9em; left: -0.4em;
    display: none;  /* Unternavigation ausblenden */
  }
  * html ul#Navigation li ul {  /* Korrektur fuer IE 5.x */
    left: -1.5em;
    lef\t: -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;
    padding: 0.2em 1em;
    width: 6.2em;  /* Breite den in li enthaltenen Elementen zuweisen */
    text-decoration: none; font-weight: bold;
    border: 2px solid #006600;
    border-left-color:#ebf63c; border-top-color:#ebf63c;
    color: #006600; background-color: #c5d63c;
	

  }
   * html ul#Navigation a, * html ul#Navigation span {
    width: 7.5em;   /* Breite nach altem MS-Boxmodell f&uuml;r IE 5.x */
    w\idth: 6.4em;  /* korrekte Breite fuer den IE 6 im standardkompatiblen Modus */
  }

  ul#Navigation a:hover, ul#Navigation span, li a#aktuell {
    border: 2px solid;
    border-color: #c5d63c;
    border-left-color: #006600; border-top-color: #006600;
    border-right-color: #ebf63c; border-bottom-color: #ebf63c;
    color: #006600; background-color: #6ea637;
  }
  li a#aktuell {  /* aktuelle Rubrik kennzeichnen */
    color: #006600; background-color: #6ea637;
  }
  ul#Navigation li ul span {  /* aktuelle Unterseite kennzeichnen */
    background-color: #6ea637;
    
  }

/* Erweiterung zur dynamischen Ein-/Ausblendung */
  ul#Navigation li>ul {
    display: none; top: 2.0em;
  }
  ul#Navigation li:hover>ul, ul#Navigation li>a#aktuell+ul {
    display: block;
  }
