@import url("farben.css");
@import url("formate.css");
@import url("subnav_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 {
	float:right;
	width:190px;
	}	

#subnavigation {
	}
	
#container-inhalt {
	}
		
#inhalt {	
	width:580px;
	float:left;
	}	
	
#infobereich {
	float:right;
	width:190px;
	}
	
#fuss {
	clear:both;
 	height:35px;
	}
