/* Site CSS 

#dce6f0 = hellblau			| Hintergrund im Content
#999999 = grau				| Rahmenfarbe um alles
#353f63 = dunkles bleu		| Textfarbe für Impressum
#495679 = dunkles blau		| Textfarne für Navi
#990000 = dunkles rot		| Hover Farbe


*/
/* ------------------ GRUNDLEGENDES -------------------- */
body {
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	margin-left:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
	background-color:#FFFFFF;
}

#wrapper {
	margin-left:auto;
	margin-right:auto;
	width:917px;
	border: 1px #999999 solid;
	background-color:#dce6f0;
	color:#000000;
}

#head {
	width:917px;
	height:125px;
	background-image:url(../pix/content/kopf.jpg);
	background-position:center top;
	background-repeat:no-repeat;
}

#inhalt_links {
	float:left;
	width:917px;
	height:400px;
	height:auto;
	background-image:url(../pix/content/hg.jpg);
	background-color:#dddddd;
	color:#000000;
}

#inhalt_rechts {
	float:left;
	padding-left:28px;
	width:662px;
	min-height:454px;
	height: auto;
	/*background-image:url(../pix/content/hg-content.jpg);
	background-position:center top;
	background-repeat:no-repeat;*/
	background-color:#edf2f6;
	color:#000000;
}
/* IE6 min-height hack */
* html #inhalt_rechts { 
        height: 454px;
}

/* IE6 min-height hack */
* html #inhalt_links { 
        height: 454px;
}

#footer {
	clear:both;
	width:917px;
	height:58px;
	background-image:url(../pix/content/footer.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	background-color:#dce6f0;
	color:#353f63;
}

#headline {
	clear:both;
	margin-top:13px
}