	* {
		margin:0;
		padding:0;
		}

	html, body {
		height:100%;
		}

	body {
		background-color:#F2F1DF;
		font:100.01%/1.4 sans-serif;
		text-align:center; /* horizontal centering for IE Win quirks */
		}

	#distance {
		width:1px;
		height:50%;
		margin-bottom:-258px; /* half of container's height */
		float:left;
		}

	#container {
		background-color:#FFF;
		margin:0 auto;
		position:relative; /* puts container in front of distance */
		text-align:left;
		width:600px;
		height:496px;
		clear:left;
		}
	
	img {
		border:0px;
		}

	.spacer 	{
		
		background-color:#F2F1DF;
		height:15px;
		}

	.text 	{
		width: 440px;
		padding:10px 15px;
		font-family: arial; font-size:11px;
		text-align:justify
		}
	.text strong {
		line-height:20px;
		}
	.logo	{
		width: 120px;float:right; padding-top: 13px;padding-right:5px;
		}
	.kontakt	{
		font-family: arial; font-size:10px;  clear:both;
		}
