body { 
	background: #f1f2f6; 
	background-image: url(../images/hintergrund3.jpg);
	background-position: top left;
	background-repeat: repeat-x;
}
	
	
#nav {
	background: #7d828b;
}

#nav_main {
	border-top: 1px #333 solid; 
    background: #b8b8b8 url("../images/nav_background.gif") repeat-x center right;
}


#nav_main ul li a:hover {
    background: transparent url("../images/nav_background_hover.gif") repeat-x center right;
}

#nav_main ul li#current { 
    border-right: 1px #818596 solid;
    background: transparent url("../images/nav_background_act.gif") repeat-x center right;	
}

#footer { 
	background-color: #eef1f5; 
	color:#3b3f5b; 
	}	
	
.contentmenue li {
	list-style-image: url(../images/pfeil-blau.gif);
}

.argumentlist li {
	color: #1f3694;
	list-style-image: url(../images/pfeil-blau.gif);
}