* { margin:0; padding:0; }
html, body { height:100%; }
body {
	background-color: #ffffff;
	text-align: center; 
}
img {
border: 0px;
}
a {
	font-family: Helvetica, Geneva, Arial, SunSans-Regular;
	font-size: 12px;
	color: #0000ff;
}
a:visited {
	color: #0000ff;
}

#distance {
	width:1px; height:50%;
	margin-bottom:-350px;
	float:left;
}
#rahmen {
	font-size: 12px;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; 
	clear: left;
	margin: 0 auto;
	position: relative;
	top: 0; left: 0;
	width: 800px; height: 700px;
	background-color: #000;
}		
#inhalt {
	position: absolute;
	top: 53px;
	left: 5px;
	width: 787px;
	color: #fff;
	font-size: 11px;
	height: 634px;
	overflow: auto;
}
#inhalt a {
	color: #fff;
	font-size: 11px;
	text-decoration: underline;
}

#mainMenu {
	position: absolute;
	top: 0px; left: 0px;
	width: 770px; height: 30px;
	padding-top: 15px; padding-left: 30px;
	background-color: #999900; text-align: left;
}
#mainMenu .menupunkt {
	padding: 0px;
	margin: 5px;
	color: #ccc;
	font-size: 14px;
}
#mainMenu .menupunkt a {
	color: #fff;
	text-decoration: none;
	font-size: 14px;
}
#mainMenu a:hover {
	text-decoration: underline; 
}
#mainMenu a .moreInfo {
	display: none;
}
#mainMenu a:hover .moreInfo {
	display: block;
	position: absolute;
	top: 0px; right: 0px;
	width: auto; height: auto; 
	color: #fff;
	font-size: 14px;
	padding-top: 15px; padding-right: 10px;
	text-decoration: none;
}
#mainMenu .aktiv {
	font-weight: 600;
	font-size: 14px;
	color: #cccccc;
}
