@import url("farben.css");
@import url("formate.css");
@import url("navigation_horizontal.css");

body {
	padding:0;
	margin:0;
	text-align:center;
	}
	
#container-seite {
	margin:20px auto;
	width:770px;
	text-align:left;
	}
	
#kopf {
	height:120px;
	}
		
#container-seitenkoerper {
	}	
	
#navigation {
	}
	
#subnavigation {
	float:right;
	width:160px;
	}
	
#container-inhalt {
	}
		
#inhalt {
	float:left;
	width:610px;
	}	
	
#infobereich {
	float:left;
	width:160px;
	}	
	
#fuss {
	clear:both;
	height:35px; 
	}
