/* CSS Document */



#submenu { 

width: 100%; 
		overflow: hidden; 
			list-style-type: none; 
		border-top: 0px #C5C5C5 solid; 
		border-bottom: 0px #ddd solid;
		margin:10px 0 5px 5px;
padding: 0;
/*
font-family:arial, "lucida console", sans-serif;
*/
font-family:Verdana,sans-serif;

	}


	#submenu a { display:block; text-decoration: none;}

	#submenu li { float:left; width: 100%; margin:0; padding: 0; }

	#submenu li span { 
		display:block; 
		width: 100%; 
		padding: 0px 0px 0px 12px; 
		background: transparent url(img/ebene2-rot.gif) no-repeat center left; 
		color: #616161; 
		font-size: 11px; 
		font-weight: bold; 
		border-bottom: 0px #C5C5C5 solid;
	}

	

	#submenu li a { 

		width: 100%; 
		padding: 0px 0px 0px 12px; 
		font-weight: bold; 
		background:transparent url(img/balken-hover.gif) no-repeat center left;
		color: #616161; 
		font-size: 11px; 
		border-bottom: 0px #C5C5C5 solid;
	}

	#submenu li a:hover { background:transparent url(img/blockgr.gif) no-repeat center left; color: #616161; }

	
	#submenu li ul { list-style-type: none; margin:0 0 0 5px; padding: 0; }

	#submenu li ul li { float:left; width: 100%; margin:1px; padding:0; }

	#submenu li ul li a { 
		width: 100%; 
		padding: 0px 0px 0px 12px; 
		font-weight: normal; 
		background: white; 
		color: #616161; 
		font-size: 11px; 
		border-bottom: 0px #C5C5C5 solid; 
	}

	#submenu li ul li a:hover {background:white url(img/blockgr2.jpg) no-repeat center left; color: #616161; font-weight:normal; }

	

	#submenu li#title { 
		width: 100%; 
		padding: 0px 0px 0px 0px; 
		font-weight: bold; 
		color: #616161; 
		background: transparent; 
		border-bottom: 0px #888 solid; 
	}

	

	#submenu a#actone { 
		width: 100%; 
		padding: 0px 0px 0px 12px; 
		font-weight: bolder; 
		color: #616161; 
		font-size: 11px; 
		background: transparent url(img/ebene2-rot.gif) no-repeat center left !important ; 
		border-bottom: 0px #C5C5C5 solid;
	}
	
	#submenu a#actone2 { 
		width: 100%; 
		padding: 0px 0px 0px 12px; 
		font-weight: bolder; 
		color: #616161; 
		font-size: 11px; 
		background: #ffffff url(img/blockrt.gif) no-repeat center left !important ; 
		border-bottom: 0px #C5C5C5 solid;
	}
	
#submenu a#actone3 { 
		width: 100%; 
		padding: 0px 0px 0px 12px; 
		font-weight: bolder; 
		color: #616161; 
		font-size: 11px; 
		background: #ffffff url(img/blockrt.gif) no-repeat center left !important ; 
		border-bottom: 0px #C5C5C5 solid;
	}
	

	#submenu li ul li#actone { 
		width: 100%; 
		padding: 0px 0px 0px 12px; 
		font-weight: bolder; 
		color: #616161; 
		font-size: 11px; 
		background: white url(img/blockrt.gif) no-repeat center left; 
		border-bottom: 0px #C5C5C5 solid;

	}
