/* 
   Styles for scrolling layers  
	 Specify width and height in hold and wn, and in clip for wn 
*/
div#hold	{ 
	position:relative; overflow:hidden;
	width:375px; height:368px; 
  z-index:100; 
	}
	
div#movie	{ 
	position:relative; 
	overflow:visible;
	width:375px; height:368px; 
  z-index:10; 
	}
	
div#wn	{ 
	position:relative; 
	left:0px; top:0px; 
	width:370px; height:368px; 
	clip:rect(0px, 370px, 368px, 0px); 
	overflow:hidden;	
	z-index:1; 
	}
div.content { 
	position:absolute; visibility:hidden;
	left:0px; top:0px; 
	z-index:1; 
	}

/* Set small font-size or size/position of div's will be off in some browsers  */
div#scrollbar { 
  position:relative; left:0; top:0;
  width:11px; height:368px; 
  font-size:1px; z-index:1;
  }
div#track { 
  position:absolute; left:0; top:5;
  width:11px; height:358px;
  background: url("../images/track.gif") #6495B4 repeat;
  z-index:1;
  }
div#dragBar {
  position:absolute; left:1px; top:1px;
  width:9px; height:368px;
  background-color:#6495B4;
  z-index:1;
  }  
div#up { position:absolute; left:0; top:0; z-index:2 }  
div#down { position:absolute; left:0; bottom:0; z-index:3 }  

/**********************************inhoud************************/
Body {
	scrollbar-3d-light-color: #EDE8E3;
	scrollbar-arrow-color: #ODOD58;
	scrollbar-base-color: #ffffff;
	scrollbar-dark-shadow-color: #ffffff;
	scrollbar-face-color: #ede8e3;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #ffffff;
	margin-left : 0px;
	margin-top : 0px
}
a:hover {
	color: #990000;
	text-decoration: underline;
}

a {  
	color: #990000;
}
.content { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #fff ; 
	line-height: 120%
}
td { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #fff ; 
	line-height: 120%
}
.foto_rechts {
	border:1px solid #FFF;
	padding:2px;
	float:right;
	margin:0px 0px 0px 5px;
	}
.foto_links {
	border:1px solid #FFF;
	padding:2px;
	float:left;
	margin:0px 5px 0px 0px;
	}
.pic{
	border:1px solid #FFFFFF;
	padding:2px 2px 2px 2px;
	margin:5px;
	}
.small{
	letter-spacing: -0.049em;
	}
.opvallend {
	color:#e6ff14;
	font-variant:small-caps;
}
