/*
#################
#	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, Arial, Tahoma, sans-serif; overflow-y: scroll; }
body { background: #858585 url(/img/bg-body.gif) repeat-x; font-size: 1.2em; color: #666; }
body#subpage { background: #f3f3f3 url(/img/bg-body-sub.gif) repeat-x;}

/* 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.4em; }

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

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

/* 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: 852px;
}

/* Logo
------------------------------------------------------------------*/
p#logo {
	position: absolute;
	height: 100px;
	overflow: hidden;
	text-indent: -9999px;
	width: 277px;
}
p#logo a { display: block; height: 100px; }

/* Logo
------------------------------------------------------------------*/
div#header {
	height: 281px;
	position: relative;
}
body#subpage #header {
	height: 100px;
	background: url(/img/bg-sub-header.gif) no-repeat;
}

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

/* Front blokken
------------------------------------------------------------------*/

/* Kolommen
------------------------------------------------------------------*/

div.kolom-wrapper {
	width: 852px;
	background: #666;
	padding: 0 0 20px 0;
	border-bottom: solid 1px #444;
}
body#subpage div.kolom-wrapper {background: #fff; border: none;}

div.kolom-links {
	float: left;
	width: 314px;
}

div.kolom-midden {
	float: left;
	width: 275px;
	width: 314px;
}

div.kolom-midden-breed { width: 655px; }

div.kolom-rechts {
	float: right;
	width: 224px;
}
div.zijkolom { min-height: 10px; overflow: hidden; }

/* Subpage */
body#subpage div.kolom-links {
	width: 194px;
	padding: 26px 59px 0 26px;
}
body#subpage div.kolom-midden { float: right; padding: 26px 40px 0 0; width: 533px; }

/* Inhoud kolom-midden
------------------------------------------------------------------*/
div.kolom-midden h1 { margin-bottom: 1em; }
body#subpage div.kolom-midden img.illustratie {	float: left; margin: 0em 8px .3em 0;}
body#subpage div.kolom-links h2 { border-bottom: solid 1px #cbcbcb; background: url(/img/pijl-zwart-down.gif) no-repeat 0 4px; padding: 0 0 5px 15px; margin: 0 0 5px 0}

/* Front Blok algemeen
------------------------------------------------------------------*/
div.front-blok,
div.front-blok-nonhover {
	display: block;
	background: #ffbd05 url(/img/bg-front-blok.gif) no-repeat right top;
 	height: 130px;
	text-decoration: none;
	padding-top: 20px;
}

div.clickable-hover {
	background: url(/img/bg-front-blok-hover.gif);
	cursor:pointer;
}
div.front-blok p {
	color: #565656;
	font-weight: bold;
	font-size: 0.85em;
	line-height: 1.2em;
	margin: 0;
}
div.front-blok p a {
	text-decoration:none;
}
div.front-blok h2 { margin: 0; }
div.front-blok h2 a {
	padding: 0 0 0 25px;
	background: url(/img/dots.gif) no-repeat 0 4px;
	height: 37px;
	display: block;
}

div.front-blok h2 a:hover,
div.clickable-hover h2 a {	background: url(/img/dots2.gif) no-repeat 0 4px;}

div.front-blok h2 a img,
div.front-blok h2 a:hover img.hover,
div.front-blok h2 a:focus img.hover { display: block; }

div.front-blok h2 a img.hover,
div.front-blok h2 a:hover img.non-hover,
div.front-blok h2 a:focus img.non-hover { display: none; }

div.clickable-hover h2 a img.non-hover {display:none}
div.clickable-hover h2 a img.hover {display:block}


/* Front Blok overig
------------------------------------------------------------------*/
div.kolom-links div.front-blok {
	padding-left: 26px;
	padding-right: 13px;
}
div.kolom-midden div.front-blok {
	padding-left: 10px;
	padding-right: 13px;
}
div.kolom-midden div.front-blok h2 {
	margin: 0;
}
div.kolom-rechts div.front-blok {
	padding-left: 10px;
	padding-right: 13px;
}

/* Laatste Nieuws
------------------------------------------------------------------*/
div#laatstenieuws h3 { padding: 18px 13px 10px 26px; }
div#laatstenieuws ul { list-style: none;}
div#laatstenieuws ul li { margin-right: 12px; padding: 10px 13px 10px 26px;}
div#laatstenieuws ul li p {margin: 0;}
div#laatstenieuws ul li h4 img { display: inline; padding-top: 5px; } /* dit is een ie6 bugfix */

div#laatstenieuws ul li span {
	color:#ffbd05;
	text-transform: uppercase;
	font-size: 0.8em;
	letter-spacing: 0.1em;
}

div#laatstenieuws ul li a {
	color:#fff;
	display: block;
	text-decoration: none;
 	text-transform: none;
}

div#laatstenieuws ul li.clickable-hover,
div#projecten div.clickable-hover {
	background: url(/img/bg-front-item.gif);
	cursor:pointer;
}


/* Projecten
------------------------------------------------------------------*/
div#projecten h3 { padding: 18px 13px 10px 10px; }
div.project h4 a {color: #fff; text-decoration: none; font-size: 1.0em;}
div.project p {font-size: 0.95em; line-height: 1.4em; margin: 0}
div.project p a {color: #dcdcdc; text-decoration: none; }
div.project p img {display: inline;}

div.project {padding: 10px; overflow: hidden;}

/* Front Item
------------------------------------------------------------------*/
/*
div.front-item {
	background: #444 url(/img/pijl-grijs.gif) no-repeat bottom right;
	height: 76px;
	margin-top: 10px;
	overflow: hidden;
}
div.front-item .fleft {
	width: 26px;
}
div.front-item .item-content {
	color: #fff;
	float: right;
	margin: 8px 5px;
	width: 115px;
}
div.front-item .item-content h3 a {
	color: #fff;
	font-size: .75em;
	font-weight: bold;
	text-decoration: none;
}
div.front-item p {font-size: 0.8em; line-height: 1.1em; margin: 0}
div.front-item p a {color:  #DCDCDC; text-decoration: none;}

div.kolom-rechts div.clickable-item-hover {
	background: #555 url(/img/pijl-geel.gif) no-repeat bottom right;
	cursor:pointer;
}
*/

/* Front Item
------------------------------------------------------------------*/
div.front-item {
	background: #444 no-repeat -50px 0;
	margin-top: 3px;
	position: absolute;
	width: 224px;
}
div.front-item .fleft {
	width: 26px;
}
div.front-item .item-content {
	background: url(/img/pijl-grijs.gif) no-repeat right 91px;
	padding: 13px 3px 10px 40px;
	height: 84px;
	overflow: hidden;
}
div.front-item p {font-size: 0.95em; line-height: 1.4em; margin: 0}
div.front-item p a {color:  #dcdcdc; text-decoration: none;}

div.kolom-rechts div.clickable-item-hover {
	background-color: #555;
	background-position: 0 0;
	cursor: pointer;
	margin-left: -50px;
	width: 274px;
}
div.kolom-rechts div.clickable-item-hover .item-content {
	background-image: url(/img/pijl-geel.gif);
	margin-left: 50px;
}
/* Illustraties
------------------------------------------------------------------*/
p.illustratie span {
	display: block;
	font-size: .9em;
	font-style: italic;
	text-align: center;
}
img.illustratie {
	float: left;
	margin: .4em 8px .3em 0;
}
img.illustratie-rechts {
	float: right;
	margin-left: 8px;
	margin-right: 0;
}
div.zijkolom img.illustratie {
	display: block;
	float: none;
	margin: 0 auto 2em;
}

/* Preview
------------------------------------------------------------------*/
div.preview { margin-bottom: 2em; padding: 0 0 2em 0;border-bottom: solid 1px #cbcbcb;}
div.preview h2 { font-size: 1.3em; }
div.preview p { margin-bottom: 0; }
div.preview h3 {display: block}

/* Navigatie
------------------------------------------------------------------*/
p.navigatie { float: right; font-size: .9em; }
p.navigatie a {
	background: #58585a;
	color: #fff;
	float: left;
	line-height: 100%;
	margin-left: 4px;
	padding: .4em 0;
	text-align: center;
	text-decoration: none;
	width: 20px;
}
p.navigatie a:hover,
p.navigatie a:focus,
p.navigatie a.active {
	background: none;
	color: #58585a;
}
p.navigatie a.active { cursor: default; }

/* Downloads
------------------------------------------------------------------*/
a.download {
	background: #fff;
	/*color: #666;*/
	/* display: block;
	line-height: 130%;
	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/default.gif) no-repeat 0 2px;
}
a.download span.download { float: right; }
a.download:hover span.download,
a.download:focus span.download { text-decoration: underline; }

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

/* Footer
------------------------------------------------------------------*/
div#footer { margin: 1em 0;  }
div#footer p { margin-bottom: 0; color:#444;}
div#footer a { color:#444; }
a#iWink { text-decoration: none; }
a#iWink:hover, a#iWink:focus { border: 0 solid #e6e6e6; }
a#iWink:hover span, a#iWink:focus span { text-decoration: underline; }

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

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

/* Hoofdmenu
------------------------------------------------------------------*/
ul#hoofdmenu { height: 35px; list-style: none; background: #444444; padding: 0 0 0 26px;}
body#subpage ul#hoofdmenu { border-bottom: solid 24px #ffbd05}
ul#hoofdmenu li { float: left; }
ul#hoofdmenu a {
	border-right: solid 2px #a3a2a2;
	display: block;
	margin-top: 6px;
	padding: 3px 10px 6px;
	height: 14px;
}
ul#hoofdmenu li.first a { border-left: solid 2px #a3a2a2; }
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 { list-style: none; position: absolute; left: 316px; margin-top: 10px;}
body#subpage ul#topmenu { left: 279px;}
ul#topmenu li { float: left; }
ul#topmenu a { display: block; padding: 5px 10px; background: url(/img/dot.gif) no-repeat 0 5px}


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

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

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

/* Hoofdmenu
------------------------------------------------------------------*/
ul#submenu { 
	color: #858585;
	list-style: none; 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #CBCBCB; 
	padding: 5px 0 10px 0; 
}
ul#submenu li { }
ul#submenu a {
	display: block;
	height: 1%;
	padding: 0 10px 0 18px;
 	background: url(/img/arrows_right.gif) no-repeat 0 -1px; /* ie */
	text-decoration: none;
	color: #858585;
	font-size: .9em;
	line-height: 125%;
	margin-bottom: 6px;
}

ul#submenu a:hover,
ul#submenu a:focus { text-decoration: underline; }

ul#submenu a.active {
	background-image: url(/img/arrows_right-active.gif);
	background-position: 0 3px;
	color: #444;
	font-weight: bold;
	text-decoration: none;
}
ul#submenu a.active:hover, ul#submenu a.active:hover { text-decoration: none; }

ul#submenu ul {
	list-style: none;
	margin-left: 24px;
	color: #858585;
}
ul#submenu ul li {
	background: url(/img/ul.submenu-ul-li.gif) no-repeat 0 7px;
	padding-left: 12px;
}
ul#submenu ul li a { /* ie */
	font-weight: normal;
	background: none;
	padding: 3px 0px 3px 7px;

}
ul#submenu ul a:hover,
ul#submenu ul a:focus,
ul#submenu ul a.active { background: none; text-decoration: underline; }
ul#submenu ul a.active { text-decoration: none; }

/* 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: square; }
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; }

/*
####################
#	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; clear: left;}
form.webbeheer-formulier label { display: block; width: 120px; float: left; color:#444;}
form.webbeheer-formulier ol input { border: solid 1px #858585; width: 200px; float: left;}
form.webbeheer-formulier ol textarea { border: solid 1px #858585; width: 250px; height: 100px; }
form.webbeheer-formulier fieldset.radiogrouper label { margin: 0 0 0 5px; }

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

table.newsarchive { margin: 1.2em 0; }
table.newsarchive th { display: none; }
table.newsarchive td { border-bottom: 1px solid #F3F3F3; padding: 5px 0; }
table.newsarchive td.date { padding-right: 10px; white-space: nowrap; vertical-align: top; }

/* 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 { padding: .2em 4px; }


span.illustratie {
	display: block;
	float: left;
	font-style: italic;
	font-size: 0.9em;
	margin: 0 7px 7px 0;
	width: 150px;
}

span.illustratie-rechts {
	float: right;
	margin: 0 0 7px 7px;
}
