/* hier definieer ik het algemene lettertype voor de site */
TD{font-family:arial;
		font-size:14px;
		font-weight:500;
		color:#856640;}
TABLE{font-family:arial;
		font-size:14px;
		font-weight:500;
		color:#856640;
		}
		
/* Algemene links */
a:visited {
	color:#856640;
	text-decoration: none;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
}
		   
a:link {
	color:#856640;
	text-decoration: none;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
}
	
a:hover {
	color:#856640;
	text-decoration: none;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	     }
		 
/* specifieke links */
a.b:visited {
	color:#000000;
	text-decoration: none;
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
		 }

a.b:link {
	color:#000000;
	text-decoration: none;
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
		   }

a.b:hover {
	color:#000000;
	text-decoration: underline;
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
		}

	
/* lijntje : mogelijkheden:solid,dotted,dashed*/
HR {color:#ffffff;height:1px;border-style:solid;}

/* kopteksten */
H1{font-family:verdana;
		font-size:12px;
		font-weight:600;
		color:#3366FF;padding:0px;margin:0px;}
		
H2{font-family:verdana;
		font-size:11px;
		font-weight:bold;
		color:#000000;padding:0px;margin:0px;
		display: block;
		width: 172px;
		background-color:#CCCCCC;
		filter:alpha(opacity=60);
  	    opacity: 0.60;}
		
H3{font-family:verdana;
		font-size:18px;
		font-weight:600;
		color:#000000;padding:0px;margin:0px;}

/*lijst stijl met image, je kan ook gewoon li{list-style:square;} of circle of disc gebruiken}*/
li {list-style-image:URL(pijl.gif);} 
	
/* classes */	
	
.wh{color:#ffffff;}	/* witte tekstkleur */


.imgb {border-style:solid;border-color:#ffffff;border-width:1px;} /* kadertje om rond tabellen of foto's te zetten */ 


/* id's */


#small {font-family:verdana;font-size:10px;} /* kleine tekstgrootte */


/* scrolling div'ke */
div#content
{ 
overflow:auto;
width:500;
height:300;
}


/* definieer kleuren, lettertype enz. voor horinzontaal of vertikaal menu, je kan ook een afbeelding als achtergrond gebruiken -> background-image:url(image.gif);  */

#menu a:link, #menu a:visited{
	display: block;
	background-color: #eeeeee;
	color:#000000;
	font-size: 11px;
	padding: 3px;
	text-decoration: none;}
	
#menu a:hover{
	display: block;
	background-color: #4DB2CF;
	color:#ffffff;
	font-size: 11px;
	padding: 3px;
	text-decoration: none;font-weight:bold;}

#menu td{
	vertical-align: middle;
	text-align: center;}
	
#fullheight{height:100%}	




.scrollbar{

	overflow:auto;
	scrollbar-face-color: #d8d8d8;
	scrollbar-base-color: #d8d8d8;
	scrollbar-darkshadow-color: #d8d8d8;
	scrollbar-3dlight-color: #d8d8d8;
	scrollbar-shadow-color: #d8d8d8;
	scrollbar-highlight-color: #d8d8d8;
	scrollbar-arrow-color: #ebce80;
	scrollbar-track-color: #d8d8d8;
}	


#slideshow {
	position:relative;
	margin-top: 20px;
	margin-left: 0px;
	width: 296px;
	height: 300px;
	border: 1px solid #fff;
}
