/* Navigation */

#mainnav {
	margin-top: 10px;
	width: 180px;
	color: black;
	position: relative;
	/*background-color: #B2CCFF;*/
	padding: 0;
}

#mainnav ul {
	list-style-image: none;
	list-style: none;
	width: 180px;
	margin: 0;
	padding: 0;
	}

.nav1on {
	display: none;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	}
	
.nav1on span {
	border-top: 1px solid #cb0000;
}
			

.nav1on a, .nav1on a:visited {
	display: block;
	width: 180px;
	height: 20px;
	/*background: url(../menu/nav1-active-bg.gif) 0 0 no-repeat;*/
	background-color: white;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #cb0000;;
	border-bottom: #fff 1px solid;
	border-right: #fff 1px solid;
}

.nav1on a:hover, nav1on a:active {
	text-decoration: none;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #cb0000;
	}

.nav1 a span, .nav1on a span {
	display: block;
	/*margin-left: 16px;*/
	margin-left: 0px;
	line-height: 20px;
	padding-left: 10px;
	color: black;
}

.nav1 a, .nav1 a:visited {
	display: block;
	width: 180px;
	height: 20px;
	/*background: url(../menu/nav1-bg.gif) 0 0 no-repeat;*/
	background-color: #ddd;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	text-decoration: none;
	border-top: #fff 1px solid;
	}
	
.nav1 a:hover {
	background-color: white;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	border-top: 1px solid #cb0000;
	}

.nav1 a:active {
	}

.nav2on {
	display: none;
	}

.nav2 a span, .nav2on a span {
	display: block;
	margin-left: 10px;
	margin-top: 0px;
	color: black;
	border-top: 0px;
	border-bottom: 0px;
	border-left:  1px solid #cb0000;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	}

.nav2.aktiv a span, .nav2on.aktiv a span {
	display: block;
	margin-left: 10px;
	margin-top: 0px;
	color: black;
	border-top: 0px;
	border-bottom: 0px;
	border-left:  1px solid #cb0000;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
	}

.nav2on a, .nav2on a:visited {
	}

.nav2on a:hover, .nav2on a:active {
	display: block;
	margin-left: 10px;
	margin-top: 0px;
	color: black;
	background-color: white;
	border-bottom: 1px solid white;
	border-top: 1px solid white;
	border-left:  10px solid #cb0000;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	}

.nav2 a, .nav2 a:visited {
	display: block;
	margin-top: 0px;
	color: black;
	background-color: white;
	border-bottom: 1px solid white;
	border-top: 1px solid white;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	height: auto;
	padding: 2px 0px;
	}

.nav2 a:hover, .nav2 a:active {
	display: block;
	margin-top: 0px;
	color: black;
	background-color: #DDDDDD;
	border-bottom: 1px solid white;
	border-top: 1px solid white;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	}

.second {
	display: none;
	}

