@import url(columns2.css);

@import url(content.css);

@import url(footer.css);

@import url(header.css);

@import url(left.css);

@import url(mailform.css);

@import url(tabellen.css);

body, html     { 
	background: url(img/bg.gif);
	color: #333333; 
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	text-align: center; 
	margin: 0 auto; 
	padding: 0; 
	border: 0; 
	position: relative; 
	width: 100%; 
	height: 100% 
	}

#outer-wrapper  { 
	background: #ffffff url(img/mainbg.gif);
	background-repeat:repeat-y;  
	text-align: left; 
	margin: 0 auto; 
	position: relative; 
	z-index: 0; 
	min-height: 100% 
	}


#content-wrapper  { 
	z-index: 1; 
 	clear: both; 
 	position: absolute; 
 	top: 160px; 
 	left: 0; 
 	width: 100%; 
 	height: auto; 
 	background: #ffffff url(img/mainbg.gif);
	background-repeat:repeat-y; }

#header, #outer-wrapper, #footer {
	width: 1035px;
}
#header-img {
	width: 1035px;
}



#outer-wrapper2 {
    width: 110px;
	position: relative;
	z-index: 0;
	text-align: left;
	margin: 0 auto;
	min-height: 100%;
	background: #ffffff url(img/mainbg2.gif);
	background-repeat:repeat-y; 


}
#content-wrappereine  { 
 	clear: both; 
 	position: absolute; 
 	top: 160px; 
 	left: 0; 
 	width: 100%; 
 	height: auto; 
 	background: #ffffff url(img/mainbg2.gif);
	background-repeat:repeat-y; }

