* {
	margin:0;
	padding:0;
}

html, body {
	height:100%;
}

body {
	background-color:#FFF;
	color:#FFF;
	font-family : Arial, Verdana, Helvetica, sans-serif;
	font-size:100.01%;
	text-align:center; /* horizontal centering for IE Win quirks */
}

a:link, a:visited, a:active, a:hover {
text-decoration : none;
color : #FFF;
}

#inhalt {
	margin:0 auto;
	position:relative; /* erstellt den notwendigen abstand */
	text-align:center;
	height:640px;
	width:1024px;
	clear:left;
	background-color:#FFF;
}

#distance {
	width:1px;
	height:50%;
	margin-bottom:-320px;  /* h�lfte der inhaltsh�he */
	float:left;
}


img {
	border:0px;
}


.flex { 
    display: flex; 
    justify-content: center; 
    align-items: center;
}

.clearer
{
height:1px;
clear:both;
line-height:1px;
}