/* imports */
@import url("reset.css");
@import url("general.css");
@import url("formate.css");

/* Seitenaufbau */
#page { 
	width: 747px; 
	/*margin: 0 auto;*/
	padding: 35px 0 35px 213px;
	position: relative;
	margin: 0 auto;
}

	#logo { 
		position: absolute;
		left: 25px;
		top: 35px;
	}
	
	#content { 
		margin-top: 58px; 
		width: 480px; 
		padding-left: 20px;
		min-height: 480px;
		height: auto!important;
		height: 480px;
	}
	
	#sidebar { position: absolute; right: 20px; top: 286px; width: 180px }
		#sidebar img { margin-bottom: 30px }
		#sidebar p { font-style: italic; font-size: 9px; line-height: 13px }
	
	#footer { clear: both; position: relative }
		#footer .zahn { position: absolute; left: -130px; top: -90px }
		#footer .innung { position: absolute; left: 556px; top: -60px }
		#footer .zahninnung { position: absolute; left: 556px; top: -155px }