* {
	margin:0;
	padding:0;
}
html, body {
	height:100%;
	background-color:#7C242B;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #364C79;
	text-align:center;
	margin:0px;
}
#distance {
	width:1px;
	height:50%;
	margin-bottom:-300px; /* halbe container höhe */
	float:left;
}
#content {
	margin:0px auto;
	position:relative; /*container vor distance */
	height:600px;
	width:980px;
	background-color:#000;
	/*	background-image:url(../images/background.jpg);
	background-repeat:no-repeat;*/
	border-left:1px solid white;
	border-top:1px solid white;
	border-right:2px solid black;
	border-bottom:2px solid black;
	text-align:left;
	clear:left;
	overflow:hidden;
}
#wrapperInhalt {
position:relative;
	display:inline;
	/*width:auto;
	height:auto;*/
	text-align:right;
	background-color:#CCC;
	/*overflow:visible;*/
}
