﻿.scrollgeneric {
  line-height: 1px;
  font-size: 1px;
  position: absolute;
  top: 0;
  left: 0;
}

.vscrollerbase {
  width: 11px;
}

.vscrollerbasebeg {
	width: 11px;
	height: 8px;
	background-image: url(/grafik/scroll_up.gif);
	background-repeat : no-repeat;
}

.vscrollerbaseend {
	width: 11px;
	height: 8px;
	background-image: url(/grafik/scroll_down.gif);
	background-repeat : no-repeat;
}

.vscrollerbar {
  width: 9px;
  height : 25px !important;
}

.hscrollerbase {
  height: 7px;
  background-color: white;
}

.hscrollerbar {
  height: 7px;
  background-color: #980000;
}

.scrollerjogbox {
  width: 9px;
  height: 7px;
  top: auto; 
  left: auto;
  bottom: 0px;
  right: 0px;
  background-color: red;
}
