@import url("Baumhaus-Hintergrundbild.css");
.Baumhau-Hintergrund {
	background-image: url(Unfall.gif);
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-color: #33FFFF;
	background-position: 600px;
	overflow: scroll;
	position: relative;
	width: auto;
	top: auto;
	right: 500px;
	left: 1000px;
	clip: rect(0,600px,auto,auto);
	bottom: auto;
}
