 

@CHARSET "UTF-8";

#wrapper {
	width: 985px;
	background:url(../images/content_rep.jpg) repeat-y;
	margin: 0 auto 0 auto;
	position: relative;
}

#page {
	margin: 0 0 0 0;
}

#header {
	position: relative;
	width:985px;
	height: 387px;
	background: url(../images/header.jpg) no-repeat;

}

#center_col {
	overflow:hidden;
	padding: 23px 17px 0 30px;
	background: url(../images/content_top.jpg) no-repeat;
	position: relative; /*--- wegen Sonnenaktion!!!----*/

}


#content_bottom {
	width: 985px;
	height: 19px;
	background: url(../images/content_bottom.jpg) no-repeat;
	
}

#logo {
	position:relative;
	_position:absolute;
	float:left;
	width: 355px;
	height:67px;
	margin:20px 0 0 10px;
}

#sonne {
	position:absolute;
	width: 159px;
	height:90px;
	top: 120px;
	left: 330px;
	background: url(../images/sonne.png) no-repeat;
}

#kontakt {
float:left;
	width:200px;
	height:90px;
}
#kontakt2 {
float:left;
	width:200px;
	height:90px;
	margin-left:45px;
}

#linie {
	width:925px;
	_width:929px;
	height:1px;
	background:#f8f8f8;
	_background:url(../images/trennlinie.jpg) no-repeat;
	_margin-left:-6px;;
	margin-bottom:30px;
}

#content_left {
	float:left;
	width:49%;
	_width:460px;
	margin-right:34px;
	padding-bottom:50px;
	
}

#content_right {
	float:left;
	width:46%;
	_width:450px;
	margin-top:-54px;
}


/* 
	EINSTELLUNGEN FÜR EINSPALTIGES ALYOUT
*/
#main {
	width: 100%;
}
#main #left_col {display:none}
#main #right_col {display:none}
/* EOF EINSPALTIG */


#footer {
	padding: 5px 0 5px 0;
	text-align: center;
	background: #a8b4c3;
}

