body { 
	background: #FFFFFF; 
	background-image: url(../images/hintergrundr.jpg);
	background-position: top left;
	background-repeat: repeat-x;
}
	
	
#nav {
	background: #8f8f8f;
}

#nav_main {
	border-top: 1px #7594C2 solid; 
    background: #b8b8b8 url("../images/navr_background.gif") repeat-x center right;
}


#nav_main ul li a:hover {
    background: transparent url("../images/navr_background_hover.gif") repeat-x center right;
}

#nav_main ul li#current { 
    border-right: 1px #818596 solid;
    background: transparent url("../images/navr_background_act.gif") repeat-x center right;	
}

#footer { 
	background-color: #e8e8e8; 
	color:#3b3f5b; 
	}	
	
.contentmenue li {
	list-style-image: url(../images/pfeil-rot.gif);
}
	
.argumentlist li {
	color: #a3181b;
	list-style-image: url(../images/pfeil-rot.gif);
}