/*----------------------- Container ----------------------------*/



body {	
	
	background-image: url(pics/body_higru.jpg);
	background-repeat: repeat-x;
	text-align: center;
	background-color: #FFFFFF;
	
}

#box {

	border: 0px solid #cccccc;
	/* background-color: #ffffff; */
	width: 960px;
	height: 100%;
	margin: 0px auto;
	clear: both;
}

#container {
	/* border: 1px solid #000000; */
	width: 960px;
	text-align: left;
	margin: 0px auto;
	
		
}

#nav {	
	/* background-color: #cccccc; */
	width: 960px;
	height: 35px;
	float: left;
}


#bild {	
	background-color: #bbbbbb;
	width: 960px;
	height: 170px;
	float: left;
}

#subnav {	
	background-image: url(pics/subnav_higru.jpg);
	background-repeat: repeat-x;
	width: 960px;
	height: 32px;
	float: left;
}

#unten {	
	background-image: url(pics/higru_unten_hellblau.gif);
	background-repeat: repeat-y;
	/* background-color: #FFFFFF; */
	width: 958px;
	float: left;
	border-left: 1px solid #EBEAEA;
	border-right: 1px solid #EBEAEA;
	
	
}

#inhalt {	
	/* background-color: #cccccc; */
	padding: 20px;
	width: 650px;
	
	float: left;
}

*html #inhalt{  width: 690px; }

#forum {	
	background-color: #FFFFFF;
	padding-top: 20px;
	width: 958px;
	float: left;
}


#rechts{	
	/* background-color: #CCCCCC; */
	padding: 20px 10px;
	width: 237px;
	-width: 257px;
	float: right;
	
}



#fuss {

	width: 960px;
	height: 20px;
	float: left;
	background-image: url(pics/fuss.gif);
	background-repeat: no-repeat;
	margin-bottom: 20px;
}






#navi_2 {
	
	float: left;
	
}

#login {
	
	float: right;
	
}


*html div.csc-textpic-imagewrap { 
	
	padding: 0 0 15px 0;
	border: px solid #EEEEEE;
}






/*----------------------- 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 */