/* CSS Document */

body  {
	margin	   : 0px 0px 0px 0px;
	padding	   : 0px 0px 0px 0px;
}

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 15px;
	padding-top: 20px
}

.unterstrichen {text-decoration: underline ;}

.background {
     background-image:url(../images/bogen_klein.jpg); 
	 background-repeat: no-repeat;
	 }

#lay1 { position:relative; width:500px; height:350px; z-index:1; left: 0px; top: 0px; background-color:#000000; padding:10px; 
        overflow:auto;
		scrollbar-base-color:#4B1EC0;
  		scrollbar-3d-light-color:#CCCCCC;
  		scrollbar-arrow-color:#4B1EC0;
  		scrollbar-darkshadow-color:#000000;
  		scrollbar-face-color:#555555;
  		scrollbar-highlight-color:#4B1EC0;
  		scrollbar-shadow-color:#000000;
  		scrollbar-track-color:#999999;
}

.balken {
        scrollbar-base-color:#4B1EC0;
  		scrollbar-3d-light-color:#CCCCCC;
  		scrollbar-arrow-color:#4B1EC0;
  		scrollbar-darkshadow-color:#000000;
  		scrollbar-face-color:#555555;
  		scrollbar-highlight-color:#4B1EC0;
  		scrollbar-shadow-color:#000000;
  		scrollbar-track-color:#999999;
		}