/* Scroll Bar Master Styling Starts Here */
/* All comments can be freely removed from the css */

/*  scrollgeneric is used for corrective styling of elements, and should not be modified or removed */ 
.scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0; left: 0;
}

.vscrollerbar {
/* Wuerfel */
width: 20px;
background: url(../upload/design/scrollbalken.gif) -20px 0px repeat-y;
/* do not forget to put colors for backgrounds for before image(s) can load , this is more important for
the upload/design/scrollbar itself than the scrollbase, as user can live without an image on the base but cannot see
any upload/design/scrollbar when images cannot load. */
}
.vscrollerbarbeg {
	/* oberes Ende wuerfel */
/* height of this element is normally auto set to fit the scrollbase, to cover the base... */
height: 24px !important;
/* ...unless we force the size using an !important decleration */
/* forcing would not be required if Webkit-Safari did not have a background-repeat bug*/
/* this may be fixed by the time Safari 3.0 is released. */
width: 20px;
background: url(../upload/design/scrollbalken.gif) -60px -32px no-repeat;
}
.vscrollerbarend {
	/* unteres Ende wuerfel */
/* height of this element should be set */
height: 24px;
width: 20px;
background: url(../upload/design/scrollbalken.gif) -60px 0px no-repeat;
}

.vscrollerbase {
	/* Hintergrund Scrollbar*/
width: 20px;
background: #E5E5E5 url(../upload/design/scrollbalken-bg.gif) 0px 0px repeat-y;
}
.vscrollerbasebeg {
	/* oberes Ende des Scrollbar */
/* height of this element is auto set to fit the scrollbase, to cover the base */
/* this element can be used to place a faux top arrow image */
width: 20px;
height: 28px !important; /*Again, the safari fix, normally this line is not needed.*/
background: url(../upload/design/scrollbalken.gif) -40px -28px no-repeat;
}

.vscrollerbasebeg:hover {
background: url(../upload/design/scrollbalken-act.gif) -40px -28px no-repeat;
}

.vscrollerbaseend {
	/* unteres Ende des Scrollbar */
/* height of this element should be set */
/* this element can be used to place a faux bottom arrow image */
height: 28px;
width: 20px;
background: url(../upload/design/scrollbalken.gif)  -40px 0px no-repeat;
}

.vscrollerbaseend:hover {
background: url(../upload/design/scrollbalken-act.gif)  -40px 0px no-repeat;
}

/* do not forget to give horizontal upload/design/scrollbars some color properties even if you don't plan on using them */
.hscrollerbase {
height: 16px; background-color: white;
}
.hscrollerbar {
height: 16px; background-color: white;
}

.vscrollerbar, .hscrollerbar {
/* paddings of these elements will decide how far the upload/design/scrollbarr.png will stop in both ends, and are not actually
used for styling, and are set to 0 by the script, here we will set them the size of our faux arrows */
padding: 28px;
z-index: 2;
}

/* properties for scroller jog box, just in case */
.scrollerjogbox {
width: 20px;
height: 16px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background: #BCBCBC;
}


/* Unternavigation */

#unternavigation .vscrollerbar {
/* Wuerfel */
width: 7px;
background: #E5E5E5 url(../upload/design/scrollbalken-un.gif) -13px 0px repeat-y;
/* do not forget to put colors for backgrounds for before image(s) can load , this is more important for
the upload/design/scrollbar itself than the scrollbase, as user can live without an image on the base but cannot see
any ../upload/design/scrollbar when images cannot load. */
}
#unternavigation .vscrollerbarbeg {
	/* oberes Ende wuerfel */
/* height of this element is normally auto set to fit the scrollbase, to cover the base... */
height: 24px !important;
/* ...unless we force the size using an !important decleration */
/* forcing would not be required if Webkit-Safari did not have a background-repeat bug*/
/* this may be fixed by the time Safari 3.0 is released. */
width: 10px;
background: white url(../upload/design/scrollbalken-un.gif) -50px -32px no-repeat;
}
#unternavigation .vscrollerbarend {
	/* unteres Ende wuerfel */
/* height of this element should be set */
height: 24px;
width: 10px;
background: white url(../upload/design/scrollbalken-un.gif) -50px -32px no-repeat;
}

#unternavigation .vscrollerbase {
	/* Hintergrund Scrollbar*/
width: 10px;
background: white url(../upload/design/scrollbalken-bg-un.gif) -1px 0px repeat-y;
}

#unternavigation .vscrollerbasebeg {
	/* oberes Ende des Scrollbar */
/* height of this element is auto set to fit the scrollbase, to cover the base */
/* this element can be used to place a faux top arrow image */
width: 20px;
height: 28px !important; /*Again, the safari fix, normally this line is not needed.*/
background: white;
}

#unternavigation .vscrollerbasebeg:hover {
background: white;
}

#unternavigation .vscrollerbarend {
	/* unteres Ende wuerfel */
/* height of this element should be set */
height: 24px;
width: 20px;
background: white;
}

#unternavigation .vscrollerbasebeg:hover {
background: white;
}

#unternavigation .vscrollerbaseend {
	/* unteres Ende des Scrollbar */
/* height of this element should be set */
/* this element can be used to place a faux bottom arrow image */
height: 8px;
width: 10px;
}

#unternavigation .vscrollerbaseend:hover {
}

/* do not forget to give horizontal upload/design/scrollbars some color properties even if you don't plan on using them */
#unternavigation .hscrollerbase {
height: 16px; background-color: white;
}
#unternavigation .hscrollerbar {
height: 16px; background-color: white;
}

#unternavigation .vscrollerbar, #unternavigation .hscrollerbar {
/* paddings of these elements will decide how far the upload/design/scrollbarr.png will stop in both ends, and are not actually
used for styling, and are set to 0 by the script, here we will set them the size of our faux arrows */
padding: 18px;
z-index: 2;
}

/* properties for scroller jog box, just in case */
#unternavigation .scrollerjogbox {
width: 10px;
height: 16px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background: white;
}


/* Scroll Bar Master Styling Ends Here */

