body
{
	background: #ffffff;
	margin: 0;
	padding: 0;
	font-family: verdana, arial, sans-serif;
	text-align: left;
}

#logo
{
	z-index: 3;
	background: #ffffff url(img/logo.jpg) no-repeat;
	position: absolute;
	margin: 5px 0px 0px 14px;
	width: 500px;
	height: 160px;
}




a:link, a:active
{
	font-size: 11px;
	color: #9db8c0;
	font-weight: bold;
	text-decoration: none;
}

a:visited, a:hover
{
	font-size: 11px;
	color: #39649e;
	font-weight: bold;
	text-decoration: none;
}

#content
{
	z-index: 2;
	background-color: #ffffff;
	border-top: 1px solid #669900;
	position: absolute;
	margin: 120px 0 0 0;
	padding: 0;
	width: 100%;
	height: 330px;
	overflow: auto;
}


#content_mittig
{
	position: absolute;
	margin: 100px 0 0 120px;
	padding: 0;
	width: 600px;
	height: 200px;
	overflow: hidden;
}



p{
	font-size: 12px;
	line-height: 16px;
	color: #669900;
}


.black{
color:#000000;}


#balken_dick
{
z-index: 2;
background-color: #669900;
position: absolute;
	margin: 450px 0 0 0;
	padding: 0;
	width: 100%;
	height:55px;
}

h2
{
	font-size: 14px;
	color: #f9f5eb;
	letter-spacing: 0.1em;
	font-weight: bold;
	text-align: left;
	width: 500px;
	position: absolute;
	margin:10px 0 0 290px;
}


#balken_duenn
{
z-index: 2;
background-color: #99cc00;
position: absolute;
	margin: 507px 0 0 0;
	padding: 0;
	width: 100%;
	height: 12px;
}


