/* Linkreihenfolge:
a:link 
a:visited 
a:hover 
a:focus 
a:active 
*/

/****************************
	Ebene 1
*****************************/

/*	<ul> Element "navroot" umfasst die gesamte Navi */

 .navroot {
	list-style: none; 
	padding-left: 10px;
	padding-top: 18px;
}

 .navroot a {
	font-size: 11px; text-decoration: none; font-weight: bold; color: #386D8E;	
	display: block;
	width: 197px;
	background: #D4DF4C;
	margin: 1px 0 0 0;
	padding: 5px 3px 5px 10px;
	border-top: 0;
	border-right: 0;
	border-bottom: 0;
	border-left: 6px solid #D4DF4C; 
}

/* .navroot a:visited { border-left: 6px solid #D4DF4C;  color: #386D8E; } */
 .navroot a:hover { border-left: 6px solid #386D8E; color: #FFFFFF; }
 .navroot a:focus { outline: none; } /* Schaltet punktierten Linkrahmen (IE) ab, auch bei Bildlinks */
/* .navroot a:focus { border-left: 6px solid #386D8E; color: #FFFFFF; } */
/* .navroot a:active { border-left: 6px solid #386D8E; color: #FFFFFF; } */

.navroot .level1 .active{ border-left: 6px solid #386D8E; color: #FFFFFF; }
/****************************
	1. Unterebene (subnav1)
*****************************/
 .subnav1 {
	list-style: none;
}