#schnee {
	z-index:2;
	position: absolute;
	height: auto;
	width: auto;
	left: 20px;
	top:10px;
}
#header {
	z-index:1;
	position: absolute;
	height: auto;
	width: auto;
	left: 5px;
	top:5px;
}
#banner {
	z-index:100;
	position: absolute;
	height: auto;
	width: auto;
	left: 5px;
	top:105px;
}
#banner2 {
	z-index:101;
	position: absolute;
	height: 50;
	width: 390px;
	left: 365px;
	top:105px;
	background-color: #000033;
}