/* CSS Document */

/* 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 {
right:5px;
width: 10px;
background-color: #efefef;
margin-right:0px;
}
.vscrollerbar {
width: 10px;
background-color:#fff;
background: url(/images/pfeil-runter-10.gif) bottom no-repeat;
margin-right:0px;
}
.hscrollerbase {
height: 10px;
background-color: #efefef;
}
.hscrollerbar {
height: 10px;
background-color: #efefef;
}

.scrollerjogbox {
width: 10px;
height: 10px;
top: auto; left: auto;
bottom: 20px; right: 5px;
background-color: #efefef;
}