#################
#	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% Verdana, Tahoma, sans-serif; overflow-y: scroll; }
body { color: #444; background: #858585 url(/img/bg-body.gif) repeat-x; font-size: 1.1em; padding: 0 0 20px 0}

/* 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; margin-bottom: .5em;}
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;
	width: 950px;
	background: #fff;
}
/* Header
------------------------------------------------------------------*/
div#header {
	background: url(/img/header-pipes.gif) no-repeat right top;
	position: relative;
}

/* Logo
------------------------------------------------------------------*/
p#logo {
	background: url(/img/logo.gif) no-repeat;
	float: left;
	height: 86px;
	margin: 0;
	overflow: hidden;
	text-indent: -9999px;
	width: 475px;

}
p#logo a { display: block; height: 86px; }

/* Breadcrumbs
------------------------------------------------------------------*/
p#breadcrumbs { background: #e6e6e6; margin: 1em 0; padding: 10px; }

/* Kolommen
------------------------------------------------------------------*/
div.kolom-wrapper {
	position: relative;
	height: 640px;
}
div.kolom-midden {
	width: 910px;
	min-height: 90px; /* ie overwrite */
	padding: 20px 20px 20px;
	background: transparent url(/img/bg-intro-hoog.png) bottom no-repeat;
}
div.kolom-links {
	float: left;
	width: 510px;
}

div.kolom-rechts {
	float: right;
	width: 440px;
}

/* Kolommen subpagina's
------------------------------------------------------------------*/

body.subpage div.kolom-wrapper {height: auto; width: 950px;}
body.subpage div.kolom-rechts { width: 400px; padding: 30px 20px 40px 20px; }
body.subpage div.kolom-links { width: 470px; padding: 30px 20px 40px 20px;}

/* Inhoud kolom-midden
------------------------------------------------------------------*/
div.kolom-midden h1 { margin-bottom: 0.9em; font-weight: normal; font-size: 1.8em;width: 440px;}
div.kolom-midden div.intro,
div.kolom-midden p.intro { width: 440px;}
div.kolom-midden p.payoff {color:#fff; font-size: 2.6em; float: right; padding: 20px 20px 0 0px; line-height: 2.4em }
body.subnews div.zijkolom h2 { border-bottom: solid 1px #858585; font-weight:normal; font-size: 1.6em; margin-bottom: .2em; padding-bottom: .4em;}
div.zijkolom h2 {font-size: 1.0em;}
div.kolom-rechts img.illustratie {  margin-bottom: 1.8em; float:right}

/* Nieuws */
div.nieuws {
	background: #ffbd05;
	padding: 20px;
	position: absolute;
	width: 342px;
	right: 0;
	bottom: 40px;
}
div.nieuws h2 {
	border-bottom: 1px solid #ffd050;
	color: #fff;
	margin-bottom: 5px;
	padding-bottom: 5px;
	font-weight: normal;
	font-size: 1.6em;
}
div.nieuws a.more {
	background: url(/img/dots-black.gif) no-repeat right 8px;
	color: #444;
	font-weight: bold;
	padding-right: 20px;
	position: absolute; top: 20px; right: 20px;
	text-decoration: none;
}
div.nieuws a.more:hover {color:#fff}
div.nieuws p.date {
	font-weight: bold;
	margin: 0;	
}
div.nieuws h3 {
	font-size: 1.2em;
}
div.nieuws img.illustratie {
	float: left;
	margin: 0 10px 10px 0;
}
div.nieuws a.read-more {
	color: #fff;
	display: block;
	padding: 0 0 0 20px;
	background: url(/img/dots-white.gif) no-repeat left 8px;
	text-decoration: none;
	font-weight: bold;
}
div.clickable-hover { cursor: pointer; }
div.clickable-hover a.read-more,
div.nieuws a:hover {
	color: #444;
}

/* Nieuwsdetail */
p.date {
	font-weight: bold;
	margin:0;
}

/* Nieuwsitem */
div.nieuws-item {
	border-bottom: solid 1px #858585;
	margin-bottom: 1em;
	padding-bottom: 1em;
}
div.nieuws-item p { margin: 0;} 

div.nieuws-item img.illustratie { 
	float: left;
	margin: 0 10px 10px 0;
 	display: block;
}
div.nieuws-item a.read-more {
	padding: 0 0 0 20px;
	background: url(/img/dots-yellow.gif) no-repeat left 6px;
	text-decoration: none;
	font-weight: bold;
}
div.clickable-hover-color { cursor: pointer; }
div.clickable-hover-color a.read-more,
div.nieuws-item a.read-more:hover {
	color: #ffbd05;
}

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

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

a.download span { padding: .1em 0 .3em; }
a.download span.titel {
	float: left;
	padding-left: 28px;
	background: url(/img/downloads/pdf.gif) no-repeat;
}
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
------------------------------------------------------------------*/
body.homepage div#footer {position: absolute; bottom: 0; right:0}
div#footer { background: url(/img/bg-footer.png); clear: left; float: left;padding: 25px 20px 0 0; height: 32px; width: 930px;}
div#footer p { margin-bottom: 0; color: #ccc; font-size: 0.9em}
/*
####################
#	LIJSTEN	   #
####################
*/

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

/* Hoofdmenu
------------------------------------------------------------------*/
ul#hoofdmenu { overflow: hidden; list-style: none; background: #444444; padding: 0 0 7px 26px;}
ul#hoofdmenu li { float: left; }
ul#hoofdmenu a {
	border-right: solid 2px #a3a2a2;
	display: block;
	margin-top: 10px;
	padding: 2px 10px 2px 10px;
	height: 14px;
}
ul#hoofdmenu a.first {border-left: solid 2px #a3a2a2;}

ul#hoofdmenu li:hover ul,
ul#hoofdmenu li.hover-ie ul { display: block; }

ul#hoofdmenu a img,
ul#hoofdmenu a:hover img.hover,
ul#hoofdmenu a:focus img.hover,
ul#hoofdmenu a.active img.hover { display: block; }

ul#hoofdmenu a img.hover,
ul#hoofdmenu a:hover img.non-hover,
ul#hoofdmenu a:focus img.non-hover,
ul#hoofdmenu a.active img.non-hover { display: none; }

/* Topmenu
------------------------------------------------------------------*/
ul#topmenu { 
	height: 200px;
	list-style: none; 
	position: absolute; 
	left: 475px; top:0; 
	margin-top: 4px;
} /*overwrite */
ul#topmenu li { float: left; }
ul#topmenu a { background: url(/img/dot.gif) no-repeat 0 7px; display: block; font-size: 0.8em; padding: 0px 10px; text-decoration: none; }
ul#topmenu a:hover {text-decoration: underline}


/* Optie-menu (mail & stuur door)
------------------------------------------------------------------*/
ul#opties { float: right; padding: 10px; list-style: none; }
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 {
	list-style: disc;
	margin: 1em 0; padding: .2em 0;
	border: 3px solid red;
}
ul.errors li, ol.errors li { margin-left: 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 { 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; }


/* more news 
------------------------------------------------------------------*/
ul#morenews {
	border-bottom: solid 1px #858585;
	list-style: none;
	padding: 10px;
}
ul#morenews li {background: url(/img/dots-yellow.gif) no-repeat right 8px;	}
ul#morenews a {	padding: 0 20px 0 0;}
ul#morenews li.clickable-hover { cursor: pointer; }
ul#morenews li.clickable-hover a {text-decoration: underline}
/*
####################
#	FORMULIEREN	   #
####################
*/
/* Algemeen
------------------------------------------------------------------*/
input.text, textarea { padding: 2px 3px; }
textarea { font-size: 11px; overflow: auto; }
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 ul, form ol { list-style: none; }
form li { padding: .2em 0; }

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

/* Webbeheer formulier
------------------------------------------------------------------*/
form.webbeheer-formulier fieldset {
	border: none;
	margin: 0; padding: 0;
}

form.webbeheer-formulier legend { display: none; }
form.webbeheer-formulier ul.velden { list-style: none; }

form.webbeheer-formulier li { margin-bottom: .5em; }
form.webbeheer-formulier label { display: block; }
form.webbeheer-formulier fieldset.radiogrouper label { margin: 0 0 0 5px; }

/*
####################
#	TABELLEN	   #
####################
*/
/* Algemeen
------------------------------------------------------------------*/
table.full-width { width: 100%; }

/* FCK-editor-tabel
------------------------------------------------------------------*/
div.alinea table {
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
	color: #545454;
	margin: 1em 0;
	width: 100%;
}

div.alinea table td,
div.alinea table th {
	border: 1px solid #d8d8d8;
	padding: .2em 4px;
}

img.illustratie-links { display: inline; float: left; margin: 0 5px 5px 0; }
img.illustratie-rechts { display: inline; float: right; margin: 0 0 5px 5px; }
