#scrollbg{
	margin-left:40px;
	margin-top:30px;
	background-image: url(../images/altespapier.png);
    width:400px; 
    height:351px;
}

div.scrollholder
{
    position: relative;
    width: 300px; height: 250px;
    overflow: auto;
    z-index: 1;  
    left:50px; 
    top:40px; 
}

div.scroll
{
    position: absolute;
    left: 50px; top: 40px;
    /*width: 280px;
    height:300px;*/
    z-index: 2;
}

/* <Scroll> */
div.track
{
    position: relative;
    float:right;
    top: 0; 
    width: 15px; height: 100%;
    font-size: 0;
    z-index: 3;
    background-image: url(../images/scrolltrackbg.gif);
    background-repeat: repeat-y;
}

div.drag_bar
{
    position: absolute;
    width: 13px; height:25px;
    cursor: pointer;
    z-index: 4;
    background-image: url(../images/scrolltrackbar.gif);
    background-repeat: no-repeat;
    border: 1px solid #333;
}  