@import url(columns2.css);
@import url(content.css);
@import url(footer.css);
@import url(header.css);
@import url(mailform.css);
@import url(tabellen.css);
@import url(left.css);

body, html    { 
	font-family: Arial, Helvetica, sans-serif;
	background: #ffffff url(img/hg.gif);
	background-repeat:repeat-x;
	text-align: center; 
	margin: 0 auto; 
	padding: 0; border: 0; 
	position: relative; 
	width: 100%; 
	height: 100%;
}

#outer-wrapper  { 
	text-align: left; 
	margin: 0 auto; 
	position: relative; 
	z-index: 0; 
	background: #fff;
}


#content-wrapper  { 
 	clear: both; 
 	position: absolute; 
 	top: 350px; 
 	left: 0px; 
 	width: auto; 
 	height: auto; 
	background: #e5e6e7 url(img/bg.gif);
 }

#outer-wrapper, #footer {
	width: 1070px;
}

#header {
}

