body {
	background: #FFF;
	color: #444;
	font: normal 0.8em sans-serif;
	line-height: 1.4;
	width: 100%;
	clear: both;
	margin-left: auto;
	margin-right: auto;
}

/* aanpassing */


/* stijlregels voor schermen groter dan 1920px breed */


@media only screen and (max-width: 1920px) {

    /* stijlregels voor schermen > 1200px en ≤ 1920px breed */


@media only screen and (max-width: 1200px) {

    /* stijlregels voor schermen > 720px en ≤ 1200px breed */

}

@media only screen and (max-width: 720px) {

    /* stijlregels voor schermen > 320px en ≤ 720px breed */

}

@media only screen and (max-width:320px) {

    /* stijlregels voor schermen ≤ 320px breed */

}


img {
    height: auto;
    max-width: 100%;
}


/* Koppen */

h1,h2,h3,h4,h5,h6 {
	color: #444;
	font-weight: normal;
	line-height: 1.8;
	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: #FFF;
	padding: 10px 32px 0 46px;
}

#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: #000;}
#site-slogan {
color: #000;
font-size: 1.3em;
}

/* Primaire navigatie */

#primaire-nav {
	background-color: #517d23;
	min-height: 46px;
	padding: 0 8px;
}

#primaire-nav a {
	color: #FFF;
	display: block;
	font-weight: NORMAL;
	font-size: 1.3em;
	padding: 12px;
}

#primaire-nav a:hover {color: #000;}

ul tab a {text-decoration: none;}

 ul.tab {
 	display: inline;
 	margin: 0;
 	padding: 0;
 }
ul.tab li {
	float: left;
	list-style: none;
}


/* Inhoud */

.inhoud {
	font-size: 1.1em;
	background-color: #FBFBF8;
	min-height: 350px;
}
.inhoud a{
	color: #999;
	text-decoration: none;
}
.inhoud a:hover {color: #000}

/* Tekst inhoud */
#tekst-inhoud {padding: 24px;}

/* Navigatie in de voet */

#voet-nav {
	background: #517d23;
	border-top: 1px solid #999;
	font-size: 1.1em;
	padding: 12px 16px;
	margin-bottom: 0px;
}
#voet-nav a {
	color: #000;
	text-decoration: none;
}

#voet-nav a:hover {color: #000;}

#voet-nav span.text-separator {
	color: #FFF;
	padding: 0 0px;
}

/*Footer */

#footer {
	color: #000;
	padding: 0 12px 60px;
	margin-top: -6px;
} 
#footer a {
	color: #000;
	text-decoration: none;
}
#footer a:hover, #bottom .right a:hover {color: #002;}
#footer span.text-separator {
	color: #CCC;
	padding: 0 3px;
}
#footer .right, #footer .right a {color: #000;}

/* Floats */
.left {float: left;}
.right {float: right}
