@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(menue_oben.css);
@import url(news.css);


body, html    { 
	color: #afafaf; 
	font-size: 13px;
	line-height: 18px; 	
	font-family: Arial, Helvetica, sans-serif;
        text-align: center; 
	margin: 0 auto; 
	padding: 0; border: 0; 
	position: relative; 
	width: 100%; 
	height: 100%;
	background-color: #000000;
}

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


#content-wrapper  { 
 	clear: both; 
 	position: absolute; 
 	top: 350px; 
 	left: 0px; 
 	width: 1014px; 
 	height: auto; 
 }
 
 
 #bg-wrapper  { 
float:left;
width: 1035px;
 	clear: both; 

 }

#outer-wrapper {
	width: 1035px;
}

 #footer {
	width: 1035px;
}


#header {
}

