
	* {
		margin:0;
		padding:0;
		}

	html, body {
		height:100%;
		}

	body {
		background-color:#686868;
		#color:#686868;
		#font:100.01%/1.4 sans-serif;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		text-align:center; 
		}

	#distance { 
		width:1px;
		height:50%;
		background-color:#686868;
		margin-bottom:-8em; /haelfte!
		float:left;
		}

	#container {
		margin:0 auto;
		position:relative; 
		text-align:center;
		height:16em;
		width:100%;
		clear:left;
		border:1px solid #848485;
		border-top-color:#848485;
		border-left-color:#848485;
		background: url('images/bg_div.jpg') no-repeat;
		}

	#container div {
		font-size:80%;
		float:right;
		width:17em;
		margin-left:2em;
		text-align:center;
		}
		
	a {
	color: #4f4f4f;
	text-decoration: none;
	}
	
	

	

