body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	background: #ffffff;
	margin: 0;
	padding: 0;
	min-width: 800px;
	text-align: left;
	
	}
	
#horizon
	{
	background-color: transparent;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block

}
#content
	{
	font-family: Arial, Helvetica, sans-serif;
	background-color: transparent;
	margin-left: -450px; /* Genau die Hälfte der Breite */
	position: absolute;
	top: -299px; /* Genau die Hälfte der Höhe */
	left: 50%;
	width: 900px;
	height: 600px;
	visibility: visible;
	background-image: url(bilder/hg.jpg);
	}

#main {
	position:absolute;
	left:0px;
	top:151px;
	width:679px;
	height:427px;
	z-index:1;
	overflow: auto;
	border-width: 0px;
	border-style:solid;
	text-align: left;
	padding: 10px;
	
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

#hornav ul
{
	margin: 19px;
	list-style-type: none;
	line-height: normal;
	padding: 0;
	text-align: center;
	margin-bottom: 3px;
	font-size: .8em;
	text-transform: uppercase;
}

#hornav ul li
{
	display: inline;
	margin: 0 2px 0 0;
	padding: 3px 0 3px 10px;
	background: url(bilder/bg_hornav-l.png) no-repeat top left;
}

#hornav ul li a
{
	text-decoration: none;
	padding: 3px 10px 3px 0;
	margin: 0;
	background: url(bilder/bg_hornav-r.png) no-repeat top right;
}

#hornav ul li a:link, #hornav ul li a:visited
{
	color: #3e3f2f;
}

#hornav ul li a:hover, #hornav ul li a:active
{
	color: #000000;
}



a:link, a:visited
{
	color: #857458;
}

a:hover, a:active
{
	color: #3D2C0F;
}

