
/* 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:16PX;
		font-weight:600;
		color:#bf9a79;
		font-weight:bold;}
		
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;
	padding:0 25px;
	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;}



/* CONTACTFORMULIER */

.CFItem {width:400px;clear:both;}

.CFLabel {width:150px;float:left;font-family:verdana;font-size:10px;color:#666666;margin-bottom:2px;margin-top:2px;}

.CFField {width:250px;float:left;font-family:verdana;font-size:10px;color:#666666;margin-bottom:2px;margin-top:2px;}

.CFFieldText {font-family:verdana;font-size:10px;color:#666666;width:250px;}

.CFFieldTextarea {font-family:verdana;font-size:10px;color:#666666;width:250px;}

.CFFieldSelect {font-family:verdana;font-size:10px;color:#666666;width:250px;}

.CFFieldRadio {}

.CFFieldCheckbox {}

.CFFieldPassword {font-family:verdana;font-size:10px;color:#666666;width:250px;}

.CFFieldFile {font-family:verdana;font-size:10px;color:#666666;width:250px;}

.CFFieldEmail {font-family:verdana;font-size:10px;color:#666666;width:250px;}

.CFFieldCopy {}

.CFFieldRadioData {}

.CFFieldCheckboxData {}

.CFCaptcha {width:400px;font-family:verdana;font-size:10px;color:#666666;text-align:center;}

.CFCaptchaTitre {width:100%;text-align:center;font-weight:bold;display:none;}

.CFCaptchaTexte {width:100%;text-align:justify;}

.CFStar {width:400px;font-family:verdana;font-size:10px;color:#ff0000;text-align:center;margin-top:20px;}

.CFStarIcon {font-family:verdana;font-size:10px;color:#ff0000;}

.CFButton {width:400px;text-align:center;}

.CFButtonSubmit input {font-family:verdana;font-size:10px;color:#666666;font-weight:bold;width:200px;text-align:center;margin-top:20px;}

.CFButtonReset input {font-family:verdana;font-size:10px;color:#666666;font-weight:bold;float:left;width:200px;text-align:center;margin-top:20px;display:none;}

.CFMessageSent {width:400px;font-family:verdana;font-size:12px;color:#003300;font-weight:bold;text-align:center;margin-top:20px;}

.CFFieldset {clear:both;display:block;border:solid 1px #999999;margin:0;margin-bottom:4px;padding:10px;width:400px;}

.CFLegend {font-family:verdana;color:#666666;font-size:12px;font-weight:bold;padding:2 5 2 5;margin-bottom:10px;}

.CFHourlimit {font-family:verdana;color:#666666;font-size:10px;} 

#CFField6462Field99775 { width: 400px !important; padding-top: 15px; padding-bottom: 10px; font-weight: bold;}

#CFForm6462 { margin-left: 210px; }

