body { 		
			background-attachment:fixed;
			scrollbar-base-color:#353B57; /*  defaultfarbe, falls nichts anderes definiert...*/
			scrollbar-track-color:#212743; /* der track des bars halt... */
			scrollbar-face-color:#3D455F; /* vordergrundfarbe von bar und arrows */
			scrollbar-highlight-color:#212743; /* 3d oben und links */
			scrollbar-shadow-color:#212743; /* 3d unten und rechts */
			scrollbar-arrow-color:#212743; /* farbe der pfeile */
	}           
