div.scrollholder {
	position: relative;
	width: 557px;
	height: 374px;
	overflow: auto;
	z-index: 1;
}

div.scroll {
	position: absolute;
	padding: 0px 0px 0px 20px;
	left: 0;
	top: 0;
	width: 92%;
	z-index: 2;
}

/* <Scroll> */
div.track {
	position: relative;
	float: left;
	top: 0; 
	width: 13px; 
	height: 100%;
	font-size: 0;
	z-index: 3;
	border-left: 1px solid #808080;
	border-right: 1px solid #808080;
	background-color: #f5f5f5;
}

div.drag_bar {
	position: absolute;
	width: 13px;
	height: 33px;
	cursor: pointer;
	z-index: 4;
	background: transparent url('grafika/scroll.gif') top center no-repeat;
} 