body {
	margin: 0px;
	background-image: url(img/bg1.gif);
	background-repeat: repeat-y;
	}

#anzeige{
	top:448px;
	left:734px;
	position:absolute;
	z-index:100;	
}

#content{
	position:relative;
	z-index:90;	
}

.hintergrund1 {
	background-image: url(img/bg2.jpg);
	background-repeat:repeat-x;
	position:relative;
	z-index:80;	
}
	
.hintergrund2 {
	background-image: url(img/bg3.jpg);
	background-repeat:repeat-x;
	background-position: 0px 20px;
	position:relative;
	z-index:80;	
}

