/* ######################## NAVIGATION ############################# */
ul.navleiste { 
list-style-type: none; 
	margin: 0px; 
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing:1px;
}

ul.navleiste li { 
	display: list-item; 
	width: 150px; 
	float: left; 
	text-align:right;

}
ul.navleiste li a { 
display: block; 
color: #C0C3E2; 

text-decoration: none;
}

/* LEVEL 1*/

ul.navleiste li.level1 a{
	letter-spacing:1px;
	font-weight: bold;
padding: 5px 10px 10px 0px;
}

ul.navleiste li.level1 a:hover { 
color: #000066; 
font-weight: bold;
}

ul.navleiste li.level1act a{
color: #000066; 
font-weight: bold;
padding: 5px 10px 10px 0px;
}

/*
ul.navleiste li.level1 a:hover:after, ul.navleiste li a:focus:after {
content: " [" attr(accesskey) "] ";
   }*/



/* LEVEL 2*/

ul.navleiste li.level2 a{
	font-size: 10px;
	font-weight: normal;
	padding: 5px 0px 5px 5px;
text-align:left;
color:#000066;
border-bottom: 1px dashed #CCCCCC;

}



ul.navleiste li.level2 a:hover { 
color:#000066;

text-decoration:underline;
}


ul.navleiste li.level2act a{
	font-size: 10px;
	font-weight: bold;
	padding: 5px 0px 5px 5px;
	text-align:left;
	color:#000066;
	border-bottom: 1px dashed #CCCCCC;
}


/* LEVEL 3*/

ul.navleiste li.level3 a{
	font-size: 10px;
	font-weight: bold;
	font-weight: normal;
	text-align:left;
	color: #666666;
	padding: 5px 0px 5px 10px;
	border-bottom: 1px dashed #CCCCCC;

	list-style-type:circle;
}

ul.navleiste li.level3 a:hover { 
color: #000066;
text-decoration:underline;
/*color: #ADB6DF;*/
}


ul.navleiste li.level3act a{
	font-size: 10px;
	font-weight: bold;

	text-align:left;
	color: #666666;
	/*color: #ADB6DF;*/
	padding: 5px 0px 5px 10px;
	border-bottom: 1px dashed #CCCCCC;

}