@import url("farben.css");
@import url("formate.css");

body {
	padding:0;
	margin:0;
	}
	
#container-seite {
	}
	
#kopf {
	height:120px;
	}
		
#container-seitenkoerper {
	}		
	
#navigation {
	float:left;
	width:200px;
	}

#subnavigation {	
	position:relative;
	float:right;
	width:180px;
	z-index:1;
	}
	
#container-inhalt {
	position:relative;
	margin-left:200px;
	}
	
#inhalt {	
	position:relative;
	margin-right:180px;
	min-width:400px; /* nicht IE 5.x, 6, (7?)*/
	}	
	
#infobereich {	
	}	
	
#fuss {
	clear:both; 	
	height:35px;
	}
