@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(news.css);
body, html    { 
	color: #6C6C71; 
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	background: #ebebec url(img/_textbg.gif);
	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: #c4c4c4;
	height: 100px;
}

#content-wrapper_normal  { 
 	clear: both; 
 	position: absolute; 
 	top: 368px; 
 	left: 0px; 
 	width: 1010px; 
 	height: auto; 
	background: #ffffff url(img/hg_normal.gif);
 }


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

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

