/* CSS Document */
html, body {
	height: 100%;	
}


body {
	background-color: #fff200;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #111111;
	text-align: center;	
}


a:link {
color: #111111;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #111111;
}
a:hover {
	text-decoration: none;
	color: #111111;
}
a:active {
	text-decoration: none;
	ccolor: #111111;
}




#center_floater { 
	width:1px;
	height:50%;
	margin-bottom: -330px;
	float:left;
}

#center {
	padding-top: 0px;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 25px;
	text-align:center;
	margin: auto;
	clear:left;
}

#oben {
	width: 802px;
	height: 69px;
}

#inhalt {
	margin-top: 0px;
	width: auto;
	text-decoration: none;
	border: 1px;
  	border-style:solid;
  	border-color:black;
  	text-align: justify;
}

#text{
	padding: 12px;
}
