@import url(content.css);


body, html {
	border: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	background: #ffffff;
	background-image: url(../img/verlauf.jpg);
	background-repeat: repeat-x;
	position: relative;
	text-align: center;
	font: normal 100.01% Verdana, Arial, Helvetica, sans-serif;
}



#outer-wrapper {
	text-align: left;
	margin: 0 auto 0 auto;
	margin-top: 41px;
	width: 941px;
	height: 800px;
	position: relative;
	z-index:1;
	
}
#content-wrapper {
	position: absolute;
	z-index: 10;
	width: 941px;
	
	
}

