.hintergrund {
	background-attachment: scroll;
	background-image: url(gifs/hg_01.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	background-color: A79586;
}
.hintergrund2 {

	background-attachment: fixed;
	background-image: url(gifs/hgv.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: A79586;
}

