/*
#################
#	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% Arial, Verdana, Tahoma, sans-serif; overflow-y: scroll; }
body { background: #fff url(/img/bg.gif) repeat-x top; font-size: 1.2em; }

/* 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 { position: absolute; left: -9999px; }

.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; font-weight: normal; margin-bottom: 22px; }
h2 { font-size: 1.5em; font-weight: normal; }
h3 { font-size: 1.2em; }
h4 { font-size: 1em; }

body#homepage h1 { margin-bottom: 5px; }

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

/* Speciale hyperlinks
------------------------------------------------------------------*/
a.hover {
	background-position: 0 0;
	background-repeat: no-repeat;
	display: block;
	float: right;
	text-indent: -9999px;
}

a.login {
	background-image: url(/img/login-groen.gif);
	height: 18px; line-height: 18px;
	width: 79px;
}
a.login:hover,
a.login:focus { background-position: 0 -18px; }
p.login { height: 25px; margin: 1em 0 0 ; }

a.wachtwoord { color: #fff; font-size: .9em; float: left; width: 118px;}
/* Overig
------------------------------------------------------------------*/
address { font-style: normal; }

/*
################
#	LAYOUT	   #
################
*/

/* Menu top
------------------------------------------------------------------*/
div#menu-top {
	text-align: right;
	padding: 5px 5px 3px;
}
div#menu-top p {
	color: #fff;
	margin: 0 auto;
	width: 920px;
}
div#menu-top a { color: #fff; text-decoration: none; }
div#menu-top a:hover,
div#menu-top a:focus { text-decoration: underline; }

div#menu-top img.taalvlag { vertical-align: text-bottom; }
/* Achtergronden (275px hoog)
------------------------------------------------------------------*/
div#background-1 { background: url(/img/achtergronden/bg1.jpg) no-repeat center 226px; height: 505px; }
div#background-2 { background: url(/img/achtergronden/bg2.jpg) no-repeat center 226px; height: 505px; }
div#background-3 { background: url(/img/achtergronden/bg3.jpg) no-repeat center 226px; height: 505px; }
div#background-4 { background: url(/img/achtergronden/bg4.jpg) no-repeat center 226px; height: 505px; }
div#background-5 { background: url(/img/achtergronden/bg5.jpg) no-repeat center 226px; height: 505px; }
div#background-6 { background: url(/img/achtergronden/bg6.jpg) no-repeat center 226px; height: 505px; }
div#background-7 { background: url(/img/achtergronden/bg7.jpg) no-repeat center 226px; height: 505px; }
div#background-8 { background: url(/img/achtergronden/bg8.jpg) no-repeat center 226px; height: 505px; }
div#background-9 { background: url(/img/achtergronden/bg9.jpg) no-repeat center 226px; height: 505px; }
div#background-0 { background: url(/img/achtergronden/bg10.jpg) no-repeat center 226px; height: 505px; }

/* Container
------------------------------------------------------------------*/
div.container {
	margin: 0 auto;	
	width: 920px; 
}

/* Logo
------------------------------------------------------------------*/
p#logo {
	background: url(/img/logo.gif) no-repeat;
	height: 77px;
	text-indent: -9999px;
	width: 183px;
	margin-top: 30px;
}
p#logo a { display: block; height: 77px; }

div.homepage p#logo {
	margin-top: 30px;
}

/* Kolommen
------------------------------------------------------------------*/
div.kolom-wrapper {
	width: 920px;
}
body#homepage div.kolom-wrapper { 
	background: url(/img/home-wrapper.gif) repeat-y right;
	/*margin-top: 20px; */
	width: 920px; 
}

div.kolom-wrapper-rechts { float: right; }

div.kolom-midden {
	background: #d9dadb;
	float: right;
	margin-bottom: 25px;
	margin-top: 62px;
	padding: 35px;
	width: 630px;
}
body#homepage div.kolom-midden { 
	background: none;
	margin-left: 220px; /* ie*/ 
	padding: 10px; 
	width: 460px; 
	margin-top: 0;
	float: left; 
}
body#homepage div.kolom-rechts { 
	background: none; 
	color: #fff;
	padding: 10px; 
	width: 200px; 
	float: right; 
}
body#homepage div.intro {
	background: none;
	padding: 0;
	width: 480px;
}
body#homepage div.intro p { margin-bottom: 0; }

div.kolom-wrapper-rechts div.kolom-midden { float: left; }
div.kolom-wrapper-rechts div.kolom-midden-breed,
div.kolom-midden-breed { float: none; width: auto; }

div.zijkolom { min-height: 10px; overflow: hidden; }
div.kolom-links {
	float: left;
	width: 208px;
	margin: 0 10px 0 0;
	padding-bottom: 33px;
	min-height: 300px; /* ie */
}
div.kolom-links-top {
	width: 480px;
	background: #fff;
	margin: 30px 0 0 0;
	float: right;
}
div.kolom-rechts-top {
	background: #96be0e;
	color: #fff;
	float: right;
	margin-top: 4px;
	width: 200px;
	padding: 10px;
}
div.kolom-rechts {
	float: right;
	width: 200px;
	background: #e6e6e6;
}

div#front-links {
	float: left; width: 700px;
}

div.kolom-links div.content { background: #96be0e; padding: 10px; margin-top:30px;}


/* Inhoud kolommen
------------------------------------------------------------------*/
div.kolom-links { color: #fff; }
div.kolom-links h2 { font-weight: normal; }
div.kolom-links ul { border: 1px solid #cbdf87; border-width: 1px 0; margin: 1em 0; padding: 0.5em 0; }
div.kolom-links ul a { color: #000; font-weight: bold; text-decoration: none; }
div.kolom-links ul a:hover,
div.kolom-links ul a:focus { text-decoration: underline; }

div.kolom-midden { color: #646567; }
div.alinea ul,
div.alinea ol { margin-left: 20px; }
div.alinea ul { list-style: square; }

body#homepage div.kolom-rechts a { color: #fff; }

/* Button zoals die in applicatie zitten
------------------------------------------------------------------*/
p.applicatie-button { margin: 2em 0; }
p.applicatie-button a {
	background: #fff url(/img/icons/vcard_edit.gif) no-repeat 6px center;
	border: 1px solid #96be0e;
	padding: 5px 12px 5px 32px;
}

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

/* Faq
------------------------------------------------------------------*/
div.faqalinea { margin-bottom: .4em; }
div.faqalinea h2 { font-size: 1.2em; font-weight: bold; }
div.ingeklapt h2 { cursor: pointer; }
div.ingeklapt div.inhoud { display: none; }
div.uitgeklapt div.inhoud { display: block; }

/* Foto-albums
------------------------------------------------------------------*/
a.albumfoto {
	background: #fff;
	border: 1px solid #b8b8b8;
	float: left;
	margin: 0 8px 8px 0;
	padding: 6px;
	position: relative;
	text-decoration: none;
	width: 148px;
}
a.albumfoto:hover,
a.albumfoto:focus { border-color: #b8b8b8; }

a.albumfoto img { margin: 0 auto; }
a.albumfoto span { display: block; }
a.albumfoto span.aantal {
	bottom: 6px;
	position: absolute;
	right: 6px;
}

a.fotoalbum-preview { border-color: #fff; height: 148px; }
a.fotoalbum-preview:hover,
a.fotoalbum-preview:focus { border-color: #b8b8b8; }
a.fotoalbum-preview img { margin-bottom: 4px; }

/* Preview
------------------------------------------------------------------*/
div.preview {
	border-bottom: 1px solid silver;
	padding-bottom: 1em;
	margin-bottom: 1em;
}
div.preview img.illustratie { border: 3px solid #f5f5f5; }
div.preview h2 { font-size: 1.3em; font-weight: bold; }
div.preview p { margin-bottom: 0; }
div.preview p.lees-meer { margin-bottom: 0; text-align: right; }
p.nieuwsdatum { margin: -16px 0 0; }
p.nieuwsoverzicht { font-weight: bold; margin-bottom: 24px; text-align: right; }

/* 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: #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/default.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.doc span.titel { background-image: url(/img/downloads/doc.gif); }
a.pdf span.titel { background-image: url(/img/downloads/pdf.gif); }
a.ppt span.titel { background-image: url(/img/downloads/ppt.gif); }
a.xls span.titel { background-image: url(/img/downloads/xls.gif); }

/* Google Maps
------------------------------------------------------------------*/
div.google-maps {
	border: 3px solid silver;
	height: 400px;
	margin: 1.2em auto;
	overflow: hidden;
}

/* Zoekresultaten
------------------------------------------------------------------*/
div.zoekresultaat { margin-bottom: 1.2em; }

/* Footer
------------------------------------------------------------------*/
div#footer { background: #e6e6e6; margin: 1em 0; padding: 10px; }
div#footer p { margin-bottom: 0; }
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; }


p#copyright {
	position: absolute;
	top: 510px;
	color:#000;
}

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

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

/* Hoofdmenu
------------------------------------------------------------------*/
ul#hoofdmenu { list-style: none; height: 30px;}

body#homepage ul#hoofdmenu { margin-top: 0; }

ul#hoofdmenu li { 
	background: url(/img/bullet.gif) no-repeat 0 13px; 
	float: left; 
	padding-left: 15px; 
}
ul#hoofdmenu li.first { background: none; padding: 0; }
ul#hoofdmenu a { 
	color: #646567; 
	display: block; 
	margin-right: 10px; /* ie */
	padding: 5px 0 0 0; 
	text-decoration: none; 
}
ul#hoofdmenu a:hover,
ul#hoofdmenu a:focus,
ul#hoofdmenu a.active { background: url(/img/menu-hover.gif) repeat-x top; color: #7f9f10; }

ul#hoofdmenu ul {
	border-left: solid 1px #7f9f10;
	border-right: solid 1px #7f9f10;
	border-bottom: solid 1px #7f9f10;
	background: #fff;
	clear: both;
	display: none;
	list-style: none;
	position: absolute;
	padding: 5px 0 5px 0;
	width: 200px;
	z-index: 800;
}
ul#hoofdmenu ul a { 
	padding: 3px 0 3px 0; 
}
ul#hoofdmenu ul li a:hover { background: none; }
ul#hoofdmenu ul li { background: url(/img/bullet.gif) no-repeat 7px 10px; }

ul#hoofdmenu li:hover ul,
ul#hoofdmenu li.hover-ie ul { display: block; }
ul#hoofdmenu ul li { float: none; }
ul#hoofdmenu ul a { padding: 0; }

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

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

body#homepage div.kolom-midden ul.info { margin: 1em 0; }
body#homepage ul.info li {
	list-style: none;
	float: left;
	padding: 5px 0;
	width: 230px;
}
body#homepage ul.info li img { border: 1px solid #fff; float: left; margin-right: 6px; }
body#homepage ul.info li a { color: #646567; text-decoration: none; }
body#homepage ul.info li a:hover,
body#homepage ul.info li a:hover { text-decoration: underline	; }

/* Meer
------------------------------------------------------------------*/
h3.meer {
	font-size: 1.3em;
	margin: 32px 0 8px;
}
div#content ul.meer { margin: 1em 0; }
ul.meer li { margin-bottom: 1px; list-style: none; }
ul.meer a { /* ie6 */
	background: #bfc4c8;
	color: #646567;
	display: block;
	height: 1%;
	text-decoration: none;
	padding: 5px;
}
ul.meer a:hover, ul.meer a:focus { background: #b2c0cc; }
ul.meer span.datum { float: left; width: 120px; }
ul.meer span.titel { float: left; font-weight: bold; }

/* 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#content ul { list-style: disc; margin: 1em 0 1em 16px; }
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: 200%; 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	   #
####################
*/

/* Login
------------------------------------------------------------------*/
form.login { margin-top: 5px; }
form.login div.acties { margin: 5px 0; }
form.login input.text { width: 190px; }

/* 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 green;
	padding: .6em;
}
div.webbeheer-formulier-thanks p { margin-bottom: 0; }

/*
####################
#	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;
	color: #545454;
	width: 100%;
}

div.alinea table caption,
table.webapp-table caption {
	font-style: italic;
	margin: 1em 6px 3px;
	text-align: left;
}

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