html{height:100%;}
body{height:100%;
	margin:0;}
	
/* hier definieer ik het algemene lettertype voor de site */
TD{font-family:Trebuchet MS;
		font-size:12px;
		font-weight:500;
		color:#032c52;}
TABLE{font-family:Trebuchet MS;
		font-size:12px;
		font-weight:500;
		color:#032c52;}
		
/* Algemene links */
a:visited {color:#032c52;
           text-decoration: none;}
		   
a:link {color:#032c52;
        text-decoration: none;}
	
a:hover {color:#abc4dd;
         text-decoration: none;
	     }
		 
/* specifieke links */
a.b:visited {color:#032c52;
		   font-size:14px;
           text-decoration: none;
		 }

a.b:link {color:#032c52;
		   font-size:14px;
           text-decoration: none;
		   }

a.b:hover {color:#ffffff;
           font-size:14px;
           text-decoration: none;
		}

a.c:visited {color:#032c52;
		   font-size:12px;
           text-decoration: none;
		 }

a.c:link {color:#032c52;
		   font-size:12px;
           text-decoration: none;
		   }

a.c:hover {color:#ffffff;
           font-size:12px;
           text-decoration: none;
		}
		
a.d:visited {color:#abc4dd;
		   font-size:12px;
           text-decoration: none;
		 }

a.d:link {color:#abc4dd;
		   font-size:12px;
           text-decoration: none;
		   }

a.d:hover {color:#ffffff;
           font-size:12px;
           text-decoration: none;
		}

	
/* lijntje : mogelijkheden:solid,dotted,dashed*/
HR {color:#032c52;height:1px;width:150px;border-style:dotted;}

/* kopteksten */
H1{font-family:verdana;
		font-size:12px;
		font-weight:600;
		color:#3366FF;padding:0px;margin:0px;}
		
H2{font-family:verdana;
		font-size:12px;
		font-weight:500;
		color:#032c52;padding:0px;margin:0px;}
		
H3{font-family:Trebuchet MS;
		font-size:12px;
		font-weight:500;
		color:#abc4dd;padding:0px;margin:0px;}
		
H4{font-family:verdana;
		font-size:12px;
		font-weight:500;
		color:#3366FF;padding:1px;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:#000000;
	font-size: 12px;
	padding: 0px;
	text-decoration: none;}
	
#menu a:hover{
	display: block;
	background-color: #4DB2CF;
	color:#ffffff;
	font-size: 12px;
	padding: 0px;
	text-decoration: none;font-weight:bold;}
	
#menu2 a:link, #menu2 a:visited{
	display: block;
	color:#000000;
	width: 200px;
	font-size: 12px;
	padding: 0px;
	text-decoration: none;}
	
#menu2 a:hover{
	display: block;
	width: 200px;
	background-color: #3366FF;
	color:#ffffff;
	font-size: 12px;
	padding: 0px;
	text-decoration: none;font-weight:bold;}

#menu td{
	vertical-align: middle;
	text-align: center;}
	
	
	
	

/* 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*/