#fullheightcontainer {
	background: #fff url(../img/bg_content_wasser.gif); /* Background for whole content: gray background left, dotline between content and right */	
}

#rootline {
	font-family: Corbel,MyCustomFont,Trebuchet MS,Helvetica,sans-serif;
    	background-color:#0066CC;
    	border-bottom: 1px solid black;
    	height: 24px;
	color: white;
	text-shadow: 1px 1px 1px #000;	
	}
	
#footer {
	background: #0066CC;
	}

#leftmenu ul {
	background: #0066CC;
}

#leftmenu li a {
	color: #FFE0A2;
}

#leftmenu li a:hover {
	color: yellow;
	border-left: 4px solid yellow;
}

	
ul#nav  li {
	border-bottom: 6px solid #0066CC;
	}

ul#nav  li a:hover {
	color: yellow;
}

ul#nav  li.fuenf {
	height: 30px;
	margin-bottom: 5px;
	margin-top: -5px;
	}
	
ul#nav  li.fuenf a {
	color:yellow;
	}
	
.klein {font-size:80%}		
