 

#weihnachtsaktion {
	float: right;
    height: 180px;
    position: relative;
    top: 20px;
	right: 28px;
}

@CHARSET "UTF-8";

#wrapper {
	width:796px;
	margin:0 auto;
	background:url(../images/rep_page.jpg) repeat-y;
	height:auto !important;
	min-height:100%;
	height:100%;
}


#header {
	position: relative;
	height: 251px;
	background:url(../images/header.jpg) no-repeat;
	overflow:hidden;
}
#header a {
	display:block;
	position: absolute;
	left: 220px;
	top: 30px;
	height: 70px;
	width:320px;
}
#header a span {display:none;}

a#zeit, a#zeit:hover {
	background:url("../images/es-wird-zeit.png") no-repeat scroll 0 0 transparent;
	color:#ffffff;
	display:block;
	height:80px;
	left:650px;
	position:absolute;
	top:130px;
	width:146px;
}

#center_col {
	padding: 5px 0 25px 25px;
	background:url(../images/content_top.jpg) no-repeat;
	margin: 0 0 0 210px;
	overflow:hidden;
}

#left_col {
	float: left;
	width: 210px;
	padding:0;
	margin:0;
}

/* 
	EINSTELLUNGEN FÜR ZWEISPALTIGES LAYOUT (left_col, center_col) 
*/
#main_2_col_left {
	min-height:445px;
}
/* EOF ZWEISPALTIG LINKS */




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


