body {
	 background-image:url(/../img/Hintergrund.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment:fixed;
    background-size: cover;
}

div.scroll {
    background-color: transparent;
    width: 100%;
    height: 500px;
    overflow: auto;
}
