/* navigation */

/* Start Menue */
.box_mainNav {
	font-size: 1.2em;
	background: transparent;
	float: left;
	width: 170px;
	padding-right: 10px;
}

ul.mainNav {
	margin: 0px 0px 10px 0px; /*Zwischenraum Navi*/
	padding: 0;
	list-style: none;
}

ul.subNav {
	margin-top: -10px; /*Zwischenraum Navi zerstört*/
	margin-bottom: 10px; 
	padding: 0;
	list-style: none;
}

.mainNav li {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

.subNav li {
	border-bottom: 1px solid #fff;
}

.mainNav li a {
	display: block;
	color: #657A26;
	background: #FFF;
	padding: 10px 0px 10px 12px;
	width: 148px;
	text-decoration: none;
	border-left: solid #657A26 10px;
	font-weight: bold;
}

.mainNav li a:hover {
	background: #657A26;
	color: #FFF;
}

li.open a{
background: #657A26 url('../images/mainNavList-bg.gif') right top no-repeat;
color: #FFF;
}

li.mainActive a{
	background: #657A26 url('../images/mainNavListUnten-bg.gif') right top no-repeat;
	color: #FFF;
}

li.mainActive a:hover{
	text-decoration: underline;
}

.subNav li a {
	background: #95AA54;
	color: #000;	
	display: block;
	padding: 4px 0 4px 30px;
	width: 140px;
	text-decoration: none;
}

.subNav li a:hover {
	background: #EEF1E3;
	color: #000;
}

ul.subNav li.subActive a{
	background: #657A26 url('../images/subNavList-bg.gif') right top no-repeat;
	color: #FFF;
}
ul.subNav li.subActive a:hover {
	text-decoration: underline;
}
