 

@CHARSET "ISO-8859-1";

#weihnachtsaktion {
	position: absolute;
	top: 5px;
	left: 416px;
}

#wrapper {
	width: 965px;
	margin: 0 auto 0 auto;
	background:url(../images/rep_content.jpg) repeat-y;
}

#page {
	margin: 0 0 0 0;
}

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

}

#center_col {
	min-height:500px;
	overflow:hidden;
}

#right_col {
	float: right;
	width: 278px;
	min-height:570px;
	_height:545px;
	background:url(../images/rechter_balken.jpg) #f0f9f7 no-repeat;
}

#left_col {
	float: left;
	width: 205px;
	padding: 310px 25px 0 0;
	background:url(../images/navi.jpg) no-repeat;

}


/* 
	EINSTELLUNGEN FÜR DREISPALTIGES ALYOUT
*/
#main_3_col #center_col {
	margin: 0 288px 0 235px;
}

#main_3_col{
	background:url(../images/content.jpg) repeat-x;
	_height:545px;	
	width:965px;
}


#footer {
	width:965px;
	height:30px;
	padding: 5px 0 5px 0;
	text-align: center;
	background: url(../images/unten_content.jpg) bottom no-repeat;
	clear:both;
	bottom:0;

}

#copy {
	width:965px;
	height:35px;
	padding:15px 0 0 0;
	text-align:center;
	background: #fff;
	font-family:Arial; 
	font-size:12px;
	color:#3ba389;
}


