html, body {
	background-color: White;
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000;
	margin: 0;
	padding: 0;
	text-align: center;
}

/* Einmitten des gesamten Inhalts */
#horizon        
	{
	background-color: transparent;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block;
}

#mitte    
	{
	margin-left: -400px;
	position: absolute;
	top: -225px;
	left: 50%;
	width: 800px;
	height: 450px;
	visibility: visible;
	}

/* minimalhöhe */
#minhoehe {height: 400px;float: right; width: 1px; background:#ffffff;}
#minhoeheende {clear:both;height:1px;overflow:hidden; background:#ffffff;}


#inhalthome
	{
		width:800px;
		margin: 0px;
		text-align:center;
		
	}
	
#footer
 	{
	text-align: center;
	width: 800px;
	padding: 0px 0px;
	vertical-align: bottom;
	font-size: 10pt;
	margin-top: 10px;
}

/* Links */
A.navigfooter{
	text-decoration: none;
	color: Black;
}
