/* CSS Navigation */
/*HIER BITTE NICHTS ÄNDERN*/
.navmain {
	width:157px;
	height:35px;
	font-family: Century Gothic, Arial, Sans-Serif;
	font-size: 14px;
	text-indent:5px;
	padding-top:5px;
	line-height:29px;
}
.navmain a {
	color:#C3C3C3;
	display:block;
	height:35px;
	margin-top:0px;
	text-decoration:none;
	background-image:url(../pics_main/bg_nav1.jpg);
	background-repeat:no-repeat;
}
.navmain a:hover {
	color:#ED7B23;
	display:block;
	height:35px;
	margin-top:0px;
	text-decoration:none;
	background-image:url(../pics_main/bg_nav1_hover.jpg);
	background-repeat:no-repeat;
}
.navmainactive {
	width:157px;
	height:40px;
	font-family: Century Gothic, Arial, Sans-Serif;
	font-size: 14px;
	text-indent:5px;
	margin-top:5px;
	line-height:29px;
	background-image:url(../pics_main/bg_nav1_hover.jpg);
	background-repeat:no-repeat;
}
.navmainactive a:link{
	color:#C3C3C3;
	height:40px;
	margin-top:0px;
	text-decoration:none;
}
.navmainactive a:visited{
	color:#ED7B23;
	display:block;
	height:40px;
	margin-top:0px;
	text-decoration:none;
}
.navmainactive a:hover {
	color:#ED7B23;
	display:block;
	text-decoration:none;
}
.navsub {
	color:#FFFFFF;
	width:157px;
	height:22px;
	font-family: "Century Gothic", Arial, Sans-Serif;
	font-size: 12px;
	text-indent:10px;
	/*line-height:29px;*/
	padding-top:2px;
}
.navsub a {
	color:#ED7B23;
	display:block;
	height:22px;
	margin-top:0px;
	text-decoration:none;
	background-image:url(../pics_main/bg_nav2.jpg);
	background-repeat:no-repeat;
}
.navsub a:hover {
	color:#C3C3C3;
	display:block;
	height:22px;
	margin-top:0px;
	text-decoration:none;
	background-image:url(../pics_main/bg_nav2_hover.jpg);
	background-repeat:no-repeat;
}

.navsubactive {
	color:#FFFFFF;
	width:157px;
	height:22px;
	font-family: "Century Gothic", Arial, Sans-Serif;
	font-size: 12px;
	text-indent:10px;
	/*line-height:29px;*/
	padding-top:2px;
}
.navsubactive a {
	color:#FFFFFF;
	display:block;
	height:22px;
	margin-top:0px;
	text-decoration:none;
	background-image:url(../pics_main/bg_nav2_active.jpg);
	background-repeat:no-repeat;
}
.navsubactive a:hover {
	color:#FFFFFF;
	display:block;
	height:22px;
	margin-top:0px;
	text-decoration:none;
	background-image:url(../pics_main/bg_nav2_active.jpg);
	background-repeat:no-repeat;
}



