/*alle Schriftgrößen in Px
für IE7 background-content gegen border inhalt getauscht*/
* {
margin: 0;
padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:100%;
	min-width:40em;
	height:101%;
	}

#head {
	width: 50em;
	min-width:800px;
	height:120px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFFFFF;
	clear:both;
}
img {
border:0px;
}
img.logo {
margin-top:20px;
margin-left: 26px;
}
#rahmen { 
	border-style:solid;
	border-bottom-color:#999999;
	border-bottom-width:5px;
	border-top-width:10px;
	border-top-color:#999999;
	border-right-width:0px;
	border-left-width:0px;
	height:auto;
	min-height:350px;
	background-color:#FFFFFF;
	clear:both;
	overflow:visible;
		}
	

#content {
	width: 50em;
	min-width:800px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	padding-top:0px;
	padding-left: 0px;
	border:none;
	overflow:hidden;
	}
	
#menue_gesamt {
	width: 22.5%;
	float:left;
}


#menue {
	height:auto;
	padding-top:14px;
	padding-left: 10px;
	padding-bottom:20px;
	border:none;
	text-align:left;
	}
	

.inhalt {
	min-width: 580px;
	padding-top: 18px;
	padding-left: 20px;
	padding-right:10px;
	padding-bottom:20px;
	margin-left:22.5%;
	margin-bottom:0px;
	border:none;
	overflow:visible;
	border-left-style:dotted;
	border-left-width:1px;
	border-left-color:#999999;
	background-color:#FFFFFF;
}


.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 26px;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
	background-image: url(../imgs/nav.gif);
	background-position: left center;
	background-repeat:no-repeat;
	padding-left:18px;
}
.nav_closed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 26px;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
	background-image: url(../imgs/more.gif);
	background-position: left center;
	background-repeat:no-repeat;
	padding-left:18px;
}

#aktiv {
	background-image: url(../imgs/aktiv.gif);
	background-position: left center;
	background-repeat:no-repeat;
	font-weight:bold;
}

.leistung .nav {
	line-height: 26px;
}

.subnav, .subnav2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
	background-image: url(../imgs/nav.gif);
	background-position: left center;
	background-repeat:no-repeat;
	padding-top: 2px;
	padding-left:18px;
}

.subnav {
margin-left: 18px;
}
.subnav2 {
margin-left: 36px;
}

.subnavclosed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
	background-image: url(../imgs/more.gif);
	background-position: left center;
	background-repeat:no-repeat;
	padding-top: 2px;
	padding-left:18px;
	margin-left: 18px;
}

li {
	list-style-type: none;
}

#menue a:active, #menue a:focus, #menue a:hover{
	font-weight: bold;
	background-image: url(../imgs/aktiv.gif);
	background-position: left center;
	background-repeat:no-repeat;
	padding-left:18px;
}

.nebennav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	padding-left:18px;
}

#neben {
	width: 150px;
	height:auto;
	vertical-align:bottom;
	padding-top: 0px;
	padding-left: 10px;
	padding-bottom: 0px;
	border:none;
	text-align:left;
	clear:both;
	margin-top:-50px;
	display:block;
}

#foot {
	width: 50em;
	min-width:800px;
	margin-left:auto;
	margin-right:auto;
	padding-top:0px;
	padding-bottom: 20px;
	border:none;
	clear:both;
}

#foot .nebennav {
	padding-left:28px;
	line-height: 10px;
	}

#foot p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	float:left;
	padding-top:6px;
	padding-bottom:20px;
	padding-right:15px;
}
#foot ul {
	float:left;
	}
#adresse {
	margin-left:200px;
	}
#namen {
	margin-left:400px;
	}
#namen a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}	

#rahmen { 
	border-style:solid;
	border-bottom-color:#999999;
	border-bottom-width:5px;
	border-top-width:10px;
	border-top-color:#999999;
	border-right-width:0px;
	border-left-width:0px;
	height:auto;
	}

.ref_top{
	width:100%;
	}		