/* hellgrün Hintergrund Button #CBFE33 203,254,51
dunkelgrün Button horizontal #669801 102,152,1
dunkelgrün Logo #637D6A 99,125,106
dunkelgrün Buttontext #043C00
hellgrau #CCCCCC 204,204,204

Navigation horizontal */
ul#navilisth {
	margin: 0; /*entfernt Abstand in IE und Opera*/
	padding: 0; /*entfernt Abstand in Mozilla und NN7*/
	list-style-type: none; /*Listenzeichen abschalten*/
	font: 600 0.8em Verdana, Arial, Helvetica, sans-serif;
	text-align: center;}
#navilisth li {
	margin: 0 0 0 0;
	display: inline;}
#navilisth  a {
	float:left;
	padding: 2px 0px 2px 2px;
	margin-top:25px;
	margin-left:6px;
	width: 185px;
	background: #FFF;
	text-align: center;
	color: #043C00;
	text-decoration: none;}
#navilisth a:link, #navilisth a:visited {
	background: #669801; color: #FFF;
	text-decoration: none;}
#navilisth a:hover {
	background: #FFF;
	color: #637D6A;}
#aktivierth a:link, #aktivierth a:visited, #aktivierth a:hover {
	background-color: #FFF;
	font-weight:600;
	color: #043C00;}

/*Navigation vertikal */
.navlist {
background-color: #FFF;
display: block;
font:  600 0.8em Verdana, Arial, sans-serif;
padding: 0 0 0 0;
text-align: center;
margin:0;}

.navlist li {
background-color: #CBFE33;
color: #043C00;
list-style: none;
margin-bottom: 0px;
padding-top: 0px;
margin-bottom: 6px; /*Abstand der Boxen zueinander*/
width: 185px;}

.navlist a {
color: #043C00;
display: block;
margin-bottom: 0px;
padding-top: 6px;
padding-bottom: 6px;
text-decoration: none;
text-align: center;
width: 185px;}

.navlist #aktiviert a:link, #aktiviert a:visited, #aktiviert a:hover  {
color: #043C00;
background-color: white;
text-align: center;}

.navlist a:hover {
background: #669801;}

.subnavlist {
display: block;
font: 12px Verdana, Arial, sans-serif;
padding: 0 0 0 10px;
margin:0;}

.subnavlist li {
background-color: #FFF;
list-style: none;
margin-bottom: 6px; /*Abstand der Boxen*/
padding-top: 2px;
text-align: center;
width: 185px;}

.subnavlist li a {
color: #043C00;
display: block;
height: 20px;
padding-top: 6px;
padding-bottom: 6px;
text-decoration: none;
text-align: center;
width: 185px;}

.subnavlist #active a:link, #active a:visited, #active a:hover  {
color: #043C00;
padding-top: 2px;
text-decoration: underline;}