
/* hier definieer ik het algemene lettertype voor de site */
TD{font-family:arial;
		font-size:12px;
		font-weight:500;
		color:#ffffff;}
TABLE{font-family:arial;
		font-size:12px;
		font-weight:500;
		color:#ffffff;}
		
/* Algemene links */
a:visited {color:#c8f0ff;
           text-decoration: underline;}
		   
a:link {color:#c8f0ff;
        text-decoration: underline;}
	
a:hover {color:#c8f0ff;
         text-decoration: none;
	     }
		 
/* specifieke links */
a.b:visited {color:#ffffff;
font-size:10px;
		   
           text-decoration: none;
		 }

a.b:link {color:#ffffff;
font-size:10px;
           text-decoration: none;
		   }

a.b:hover {color:#ffffff;
font-size:10px;
           text-decoration: underline;
		}

a.c:visited {color:#ffffff;
font-size:8px;
		   
           text-decoration: none;
		 }

a.c:link {color:#ffffff;
font-size:8px;
           text-decoration: none;
		   }

a.c:hover {color:#ffffff;
font-size:8px;
           text-decoration: underline;
		}

	
/* lijntje : mogelijkheden:solid,dotted,dashed*/
HR {color:#ffffff;height:1px;border-style:solid;}

/* kopteksten */
H1{font-family:verdana;
		font-size:15px;
		font-weight:bold;
		color:#ffffff;}
		
H2{font-family:verdana;
		font-size:10px;
		color:#ffffff;}
		
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;
	color:#ffffff;
	font-size: 11px;
	padding: 10px;
	text-decoration: none;}
	
#menu a:hover{
	display: block;
	background-color: #2e1562;
	color:#ffffff;
	font-size: 11px;
	padding: 10px;
	text-decoration: none;font-weight:bold;}

#menu td{
	vertical-align: middle;
	text-align: center;}
	
#banner {
	position:relative;
	margin-top: 120px;
	margin-left: 21px;
	width: 800px;
	height: 137px;
}

/**contact 1.0**/
.CFItem {width:400px;clear:both;}
.CFLabel {width:150px;float:left;font-family:verdana;font-size:10px;color:#fff;margin-bottom:2px;margin-top:2px;}
.CFField {width:250px;float:left;font-family:verdana;font-size:10px;color:#333;margin-bottom:2px;margin-top:2px;}
.CFFieldText {font-family:verdana;font-size:10px;color:#333;width:250px;}
.CFFieldTextarea {font-family:verdana;font-size:10px;color:#333;width:250px; height: 100px;}
.CFFieldSelect {font-family:verdana;font-size:10px;color:#fff;width:250px;}
.CFFieldRadio {}
.CFFieldCheckbox {}
.CFFieldPassword {font-family:verdana;font-size:10px;color:#fff;width:250px;}
.CFFieldFile {font-family:verdana;font-size:10px;color:#fff;width:250px;}
.CFFieldEmail {font-family:verdana;font-size:10px;color:#333;width:250px;}
.CFFieldCopy {}
.CFFieldRadioData {}
.CFFieldCheckboxData {}
.CFCaptcha {width:400px;font-family:verdana;font-size:10px;color:#fff;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:#333;font-weight:bold;width:200px;text-align:center;margin-top:20px;}
.CFButtonReset input {font-family:verdana;font-size:10px;color:#333;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:#fff;font-size:12px;font-weight:bold;background:none;border:0;padding:2px 5px 2px 5px;margin-bottom:10px;}
.CFHourlimit {font-family:verdana;color:#fff;font-size:10px;} 

/* START WINDOWS OVERLAY*/
#GB_overlay { background-color: #000000; position: absolute; margin: auto; top: 0; left: 0; z-index: 100; }
#GB_window {left: 0; top: 0; font-size: 1px; position: absolute; overflow: visible; z-index: 150; }
#GB_window .content { width: auto; margin: 0; padding: 0; background-color: #fff; border: 3px solid #ccc; border-top: none; }
#GB_frame { border: 0; margin: 0; padding: 0; overflow: auto; white-space: nowrap; }
.GB_Window .content { background-color: #fff; border: 3px solid #ccc; border-top: none; }
.GB_Window .header { border-bottom: 1px solid #aaa; border-top: 0px solid #999; border-left: 1px solid #ccc; border-right: 1px solid #ccc; margin: 0; height: 20px; font-size: 12px; padding: 3px 0; color: #333;}
.GB_Window .caption { font-size: 11px; font-weight: bold; white-space: nowrap; padding-right: 20px; }
.GB_Window .close { text-align: right; }
.GB_Window .close span { font-size: 11px; cursor: pointer }
.GB_Window .close img { cursor: pointer; padding: 0 3px 0 0; }
.GB_Window .on { border-bottom: 1px solid #333; }
.GB_Window .click { border-bottom: 1px solid red; }
/* END WINDOWS OVERLAY*/
