@charset "UTF-8";
body  {
    	font-family: Verdana, Arial, Helvetica, sans-serif;
	    font-size: 80%;
		line-height: 1.4em;
		color: #444444;
    	background: #ffffff;
    	margin: 0; /* Es empfiehlt sich, margin (Rand) und padding (Auffüllung) des Body-Elements auf 0 einzustellen, um unterschiedlichen Browser-Standardeinstellungen Rechnung zu tragen. */
    	padding: 0;
    	text-align: center; /* Hierdurch wird der Container in IE 5*-Browsern zentriert. Dem Text wird dann im #container-Selektor die Standardausrichtung left (links) zugewiesen. */
    }
    
 h1 {
 font-size: 130%;
 font-weight: normal;
 line-height: 120%; 
 color: #333399;
 }
 h2 {font-size: 100%; color: #444444;}
 h3 {}
 
 hr {
	height: 15px;
	border: none;
	border-top: 2px dotted #888888;
	color:#888888;
	margin-bottom: 5px;
	margin-top: 5px;
 }
    
.container_16 {
	background: #FFFFFF; 
	border: 1px solid #008800;
	text-align: left;
	}


.header {
	background-image: url(../images/ywc_header.gif);
	background-position: 100% 50%;
	width: 100%;
	height: 140px;
	margin-bottom: 0px;
	}
	
.navigation {
	margin-left: 0px;
	margin-right: 0px;
	background-color: #008800;
	margin-bottom: 30px;
	}
	
.footer {
	margin: 0;
	padding: 10px 0px 0 20px; 
    background:#DDDDDD; 
	color: #444444;
	font: 75% Verdana, Arial, Helvetica, sans-serif;
	}
	
.imageleft{
	float: left;
	margin-right: 15px;
	margin-bottom: 5px;
	}
	
.imageright{
	float: right;
	margin-left: 15px;
	margin-bottom: 5px;
	}
	
.sidebar {
	border: 0px dotted #444444;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	line-height: 1.4em;
	background-color: #FFFFFF;
	margin-left: 0px;
	padding: 0, 0, 0, 0px;
	}
	
	a 
{
	color: #CC3300;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}
a:visited 
{
	color: #CC3300;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}
a:hover 
{
	color: #CC3300;
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}
a:active 
{
	color: #CC3300;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
}

