.scrollgeneric {line-height: 1px;font-size: 1px;position: absolute;top: 0; left: 0;}

.vscrollerbase {
width: 15px;
background: #D7EBDF url(../img/scrollbar/hintergrund.gif) 0px 0px repeat-y;
}
.vscrollerbar {
width: 15px;
background: url(../img/scrollbar/scroller.gif) 0px 0px repeat-y;
}

.vscrollerbar, .hscrollerbar {
padding: 10px;
z-index: 2;
}

.vscrollerbasebeg {
background: url(../img/scrollbar/oben.gif) 0px 0px no-repeat;
width: 15px;
height: 15px !important;
}
.vscrollerbaseend {
background: url(../img/scrollbar/unten.gif) 0px 0px no-repeat;
height: 15px;
width: 15px;
}

/* tutorsty begin */
#mycustomscroll {
/* Typical fixed height and fixed width example */
	overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
	position: relative;
}

#mycustomscroll2 {
/* Typical fixed height and fixed width example */
	width: 437px;
	height: 315px;
/* IE overflow fix, position must be relative or absolute*/
/*position: relative;
background-color: #D5EADE;
margin: 0.3em auto;
padding: 15px;*/
	z-index: 1;
}

#mycustomscroll2, #mcontentwrapper { padding: 15px; }

#mycustomscroll2_vscrollerbase { left: 452px; }
