/****************************** GESAMTE SEITE *******************************/
#wrapper { width:819px; margin:0 auto; padding:0; }

/****************************** TOP *******************************/
#corner_top{ 
	width:819px; 
	height:21px; 
	background-image:url(../images/site/corner_top.jpg); 
	background-position:top left; 
	background-repeat:no-repeat; 
}

/****************************** CONTENT *******************************/
#content{
	padding:0 16px;
	background-image:url(../images/site/bg_content.jpg);
	background-position:top left;
	background-repeat:repeat-y;
}

	#content_inner_index{ padding:18px 60px 0 60px; }
	
		#index_left{ float:left; width:340px; padding-top:17px; }
		
		#index_right{ float:right; width:285px; padding-top:17px; }
	
	#content_inner_contact{ padding:144px 220px; }
	
	#content_inner_imprint{ padding:18px 30px; }
		#imprint_left{ float:left; width:425px; }
		
		#imprint_right{ float:right; width:250px; }

/****************************** BOTTOM *******************************/
#corner_bottom{
	width:819px; 
	height:20px; 
	background-image:url(../images/site/corner_bottom.jpg); 
	background-position:top left; 
	background-repeat:no-repeat;
}

#nav{ float:right; padding:7px 16px; }
