
/* 
* @version         1.0
* @lastmodified    $Date: 2009-08-08 17:26:40 +0200 (Sa, 08 Aug 2009)$
*
*
* Color schema default: Evangelische Frauenhilfe im Rheinland: 
*
* dunkelblau: #0D3C58
*
*
*/
@media screen {
	
	body {background: url("../images/hintergrund/bg-header.gif") no-repeat top center;}
	#content {background: url("../images/hintergrund/bg-content.gif") no-repeat bottom right;}
	#mainnav {background: #0D3C58;}
	#mainnav li a {border-right: 10px solid #0D3C58;}
	.downloads li {background: url("../images/icons/icon_kreis_blau.gif") no-repeat left center; padding: 0.1em 0 0.1em 1.5em;}

}

