/* ---- scrollvlak ------*/

#scrollerup {
  position:relative;
  left:0px;
  top: 0px;
  width:37px;
  height:233px;
  font-size:1px;
  z-index:10;
  border: solid red 0px;

}

#scrollerdown {
  position:relative;
  left:0px;
  top: 0px;
  width:37px;
  height:65px;
  font-size:1px;
  z-index:10;
  border: solid red 0px;

}

:focus { outline: none } /* should be default, but in fact it's not */
a:focus { outline: 0px dotted invert }


div#hold  { position:relative;
        left:0px;
        top:0px;
        
        width: 430px;
	height: 324px;
	margin-top: 23px;
	margin-bottom: 0px;
        
        overflow:hidden;

        z-index:100;
        font-size:1.0em;
        border: solid red 0px;
        }

div#wn  {  position:absolute;
        left:0px;
        top:0px;
        height: 324px;
        width: 430px;
        clip:rect(0px, 430px, 324px, 0px);
        overflow:hidden;
        z-index:1;
        font-size:1.0em;
        border: solid green 0px;
        }

div#lyr1 { position:absolute;
        left:0px;
        top:0px;
        width: 430px;

        z-index:1;
        font-size:1.0em;
        border: solid blue 0px;
        }
        

/* ---- algemene styles ---- */

h1 {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	color: #434343;

}


b {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #434343;
}



a {
	
	font-weight: bold;
	color: #6087C2;
	text-decoration: none;
	
}

a:hover {
	color: #95DAF9;
	text-decoration: none;


}




/* ---------------special styles------------------ */

html {
	height: 100%;
	width: 100%;
	border: 0px solid blue;
}

.body-alg {
	
	height: 100%;
	width: 100%;
	padding: 0px;
	margin: 0px;
	
	background-color: #FFFFFF;
	
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	
	
	border: 0px solid gold;
}

.contenttable {
	width: 859px;
	height: 609;
	padding: 0px;
	margin: 0px;
	
	
	text-align: top;
}



.col1 {
	width: 191px;
	margin: 0px;
	padding: 0px;
	border: 0px solid red;
}




.col2 {
	height: 370px;
	width: 668px;
	padding: 0px;
	margin: 0px;
	border: 0px solid orange;
	
}

.scrollbar {
	width: 45px;
	height: 370px;
	float: left;
	
	border: 0px solid orange;	
}



.menuinaktief {

	margin: 0px;
	padding: 0px;
	color: #6087C2;
	text-decoration: none;
	border: 0px blue solid;

	
	
}

.menuinaktief:hover  {

	margin: 0px;
	padding: 0px;
	color: #95DAF9;
	text-decoration: none;
	border: 0px gold solid;

	
}

.menuaktief {

	margin: 0px;
	padding: 0px;
	color: #6087C2;
	text-decoration: none;
	border: 0px green solid;
	
	

}




