
/* ---------------------------------------------------------------------- */


/* kleuren */

.kleur1 {/* transparant */}
.kleur2 {/* transparant */}
.kleur3 {/* transparant */}
.kleur4 {/* transparant */}
.kleur5 {/* transparant */}
.kleur6 {/* transparant */}
.kleur7 {/* transparant */}


/* ---------------------------------------------------------------------- */


html {
	margin: 0px;
	height: 100%;
	}

body {
	margin: 0px;
	height: 100%;
	}


/* ---------------------------------------------------------------------- */


#sitemap {display: none;}


/* ---------------------------------------------------------------------- */


/* canvas */

#canvas {
	width: 100%;
	height: 100%;
	}

#kolom1 {display: none;}
#kolom2 {display: none;}
#kolom3 {display: none;}
#kolom4 {}
#kolom5 {display: none;}
#kolom6 {display: none;}
#kolom7 {display: none;}
#kolom8 {display: none;}

div.tekst {width: 100%;}


/* ---------------------------------------------------------------------- */


/* bovenbalk */

#bovenbalk {display: none;}


/* ---------------------------------------------------------------------- */


/* menubalk */

#menubalk {display: none;}


/* ---------------------------------------------------------------------- */

/* kruimelpad */

div.kruimelpad {display: none;}


/* ---------------------------------------------------------------------- */


/* tekst */

div.subtekst1 {margin: 0px 0px 16px 0px;}
div.subtekst2 {display: none;}
div.subtekst3 {display: none;}
div.subtekst4 {display: none;}
div.subtekst5 {display: none;}
div.subtekst6 {display: none;}

div.titel {font-weight: bold;}

div.samenvatting {margin: 0px 0px 16px 0px;}

div.website {font-weight: bold;}

div.omschrijving {margin: 0px 0px 16px 0px;}

div.tussenruimte {display: none;}

span.datum1 {}

span.datum2 {}

span.bron {}


/* ---------------------------------------------------------------------- */


/* Zoeken */

div.zoeken {display: none;}

input.zoeken {display: none;}

div.button2 {display: none;}


/* ---------------------------------------------------------------------- */


/* lettertype */

body, div, td, p, ol, ul, h1, h2, h3, input, select, textarea {
	font-family: verdana;
	font-size: 9pt;
	line-height: 140%;
	color: #000000;
	}

h1 {
	font-weight: bold;
	margin:0px;
	display: inline;
	}

h2 {
	font-weight: bold;
	margin:0px;
	display: inline;
	}

h3 {
	font-weight: bold;
	margin:0px;
	display: inline;
	}


/* ---------------------------------------------------------------------- */


/* hyperlinks */

a:link, a:visited, a:active, a:hover {color: #000000; text-decoration: none;}
a.link1:link, a.link1:visited, a.link1:active, a.link1:hover {color: #000000; text-decoration: none;}
a.link2:link, a.link2:visited, a.link2:active, a.link2:hover {color: #000000; text-decoration: none;}
a.link3:link, a.link3:visited, a.link3:active, a.link3:hover {color: #000000; text-decoration: none;}
a.link4:link, a.link4:visited, a.link4:active, a.link4:hover {color: #000000; text-decoration: none;}
a.link5:link, a.link5:visited, a.link5:active, a.link5:hover {color: #000000; text-decoration: none;}
a.link6:link, a.link6:visited, a.link6:active, a.link6:hover {color: #000000; text-decoration: none;}
div.link1, div.hover1 {color: #000000; text-decoration: none;}
div.link2, div.hover2 {color: #000000; text-decoration: none;}


/* ---------------------------------------------------------------------- */


/* afbeeldingen */

img {
	border-width: 0px;
	border-style: hidden;
	display: block;
	}

img.afbeelding1 {
	margin: 5px 0px 2px 0px;
	border-width: 0px;
	border-style: hidden;
	display: inline;
	float: none;
	}

img.afbeelding2 {
	margin: 5px 15px 2px 0px;
	border-width: 0px;
	border-style: hidden;
	display: inline;
	float: left;
	}

img.afbeelding3 {
	margin: 5px 0px 2px 15px;
	border-width: 0px;
	border-style: hidden;
	display: inline;
	float: right;
	}

img.afbeelding4 {
	margin: 0px;
	border-width: 0px;
	border-style: hidden;
	display: inline;
	float: none;
	}

/* ---------------------------------------------------------------------- */


/* formulieren */

div.button1 {
	width: 80px;
	height: 14px;
	margin: 0px;
	padding: 0px 0px 0px 1px;
	font-family: tahoma, sans-serif;
	font-size: 10px;
	font-weight: bold;
	line-height: normal;
	color: #003580; /* blauw */
	text-align: center;
	border-width: 1px;
	border-style: solid;
	border-color: #6686B3; /* blauw 60% */
	background-color: #B2C2D9; /* blauw 30% */
	cursor: pointer; cursor: hand;
	}

div.wachtwoord {margin: 5px 0px 0px 0px;}
div.verzenden {margin: 30px 0px 0px 0px;}

input.form {
	width: 180px;
	padding: 2px;
	border-width: 1px;
	border-style: solid;
	border-color: #cecece; /* grijs */
	background-color: #ebebeb; /* licht grijs */
	}

td.boven {
	padding: 3px 0px 3px 0px;
	border-width: 1px;
	border-style: solid none solid none;
	border-color: #ebebeb; /* licht grijs */
	}

td.midden {
	padding: 3px 0px 3px 0px;
	border-width: 1px;
	border-style: none none solid none;
	border-color: #ebebeb; /* licht grijs */
	}


/* ---------------------------------------------------------------------- */


/* diversen */

td {vertical-align: top;}