/* commented backslash hides from ie5mac \*/ 
html{height:100%;margin:0;padding:0} 
/* end hack */ 
html,body {
	padding:0;
	margin:0;
}

body {
	height: 100%;
	font-family: tahoma, arial, helvetica,verdana;
	font-size: 11px;
	background: #99999B url("/img/background.jpg") repeat-x;
	color:#000;
	/*min-width: 928px;*/
}

br{
	clear: both;
}

img{
	border: 0;
}



/* MAIN PAGE */
#outer{
	height:99.9%;
	min-height:100%;
	width:939px;
	color: #000000;
	text-align:left;
	margin:auto;
	background: url("../img/gradientBackground.png") repeat-y 0 0;
	position:relative;
	overflow:visible;
	padding: 0 0 0 0;
}
/* mac hide \*/
* html #outer{width:898px}
/* end hide*/
html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/
#macinner{
	width:939px;	
} 
#header{
	position:absolute;
	top:0;
	left:-2px;
	width:900px;
	height:256px;
	overflow:hidden;
	color: #000000;
	z-index:100;
	margin-left: 22px;
}
#header.shopheader{
	background: url("/img/fdt-shop.jpg") no-repeat 8px 8px;
}
/* mac hide \*/
* html #outer, * html #header {width:939px}
/* end hide*/


#clearfooter {width:100%;height:48px;clear:both} /* to clear footer */
html>body #minHeight{float:left;width:0px;height:100%;margin-bottom:-48px;} /*safari wrapper */


div,p  {margin-top:0}/*clear top margin for mozilla*/
#footer {
	clear: both;
	height:48px;/*same height as margin bottom on body*/
	width:898px;
	left: 20px;
	position:absolute;
	bottom: 0;
	text-align:center;
	background: white;	
}
* html #footer{margin-bottom:-1px}/* ie rounding bug*/
/* mac hide \*/
* html #footer {/*only ie gets this style*/
	height:48px;/* for ie*/
}
/* end hide*/


a{
	color:#fff;
}
ul{
	margin: 0;
}
ul li{
	list-style-type: none;
}
h1{
	margin: 20px;
	width: 760px;
	font-size: 14px;
}
p{
	margin: 20px;
	width: 760px;	
}

#sitename{
	color:#000;
	font-size: 13px;
	float: left;
	padding: 6px 0 0 25px;
}
#sitename .green{
	color: #99cc33;
}


#languages{
	float: right;
	height: 23px;
	color: #ccc;
	text-align: right;
	padding: 7px 0 0 0;
	margin: 0 20px 0 0;
}
#languages a{
	font-weight: bold;
	font-size: 13px;
	color:#aaa;
	padding: 0 4px 0 2px;
	border-right: 1px solid #aaa;
	text-decoration: none;
	margin: 0;
	height: auto;
}
#languages a:hover{
	color:#333;
}
#languages a.last{
	border: 0;
}
#languages a.active{
	color:#333;
}

#banner{
	float: left;
}			

#productmenu{
	position: relative;
	float: left;
	width: 222px;
	background: url(../img/menuShade.jpg) no-repeat top right;
	margin: 50px 0 0 0;
	padding:0 0 0 16px;
	padding-top:202px;/*needed to make room for header*/
	height: 470px;
}
#productmenu .logo{
	margin: 20px 0 0 80px;
}

#productmenu p{
	padding: 10px 0 10px 30px;
	color: #fff;
	height: 15px;
	font-weight: bold;
	margin:0;
}

#productmenu ul{
	position: relative;
	padding: 0px;
	margin:20px 0 0 23px;	
}
	#productmenu ul li{
		list-style-type: none;
		clear: both;
		margin:0;
	}

	#productmenu ul li a{
		display: block;
		color: #444;
		text-decoration: none;
		padding: 10px 0 5px 0;
		height: 15px;
		width: 165px;
		clear: both;
		text-align: right;
		margin-right: 15px;
		background: url(../img/menuStripes.jpg) repeat-x top;
		font-size: 13px;
	}
	
	#productmenu ul li a:hover{
		color: #000;
		font-weight: bold;
	}
	
	#productmenu ul li a.active{
		color: #000;
		font-weight: bold;		
	}
	
	#productmenu ul li a.last{
		background: url(../img/menuDoubleStripes.jpg) repeat-x top;
		padding-bottom: 9px;
		height: 19px;	
	}		
	
	#productmenu ul li .sub a{
		font-size: 11px;
		border: 0px;
		color: #444;
		padding: 3px 0 3px 0;
		background: none;
	}
	#productmenu ul li .sub a.first{
		padding-top: 12px;
		background: url(../img/menuStripes.jpg) repeat-x top;		
	}
	#productmenu ul li .sub a:hover{
		text-decoration: none;
		font-weight: bold;
	}
	#productmenu ul li .sub a.active{
		font-weight: bold;
	}	
	
#centrecontent{
	float:right;
	width: 585px;
	margin:0 20px 0 1px;
	/*padding: 0 10px 40px 34px;*/
	padding: 0 30px 50px 50px;
	padding-top:256px;/*make room for header*/
	color: #333;
	line-height: 18px;
}
#centrecontent.shopcentre{
	float: left;
	width: 830px;
}
#centrecontent h1.title{
	color: #000;
	font-size: 13px;
	margin: 15px 0 40px 0;
	padding: 3px 3px 3px 10px;
	background: #99cc33;
	width: 100%;
}
#centrecontent h1.subtitle{
	color: #000;
	font-size: 16px;
	margin: 0 0 30px 10px;
	width: 440px;
	border: #a8d23e solid;
	padding: 0 0 4px 0;
	border-width: 0 0 5px 0;
}
#centrecontent h2.subtitle{
	color: #333;
	font-size: 16px;
	margin: 0 0 30px 10px;
	width: 440px;	
	padding: 0 0 6px 0;
}
#centrecontent h3.smalltitle{
	float: left;
	color: #333;
	font-size: 11px;
	margin-bottom: 15px;
	padding: 0 0 6px 10px;
	border: 1px #99cc33 solid;
	border-width: 0 0 5px 0;
}
#centrecontent h3.formtitle{
	float: left;
	clear: both;
	color: #333;
	font-size: 22px;
	font-weight: bold;
	margin: 45px 0 25px 10px;
	padding-left: 10px;
	padding: 0 0 6px 0;
	border: 1px #99cc33 solid;
	border-width: 0 0 5px 0;	
	width: 440px;
}
#centrecontent h4.smallformtitle{
	float: left;
	clear:both;
	color: #333;
	font-size: 14px;
	margin: 0;
	margin-bottom: 25px;
	padding-left: 155px;
}
#centrecontent a.arrowlink{
	float: left;
	clear: both;
	color: #333;
	font-size: 13px;
	font-weight: bold;
	margin: 0;
	margin: 0 0 12px 10px;
	padding-left: 30px;
	background: url("/img/linkArrow.jpg") no-repeat 4px;
	text-decoration: none;
}
#centrecontent hr{
	float: left;
	clear: both;
	margin: 60px 0 0 0;
	padding: 2px 0 2px 0;
	border: 0;
	background: url("/img/stripes.jpg") repeat-x bottom left;
}
#centrecontent form{
	float: left;
	width: 100%;
	margin:0;
	padding: 0 0 60px 0;
	background: url("/img/stripes.jpg") repeat-x bottom left;
}
#centrecontent .cntText{
	margin: 0 0 0 10px;
	width: 540px;
	padding: 0 0 30px 0;
	overflow: hidden;
}

#centrecontent .cntText span{
	float: left;
	clear: both;
	margin: 3px 0 30px 0;
	padding: 0px 0 15px 0;
	width: 540px;
	background: url("/img/stripes.jpg") no-repeat bottom left;
}

#centrecontent .cntText span a{
	float: left;
	clear: both;
	padding: 5px 0 0 35px;
	background: url("/img/pdfIcon.jpg") no-repeat;
	height: 25px;
	margin: 10px 0 0 0;
	text-decoration: none;
}


#centrecontent ul{
	margin: 10px 0 10px 12px;
	padding: 0;
}
#centrecontent ul li{
	list-style-type: square;
	margin:0;
}
#centrecontent p{
	margin: 15px 0 20px 0;
	padding: 3px 3px 3px 10px;
}
#centrecontent a{
	color: #333;
}
#centrecontent a:hover{
	text-decoration: none;
}




/* TEAM */
.kader{
	border: none;
	padding: 12px 13px;
	background: url(/img/teamBg.jpg) no-repeat;	
}


/* NEWS */
.newsitem{
	color: #333;
	border: #ddd solid 1px;
	padding: 8px;
	float: left;
	width: 530px;
	background:#FAFAFA;
	margin: 0 0 10px 0;
	height: 1%;
	font-size: 11px;
	cursor: pointer;
}
.newsitem:hover{
	border-color: #999;
	background: #f8f8f8;
}

.newsitem .thumb{
	width: 90px;
	margin: 0 20px 2px 0;
	border: #aaa solid 1px;
	float: left;
}

.newsitem h3{
	display: block;
	float: left;
	clear: both;
	padding: 0;
	margin: 0 0 10px 0;
	font-size: 13px;
	color: #333;
}
.newsitem .newscontent{	
	float: left;
	width: 520px;
	height: auto;
	margin:0;
	clear: right;
}
.newsitem .readmore{
	float: left;
	text-decoration: underline;
	clear: both;
	display: block;
	margin: 5px 0;
	font-weight: bold;
}
.newsitem .readmore:hover{
	text-decoration: none;
}
.newsitem .newsdetail{
	display: block;
	float: left;
	padding:0;
	margin: 5px 0;
	clear: both;
	font-size: 11px;
}



/* CONTACT FORM 
form{
	float: left;
	margin: 0px 0 0 0px;
}

form p{
	margin: 0 0 0 15px;
}
*/

.mailsent{
	float: left;
	margin: 40px 0 0 40px;	
}

select.txt, input.txt, input.contact,textarea {
	font:11px trebuchet,tahoma,Verdana, Arial Helvetica,sans-serif;
	float: left;
	margin: 0 4px 4px 0;
	border: 1px solid #999;
	width: 120px;
	padding: 3px;
}
input.contact,textarea.contact {
	width: 240px;
}
textarea{
	height: 80px;
}
input.btn{
	float: left;
	font-size: 11px;
	border: 1px solid #ccc;
	background: #ccc;
	color: #000;
	padding: 3px;
	text-decoration: none;
	text-align: center;
	float: left;
	cursor: pointer;
	margin: 0 30px 0 0;
	clear: none;	
}
input.button:hover{
	background: #fff;
	color: #000;	
}
input:focus,textarea:focus{
	background: #f5f5f5;
	border-color: #cc3333;
}
.checkbox{
	margin-right: 5px;
}
.radiobtn{
	float: left;
}
label{
	float: left;
	width: 140px;
	text-align: right;
	margin: 0 15px 4px 0;
	color: #000;	
	height: 18px;
}

.required{
	float: left;
	clear: both;
	margin: 5px 0 25px 0;
	color: #CC3333;
	font-weight: bold;
	padding-left: 155px;
}	





/* FOOTER ADDRESS + SIESQO BAR */
a.siesqo{
	display: block;
	width: 100%;
	height: 20px;
	background: #333; 
}
a.siesqo:hover{
	background: #999; 
}

#address{
	color: #333;
	text-align: center;
	width: 898px;
	margin-bottom: 15px;
}
#address a{
	text-decoration: none;
	color: #333;
}
#address a:hover{
	text-decoration: underline;
}

.feedback{
	float: left;
	clear: both;
	color: #fff;
}
.feedback a{
	color: #fff;
	text-decoration: underline;
}
.feedback a:hover{
	color: #fff;
	text-decoration: none;
}



/* LASTENBOEK */

#questionnaire{
	margin: 0 0 0 10px;
}

form{
	margin-top: 50px;
}
.btn,.lbbtn,.lbbtnback{
	font-family: tahoma, arial, helvetica,verdana;
	font-size: 11px;
	margin: 6px 0 3px 0;
	float: left;
	clear: both;
}

.lbbtn,.lbbtnback{
	font-weight: bold;
	font-size: 13px;
	margin: 16px 12px 3px 0;
	clear: none;
}
.lbbtnback{
	font-weight: normal;
}
#questionnaire label{
	text-align:left;
	width: auto;
	padding-left: 5px;
}



/* REFERENTIES */
#referencebox{
	margin: 0 0 0 10px;
}
#referencebox #references{
	float: left;
	margin: 0 0 0 80px;
}
#referencebox #references li{
	list-style-type: none;
	margin: 0 0 10px 0;
}
#referencebox #references li a,#referencebox #references li .title{
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;	
	margin: 0 0 4px 0;
	float: left;
	clear: both;
	width: auto;
	padding-left: 20px;	
}
#referencebox #references li a{
	background: url("/img/imgIcon.jpg") no-repeat 0px 2px;
}
#referencebox #references li a:hover{
	color: #ef3b39;
}
#referencebox #references li span{
	float: left;
	width: 100%;
	clear: both;
	margin: 0 0 18px 0;
	padding-left: 20px;
}
#referencebox #references li span p{
	margin: 0;
	padding: 0;
	float: left;
	clear: none;
	width: auto;
}
#referencebox #regions{
	float: left;
	margin: 0;
}
#referencebox #regions li{
	list-style-type: none;	
}
#referencebox #regions li a{
	color: #aaa;
	font-weight: bold;
	font-size: 13px;
	line-height: 22px;
	text-decoration: none;
}
#referencebox #regions li a:hover,#referencebox #regions li a.active{
	color: #333;
}

/* FICHEPAGINA */
#centrecontent #fichepagina{
	margin-top: 50px;
}
#centrecontent #fichepagina li{
	list-style-type: none;
	float: left;
	clear: both;
	padding: 10px 0 25px 0;
	width: 100%;
	background: url("/img/stripes.jpg") no-repeat top left;
}

#centrecontent #fichepagina li a{
	float: left;
	clear: both;
	padding: 5px 0 0 35px;
	background: url("/img/pdfIcon.jpg") no-repeat;
	height: 25px;
	margin: 10px 0 0 0;
	text-decoration: none;
}
#centrecontent #fichepagina li a:hover{
	text-decoration: underline;
}



/* DOWNLOADS */
#centrecontent #downloads li{
	list-style-type: none;
	float: left;
	clear: both;
	padding: 40px 0 25px 0;
	width: 100%;
	background: url("/img/stripes.jpg") no-repeat top left;
}

#centrecontent #downloads li a{
	float: left;
	clear: both;
	padding: 5px 0 0 35px;
	background: url("/img/pdfIcon.jpg") no-repeat;
	height: 25px;
	margin: 10px 0 0 0;
	text-decoration: none;
}
#centrecontent #downloads li a:hover{
	text-decoration: underline;
}
#centrecontent #downloads li span{
	font-size: 13px;
	font-weight: bold;
	margin: 0 0 10px 0;
	float: left;
	clear: both;
}
