body
{
	scrollbar-face-color: #ffffff;
	scrollbar-shadow-color: #808080;
	scrollbar-highlight-color: #ffffff;
	scrollbar-3dlight-color: #808080;
	scrollbar-darkshadow-color: #ffffff;
	scrollbar-track-color: #ffffff;
	scrollbar-arrow-color: #808080;
	background-color: #ffffff;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #808080;
}

#navi_links
{
	position:absolute;
	left:50%;
	top:205px;
	height:58px;
	width:50px;
	margin-left:-415px;
	z-index:1;
}

#navi_rechts
{
	position:absolute;
	left:50%;
	top:205px;
	height:58px;
	width:50px;
	margin-left:365px;
	text-align: right;
	z-index:1;
}

#center_startseite
{
	position:absolute;
	left:50%;
	top:45%;
	height:80px;
	width:730px;
	margin-left:-365px;
	z-index:1;
}

#center
{
	position:absolute;
	left:50%;
	top:50%;
	height:615px;
	width:730px;
	margin-left:-365px;
	margin-top:-307px;
	z-index:1;
}

#logo
{
	position:absolute;
	height: 40px;
	width: 100%;
	margin-top:5px;
	text-align: left;
	z-index:2;
}

#line
{
	background-color: #808080;
	height: 1px;
	width: 100%;
}

#haupt
{
	position:absolute;
	height: 487px;
	width: 100%;
	margin-top:55px;
	z-index:2;
}

#info
{
	text-align: center;
	position:absolute;
	width: 100%;
	margin-top:550px;
	font-size : 10px;
	color : #59bcd4;
	z-index:2;

}

#menue_links
{
	text-align: left;
	position:absolute;
	width: 50%;
	margin-top:560px;
	z-index:2;

}

#menue_aktiv
{
	color : #59bcd4;

}

#menue_rechts
{
	text-align: right;
	position:absolute;
	width: 50%;
	margin-top:560px;
	margin-left:365px;
	z-index:2;

}

a
{
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color : #808080;
}

a:hover
{
	text-decoration: underline;
}

textarea, select, option, input, input.send
{
	font-family: Arial;
	font-size: 12px;
	border-style: solid;
	border-color: #505050;
	color: #808080;
	border-width: 1px;
	background-color: #ffffff;
}

