@charset "utf-8";
/* CSS Document */

body {
	background:url(../images/oranje_ag_vlakje.jpg) repeat;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}

#wrapper {
	width:1059px;
	height:833px;
	padding-top:0px;
	padding-left:0px;
	background:url(../images/ag_witvlak.jpg) no-repeat;
}

#header {
	width:973px;
	height:369px;
	padding-left:0px;
	padding-top:45px;
	margin:0;px
}

#menu {
	height:35px;
	width:973px;
	position:relative;
	z-index:3;
}


#text_wrapper
{
	width:973px;
	height:348px;
	padding-top:2px;
	z-index:2;
	position:relative;
	background:url(../images/beige_verloopvlak_15.jpg) no-repeat;
}

#text_block
{
	width:600px;
	height:348px;
	margin-left:0px;
	padding-top:15px;
}
div.scrollholder
{
    position: relative;
    width: 527px; height: 300px;
    overflow: auto;
    z-index: 1;
}

div.scrollholder1
{
    position: relative;
    width: 527px; height: 400px;
    overflow: auto;
    z-index: 1;
}

div.scroll
{
    position: absolute;
    left: 0; top: 0;
    width: 95%;
    z-index: 2;
}

/* <Scroll> */
div.track
{
    position: relative;
    float:right;
    top: 0;
    width: 2px; height: 100%;
    font-size: 0;
    z-index: 3;
    background: gray;
}

div.drag_bar
{
    position: absolute;
    width: 5px; height: 5px;
    cursor: pointer;
    z-index: 4;
    background: orange;
}  
