
/**************************/
/* Treenavigation         */
/**************************/

#subnav { 
	width: 100%; 
	overflow: hidden;
	margin: 0px 0px; 0 0; 
	/*background-color: #000000;*/
	text-align: left;
}

#subnav ul {
	list-style-type: none;
	margin-left: 5px; 
	margin-top: 5px; 
	padding: 0;
}

#subnav ul ul {
	list-style-type: none;
	margin: 0; 
	margin-left: 5px; 
	padding: 0;
	margin-top: 0.25em;
}

#subnav ul li { 
background-image: url(/scherisau/custom/list.png);
background-repeat: no-repeat;
background-position: 0px 4px;
padding-left: 18px; 
}

#subnav li a { 
	/*display: block; */
	text-transform: uppercase;
	color: #ed0c1a;
	line-height: 1.33em;
	margin: 0.5em 0 0 0;
	padding-bottom: 0;
/*	border-bottom: 1px dotted #cfbeb4;	
	background: #fff;
*/
	font-size:14px;
	font-family:Arial,Helvetica;
	text-decoration: none; 
	font-weight: bold;
	
}

#subnav li a.noborder { 
	border-bottom: none;	
}

#subnav li a.current { 		
/*	border-bottom: 1px dotted #ffffff;	*/
	color: #ffffff;
}

#subnav li a.new { 
	margin-top: 1.5em;
}

#subnav li a:hover { 
	text-decoration: none; 
	color: #ffffff;
	/*position:relative; left: 10px;*/
}

#subnav ul ul li a { 		
	margin: 0 0 0.25em 1.33em;
	padding-bottom: 0;
	color: #ed0c1a;
	border: none;
	font-size:14px;
	font-family:Arial,Helvetica;
	font-weight: bold;
	text-transform: uppercase;

}

#subnav ul ul li a.current { 		
	color: #ffffff;
	border: none;
}

#subnav ul ul ul li a { 		
	margin-left: 2.42em;
}
	
#subnav ul ul ul ul li a { 		
	margin-left: 3.72em;
}

#subnav ul ul ul ul ul li a { 		
	margin-left: 4.52em;
}

/**************************/
/* Treenavigation  Ende   */
/**************************/

