@charset "utf-8";
/* CSS Document */
body{
	margin:0px;
}
#rahmen{
	width:980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 10px;
}

#logo {
	width:130px;
	height: 50px;
	float: left;
} 

#mittelteil{
	background-color:#ffffff;
	margin-top:0px;
	width:980px;
	height:500px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
}
#navi_kopf{
	background-color:#FFFFFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	position: relative;
	color: #003399;
}
#navi_kopf2{
	background-color:#FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
}
#navi_oben{
	height:auto;
	width:820px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFF;
	list-style-type: none;
	padding-top: 10px;
	background-position: 130px 130px;
	background-repeat: no-repeat;
	top: 10px;
}
.navi{
	padding-top:8px;
	padding-left:8px;
	white-space:nowrap;
}
.navi a{
	padding-right:8px;
	color:#333333;
	text-decoration:none;
}
.navi a:hover{
	color:#999999;
}


.navi2{
	padding-top:8px;
	padding-left:8px;
	white-space:nowrap;
	border-bottom-width: 0px;
	border-bottom-style: none;
}
.navi2 a{
	padding-right:8px;
	color:#ffffff;
	text-decoration:none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.navi2 a:hover{
	color:#333333
}




#navi_oben_wrapper{
	height:90px;
	font-family: Verdana, Geneva, sans-serif;
}

#navi_oben2{
	background-color:#CCC;
	height: 30px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #333;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
}
#navi_unten{
	width:972px;
	background-color:#FFF;
	height: 35px;
	border-top-width: 1px;
	border-top-style: solid;
}
#iframe{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 980px;
	background-color: #FFF;
	height: 400px;
}
#iframe iframe{
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	height: 400px;
	width: 980px;
	background-color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #333;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
#linksunten {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
}



.multi_drop_menus a{
	text-decoration:none;
	color:white;
}
.multi_drop_menus a:hover{
	color:#333;
}
.multi_drop_menus, .multi_drop_menus ul{
	min-height:30px;
	line-height:30px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color:white;
	background-color:#cccccc;
	overflow:hidden;
	margin: 0 0 10px 0;
	
	list-style-type:none;
	padding-left:8px;
	padding-top:8px;
	border-bottom:1px solid black;
}
.multi_drop_menus li{
	margin-left:20px;
	float:left;
}
.multi_drop_menus li ul li{
	margin-right:0px;
	margin-left:5px;
	clear:both;

}
.multi_drop_menus li ul{
	display:none;

}
.multi_drop_menus li:hover ul{
	display:block;
	border:none;
}