@import url("content.css");


/****** Layout *****/
body {
	margin: 0px;
	padding:0px;
	
}

html, body {
	height: 100%;
}


#buergerservice {
	position:absolute;
	width:400px;
	top:378px;
	left:27px;
}

#gaesteservice {
	position:absolute;
	width:400px;
	left:503px;
	top:378px;
}

#main {
	position: absolute;
	left: 50%;
	margin-left: -468px;
	width: 936px;
	height:100%;
	
	background-image:url(../images/main_bg_intro.jpg);
	background-repeat:repeat-y;
	background-position:left;	
	
}

#contentwrapper {
	background-image:url(../images/content_top_intro_bg.jpg);
	background-repeat:no-repeat;
	
	
	height:50px;
	padding:0;
	margin:0;
	
}


#header {
	height:320px;
	padding-top:10px;
	background-color:#ffffff;
	background-image:none;
}


#content, #subcontent {
	position:absolute;
	top:85px;
	left:23px;
}