/* hier definieer ik het algemene lettertype voor de site */
body {
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
	margin: 0;
	padding: 0;
	background-color: #e2e2e2;
}

TD {
	font-family:Verdana;
	font-size:12px;
	font-weight:200;
	color:#000000;
}
.bg {
	background-color: #e2e2e2;
}
TABLE {
	font-family:Verdana;
	font-size:10px;
	font-weight:200;
	color:#fea877;
}
/* Algemene links */
a:visited {
	color:#000000;
	text-decoration: none;
	font-weight: bold;
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
}
a:link {
	color:#000000;
	text-decoration: none;
	font-weight: bold;
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
}
a:hover {
	color:#c69200;
	text-decoration: none;
	font-weight: bold;
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	background-color:#000000;
}
/* specifieke links */
a.b:visited {
	color:#000000;
	text-decoration: none;
	font-weight: bold;
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
}
a.b:link {
	color:#000000;
	text-decoration: none;
	font-weight: bold;
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
}
a.b:hover {
	color:#c69200;
	text-decoration: underline;
	font-weight: bold;
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	background-color:#000000;
}
a.a:visited {
	color:#c69200;
	text-decoration: none;
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
}
a.a:link {
	color:#c69200;
	text-decoration: none;
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
}
a.a:hover {
	color:#000000;
	text-decoration: none;
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	background-color: transparent;
}
/* lijntje : mogelijkheden:solid,dotted,dashed*/
HR {
	color:#000000;
	height:1px;
	border-style:dashed;
}
/* kopteksten */
H1 {
	font-family:verdana;
	font-size:12px;
	font-weight:200;
	color:#df7a1c;
	padding:0px;
	margin:0px;
}
H2 {
	font-family:verdana;
	font-size:10px;
	font-weight:200;
	color:#c69200;
	padding:0px;
	margin:0px;
}
H3 {
	font-family:verdana;
	font-size:10px;
	font-weight:200;
	color:#fea877;
	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;
	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;
}
#fullheight {
	height:100%
}
/* contactform */
		
input, select, textarea {
	font-family: verdana;
	font-size: 9px;
	color: #000000;
	border: solid #000000;
	border-width: 1;
	background-color:transparent;
}
#CAPTCHA {
	width:80px;
}
/* verwijdert kader rond imagelinks */

a img {
	border: none;
}
.stijl {
	background-attachment: fixed;
	background-color: #000000;
	background-image: url(../img/8ergrond.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.scrollbar {
	FILTER: chroma (color=#0d004c);
	overflow:auto;
	scrollbar-face-color: #0d004c;
	scrollbar-base-color: #0d004c;
	scrollbar-darkshadow-color: #0d004c;
	scrollbar-3dlight-color: #0d004c;
	scrollbar-shadow-color: #0d004c;
	scrollbar-highlight-color: #0d004c;
	scrollbar-arrow-color: #000000;
	scrollbar-track-color: #0d004c;
}

.nav a {display: block; width: 215px; margin-top: 12px; font-size: 12px;}


.CFItem {width:600px;clear:both;}
.CFLabel {width:150px;float:left;font-family:verdana;font-size:10px;color:#666;margin-bottom:2px;margin-top:2px;}
.CFField {width:250px;float:left;font-family:verdana;font-size:10px;color:#666;margin-bottom:2px;margin-top:2px;}
.CFFieldText {font-family:verdana;font-size:10px;color:#666;width:180px;}
.CFFieldTextarea {font-family:verdana;font-size:10px;color:#666;width:180px; height: 30px;}
.CFFieldSelect {font-family:verdana;font-size:10px;color:#666;width:180px;}
.CFFieldRadio {}
.CFFieldCheckbox {}
.CFFieldPassword {font-family:verdana;font-size:10px;color:#666;width:180px;}
.CFFieldFile {font-family:verdana;font-size:10px;color:#666;width:180px;}
.CFFieldEmail {font-family:verdana;font-size:10px;color:#666;width:180px;}
.CFFieldCopy {}
.CFFieldRadioData {}
.CFFieldCheckboxData {}
.CFCaptcha {width:200px;font-family:verdana;font-size:10px;color:#666;text-align:right;float: right;}
.CFCaptchaTitre {display:none;}
.CFCaptchaTexte {display: none;}
.CFStar {width:200px;font-family:verdana;font-size:10px;color:#ff0000;text-align:left;float: left;margin-top:20px;}
.CFStarIcon {font-family:verdana;font-size:10px;color:#ff0000;}
.CFButton {width:600px;text-align:left;}
.CFButtonSubmit input {font-family:verdana;font-size:10px;color:#666;font-weight:bold;width:200px;text-align:center;margin-top:20px;}
.CFButtonReset input {font-family:verdana;font-size:10px;color:#666;font-weight:bold;float:left;width:200px;text-align:center;margin-top:20px;display:none;}
.CFMessageSent {width:600px;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:250px; float: right;}
.CFLegend {font-family:verdana;color:#666;font-size:12px;font-weight:bold;background:#efefef;border:solid 1px #999999;padding:2px 5px 2px 5px;margin-bottom:10px;}
.CFHourlimit {font-family:verdana;color:#666;font-size:10px;} 

/****************** GALLERY 3.0 *******************/

.highslide-gallery {height: 100px !important;}
.highslide-caption{color:#000000;}
.Gallery3GalerieTitreTexte {font-family:Verdana;font-size:10px;color:#000;font-weight:bold;} 
.Gallery3GalerieCheminLiens {font-family:Verdana;font-size:10px;color:#666;text-decoration:underline;font-weight:bold;} 
.Gallery3GalerieCheminLiens:hover {font-family:Verdana;font-size:10px;color:#666;text-decoration:none;font-weight:bold;} 
.Gallery3GalerieCheminTexte {font-family:Verdana;font-size:10px;color:#666;text-decoration:none;font-weight:bold;} 
.Gallery3GaleriePageEnCours {font-family:Verdana;font-size:10px;color:#000;font-weight:bold;} 
.Gallery3RepertoireTitre {font-family:Verdana;font-size:9px;color:#666;font-weight:bold; margin-bottom: -8px; padding-bottom:26px;}
.Gallery3RepertoireObject {background-repeat: no-repeat !important;} 
.Gallery3FichierTexte {font-family:Verdana;font-size:10px;color:#ffffff;} 
.Gallery3PhotoTexte {background:#FFFFFF;font-family:Verdana;font-size:10px;color:#666;} 
.Gallery3ButtonHome {display: none;} 
.LoopGalleryTitle {font-family:Verdana;font-size:11px;color:#666;font-weight:bold;width:100%;text-align:center;} /*display:none;*/ 
.LoopGalleryAbstract {font-family:Verdana;font-size:11px;color:#666;font-weight:bold;width:100%;text-align:center;} /*display:none;*/ 
.LoopGalleryContent {margin-bottom:30px;} 
.Gallery3ButtonNext {background: url(http://cms1.proximedia.com/site/32244/Medias/Phototheque3/Graphics/ButtonNext.png)}
.Gallery3ButtonPrevious {background: url(http://cms1.proximedia.com/site/32244/Medias/Phototheque3/Graphics/ButtonPrevious.png)}
