
/* hier definieer ik het algemene lettertype voor de site */
TD{font-family:arial;
		font-size:11px;
		font-weight:500;
		color:#000000;}
TABLE{font-family:arial;
		font-size:11px;
		font-weight:500;
		color:#000000;}
		
/* Algemene links */
a:visited {color:#ffffff;
			font-family:Verdana, Arial, Helvetica, sans-serif;
			font-size:10px;
           text-decoration: none;}
		   
a:link {color:#ffffff;
font-family:Verdana, Arial, Helvetica, sans-serif;
			font-size:10px;
        text-decoration: none;}
	
a:hover {color:#ffffff;
font-family:Verdana, Arial, Helvetica, sans-serif;
			font-size:10px;
         text-decoration: underline;
	     }
		 
/* specifieke links */
a.b:visited {color:#ff7a00;
           text-decoration: none;
		 }

a.b:link {color:#ff7a00;
           text-decoration: none;
		   }

a.b:hover {color:#ff6000;
           text-decoration: underline;
		}

	
/* lijntje : mogelijkheden:solid,dotted,dashed*/
HR {color:#bf9a79;height:1px;border-style:dotted;}

/* kopteksten */
H1{font-family:verdana;
		font-size:13px;
		font-weight:600;
		color:#000000;padding:0px;margin:0px;}
		
H2{font-family:verdana;
		font-size:16PX;
		font-weight:600;
		color:#bf9a79;
		font-weight:bold;
		}
		
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(images/bol.jpg);} 
	
/* classes */	
	
.wh{color:#ffffff;}	/* witte tekstkleur */


.imgb {border-style:solid;border-color:#bf9a79;border-width:1px; display:block;} /* kadertje om rond tabellen of foto's te zetten */ 

#home{
		background-image:url(images/bgadressmain.jpg);
		background-repeat:repeat-x;
		background-color:#facda5; 
		background-position:top;
	border:1px solid #bf9a79;
	border-bottom:1px solid #bf9a79;
	border-right:1px solid #bf9a79;
	
}

/* 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-image:url(images/but_01.jpg);
	background-repeat:repeat-x;
	color:#ffffff;
	font-size: 10px;
	line-height:56px;
	height:56px;
	text-align:center;
	
	text-decoration: none;
	font-weight:bold;
	}
	
#menu a:hover{
	display: block;
	background-image:url(images/but_02.jpg);
	background-repeat:repeat-x;
	background-color: #697f2c;
	color:#000000;
	font-size: 10px;
	
	text-decoration: none;font-weight:bold;
	}

#menu td{
	vertical-align: middle;
	text-align: left;}
	
	
.style1 {color: #FFFFFF;}