
.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack  { background-repeat: repeat-y; background-attachment: scroll; background-position: 0 0; cursor: pointer; position: absolute; top: 0; right: 0; height: 100% }
.jScrollPaneDrag  { background-color: silver; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; cursor: pointer; position: absolute; overflow: hidden }
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp  { text-indent: -2000px; display: block; position: absolute; z-index: 1; top: 0; right: 0; height: 0; overflow: hidden }
a.jScrollArrowUp:hover {
	/*background-color: #f60;*/
}

a.jScrollArrowDown  { text-indent: -2000px; display: block; position: absolute; z-index: 1; right: 0; bottom: 0; height: 0; overflow: hidden }
a.jScrollArrowDown:hover {
	/*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}

.holder2   { margin: 16px 0 10px; width: 460px; float: left}
.holder2_startseite   { margin: 16px 0 10px; width: 700px; float: left; }
.holder3   { margin: 16px 0 10px; width: 500px; float: left}
.holder4   { margin: 16px 0 10px; width: 250px; float: left}
.holder5  { margin: 16px 0 10px; width: 250px; float: left}
.holderteam { margin: 16px 0 10px; width: 500px; float: left }
.scroll-pane-right   { font-size: 11px; line-height: 13px; background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; overflow: auto }
.scroll-pane-right4   { font-size: 11px; line-height: 13px; background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; overflow: auto }
.scroll-pane-right5  { font-size: 11px; line-height: 13px; background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; overflow: auto }

#pane2    { padding-right: 10px; width: 480px; height: 305px }
#pane2_startseite    {  padding-right: 10px; width: 700px; height: 295px }

#pane3    { padding-right: 10px; width: 480px; height:580px }
#pane4   { padding-right: 10px; margin-top:-3px;  width: 240px; height:340px }

.left .jScrollPaneTrack {
				left: 0;
				right: auto;
				top:15px;
			}
			.left a.jScrollArrowUp {
				left: 0;
				right: auto;
			}
			.left a.jScrollArrowDown {
				left: 0;
				right: auto;
			}

