@charset "utf-8";
body {
	background-color: 	#FFC;
	font-family:		Arial, Helvetica, sans-serif;
}
#zentrieren {
	position:			absolute;
	top: 				10px;
	left:				50%;
	margin:				0 -500px;
	width:				1000px;
}
#top {
	position:			absolute;
	width:				1000px;
	height:				130px;
	background: 		url(../images/top.png)
}
#navbar {
	position:			absolute;
	top:				130px;
	width:				1000px;
	height:				26px;
	background-color:	hsla(0,0%,100%,0.8);
	text-align:			center;
	font-size:			14px;
	font-weight:		bold;
}
#trennlinie {
	position:			absolute;
	top:				154px;
	width:				1000px;
	height:				2px;
	background-color:	#000;
}
#mainframe {
	position:			absolute;
	top:				35px;
	width:				1000px;
	font-size:			20px;
}
#trennlinie2 {
	position:			absolute;
	margin-top:			auto;
	width:				1000px;
	height:				2px;
	background-color:	#000;
}
#bottom {
	position:			absolute;
	margin-top:			2px;
	width:				1000px;
	height:				auto;
	background-color:	hsla(0,0%,100%,0.8);
	font-size:			12px;
}	
a:link {
	color: #000;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #000;
}

a:hover {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

