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