@charset "utf-8";
/* CSS Document */

*{margin: 0; padding:0; }

html{overflow-y: scroll;}
body {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	text-align: center;
	color: #999;
	padding-top: 30px;
	font-size: 17px;
	background-color: #f1f1f1;
}

#container{
	width: 1198px; 
	height: auto; 
	min-height:620px;
	text-align: left;
	margin: 0 auto;
}

#wrapper_leftnav_content{
	background-image:url(../images/bg_wrapper_nav_content3.jpg); 
	background-repeat:no-repeat;
	height: auto !important;
	height: 560px;
	min-height: 520px;
	width: 1173px;
	padding: 15px 13px 0px 12px;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

#leftnav {
	width: 371px;
	height: auto;
	min-height: 500px;
	float: left;
}

#leftnav img{
	border: 0; 
	margin-top: 5px;
	width: 371px;
	height:184px; }

#leftnav ul{
	list-style-type:none;
	margin-top: 40px;
	text-align: right;
}

#leftnav a, #leftnav a:visited {
	text-decoration: none;
	color: #919191;
	font-size: 0.94em;
	display: block;
	width: 319px;
	padding-right: 52px;
	margin-top: 15px;
	}

#leftnav a:hover, #leftnav a.hier {
	color: #6099d5;
	background-image:url(../images/hier.jpg);
	background-position:right center;
	background-repeat:no-repeat;
	}

#leftnav a.hier{font-weight:600;}
#content{
	width: 733px;
	height: auto;
	min-height: 540px;
	float: right;
	padding: 10px 20px 0 40px;
	font-size: 0.94em;
	
}

#content p.textgroesse{
	list-style-type: none;
	float: left;
	width:200px;
	height: 30px;
	}
	
	
	
	#content .klein{font-size: 14px;}
	#content .mittel{font-size: 17px;}
	#content .gross{font-size: 19px;}
	
#content ul.kontaktlinks{
	float: right;
	list-style-type: none;
	width: auto;
	min-width: 180px;
	height: 30px;
	padding-top: 1px;
	}
	
	#content ul.kontaktlinks li{
	float: left;
	margin-right: 10px;
	}
	
	#content a, #content a:visited{color: #999; text-decoration: none;}
	#content a:hover, #content a.hier {color: #6099d5;}
	
	#text, #textschmal{
		
		height: auto;
		min-height: 200px;
		padding-bottom: 8px;}
	
	#text{
		width:635px;
		margin-top: 139px;}
	
	#textschmal {
	width: 478px;
	margin-top: 89px;
	float: left;}
		
	#text a, #text a:visited, #textschmal a, #textschmal a:visited{border-bottom: 1px dotted #7e7e7e; font-weight:400;}
	#text a:hover, #textschmal a:hover{border-bottom: none;}
	
	#text h1, #textschmal h1{
	color:	#6099d5;
	margin: 0 0 15px 0;
	font-size:1.15em;
		}
	#text h2, #textschmal h2{
	color:	#6099d5;
	margin: 15px 0 5px 0;
	font-size:1.00em;
	}
	
	#text p, #textschmal p{
		margin: 0 0 8px 0;
		line-height: 1.4em;
		}
	
	#text ul, #textschmal ul{
		margin-left: 17px; 
		list-style-type:square;
		}
	
	#text li, #textschmal li{margin-bottom: 7px;}
	#textschmal img, #text img{border: none;}
		
#foto {
	float: right;
	margin: 124px 55px 0 15px !important;
	margin: 83px 10px 0 15px;
	width: 120px;}
	
#wrapper_bottom{
	background-image:url(../images/bg_wrapper_bottom3.jpg);
	background-repeat:no-repeat;
	width:1189px;
	height: 40px;
	}


