
/*--------------- CONTAINER --------------------------*/



body { 		text-align: center;
		
		background-color: #FFFFFF;
		
		background-image: url(img/higru_body.jpg);
    		background-repeat: repeat-x;
    		
}

div#container { 	
		background-color: #FFFFFF;
		border: 4px solid #CCCCCC;
  		width: 970px;
  		-width: 970px;
  		margin-left:auto;
  		margin-right:auto;
  		text-align: left;
}

div#oben { 	width: 970px; }

div#bild { 	float: right; }

div#obenlinks { 	float: left; height: 131px; width: 724px;}

div#collage { 	float: left; width: 504px; height: 108px; }

div#logo { 	float: right; width: 220px; height: 108px; }

div#navoben {
		font-family: verdana;
		font-weight: normal;
		font-size: 0.7em;
		padding-top: 5px;
		padding-left: 15px;
		width: 724px;
		height: 23px;
		background-image: url(img/higru_navoben.gif);
    		background-repeat: repeat-x;
    		clear: both;
}

div#unten { 	
		width: 970px;
		
		background-image: url(img/higru_links.gif);
    		background-repeat: repeat-y;
    		
    			
}

div#links { 	
		
		padding-top: 25px;
		padding-left: 9px;
		padding-right: 5px;
		font-family: verdana;
		font-weight: normal;
		font-size: 0.7em;
		width: 200px;
		-width: 210px;
  		float: left;
}

#links img {
		margin-left: 5px;
		margin-bottom: 5px;
}

div#inhalt {
		background-color: #FFFFFF;
		font-family: verdana;
		font-weight: normal;
		font-size: 0.7em;
		line-height: 1.3em;
		color: #555555;
		
		padding-top: 30px;
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom: 25px;
		float: right;
		width: 700px;
		-width: 740px;
}

#spalte_links {
	
	background-color: #CCCCCC;
	float: left;
	width: 150px;
	margin-left: 20px;
}

#spalte_rechts {

	background-color: #eeeeee;
	float: right;
	width: 530px;
	-width: 570px;
}


/*-----------------------------------------*/



#clear { 		clear: both; height: 1px; }

.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 */

