
/* hier definieer ik het algemene lettertype voor de site */
TD{font-family:arial;
		font-size:12px;
		font-weight:500;
		color:#000000;}
TABLE{font-family:arial;
		font-size:12px;
		font-weight:500;
		color:#000000;}
		
/* Algemene links */
a:visited {color:#ffffff;
           text-decoration: none;
		   font-size:10px;}
		   
a:link {color:#000;
        text-decoration: none;
		font-size:10px;}
	
a:hover {color: #000;
         text-decoration: underline;
		 font-size:10px;
	     }
		 
/* specifieke links */
a.b:visited {color:#ffffff;
           text-decoration: none;
		   font-size:12px;
		 }

a.b:link {color:#ffffff;
           text-decoration: none;
		   font-size:12px;
		   }

a.b:hover {color:#000000;
           text-decoration: underline;
		   font-size:12px;
		}

	
/* 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:#E2C994;padding:0px;margin:0px;}
		
H2{font-family:verdana;
		font-size:12px;
		font-weight:600;
		color:#E2C994;padding:0px;margin:0px;}
		
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:#422008;
font-size:14px;
text-align: justify;
}	/* bruine tekstkleur */

.wh1{
color:#ffffff;
font-size:14px;
}	/* bruine tekstkleur */


.imgb {border-style:solid;border-color:#ffffff;border-width:1px;} /* kadertje om rond tabellen of foto's te zetten */ 
.imgb2 {border-style:solid;border-color:#ffffff;border-width:5px;}

/* id's */


#small {font-family:verdana;font-size:10px;} /* kleine tekstgrootte */
.formulier {font-family:verdana;font-size:10px;}

/* 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: #E2C994;
	color:#AF7042;
	font-size: 11px;
	font-family: verdana;
	padding: 3px;
	text-decoration: none;}
	
#menu a:hover{
	display: block;
	background-image: url(bgmenu.gif);
	color:#AF7042;
	font-size: 11px;
	font-family: verdana;
	padding: 3px;
	text-decoration: none;font-weight:bold;}

#menu td{
	vertical-align: middle;
	text-align: left;}