@charset "UTF-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}

html, body {
	/*height: 100%;*/
	width: 100%;
	background-color:#000000;
}

#abstand {
	width: 1px;
	/*height: 50%;
	margin-bottom: -361px;*/
	float: left;
}

#inhalt {
	margin: 0 auto;
	position: relative;
	width: 1024px;
	/*height: 722px;*/
	clear: left;
	background-color: #000000;
}