*
{
	margin: 0px;
	padding: 0px;
}

body, html {
	height:100%;
}

body {
	color: #000000;
	background-color: #ffffff;
	font-family: helvetica, verdana, sans serif;
}
#abstand { 
		height:50%;
		margin-bottom:-200px; /* halbe Höhe von #container */
		float:left;
		}
#center {
	width: 50%;
    margin: 0px auto;
	height: 400px;
	clear:left
}

.text {
	margin-top: 20px;
	text-align: center;
}

.bild {
	margin-top: 20px;
	text-align: center;
}
