/* Lijst */
div#hold_lijst{ 
  position:absolute;
  overflow:hidden;
  top:9px;  
	width:580px;   
  height:342px; 
  z-index:8; 
	}
div#wn_lijst{
	position:absolute;
	left:0px;
  top:0px;
	width:590px;
  height:342px; 
	clip:rect(0px, 590px, 342px, 0px); 
	overflow:hidden;
	z-index:7;
	}  
div#lyr1_lijst{ 
	position:absolute; 
  margin:15px 25px 15px 25px;
  padding:0px;
  padding-bottom:10px;
	left:0px; 
  top:0px; 
	z-index:7; 
  line-height:20px;
  letter-spacing:1px;
	}
div#scrolling{
  height:65px;
  width:18px;
  position:relative;
  background-repeat:no-repeat;
  background-position:top left;
  border:0px;
  z-index:45;
  }
div#scrolling{
  top:172px;
  left:580px;
  }
#scrollup{
  background-image:url("../assets/pijltje-naar-rechts.png");
  background-repeat:no-repeat;
  background-position:center center;
  display:block;
  position:relative;
  top:0px;
  left:0px;
  outline:0px;
  width:11px;
  height:11px;
  cursor:pointer;  
  z-index:50;
  }
#scrolldown{
  background-image:url("../assets/pijltje-naar-links.png");
  background-repeat:no-repeat;
  background-position:center center;
  display:block;
  position:relative;
  top:11px;
  left:0px;
  outline:0px;
  width:11px;
  height:11px;
  cursor:pointer;  
  z-index:50;  
  }
