/* CSS Document */
/* Body-Styles für Dark-Version */
body {
	  scrollbar-arrow-color:#191414;
	  scrollbar-3dlight-color:#191414;
	  scrollbar-face-color:#554948;
	  scrollbar-darkshadow-color:#191414;
	  scrollbar-track-color:#191414;
	  scrollbar-highlight-color:#191414;
	  scrollbar-shadow-color:#191414;
	  background-color:#000000;
	  background-image: url(../images/img_dark/back_img.jpg);
	  background-repeat: no-repeat;
}

