 

@CHARSET "UTF-8";

#wrapper {
	width: 940px;
	margin: 0 auto;
}

#page {
	
}

#header {
	position: relative;
	height: 145px;
	padding: 25px 0 0 0;
	overflow:hidden;
}
#logo {
	float:left;
	width:174px;
	height:110px;
	padding:7px 0 0 15px;
}
#logo a {
	display:block;
	width:174px;
	height:110px;
	background:url(../images/logo.png) no-repeat;
}
#slogan {
	float:left;
	width:400px;
	height:50px;
	margin:40px 0 0 33px;
	background:url(../images/slogan.png) no-repeat;
}

#center_col {
	padding: 34px 33px;
	overflow:hidden;
}

#right_col {
	float: right;
	width: 174px;
	padding: 34px 15px 0 0;
	text-align:center;
}
#anschrift {
	width:174px;
	height:75px;
	margin:0 0 55px 0;
	background:url(../images/anschrift.png) no-repeat;
}

#left_col {
	float: left;
	width: 173px;
	padding: 32px 0 0 15px;
}

#content {
	background:url(../images/content_rep.png) repeat-y;
	_background:url(../images/content_rep.jpg) repeat-y;
	position:relative;
	z-index:500;
}
#content_bottom {
	height:15px;
	background:url(../images/content_bottom.png) no-repeat;
	position:relative;
	z-index:500;
}

/* 
	EINSTELLUNGEN FÜR DREISPALTIGES ALYOUT
*/
#main_3_col {
	background:url(../images/content_top.jpg) no-repeat;
	min-height:370px;
	_height:370px;
}
#main_3_col #center_col {
	margin: 0 189px 0 188px;
}


#footer {
	height:235px;
	background:url(../images/footer_bg.png) no-repeat;
	position:relative;
	z-index:100;
	margin-top:-114px;
}
#footer a {
	display:block;
	width:185px;
	height:17px;
	top:147px;
	left:565px;
	position:absolute;
	z-index:200;
}

