/* CSS Document */

/*Aufbau*/

html, body {
	background:#cccccc;		
	height: 100%; 
	margin: 0px;
	padding: 0px;
    }

#abstand {
	height: 50%; 
	width: 100px;
	margin-bottom: -250px; 
	float: left; 
	}

#content {
	height:500px; 
	background:#ffffff;
	clear: left; 
	overflow: hidden; 
	position: relative; 
	margin: auto auto; 
	width: 800px; 
	}




