.hintergrund {
	background-attachment: fixed;
	background-image: url(../bilder/kopf.gif);
	background-repeat: no-repeat;
	background-position: left left;
	width: 540px;


}
.hintergrund2 {
	background-attachment: scroll;
	background-image: url(../bilder/kopf_2.jpg);
	background-repeat: no-repeat;
	background-position: 0% 0%;
	background-color: #0000FF;

}
