* {
	margin:0;
	padding:0;
}

html, body {
	height:100%;
}

body {
	background-image:url(../gfx/body_bg.jpg);
	background-position:100%;
	background-attachment:fixed;		
	color:#000000;
	text-align:center; /* horizontal centering for IE Win quirks */
	font-family: Arial, Helvetica, sans-serif;
}

#distance { 
	width:1px;
	height:50%;
	margin-bottom:-265px; /* half of container's height */
	float:left;
}

#container {
	margin:0 auto;
	position:relative; /* puts container in front of distance */
	text-align:left;
	height:580px;
	width:925px;
	clear:left;
}

#container_werbung {
	margin:0 auto;
	position:relative; /* puts container in front of distance */
	text-align:left;
	height:19px;
	width:94px;
		
}


#container_white {
	margin:0;
	padding:0;
	/*position:relative;  puts container in front of distance */
	text-align:left;
	height:580px;
	width:100%;
	background-color:#ffffff;
	opacity: 0.7;

}

#keyvisual {
	/* position:relative; */
	padding-left:0px;
	margin-left:0px;
	width: 300px;
	height:580px;
	background-image:url(../gfx/keyvisual.home.jpg);
	background-repeat:no-repeat;
	opacity: 0.8;
	
}
		
#content {
	height: 540px;
	overflow:auto;
	display:block;
	color: #000000;
	float: left;
	border: none;
	text-align:left;
	width: 100%;
	margin:0;
	padding:0;
	border:0;
}


#footer_distance {
	width:100%;
	height:560px;
	margin:0;
	padding:0;
}

#footer {
	color:#000000;
	font-size:13px;
	height:20px;
	line-height:20px;
	background-color:#FFFFFF;
	width:100%;
	opacity: 0.7;
	text-align:right;
}

#footer a {
	color:#000000;
	}
	
#footer a:hover {
	color:#000000;
	}
