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

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

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

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

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

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

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

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

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

/*================================================*/
