/* Global styles
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot{
	margin:0;
	padding:0;
	border:none;
	outline:0;
}
html,body{
	height:100%;
}
body{
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
}
:focus{
	outline:none;
}
hr{
	border:1px solid #000;
}
table{
	font-size:11px;
	border-collapse:collapse;
	border-spacing:0;
}
a{
	color:#333;
}
a:hover{
	color:#111;
	text-decoration:none;
}
p{
	padding:5px 0;
}
ul,ol{
	margin:5px 0 10px 25px;
}
/* CMS styles
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#Name{
	font-size:11px;
	margin-bottom:10px;
	background:url(../images/bg-name.gif) no-repeat left center #4f372f;
	line-height:13px;
	color:#fff;
	padding:3px 20px;
}
#Info{
	display:block;
}
/* Container styles
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#container{
	position:relative;
	margin:0 auto;
	width:944px;
	background:url(../images/bg-container.jpg);
}
/* Right styles
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#right{
	position:absolute;
	z-index:2;
	right:30px;
	top:25px;
	width:140px;
	background:url(../images/photo-right.jpg) no-repeat left top;
	padding:175px 15px 0;
	color:#9d9d9c;
	line-height:18px;
	font-size:10px;
}
#right a{
	color:#9d9d9c;
}
/* Header styles
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#header{
	position:relative;
	background:url(../images/bg-header.jpg) no-repeat left top;
	height:200px;
}
#header h1,#header h2{
	position:absolute;
	text-indent:-9999px;
}
#header #taalkeuze{
	position:absolute;
	left:30px;
	top:25px;
	list-style:none;
	margin:0;
}
#header #taalkeuze a{
	text-decoration:none;
	text-transform:uppercase;
	padding-left:30px;
	line-height:16px;
	color:#64615c;
	margin-bottom:8px;
	display:block;
	font-size:10px;
}
#header #taalkeuze a:hover{
	text-decoration:underline;
}
#header #taalkeuze .nl{
	background:url(../images/nl.jpg) no-repeat left top;
}
#header #taalkeuze .fr{
	background:url(../images/fr.jpg) no-repeat left top;
}
#header #taalkeuze .en{
	background:url(../images/en.jpg) no-repeat left top;
}
#header #taalkeuze .de{
	background:url(../images/de.jpg) no-repeat left top;
}
#header #nav{
	position:absolute;
	list-style:none;
	width:550px;
	margin:0;
	left:161px;
	top:130px;
}
#header #nav li{
	float:left;
	font-size:12px;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
}
#header #nav a {
	position:relative;
	text-decoration:none;
	color:#373737;
	display:block;
	line-height:28px;
	padding:2px 3px 5px 3px;
	width:130px;
	text-align:center;
	background:url(../images/bg-btn.gif) no-repeat left top;
	cursor:pointer;
}
#header #nav a *{
	display:none;
}
#header #nav a span.hover {
	position:absolute;
	top:0;
	left:0;
	display:block;
	height:28px;
	padding:2px 3px 5px 3px;
	width:130px;
	text-align:center;
	background:url(../images/bg-btn.gif) no-repeat left bottom;
}
#header #nav a.active {
	background:url(../images/bg-btn.gif) no-repeat left bottom;
}
/* Content styles
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#content{
	position:relative;
	background:url(../images/bg-content.jpg) no-repeat left bottom;
	min-height:300px;
	padding:10px 235px 70px 165px;
}
#content h4{
	color:#6699DC;
	font-size:12px;
}
/* Footer styles
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#footer{
	position:absolute;
	right:75px;
	bottom:30px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#9d9d9c;
}
#footer img{
	vertical-align:middle;
	padding-bottom:2px;
}
/* Contact styles
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
form{position:relative; margin-top:20px;}
.CFItem {clear:both;}
.CFLabel {width:125px;float:left;margin-bottom:2px;margin-top:2px;}
.CFField {width:250px;float:left;margin-bottom:2px;margin-top:2px;}
.CFFieldText {font-size:11px;color:#000;width:250px; border:1px solid #ecd4d4; background:#fff; padding:2px 5px; text-align:left !important;}
.CFFieldTextarea {font-family:Tahoma, Arial, Helvetica, sans-serif;font-size:11px;color:#000;width:250px; border:1px solid #ecd4d4; overflow:auto; height:80px; background:#fff; padding:2px 5px;}
.CFFieldSelect {font-size:11px;color:#000;width:250px;}
.CFFieldRadio {}
.CFFieldCheckbox {}
.CFFieldPassword {font-size:11px;color:#807e7c;width:250px;}
.CFFieldFile {font-size:11px;color:#807e7c;width:250px;}
.CFFieldEmail {font-size:11px;color:#000;width:250px; border:1px solid #ecd4d4; background:#fff; padding:2px 5px;}
.CFFieldCopy {}
.CFFieldRadioData {}
.CFFieldCheckboxData {}
.CFCaptcha {text-align:center;}
.CFCaptchaTitre {width:100%;text-align:center;font-weight:bold;display:none;}
.CFCaptchaTexte {width:100%;text-align:justify;}
.CFStar {font-size:11px;color:#ff0000;text-align:center;padding:5px 0;}
.CFStarIcon {font-size:11px;color:#ff0000;}
.CFButton {text-align:center; padding-bottom:10px;}
.CFButtonSubmit input {background:#4F372F; border:none; cursor:pointer; padding:2px 10px; font-size:11px;color:#fff;font-weight:bold;text-align:center;}
.CFButtonReset input {background:#4F372F; border:none; cursor:pointer; padding:2px 10px; font-size:11px;color:#fff;font-weight:bold;text-align:center;display:none;}
.CFMessageSent {position:absolute; left:0; top:-21px; color:#fff;font-weight:bold;}
.CFFieldset {clear:both;display:block;border:solid 1px #4F372F;margin:0;margin-bottom:4px;padding:10px;}
.CFLegend {color:#fff;font-size:12px;font-weight:bold;background:#4F372F;padding:2px 5px 2px 5px;margin-bottom:10px;}
.CFHourlimit {color:#fff;font-size:11px;}