body {
	height: 100%;
	width:100%;
	margin:0px; 
	padding:0px;
	font-family: Lucida Grande, Lucida Sans, Arial, sans-serif; 
	font-size: 12px; 
	font-weight: normal;
	background-color:#FFF;
	color:#4f4f4f;
	line-height:20px;
}


.distance { 
	width:1px;
	height:50%;
	z-index:1;
	margin-bottom:-300px; /* half of container's height */
	float:left;
	}

.container {
	margin:0 auto;
	position:relative; /* puts container in front of distance */
	z-index:2;
	text-align:center;
	height:600px;
	width:100%;
	clear:left;
  background:#FFF;
}

.links {
	float:left;
	width:30px;
	height:300px;
  background:#FFF;
}

.mitte {
	float:left;
	width:780px;
}

.rechts {
	float:left;
	width:30px;
	height:300px;
	margin-top:90px;
  background:#FFF;
}

a {
		text-decoration: none;
		color:#5F6062;
		background-color: inherit;
}
a:active {
		text-decoration: none;
		color:#5F6062;
		background-color: inherit;
}
a:visited {
		text-decoration: none;
		color:#5F6062;
		background-color: inherit;
}
a:link {
		text-decoration: none;
		color:#5F6062;
		background-color: inherit;
}
a:hover {
		text-decoration: underline;
		color:#F08D18;
		background-color: inherit;
}

