
/* width */
::-webkit-scrollbar {
  width: 15px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #000000; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #33ff33; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: red; 
}
.static {
  position:absolute;
  background: white;
}

.static:hover {
  opacity:0;
}

body {
cursor: url(images/kursor.png), auto;}

a:link {
  color: #00ff0d;
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: #00ff0d;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: #00ff0d;
  background-color: transparent;
  text-decoration: underline;
}

a:active {
  color: #00ff0d;
  background-color: transparent;
  text-decoration: underline;
}