* html #site, * html #sitecomplete {
	height:100%;

}
html, body{
	min-width:1040px;

}

a {
	text-decoration:none;
}

a:hover {
	text-decoration:none;
}

#logo {
	background-image: url(../images/body/logo.png);
	width:840px;
	height:152px;
}

#contentcomplete {
	background-image:url(../images/body/content_2_bg.png);
	background-repeat:repeat-y;
	width:840px;
	min-height:570px;
}

#location {
	color:#FFFFFF;
	text-align:center;
	margin-left:0px;
	margin-top:10px;
	height:15px;
	
}

#content {
	background-image: url(../images/body/contentcomplete_bg.png);
	background-repeat:no-repeat;
	text-align:left;
	float:right;
	margin-right:5px;
	min-height:570px;
	width:679px;
}


#contentinhalt {
	margin-left:60px;
	margin-right:60px;
	margin-top:30px;
}

#menu {
	float:left;
	margin-top:15px;
	width:156px;

}


.menuitem {
	text-align:left;
	color:#FFFFFF;
	font-weight:bold;
	margin-top:5px;
	margin-left:16px;
	padding-top:5px;
	padding-left:5px;
	padding-bottom:5px;
	cursor:pointer;
}

.menuitem_active {
	background-color:#9bff0e;
	color:#000000;
	text-align:left;
	font-weight:bold;
	margin-top:5px;
	margin-left:16px;
	padding-top:5px;
	padding-left:5px;
	padding-bottom:5px;
	cursor:pointer;
}

.menuitem_active a{
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}

.menuitem a{
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}


#footerrow {
	background-image:url(../images/body/footer_bg.png);
	background-repeat:no-repeat;
	height:253px;
	width:840px;
}

#footer {
	padding-top:11px;
	text-align:center;
	font-size:11px;
	font-family:Tahoma,Verdana,Arial;
	color: #FFFFFF;
}

#footer a {
	text-decoration:none;
	color:#FFFFFF;
	font-weight:bold;
}



#sitecomplete {
	margin-top:25px;
	min-height:570px;
	width:840px;
}



.ueberschrift{
	margin-top:20px;
	font-weight:bold;
	font-size:16px;
}
.ueberschrift_2{
	color:#84FF00;
	font-size:12px;
	height:18px;
}


.ueberschrift_3{
	color:#000000;
	font-size:14px;
	font-weight:bold;
	height:20px;
}

.ueberschrift_3 a{
	color:#000000;
	text-decoration:none;
}

.content_text{
	color:#000000;
	font-size:12px;
	text-align:left;
}
.content_text a{
	color:#000000;
	text-decoration:none;
}

















