
/* hier definieer ik het algemene lettertype voor de site */
TD{font-family:trebuchet ms;
		font-size:12px;
		font-weight:500;
		color:#000000;}
TABLE{font-family:trebuchet ms;
		font-size:12px;
		font-weight:500;
		color:#000000;}
		
/* Algemene links */
a:visited {color:#000000;
           text-decoration: none;
		   font-weight:bold;
		   }
		   
a:link {color:#000000;
        text-decoration: none;
		  font-weight:bold;}
	
a:hover {color:#cccccc;
         text-decoration: none;
		   font-weight:bold;
	     }
		 
		 /* adres*/
a.c:visited {color:#ffffff;
           text-decoration: none;
		   font-size: 11px;
		   }
		   
a.c:link {color:#ffffff;
           text-decoration: none;
		   font-size: 11px;}
	
a.c:hover {color:#000000;
           text-decoration: none;
		   font-size: 11px;
	     }
		 
/* specifieke links */
a.b:visited {color:#000000;
text-align:left;
           text-decoration: none;
		   font-family: trebuchet ms, Helvetica, sans-serif;
	
		   font-size:12px;
		   display:block;
		   height: 15px;
		   border: 1px;
		   border-style:solid;
		   border-color:#FFFFFF;
		   border-right:none;
		   width: 150 px;
		   background-color:#ffffff;
		   background-position: 0px;
		 }

a.b:link {color:#000000;
text-align:left;
           text-decoration: none;
		   font-family: trebuchet ms, Helvetica, sans-serif;
		  border: 1px;
		   border-color:#FFFFFF;
		   font-size:12px;
		   display:block;
		   height: 15px;
		     width: 150 px;
		   background-color:#ffffff;
		   border-style:solid;
		   background-position: right;
		    border-right:0px;
		 }
a.b:hover {color:#ffffff;
text-align:left;
           text-decoration: none;
		   font-family: trebuchet ms, Helvetica, sans-serif;
		    border-right:0px
		   font-size:12px;
		   display:block;
		   height: 15px;
		   border: 1px;
		   border-color:#FFFFFF;
		   width: 150 px;
		   background-color:#000000;
		   border-style:solid;
		   background-position: right;
		 }
		


	
/* lijntje : mogelijkheden:solid,dotted,dashed*/
HR {color:#ffffff;height:1px;border-style:solid;}

/* kopteksten */
H1{font-family:trebuchet ms;
		font-size:24px;
		font-weight:bold;
		color:#af4d0d;
		text-align:left;
		line-height:20px;
		}
		
H2{font-family:trebuchet ms;
		font-size:14px;
		font-weight:bold;
		color:#4e525b;
		text-indent: -9999px;
		margin: 0;
		padding: 0;
		}
		
		
H3{font-family:trebuchet ms;
		font-size:20px;
		font-weight:bold;
		color:#af4d0d;
		text-align:left;
		line-height:20px;
		padding:0px;margin:0px;}

H4{font-family:trebuchet ms;
		font-size:16px;
		font-weight:bold;
		color:#af4d0d;
		text-align:left;
		line-height:20px;
		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:#af4d0d;border-width:10px; background-color:#FFFFFF;} /* kadertje om rond tabellen of foto's te zetten */ 
.imgb2 {border-style:solid;border-color:#ffffff;border-left-width:5px; border-top:none;border-right:none;border-bottom:none; background-image:url(bg.jpg); background-position:center; background-repeat: no-repeat;}

.adres { color:#FFFFFF; font-family: trebuchet ms, Helvetica, sans-serif; font-size:11px; background-color:#af4d0d; background-position:top; text-align:center; margin:0px; }
.inhoud {  background-color: #163055; width: 350px;  margin: 10px; height: 280; border-style:solid;border-color:#fbdd00;border-width:10px;}
.tekst { color:#ffffff; font-family: trebuchet ms, Helvetica, sans-serif; font-size:12px; padding-left: 15px; text-align:left;}
.formulier{ color:#af4d0d; font-family: trebuchet ms, Helvetica, sans-serif; font-size:10px; }

.tekstberg { color:#000000; font-family: trebuchet ms, Helvetica, sans-serif; font-size:12px; padding-left: 15px; background-color: #598ec4;}
.tekstkriebel{ color:#000000; font-family: trebuchet ms, Helvetica, sans-serif; font-size:12px; padding-left: 15px; background-color: #e7e828;}
.tekstkinder{ color:#000000; font-family: trebuchet ms, Helvetica, sans-serif; font-size:12px; padding-left: 15px; background-color: #6eae4e;}

/* id's */


#small {font-family:trebuchet ms;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-color: #eeeeee;
	color:#000000;
	font-size: 11px;
	padding: 3px;
	text-decoration: none;}
	
#menu a:hover{
	display: block;
	background-color: #4DB2CF;
	color:#ffffff;
	font-size: 11px;
	padding: 3px;
	text-decoration: none;font-weight:bold;}

#menu td{
	vertical-align: middle;
	text-align: center;}
	
/* lightbox */
#lightbox {
	background-color: #eee;
	padding: 10px;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
}
#overlay {
	background-image: url(overlay.png);
}
#lightboxCaption {
	color: #333;
	background-color: #eee;
	font-size: 90%;
	text-align: center;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
}
#lightboxIndicator {
	border: 1px solid #fff;
}
#lightboxOverallView {
	background-image: url(overlay.png);
}
* html #lightboxOverallView,
* html #overlay {
	background-color: #000;
	background-image: url(blank.gif);
	filter: Alpha(opacity=50);
}
