@charset "utf-8";

  div#Rahmen {
	width: 880px;
	background-image: url(grafiken/bg-navi.jpg);
	background-repeat: repeat-x;
	margin: auto;
	height: 20px;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
  }
  * html div#Rahmen {  /* Korrektur fuer IE 5.x */
	width: 48.7em;
	w\idth: 100px;
  }
  div#Rahmen div {
     clear: left;
  }
  ul#Navigation {
    margin: 0; padding: 0;
    text-align: left;
  }

  ul#Navigation li {
	list-style: none;
	float: left;  /* ohne width - nach CSS 2.1 erlaubt */
	position: relative;
	margin: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 5;
  }
  * html ul#Navigation li {  /* Korrektur fuer den IE 5 und 6 */

  }
  *: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;
	display: none;  /* Unternavigation ausblenden */
  }
  * html ul#Navigation li ul {  /* Korrektur fuer IE 5.x */

  }
  *:first-child+html ul#Navigation ul {  /* Workaround fuer den IE 7 */
	padding-bottom:0.4em;
  }
  ul#Navigation li:hover ul {
	display: block;  /* Unternavigation in modernen Browsern einblenden */
	color: #4DB441;
	background-image: url(grafiken/bg-navi2.jpg);
	background-repeat: repeat-x;
  }
  ul#Navigation li ul li {
	float: none;
	display: block;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #931516;
	color: #449E39;
	padding-left: 2px;
	padding-top: 8px;
	padding-bottom: 5px;
	font-weight: bolder;
  }

  ul#Navigation a   {
	font-weight: bold;
	font-size:12px;
	font-family:verdana;
	text-decoration:none;
	font-weight:900;
	padding: 7px;
  }
  
  ul#Navigation span {
	display: block;
	width: auto;
	text-decoration: none;



  * 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 */
	padding-right: 1em;
	padding-left: 1em;
  }
  ul#Navigation a:hover
  {
	color: #439D38;
  }
  ul#Navigation span
    {
	color: #439D38;
  }
  li a#aktuell {
	color: #439D38;
  }
  li a#aktuell {  /* aktuelle Rubrik kennzeichnen */
	color: #FFF;
  }
  ul#Navigation li ul span {  /* aktuelle Unterseite kennzeichnen */
	background-color: FFF;
	color: #459E3B;
  }
