
/* Linke navtotal
------------------------------------------------------------------------------*/

#navtotal {

}

#navtotal ul, li {
	display: inline;
}


#navtotal em {
	text-align:left;
	font-size:0.8em;
	padding-left:10px;
}

#navtotal ul ul em{
	padding-left: 20px;
}

#navtotal ul ul ul em{
	padding-left: 30px;
}


#navtotal   a {
	display: block;
	width: 170px;
	line-height:20px;
	text-align:left;
	text-decoration: none;
	font-weight: normal;
	border-top: 1px solid #b4d5eb;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 1px;
	margin-bottom: 1px;
}
#navtotal   a:link, 
#navtotal   a:visited {
	color: #2A1F00;
}

#navtotal   a:hover, 
#navtotal   a:active, 
#navtotal   a:focus {
	color: #0818f3;
	background-color:#b4d5eb;
}
#navtotal .aktiv {
	color: #0818f3;
	padding-left:10px;
	font-weight: bold;
	font-size:0.7em;
	background-color:#b4d5eb;
}

/*	Ende Hauptnavigation vertical
------------------------------------------------------------------------------*/