.hauptFrameSeite {
	background-attachment: fixed;
	background-color: #000000;
	background-image: url(../bilder/main.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

  body {
    scrollbar-base-color: Black;
    scrollbar-face-color: Black;
    scrollbar-track-color: Gray;
    scrollbar-arrow-color: White;
    scrollbar-3dlight-color: default;
    scrollbar-darkshadow-color: default;
    scrollbar-highlight-color: default;
    scrollbar-shadow-color: default;
    }

.indexSeite {
	background-attachment: fixed;
	background-color: #000000;
	background-image: url(../bilder/indexBgr.gif);
	background-repeat: no-repeat;
	background-position: center center;
}