/* DEFAULT WERTE - Individuelle Werte werden innerhalb des Templates gesetzt SCROLLER - START*/

.jScrollPaneTrack {
	background: url(black_line.gif) repeat-y;
}
.jScrollPaneDrag {
	position: absolute;
	background: url(black_dot.gif) no-repeat;
	height: 23px;
	width: 17px;
}


#inhalt {
	width: 400px;
	height: 550px;
	background-color: #FFFFFF;
	}
	
#setinhalt {
	position:absolute;
	height: 380px;
	right: 35px;
	text-align: left;
	z-index:99;
	}	


/* DEFAULT WERTE - Individuelle Werte werden innerhalb des Templates gesetzt SCROLLER - ENDE */





.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
}
.jScrollPaneDrag {
	position: absolute;
	cursor: pointer;
	overflow: hidden;
}