#header {
	position: relative;
	margin: 20 auto 0 auto;
	padding: 0;
	background: url('img/bg_header.jpg') top left no-repeat;
	width: 840; height: 160;
}

#main {
	position: relative;
	margin: 0 auto 0 auto;
	padding: 20 0 20 0;
	background: #FFFFFF;
	width: 840;
	background: #FFFFFF url('img/bg_main.gif') repeat-y;
	text-align: center;
}


#footer {
	position: relative;
	margin: -14 auto 0 auto;
	padding: 0;
	background: #FFFFFF;
	width: 840; height: 50;
	background: url('img/bg_footer.gif') no-repeat;
}

#sponsoren {
	width: 822px;
	height: 42px;
	margin: 10 auto 0 auto;
	background: #7A0000;
	text-align: center;
	position: relative;
	z-index: 0;
}

