/* 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;}

/* Hintergrund der Scrolleiste */
.vscrollerbase {
	width: 				8px;
	visibility: 		visible !important;
	
	/*background-image: 	url('../images/global/scrollerbase.png');*/
	background-image: 	url('../images/global/blank.gif');
	background-repeat: 	repeat-y;
}
/* IE PNG ALPHA HACK*/
/*
* html .vscrollerbase {
	display:			none;
	behavior:			url("css/pngfix.htc");
	height:				inherit;
}
*/


/* Anfang des Scrollbalken */
.vscrollerbarbeg {
	width: 				8px;
	height: 			5px !important;
	
	background-image:	url(../images/global/scrollbarbeg.gif);
}


/* Scrollbalken */
.vscrollerbar {
	width: 				8px;
	background-image:	url(../images/global/scrollbarbase.gif);
	background-repeat:	repeat-y;
	cursor:				pointer;
}



/* Ende des Scrollbalken */
.vscrollerbarend {
	width: 				8px;
	height: 			8px;
	background-image:	url(../images/global/scrollbarend.gif);
}


/* Scroll Klickfläche Oben */
.vscrollerbasebeg {
	width: 				8px;
	height: 			11px !important;
	/*background-color: 	transparent;*/
	background-image:	url(../images/global/scrollbar_up.gif);
	cursor:				pointer;
	visibility: 		visible !important;
}
.vscrollerbasebeg:hover {
	background-image:	url(../images/global/scrollbar_up_mouseover.gif);
}


/* Scroll Klickfläche Unten */
.vscrollerbaseend {
	width: 				8px;
	height: 			11px !important;
	/*background-color: 	transparent;*/
	background-image:	url(../images/global/scrollbar_down.gif);
	cursor:				pointer;
}
.vscrollerbaseend:hover {
	background-image:	url(../images/global/scrollbar_down_mouseover.gif);
}



/* Scroll Klickfläche Oben */
/*
.vscrollerbasebeg {
	width: 				8px;
	height: 			0px !important;
	background-color: 	transparent;
}
*/

/* Scroll Klickfläche Unten */
/*
.vscrollerbaseend {
	width: 				8px;
	height: 			0px !important;
	background-color: 	transparent;
}
*/

/*
.hscrollerbase {height: 16px; background-color: white;}
.hscrollerbar {height: 16px; background-color: black;}
*/

.vscrollerbar, .hscrollerbar {padding: 13px;z-index: 2;}


/*.scrollerjogbox {width: 6px;height: 4px;top: auto; left: auto;bottom: 0px; right: 0px;background: #37917A;}*/

/* Scroll Bar Master Styling Ends Here */
