/*
#################
#	ALGEMEEN	#
#################
*/
body, html, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, form { margin: 0; padding: 0; }
html { font: 62.5%/200% Georgia, Arial, Verdana, Tahoma, sans-serif; overflow-y: scroll; }
body { background: #fff url(/img/bg-body.jpg) no-repeat center -240px fixed; color: #101010; font-size: 1.2em; padding-bottom: 83px; }

/* Algemene classnames
------------------------------------------------------------------*/
.nomargin, .nom { margin: 0; }
.nopadding .nop { padding: 0; }
.nomp { margin: 0; padding: 0; }

.block { display: block; }
.inline { display: inline; }

.center { display: block; margin: auto; }

.hide, .hidden { visibility: hidden; }
.invisible { display: none; }

.fleft { float: left; }
.fright { float: right; }

.clear { clear: both; }
.cleft { clear: left; }
.cright { clear: right; }

.tcenter { text-align: center; }
.tleft { text-align: left; }
.tright { text-align: right; }

.vbottom { vertical-align: bottom; }
.vmiddle { vertical-align: middle; }
.vtop { vertical-align: top; }

.absolute { position: absolute; }
.relative { position: relative; }

.bold, .b, .strong { font-weight: bold; }
.em, .italic, .i { font-style: italic; }
.normal { font-weight: normal; }
.u, .underline { text-decoration: underline; }
.small { font-size: 11px; }
.lowercase { text-transform: lowercase; }
.uppercase { text-transform: uppercase; }
.capitalize { text-transform: capitalize; }

.default { cursor: default; }
.pointer { cursor: pointer; }

/* Afbeeldingen
------------------------------------------------------------------*/
img { border: none; display: block; }

/* Alinea's en paragafen
------------------------------------------------------------------*/
p, div.alinea { margin-bottom: 1.2em; }

/* Overflow
------------------------------------------------------------------*/
.overflow { overflow: hidden; }

/* Headings
------------------------------------------------------------------*/
h1 { font-size: 1.8em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.2em; }
h4 { font-size: 1em; }

/* Hyperlinks
------------------------------------------------------------------*/
a { color: #58585a; }
a:hover, a:focus, a.none { text-decoration: none; }
a.none:hover, a.none:focus { text-decoration: underline; }
a span { cursor: pointer; }

/* Overig
------------------------------------------------------------------*/
address { font-style: normal; }

/*
################
#	LAYOUT	   #
################
*/
/* Container
------------------------------------------------------------------*/
div#container {
	margin: 0 auto; padding: 0 40px;
	width: 740px;
	background: #fff;
}
/* Header 
------------------------------------------------------------------*/
div#header {
  	background: url(/img/bg-menu.gif) repeat-x 0 153px;
	margin-bottom: 1.5em;
	position: relative;
}
/* Logo
------------------------------------------------------------------*/
p#logo {
	background: url(/img/logo.jpg) no-repeat;
	float: left;
	height: 207px;
	overflow: hidden;
	text-indent: -9999px;
	width: 157px;
}
p#logo a { display: block; height: 180px; }

/* Kolommen
------------------------------------------------------------------*/
div.kolom-wrapper {
	width: 740px;
	margin-bottom: 20px;
}
div.kolom-wrapper-rechts { float: right; }

div.kolom-midden {
	width: 500px;
	float:right;
	background: #fff;
}

body#homepage div.kolom-midden {
	background: url(/img/home-bg.jpg) no-repeat right bottom;
	float: none;
	height: 420px;
	position: relative;
	width: auto;
}
div.zijkolom { min-height: 10px; overflow: hidden; }

div.kolom-links {
	float: left;
	width: 200px;
	margin-right: 40px;	
	margin-bottom: 20px;
	background: #e6e6e6;
}

body#referentiedetail div.kolom-links {
	background: #F3F3F3;
}

/* Inhoud kolom-midden
------------------------------------------------------------------*/
div.kolom-midden h1,
div.kolom-midden-breed h1 { font-size: 2.5em; font-weight: normal; line-height: 100%; padding-bottom: .4em;  }
div.kolom-midden h2 { margin-bottom: .3em; }
body#homepage div.kolom-midden h2 { padding: 0 0 12px 25px;}
body#homepage p {margin: 0;}
body#homepage div.kolom-midden p {	padding-left: 25px; }

body#contentpage .kolom-midden h1,
body#referentiedetail .kolom-midden h1 {
	border-bottom: #cdcdcd solid 1px;
	margin-bottom: .4em;
}

body#homepage div.alinea  {
	position: absolute;
	bottom: 0;
	left: 0;
	font-weight: normal;
	width: 390px;
}

div#tfe-field {
	background: url(/img/contact-nieuw.jpg) no-repeat;
	color: #fff;
	font-family: Arial;
	font-size: 1.1em;
	height: 62px;
	padding: 10px 15px 8px 80px;
	position: absolute; top:0; right: 0;
	text-align: right;
	width: 157px;
}
div#tfe-field p { margin-bottom: .1em;}
div#tfe-field p strong {margin-left: .3em;}

div#referenties {
	background: #f3f3f3;
	padding: 25px 0 0 25px;
	overflow: hidden;
	width: 715px;
}
div#referenties a {
	background: #fff;
	border: solid 1px #cdcdcd;
	display: block;
	float: left;
	height: 118px;
	line-height: 115px;
	text-align: center; 
	margin: 0 22px 22px 0;	
	width: 118px;
	
}
div#referenties a:hover { border: solid 1px #808080;}
div#referenties a img { 
    line-height: 118px;
    vertical-align: middle; 
	display: inline;
}
	

div#adresgegevens {
	background: #f3f3f3;
	padding: 30px;
	width: 180px;
	height: 300px;
}

/* In- en uitklapbare blokken
------------------------------------------------------------------*/
.ingeklapt h2, .uitgeklapt h2 { cursor: pointer; }
.ingeklapt .inhoud { display: none; }
.uitgeklapt .inhoud { display: block; }

/* Illustraties
------------------------------------------------------------------*/
p.illustratie img { margin: 0 auto; }
p.illustratie span {
	display: block;
	font-size: .9em;
	font-style: italic;
	text-align: center;
}
img.illustratie {
	float: right;
	margin-right: 0; margin-left: 8px;
	border: solid 15px #efefef; 
}
img.illustratie-links {
	float: left;
	margin: .5em 8px .3em 0;
}
div.zijkolom img.illustratie {
	display: block;
	float: none;
	margin: 0 auto 2em;
}


div.zijkolom div.ref {
	background:#FFFFFF none repeat scroll 0 0;
	border:1px solid #CDCDCD;
	display:block;
	height:118px;
	line-height:115px;
	margin: 40px auto;
	width:118px;
}

div.zijkolom div.ref img {
	display:inline;
	line-height:118px;
	vertical-align:middle;
}

/* Downloads
------------------------------------------------------------------*/
a.download {
	background: #fff;
	color: #292929;
	display: block;
	line-height: 100%;
	margin-bottom: 2px;
	padding: 10px;
	text-decoration: none;
}

a.download:hover,
a.download:focus { background-position: bottom left; }

a.download span { padding: 2px 0; }
a.download span.titel {
	background: url(/img/downloads/pdf.gif) no-repeat;
	float: left;
	padding-left: 28px;
}
a.download span.download { float: right; }
a.download:hover span.download,
a.download:focus span.download { text-decoration: underline; }

a.ppt span.titel { background-image: url(/img/downloads/ppt.gif); }
a.doc span.titel { background-image: url(/img/downloads/doc.gif); }
a.xls span.titel { background-image: url(/img/downloads/xls.gif); }


/* Footer
------------------------------------------------------------------*/
div#footer {
	background: url(/img/bg-footer-nieuw.gif) no-repeat;
	font-family: Arial;
	letter-spacing: .05em;
	margin: 1em 0 4em 0;
	padding: 30px 0 0 0;
}
div#footer p { margin-bottom: 0; }
a#iWink { text-decoration: none; letter-spacing: 0em; color:#101010;}
a#iWink:hover, a#iWink:focus { border: 0 solid #e6e6e6; }
a#iWink:hover span, a#iWink:focus span { text-decoration: underline; }

/*
####################
#	LIJSTEN	   #
####################
*/

/* Algemeen
------------------------------------------------------------------*/
ul, form ol { list-style: none; }

/* Hoofdmenu
------------------------------------------------------------------*/
ul#hoofdmenu { 
	font: 1.2em Arial; 
	list-style: none; 
	margin: 120px 0 0 200px;
	height: 50px;
}
ul#hoofdmenu li { float: left; }
ul#hoofdmenu a { display: block; padding: 8px 20px 8px 0; color: #101010; float: left; text-decoration: none;}
ul#hoofdmenu a:hover,
ul#hoofdmenu a.active {border-bottom: solid 5px #97c0e6;}

ul#hoofdmenu ul {
	background: #e6e6e6;
	clear: both;
	display: none;
	list-style: none;
	position: absolute;
	width: 200px;
}
/* Submenu
------------------------------------------------------------------*/
ul#submenu {
	padding: 0 20px 20px 20px;
	list-style: none;
	width: 160px;
}
ul#submenu li {
	background: no-repeat;
	padding: 51px 0 0 0;
	margin-top: 20px;
}
ul#submenu a {
	background: #97c0e6;
	color: #fff;
	font: .98em Arial;
	font-weight: bold;
	padding: 7px 8px 5px 8px;
	display: block;
	text-decoration: none;
}
ul#submenu a:hover,
ul#submenu a.active {
	background: #aaa;
}

ul#submenu li.clickable-hover {
	cursor: pointer;
}
ul#submenu li.clickable-hover a {
	background: #aaa;
}
 
/* Taalmenu
------------------------------------------------------------------*/
ul#taalmenu {
	float: right;
	list-style: none;
	margin-bottom: 12px;
}
ul#taalmenu li { float: left; margin-left: 8px; }

/* Optie-menu (mail & stuur door)
------------------------------------------------------------------*/
ul#opties { float: right; list-style: none; padding: 10px; }
ul#opties li { float: left; margin-left: 14px; }
ul#opties a {
	background: url(/img/opties.gif) no-repeat 0 .5em;
	color: #808080;
	display: block;
	padding-left: 18px;
}
ul#opties a.mail { background-position: -289px .4em; }

/* Error-menu
------------------------------------------------------------------*/
ul.errors, ol.errors {
	border: 3px solid red;
	list-style: disc;
	margin: 1em 0; 
	padding: .2em 0;
}
ul.errors li, ol.errors li { 
	list-style: disc;
	margin: 0 0 0 20px;
	padding: .2em 0; 
}

/* FCK-editor-lijst
------------------------------------------------------------------*/
div.alinea ul { list-style: disc; }
div.alinea ul, div.alinea ol { margin: 1em 0 1em 16px; }
div.alinea ol { margin-left: 24px; }
div.alinea li { line-height: 125%; padding: .2em 0; }

/* Sitemap
------------------------------------------------------------------*/
ul.sitemap { list-style: disc; margin: 0 0 1em 24px; }

/* <dl>'s
------------------------------------------------------------------*/
dl dt { font-size: 1.4em; font-weight: bold; margin-bottom: .6em; }

/* <dl>'s in middenkolom
------------------------------------------------------------------*/
div.kolom-midden dl { margin: 1em 0;  }
div.kolom-midden dl ul { list-style: none; } 

/* <dl> in zijkolom
------------------------------------------------------------------*/
div.zijkolom dl { margin-bottom: 2em; }

/* Submenu (meestal in zijkolom)
------------------------------------------------------------------*/
dl.submenu ul ul { margin: 0 0 .5em 16px; }

/*
####################
#	FORMULIEREN	   #
####################
*/
/* Algemeen
------------------------------------------------------------------*/
label { display: block; }
input.text, textarea { padding: 2px 3px; }
textarea { font-size: 12px; overflow: auto; }
input.text, textarea { width: 60%; }
select { width: 62%; }
textarea { height: 80px; }
input, select, textarea { font-family: Arial, Verdana, Tahoma, sans-serif; }
input.radio, input.checkbox { margin-left: 0; }
input.button, input.submit { cursor: pointer; }

fieldset.none { border: none; margin: 0; padding: 0; }
fieldset.none legend { display: none; }
form li { padding: .2em 0; margin-bottom: 5px; }
form em.verplicht { margin-left: 4px; }

/* Zoekformulier
------------------------------------------------------------------*/
form#zoeken, form.zoekformulier fieldset { float: right; }
form#zoeken input { float: left; }
form#zoeken input.text { margin-right: 8px; width: 160px; }

/* Webbeheer formulier
------------------------------------------------------------------*/
li.checkbox { position: relative; }
li.checkbox input.checkbox { left: 0; position: absolute; top: 3px; }
li.checkbox label { margin-left: 20px; }
div.webbeheer-formulier-thanks {
	border: 3px solid #2976b8;
	float: right;
	padding: 6px;
	width: 408px;
}
div.webbeheer-formulier-thanks p,
div.webbeheer-formulier-thanks div.alinea { margin-bottom: 0; }

/* Webbeheer formulier
------------------------------------------------------------------*/
form.webbeheer-formulier {
	background: #f3f3f3;
	float: right;
	padding: 30px;
	position: relative;
	width: 420px;
}
form.webbeheer-formulier fieldset {
	margin: 0; padding: 0;
	border: none;
}

form.webbeheer-formulier em.verplicht { position: absolute; left: 167px; margin-top: -2px; }
form.webbeheer-formulier legend { display: none; }
form.webbeheer-formulier ul.velden { list-style: none; }
form.webbeheer-formulier ul li.checkbox {margin-left: 155px;}
form.webbeheer-formulier ul li {
	overflow: hidden; height: 1%;
	margin-bottom: .5em;
}
form.webbeheer-formulier ul li label {
	width: 140px; margin-right: 15px;
	float: left;
}
form.webbeheer-formulier ul li input {
	float: left;
	border: solid 1px #cdcdcd;	
}
form.webbeheer-formulier input#submit {
	background: #97C0E6;
	border: solid 1px #cdcdcd;	
}


form.webbeheer-formulier ul li textarea {border: solid 1px #cdcdcd;}
form.webbeheer-formulier ul li fieldset.radiogrouper {float: left;}
form.webbeheer-formulier fieldset.radiogrouper div {overflow: hidden; height: 1%;}
form.webbeheer-formulier ul li fieldset.radiogrouper label {width: auto; margin: 0 0 0 5px;}

/*
####################
#	TABELLEN	   #
####################
*/
/* Algemeen
------------------------------------------------------------------*/
table.full-width { width: 100%; }
table td { padding: 3px; }
table th { text-align: left; }

/* FCK-editor-tabel
------------------------------------------------------------------*/
div.alinea table,
table.webapp-table {
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	margin-bottom: 20px;
}

div.alinea table caption,
table.webapp-table caption {
	font-weight: bold;
	padding: 5px 6px 5px 10px;
	text-align: left;
	background: #97c0e6;
}

div.alinea table td,
div.alinea table th,
table.webapp-table td,
table.webapp-table th {
	border-bottom: 1px solid #fff;
	padding: .4em .8em;
	background: #ebf4fc;
}
