/*GRUNDLAYOUT*/
html,body {
	margin:0px 0px 0px 0px;
	padding:0;
	height:100%; /* needed for container min-height */
	background-color:#FFFFFF;
	background-image:url(bilder/hintergrund.jpg);
	text-align:center; /*center IE*/
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#6D6D6D;
	line-height:17px;
	text-decoration:none;
}

div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:960px;
	background-image:url(bilder/hg_content.gif);
	

}





div#header {
	position:relative; 
	height:165px;
	background-image:url(bilder/hg_header.png);
}


			div#header_logo {
			position:absolute;
			width:187px;
			height:88px;
			top:52px;
			left:47px;
			text-align:left;
			display:inline;
			overflow:hidden;
			float:left;
			z-index:110;
		}



		div#header_menu {
			position:absolute;
			top:105px;
			left:305px;
			height:28px;
			width:610px;
			overflow:hidden;
			z-index:100;
		}
		
		
		div#header_bg {
			position:absolute;
			top:60px;
			left:415px;
			width:500px;
			height:25px;
		}
		

	

div#content {
	padding:0px 0px 0px 0px; /* bottom padding for footer */
}
	div#content_inner {
		position:relative;
		margin:0px auto;
		width:960px;
		text-align:center;
		background-image:url(bilder/hg_main_home.png);
	}



	
div#footer {
	position:relative;
	width:960px;
	height:65px;
	bottom:0; /* stick to bottom */
	background-image:url(bilder/hg_footer_home.png);
	z-index:100;
}

#adresse_unten {
	position:absolute;
	width:615px;
	height:20px;
	top:5px;
	left:261px;
	}
	
	




img {
	border:none;
}




/*BUG CSS-STYLED-CONTENT*/

div.csc-textpic div.csc-textpic-imagewrap dl.csc-textpic-image {
margin-bottom:0px;
padding-bottom:15px;
}
