.scrollControlsY{
	display:block;
	position: absolute;
	top:0;
	right:0;
	height:100%;
	width:9px;
	margin-left:10px;
}

.upBtn{
	display:block;
	position:absolute;
	top:0;
	right:0;
	width:9px;
	height:5px;
	background: url(../grafik/1024/buttons/scroller_pfeil_oben.png) no-repeat 0 0;
	cursor:pointer;
}

.upBtn:hover{
	background: url(../grafik/1024/buttons/scroller_pfeil_oben.png) no-repeat 0 0px;
}

.upBtn-Active, .upBtn-Active:hover{
	background: url(../grafik/1024/Buttons/Scroller_pfeil_oben.png) no-repeat 0 0px;
}

.downBtn{
	display:block;
	position:absolute;
	bottom:0;
	right:0;
	width:9px;
	height:5px;
	background: url(../grafik/1024/Buttons/Scroller_Pfeil_Unten.png) no-repeat 0 0px;
	cursor:pointer;
}

.downBtn:hover{
	background: url(../grafik/1024/buttons/scroller_pfeil_unten.png) no-repeat 0 0px;
}

.downBtn-Active, .downBtn-Active:hover{
	background: url(../grafik/1024/buttons/scroller_pfeil_unten.png) no-repeat 0 0;
}

.scrollBar{
	display:block;
	position: absolute;
	top:10px;
	right:0px;
	bottom:10px;
	width:9px;
	background: url(../grafik/1024/buttons/scroller_mitte.png) repeat-y 0 0;
	border-top:solid 1px #D5C5A7;
	border-bottom:solid 1px #D5C5A7;
}

.scrollHandle{
	display:block;
	position:absolute;
	top:0px;
	right:0;
	width:9px;
	height:20px;
	min-height:15px;
	cursor: pointer;
	padding:11px 0px;
	background-color:#97979B;
	background: url(../grafik/1024/buttons/scroller_slider_1px.png) repeat-y 0 0;
}

.scrollHandleBG{
	display:block;
	position: relative;
	height:100%;
	width:9px;
	background-color:green;
	background: url(../grafik/1024/buttons/scroller_slider_1px.png) repeat-y 0 0;
	
}

.scrollHandle .scrollHandleBG:hover, .scrollHandle:hover .scrollHandleBG{
	background-color:#97979B;
	background: url(../grafik/1024/buttons/scroller_slider_1px.png)  repeat-y 0 0;
}

.scrollHandle-Active .scrollHandleBG:hover, .scrollHandle-Active:hover .scrollHandleBG, .scrollHandle-Active .scrollHandleBG{
	background-color:#97979B;
	background: url(../grafik/1024/buttons/scroller_slider_1px.png) repeat-y 0 0;
}

.scrollHandleMiddle{
	display:block;
	position: absolute;
	width:9px;
	height:10px;
	background-color:#97979B;
	top:50%;
	margin:-5px 0px 0px 0px;
	background: url(../grafik/1024/buttons/scroller_slider_mitte.png) no-repeat 0 0;
}

.scrollHandle .scrollHandleMiddle:hover, .scrollHandle:hover .scrollHandleMiddle{
	background-color:#97979B;
	background: url(../grafik/1024/buttons/scroller_slider_mitte.png) no-repeat  0 0;
}

.scrollHandle-Active .scrollHandleMiddle:hover, .scrollHandle-Active:hover .scrollHandleMiddle, .scrollHandle-Active .scrollHandleMiddle{
	background-color:#97979B;
	background: url(../grafik/1024/buttons/scroller_slider_mitte.png) no-repeat  0 0;
}

.scrollHandleTop{
	display:block;
	position:absolute;
	width:9px;
	height:2px;
	background-color:#97979B;
	top:0px;
	margin:0px 0px 0px 0px;
	background: url(../grafik/1024/buttons/scroller_slider_oben.png) no-repeat 0 0;
}

.scrollHandle .scrollHandleTop:hover, .scrollHandle:hover .scrollHandleTop{
	background-color:#97979B;
	background: url(../grafik/1024/buttons/scroller_slider_oben.png) no-repeat 0 0;
}

.scrollHandle-Active .scrollHandleTop:hover, .scrollHandle-Active:hover .scrollHandleTop, .scrollHandle-Active .scrollHandleTop{
	background-color:#97979B;
	background: url(../grafik/1024/buttons/scroller_slider_oben.png) no-repeat 0 0;
}

.scrollHandleBottom{
	display:block;
	position:absolute;
	width:9px;
	height:2px;
	background-color:#97979B;
	bottom:0px;
	margin:0px 0px 0px 0px;
	background: url(../grafik/1024/buttons/scroller_slider_unten.png) no-repeat 0 0;
}

.scrollHandle .scrollHandleBottom:hover, .scrollHandle:hover .scrollHandleBottom{
	background-color:#97979B;
	background: url(../grafik/1024/buttons/scroller_slider_unten.png) no-repeat 0 0;
}

.scrollHandle-Active .scrollHandleBottom:hover, .scrollHandle-Active:hover .scrollHandleBottom, .scrollHandle-Active .scrollHandleBottom{
	background-color:#97979B;
	background: url(../grafik/1024/buttons/scroller_slider_unten.png) no-repeat 0 0;
}


.scroll{
	position:absolute;
	display:block;
	height:100px;
	overflow:scroll;
	padding: 15px 60px 15px 20px;
	border:1px dashed black;
	border-right:0;
	margin:50px 0;
	background:#fff;
	left:0;
	top:0;
	width: 300px;
	/* fixes has-layout-bug in IE6*/
	zoom:1;
	
}

