/* +++++++++++++ Hauptnavigation ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.hauptnav, .hauptnav_aktiv{
	float:left;
	height:31px;
	padding-left: 11px;
	padding-right: 15px;	
	background-image:url(../bilder/img_mainnavi.gif);
	background-repeat:no-repeat;
	background-position:0 0;
}
.hauptnav a{
	font-family: "Trebuchet MS", sans-serif arial, helvetica, geneva, sans-serif;
	font-size:16px;
	color:#edeace;
	text-decoration:none;
}
.hauptnav a:hover{
	font-family: "Trebuchet MS", sans-serif arial, helvetica, geneva, sans-serif;
	font-size:16px;
	color:#7eb761;
	text-decoration:none;
}
.hauptnav_aktiv a{
	font-family: "Trebuchet MS", sans-serif arial, helvetica, geneva, sans-serif;
	font-size:16px;
	color:#7eb761;
	text-decoration:none;
}

/* +++++++++++++ Subnavigation ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.subnav, .subnav_aktiv{
	float:left;
	width:187px;
	height:25px;
	text-align:right;	
	background-image:url(../bilder/img_subnavi.gif);
	background-repeat:no-repeat;
	background-position:0 bottom;
	padding-top:8px;
}
.subnav a{
	font-family: "Trebuchet MS", sans-serif arial, helvetica, geneva, sans-serif;
	font-size:16px;
	color:#edeace;
	text-decoration:none;
}
.subnav a:hover{
	font-family: "Trebuchet MS", sans-serif arial, helvetica, geneva, sans-serif;
	font-size:16px;
	color:#7eb761;
	text-decoration:none;
}
.subnav_aktiv a{
	font-family: "Trebuchet MS", sans-serif arial, helvetica, geneva, sans-serif;
	font-size:16px;
	color:#7eb761;
	text-decoration:none;
}