@charset "UTF-8";










/*Temporaere Classe fuer Bild neben TExt*/
.img {
float:left;
width: 330px;
height: 274px;
margin-right: 10px;
margin-bottom: 10px;
clear:both;
}

/* ovEREFFEKT FUER Bilder*/

a:hover img {
filter:alpha(opacity=60);
-moz-opacity:0.6;
-khtml-opacity: 0.6;
opacity: 0.6;
}


html {
	height:100%;
	margin-bottom:1px;
	}  

* {
	margin:0;
	padding:0;
	}




/* Raender Seitenhintergrund */

body { 
	padding:0px 0; 
	background: #fff;
	text-align:center; 
	}


/* Layout: Breite, Hintergrund, Rahmen */

#page_margins {
	text-align: left;
	width:996px;
	height:	auto !important; 
	margin: 0 auto;
	background-color:#ffffff;
	}


#page{
	min-height:	650px!important;
	background-color:#ffffff;
	}

/* Zentrierung des Layouts in alten IE-versionen */



#page_margins {
	/*float: left;*/ 
	text-align:left; 
	background-color:#FFF;
	}

/* Positionierung der Hauptelemente */
  
#logo { 
	width: 165px; 
	height:91px; 
	float: left;
	}

#headerbild {
	width: 815px; 
	height:57px;
	float: right;
	}

#mainnav { 
	width: 815px; 
	height: 34px; 
	background-color:#999; 
	float: right;
	}
	
#langnav {
	width:165px; 
	float: left; 
	margin: 0 0 10px 0; 
	text-align:left;
	}
	



	
/*Wrapper um Inhalte*/

#main { 
	float:right;
	margin-top: 30px; 
	padding: 0px;
	width: 996px !important; 
	width: 1040px ; /*fuer IE*/
	height:auto;
	background-color:#FFF;}
  
.floatbox {
	overflow:hidden;
   	}
   	
   
.clearfix {
	display:block;
	}

.clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:	both;
	visibility:hidden
	}
	

#ie_clearing{
	display:none;
	}

   
 
#col1 {
	float:left; 
	width:165px;
	}
	
#col1_content_top {
	width:165px;
	height: 217px; 
	margin:0 10px 10px 0;
	}
	
	#subnav3 {
	width:165px; 
	float: left;
	margin: 0 0 20px 0; 
	}
	
	#suche {
		float: left;
		width:165px; 
		margin: 0 0 20px 0;
		}
	
	#adresse {
		float: left;
		width:165px; 
		height: 161px; 
		padding-top: 56px; 
		/*float: left; */
		}
	
	#adresse p {
			margin-bottom: 10px ;
		padding: 0px; 
		color: #999999;
		}

	#adresse p a{
		font-size:80%;
		color: #999999;
		}

	#adresse p a:hover{
		font-size:100%;
		color: #000000;
		text-decoration: none;
		}



#col1_content { 
    float: left;
	width:165px; 
  	/*padding-right:10px;*/
	height:217px;
	margin:0 10px 0 0;
	}




#col2 { float: right; 
	width: 814px;
	}

#col2_content {
	position: relative;
  	padding: 0px;
	margin: 0px;
  	min-height:500px;
	height:auto !important;
	height:500px;
	}
  
  
  
#footer { 
  	width: 981px;
  	float: left;
    	padding: 30px 0px 15px 0px;
     	background-color: #ffffff;
	font-size: 0.75em;
   	text-align:right;
   	}


