/*     Navigations-Settings für alle Templates    */
/*================================================*/
/* Menue - Bereich links mit der Hauptnavigation! */
#avmenu {
clear: left;
float: left;
width: 200px;
margin: 0 0 1em 0;
padding: 0;
font-size: 0.9em;
}

/* Erste Navigationsebene */
#avmenu ul.navroot {	
list-style: none;
width: 200px;
margin: 0 0 20px 0;
padding: 0;
font-size: 1.1em;
}	

#avmenu ul.navroot li a{
font-weight: bold;
height: 1.8em;
text-decoration: none;
color: #505050;
display: block;
margin-top:0.4em;
padding: 0.4em 0 0 0.4em;
background: #f4f4f4;
border-left: 0.4em solid #cccccc;
border-bottom:none;
}

#avmenu ul.navroot li a.active,#avmenu ul.navroot li a.open  {
border-left: 0.4em solid #fd760a;
}

#avmenu ul.navroot li a:hover {
background: #eaeaea;
color: #286ea0;
border-left: 0.4em solid #286ea0;
border-bottom:none;
}

/* Zweite Navigationsebene */
#avmenu ul.subnav1 {	
list-style: none;
width: 180px;
margin: 0;
padding: 0 0 0 1.8em;
font-size: 0.9em;
}	

#avmenu ul.subnav1 li {
margin-bottom: 0.4em;
}

#avmenu ul.subnav1 li a.active {
border-left: 0.4em solid #fd760a;
}

#avmenu ul.subnav1 li a {
font-weight: bold;
height: 1.8em;
text-decoration: none;
color: #505050;
display: block;
padding: 0.4em 0 0 0.4em;
background: #f4f4f4;
border-left: 0.4em solid #cccccc;
border-bottom:none;
}	
	
#avmenu ul.subnav1 li a:hover {
background: #eaeaea;
color: #286ea0;
border-left: 0.4em solid #286ea0;
border-bottom:none;
}
/*================================================*/
