/* Scroll Bar Master Styling Starts Here */
/* All comments can be freely removed from the css */

.scrollgeneric {line-height: 1px;font-size: 1px;position: absolute;top: 0; left: 0;}

.vscrollerbase {
	width: 6px;
	background: #d9e4ed;
}
.vscrollerbar {
	width: 6px;
	background: #123049;
}

.vscrollerbar, .hscrollerbar {
	padding: 8px;
	z-index: 2;
}

.vscrollerbasebeg {
	background: url(pfeil_rauf.gif) 0px 0px no-repeat;
	width: 6px;
	height: 4px !important;
	background-color:#254968;
}
.vscrollerbaseend {
	background: url(pfeil_runter.gif) 0px 0px no-repeat;
	height: 4px;
	width: 6px;
	background-color:#254968;
}

/* Scroll Bar Master Styling Ends Here */

