h1 {
	color: #007E3C;
	margin-bottom: 8px;
}

div#bgLinks {
	
	z-index: 0;
	left: 0px;
	top: 0px;
	width: 50%;
	height: 542px;
	
	background: #EEE url("../images/bgGruen.gif") repeat-x;
}

div#bgRechts {
	z-index: 0;
	left: 50%;
	top: 0px;
	width: 50%;
	height: 542px;
	background: #EEE url("../images/bgMagenta.gif") repeat-x;
}

div#rechts {

	z-index: 100;
	margin-left: 10px;
	top: 225px;
	width: 260px;
	height: 100px;
	background: transparent;

}

#footerlogo {
	position:absolute;
	z-Index: 50;
	
	margin-left: 80px;
	
	left: 50%;
	top: 451px;
	width: 320px;
	height: 110px;
	
	font-size:0pt;
	line-height:0px;
	background-image:url('../images/footerlogo.gif');
	
	background-position:right;
	background-repeat:no-repeat;

}

