body {
color : #182122;
background-color : #5b8843;
font-family : arial, "times new roman";
font-size : 11pt;
text-align : center;
}

p {
color : #182122;
font-family : arial, "times new roman";
font-size : 11pt;
font-weight : 400;
text-align : center;
}

h1 {
color : #182122;
font-family : arial, "times new roman";
font-size : 16pt;
font-weight : 700;
text-align : center;
}
h2 {
color : #182122;
font-family : arial, "times new roman";
font-size : 12pt;
font-weight : 400;
text-align : center;
}
h3 {
color : #182122;
position: center;
font-family : arial, "times new roman";
font-size : 10pt;
font-weight : 400;
text-align : center;
}
h4 {
color : #182122;
font-family : arial, "times new roman";
font-size : 11pt;
font-weight : 400;
text-align : justify;
}
h5 {
color : #182122;
font-family : arial, "times new roman";
font-size : 11pt;
font-weight : 700;
text-align : left;
}
h6 {
color : #182122;
font-family : arial, "times new roman";
font-size : 8pt;
font-style : italic;
font-weight : 400;
text-align : left;
}

#footer {
  text-align: center;
  position:fixed;
  bottom:0px;
  left:0px;
  width:100%;
  height: 30px;
  color: #182122;
  background-color: #5b8843;
}



   ul#Navigation {
	margin: 0;
	padding: 0;
	text-align: center;
	position:relative;
	top:-25px;
	left:18px;
	height: 51px;
  }

  ul#Navigation li {
    list-style: none;
    float: left;
    width: 8.4em;
    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 ul {  /* Workaround fuer den IE 7 */
    background-color: #F2FECF; padding-bottom:0.4em;
  }

  ul#Navigation li ul {
    margin: 0; padding: 0;
    position: absolute;
    top: 1.7em; left: -0.4em;
  }
  * html ul#Navigation li ul {  /* Korrektur fuer IE 5.x */
    left: -1.5em;
    lef\t: -0.4em;
  }
  ul#Navigation li ul li {
    float: none;
    display: block;
    margin-bottom: 0.2em;
  }

 ul#Navigation a {
    display: block;
    width: 6.4em;  /* Breite den in li enthaltenen Elementen zuweisen */
    padding: 0.2em 1em;
    font-size : 10pt;
    text-decoration: none; font-weight: bold;
    border: 1px solid black;
    border-left-color: white; border-top-color: white;
    color: #182122; background-color: #5b8843;
  }

  ul#Navigation span {
    display: block;
    width: 6.4em;  /* Breite den in li enthaltenen Elementen zuweisen */
    padding: 0.2em 1em;
    font-size : 10pt;
    text-decoration: none; font-weight: bold;
    border: 1px solid black;
    border-left-color: white; border-top-color: white;
    color: #182122; background-color: #9bcc82;
  }
  * html ul#Navigation a, * html ul#Navigation span {  /* nur fuer IE erforderlich */
    width: 100%;
    w\idth: 6.4em;
  }
  
  ul#Navigation a:hover {
    border-color: white;
    border-left-color: black; border-top-color: black;
    color: #182122; background-color: #F2FECF;    
  }
  
    ul#Navigation ul#Navigation span, li a#aktuell {
    border-color: white;
    border-left-color: black; border-top-color: black;
    color: #182122; background-color: #9bcc82;
  }
  
  li aktuell {  /* aktuelle Rubrik kennzeichnen */
    color: #182122; background-color: blue;
    font-size : 10pt;
  }
  
  li a#aktuell {  /* aktuelle Rubrik kennzeichnen */
    color: #182122; background-color: #9bcc82; font-size : 10pt;
  }

  
  li span {  /* aktuelle Rubrik kennzeichnen */
    color: #182122; background-color: blue; font-size : 10pt;
  }
  
  ul#Navigation li ul span {  /* aktuelle Unterseite kennzeichnen */
    background-color: #9bcc82;
  }

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

  /* Workaround fuer den IE 7 */
  *:first-child+html ul#Navigation ul {
    padding-bottom:0.4em;
  }


td {
font-family : arial,"times new roman";
color : #182122;
font-size : 11pt;
background-color : #F2FECF;
} 

div#Inhalt {
color : #182122;
font-family : arial, "times new roman";
font-size : 11pt;
text-align : center;
float: none;
margin : 0 auto;
margin-left : 0;
margin-top : 0;
padding : 10;
}

div#Inhalt h1 {
font-size : 16pt;
font-weight: 700;
margin : 0 0 0;
}
div#Inhalt h2 {
font-size : 12pt;
margin : 0 0 0;
}
div#Inhalt p {
font-size : 1em;
margin : 0 0 0;
}
div#Inhalt a:link {
color : #182122;
}
div#Inhalt a:visited {
color : #182122;
}
div#Inhalt a:hover {
color : #999999;
}
div#Inhalt a:active {
color : #999999;
}


a {
color : #182122;
font-family : arial, "times new roman";
}
a:link {
color : #182122;
}
a:visited {
color : #182122;
}
a:hover {
color : #999999;
}
