body {
	backround: #A9A9A9;
	color: #444;
	font: normal 0.8em sans-serif;
	line-height: 1.5;
	width: 960px;
	clear: both;
	margin-left: auto;
	margin-right: auto;
}
/* koppen */
h1,h2,h3,h4,h5,h6 {
	color: #444;
	font-weight: normal;
	line-height: 1;
	margin-bottom: 0.3em;
}

h4,h5,h6 {font-weight: bold;}

h1 {font-size: 1.6em;}
h2 {font-size: 1.4em;}
h3 {font-size: 1.3em;}
h4 {font-size: 1.2em;}
h5 {font-size: 1.1em;}
h6 {font-size: 1em;}

/* tekst elementen */
p {margin-bottom: 1em;}

/* lijsten */
ul {
	list-style-type: disc;
	margin: 0 1.5em 1.5em 0;
}

/* header */
#header {
	background-color: #303030;
	padding: 32px 32px 0 46px;
}

#header-nav {
	height: 39px;
	text-align: right;
	color: #666;
	font-size: 1.2em;
}

#header-nav-link a {
	color: #999;
	text-decoration: none;
}

#header-nav-link a:hover {color: #DDD;}

#header-nav-link span.text-separator {
	color: #444;
	padding: 0 7px;
}

#logo {color: #FFF;}
#site-title a {text-decoration: none;}
#site-title, #site-title a {color: #FFF;}
#site-slogan {
	color: #B58361;
	font-size: 1.3em;
}

/* primaire navigatie */
#primaire-nav {
	background-color: #BA702E;
	min-height: 46px;
	padding: 0 8px;
}

#primaire-nav a {
	color: #EAE6DD;
	display: block;
	font-weight: bold;
	font-size: 1.3em;
	padding: 12px;
}

#primaire-nav a:hover {color: #FFF;}

ul.tab {
	display: inline;
	margin: 0;
	padding: 0;
}
ul.tab li {
	float: left;
	list-style: none;
}
ul.tab a {text-decoration: none;}

/* inhoud */
.inhoud {
	font-size: 1.1em;
	background-color: #FBFBF8;
	min-height: 300px;
}
.inhoud a {
	color: #999;
	text-decoration: none;
}
.inhoud a:hover {color: #000;}

/* tekst inhoud */
#tekst-inhoud {padding: 24px;}

/* chunks */
.chunks {
	font-size: 1.1em;
	background-color: #FBFBF8;
	min-height: 300px;
}
.chunks a {
	color: #FFFFFF;
	text-decoration: none;
}
.chunks a:hover {color: #912428;}

/* tekst chunks */
#chunks-inhoud {padding: 24px;}

/* navigatie in de voet */
#voet-nav {
	background: #808080;
	border-top: 1px solid #999;
	font-size; 1.1em;
	padding: 12px 16 px;
	margin-bottom: 10px;
}
#voet-nav a {
	color: #DDD;
	text-decoraction: none;
}
#voet-nav a:hover {color: #FFF;}

#voet-nav span.text-separator {
	color: #999;
	padding: 0 3px;
}

/* Footer */
#footer {
	color: #666;
	padding: 0 6px 12px;
	margin-top: -6px;
}
#footer a {
	color: #555;
	text-decoration: none;
}
#footer a:hover, #bottom .right a:hover {color: #002;}
#footer span.text-separator {
	color: #888;
	padding: 0 3 px.
}
#footer .right, #footer .right a {color: #777;}

/* Floats */
.left {float: left;}
.right {float: right;}

/*formulier grofvuil les 22*/
.grofvuil {
	background-color: #99FF66;
	font: Arial;
	color: #396013;
}
.grofvuil h2 {
	font-weight: bold;
	font: Comic Sans MS;
	color: #3333FF;
}
.grofvuil input {
	background-color: #339933;
}
.grofvuil select {
	background-color: #009900;
	color: #000000;
	
}
.grofvuilselect {
	background-color: #000000;
	color: #009900;
}
