/*----------------------- Container ----------------------------*/



body {	
	background-image: url(pics/body_higru.gif);
	background-repeat: repeat-x;
	text-align: center;
	padding-top: 0px;
	
}


#inhalt {
	border: 0px solid #000000;
	width: 960px;
	text-align: left;
	margin: 0px auto;
		
}

#top {
	background-image: url(pics/unten_higru.jpg);
	background-repeat: repeat-y;
	width: 960px;
	
}

#toplinks {
	width: 256px;
	height: 22px;
	-height: 30px;
	background-color: #FF0000;
	padding-top: 8px;
	text-align: right;
	float: left;
}

#toprechts {
	height: 22px;
	-height: 30px;
	float: right;
	text-align: left;
}

#oben {
	/* background-color: #FF0000; */
	width: 960px;
	height: 168px;
	clear: both;
	
}

#suche {
	
	margin: 0px;
	padding-left: 10px;
	float: left;
	width: 256px;
}

#nav{

	height: 21px;
	-height: 27px;
	padding-top: 6px;
	
}

#subnav {
	
	padding-left: 0px;
	padding-top: 20px;
}

#unten{
	background-image: url(pics/higru_unten.gif);
	background-repeat: repeat-y;
	width: 960px;
	
}

#links{	
	/* background-color: #F6F6F6; */
	width: 256px;
	float: left;
	padding-bottom: 20px;

}


#news, #navberichte {
	/* background-color: #cc00cc; */
	width: 210px;
	margin-top: 25px;
	margin-left: 20px;
}

#menu {
	/* background-color: #cccccc; */
	padding-left: 20px;
}

#rechts{
	
	width: 664px;
	-width: 704px;
	float: right;
	padding: 20px;
}



/*----------------------- IE Hack----------------------------*/


.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


