/* hier definieer ik het algemene lettertype voor de site */
TD{
	font-family:Verdana;
	font-size:10px;
	font-weight:200;
	color: #FFFFFF;
}

body {
margin: 0px;
}
.bg {
	background-color: #000000;
	background-image: url(../images/8ergrond.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center top;
}

TABLE{font-family:Verdana;
		font-size:10px;
		font-weight:200;
		color:#ffffff;}
		
/* Algemene links */
a:visited {
	color:#f88400;
	text-decoration: none;
	font-weight: bold;
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
}
		   
a:link {
	/**color:#62bd19;**/
	color:#f88400;
	text-decoration: none;
	font-weight: bold;
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
}
	
a:hover {
	color:#FFFFFF;
	text-decoration: none;
	font-family: Verdana;
	font-weight: bold;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	     }
		 

	
/* lijntje : mogelijkheden:solid,dotted,dashed*/
HR {color:#000000;height:1px;border-style:dashed;}

/* kopteksten */
H1{
	font-family:verdana;
	font-size:16px;
	font-weight:bold;
	color:#F98F00;
	padding:0px;
	margin:0px;
	text-align: left;
}
		
H2{font-family:verdana;
		font-size:12px;
		font-weight:200;
		color:#62bd19;padding:0px;margin:0px;}
		

	
#fullheight{height:100%}	


	/* contactform */
		



/* verwijdert kader rond imagelinks */

a img {border: none; }

input, select, textarea
	{
	font-family: verdana ; 
	font-size: 9px ;
	color: #ffffff;
	border: solid #959595 ;
	border-width: 1 ;
	background-color:#000000;
	}


/* 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*/

#catTitle{
	font-size:18px;
}

#catContent{
	font-size:18px;
}

