/* Scroll Bar Master Styling Starts Here */
/* All comments can be freely removed from the css */

@media print { 
    div { 
        height: auto!important; width: auto!important; 
        position: static!important; margin: 0!important; padding: 0!important 
    } 
    .scrollgeneric {display: none;} 
}

.scrollgeneric {
    line-height: 1px;
    font-size: 1px;
    position: absolute;
    top: 0; left: 0;
}

.vscrollerbase {
    width: 30px;
    background: url(../Images/scrollbar_hintergrund.png) repeat-y;
}
.vscrollerbar {
    width: 30px;
    background: url(../Images/fenstergriff.png) no-repeat;
    height: 120px !important;
    cursor: grabbing;
}
.hscrollerbase {
    height: 10px;
    background-color: white;
}
.hscrollerbar {
    height: 10px;
    background-color: black;
}

.scrollerjogbox {
    width: 10px;
    height: 10px;
    top: auto; left: auto;
    bottom: 0px; right: 0px;
    background-color: gray;
}

* html .vscrollerbar {
    /* IE6 alpha png trick */
    /* IE7 is not affected by this trick, as it perfectly handles the normal png */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='../Images/fenstergriff.png');
    background-image: none;
}
