
/* hier definieer ik het algemene lettertype voor de site */
TD{font-family: Trebuchet MS;
		font-size:12px;
		font-weight:500;
		color:#b2acac;}
TABLE{font-family: Trebuchet MS;
		font-size:12px;
		font-weight:500;
		color:#b2acac;}
		
/* Algemene links */
a:visited {color:#ffffff;
           text-decoration: none;
		     font-family: Trebuchet MS;
		   font-size:14px;
		   font-weight: bold;
		   text-align:right;}
		   
a:link {color:#ffffff;
           text-decoration: none;
		     font-family: Trebuchet MS;
		   font-size:14px;
		   font-weight: bold;
		   text-align:right;}
	
a:hover {
	color:#b2acac;
	text-decoration: none;
	font-family: Trebuchet MS;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
}
		 
/* specifieke links */
a.b:visited {color:#ffffff;
           text-decoration: none;
		     font-family: Trebuchet MS;
		   font-size:14px;
		   font-weight: bold;
		   text-align:right;
		
		 }

a.b:link {color:#ffffff;
           text-decoration: none;
		     font-family: Trebuchet MS;
		   font-size:14px;
		   font-weight: bold;
		   text-align:right;
		   }

a.b:hover {color:#b2acac;
           text-decoration: none;
		     font-family: Trebuchet MS;
		   font-size:14px;
		   font-weight: bold;
		   text-align:right;
		}
/* specifieke links */
a.c:visited {color:#b2acac;
           text-decoration: none;
		     font-family: Trebuchet MS;
		   font-size:11px;
		 
		 }

a.c:link {color:#b2acac;
           text-decoration: none;
		     font-family: Trebuchet MS;
		   font-size:11px;
		 
		   }

a.c:hover {color:#eeeeee;
           text-decoration: none;
		   font-family: Trebuchet MS;
		  
		   font-size:11px;
		  
		}

/* specifieke links */
a.d:visited {color:#ffffff;
           text-decoration: none;
		     font-family: Trebuchet MS;
			 font-weight:bolder;
		   background-color:#4f4a44;
		  background-position:center;
		  display:block;
		  width:20px;
		  height:20px;
		   font-size:14px;
		   
		 
		 }

a.d:link {color:#ffffff;
           text-decoration: none;
		     font-family: Trebuchet MS;
		   background-color:#4f4a44;
		  background-position:center;
		  display:block;
		  width:20px;
		  height:20px;
		   font-size:14px;
		  font-weight:bolder;
		  
		   }

a.d:hover {color:#4f4a44;
           text-decoration: none;
		   font-family: Trebuchet MS;
		  background-color:#FFFFFF;
		  background-position:center;
		  display:block;
		  width:20px;
		  height:20px;
		   font-size:14px;
		   font-weight:bolder;
		   
		}


	
/* lijntje : mogelijkheden:solid,dotted,dashed*/
HR {color:#ffffff;height:1px;border-style:solid;}

/* kopteksten */
H1{font-family: Trebuchet MS;
		font-size:18px;
		font-weight:bold;
		color:#dcdcdc;
		}
		
H2{font-family:verdana;
		font-size:14px;
		font-weight:bold;
		color:#4e525b;}
		
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;
 font-family:Trebuchet MS;
 font-weight:bold;
 font-size:14px;
 text-align:center;
 height:21px;}	/* witte tekstkleur */


.imgb {border-style:solid;border-color:#ffffff;border-width:10px; background-image:url(logo.jpg); background-position: top left; background-repeat:no-repeat;} /* kadertje om rond tabellen of FOTOGALERIJ te zetten */ 
.imgb2 {border-style:solid;border-color:#ffffff;border-width:10px; border-right-style:none;}
.adres { color:#b2acac; font-family:Trebuchet MS; font-size:11px; text-align:center;}
.tekst { color:#b2acac; font-family:Trebuchet MS; font-size:12px;}
.heesters { color:#b2acac; font-family:Trebuchet MS; font-size:12px; line-height:17px;}
.tekst2 { color:#b2acac; font-family:Trebuchet MS; font-size:12px; font-weight:600;}
.formulier { color:#b2acac; font-family:Trebuchet MS; font-size:10px;}
/* id's */


#small {font-family:verdana;font-size:10px;} /* kleine tekstgrootte */
#taal { height:30px;}
#name {color:#ffffff;
           text-decoration: none;
		     font-family: Trebuchet MS;
		   font-size:14px;
		   font-weight: bold;
		   text-align:right;}

/* 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;}