/*-----------------------------*/
/*reset_main*/
/*-----------------------------*/
html{
	font-size: 100%;
	overflow-y: scroll;
}
body {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6, p, table {
	margin: 0;
	padding: 0;
}
/*-----------------------------*/
/*reset_navigation*/
/*-----------------------------*/
nav ul, nav ol, #nav ul, #nav ol {
	margin: 0;
	padding: 0;
    list-style: none;
    list-style-image: none;
}
/*-----------------------------*/
/*reset_media*/
/*-----------------------------*/
audio, canvas, video {
	display: inline-block;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
	vertical-align: middle;
}
svg:not(:root) {
    overflow: hidden;
}
/*-----------------------------*/
/*normalize_elements*/
/*-----------------------------*/
div, article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
	display: block;
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol, ul, dl, blockquote {
	margin: 0;
	padding: 0 0 0 2.5em;
}
ol, ul {
	list-style-position: outside;
}
/*-----------------------------*/
/*normalize_typography*/
/*-----------------------------*/
body, button, input, select, textarea {
    font-family: sans-serif;
    font-size: 100%;
}
cite, var {
	font-style: italic;
}
pre, code, kbd, samp {
	font-family: monospace;
}
pre {
	word-wrap: break-word;
}
strong, b, th {
	font-weight: bold;
}
em, i, dfn {
	font-style: italic;
}
caption, th {
	text-align: left;
}
figure {
    margin: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
q {
    quotes: none;
}
q:before,
q:after {
	content:'';
}
abbr {
	border: 0;
	font-variant: normal;
}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
} 
small {
    font-size: 75%;
}
mark {
    background: #ff0;
    color: #000;
}
/*-----------------------------*/
/*normalize_tables*/
/*-----------------------------*/
th {
	font-weight: bold;
}
td {
	padding: 0 1em 0 0;
}
/*-----------------------------*/
/*normalize_forms*/
/*-----------------------------*/
form {
	margin: 0;
	padding: 0;
}
fieldset {
	padding: 1em;
	margin: 0;
}
legend {
	padding: 0.5em;
	color: #000;
}
label {
	margin: 0 1em 0 0;
}
/*-----------------------------*/
/*standard_basic_typography*/
/*-----------------------------*/
body {
	font-size: 14px;
	line-height: 1.5em;
	color: #000;
	background: #fff;
}
h1 {
	font-size: 1.5em;
	line-height: 1.5em;
}
h2 {
	font-size: 1.3333em;
	line-height: 1.5em;
}
h3, h4, h5, h6 {
	font-size: 1.1667em;
	line-height: 1.5em; 
}
/*-----------------------------*/
/*layout*/
/*-----------------------------*/
img.mobile, img.mobilefollow {
	display: none;
	visibility: hidden;
}
#wrapper {
	position: absolute;
	left: 50%;
	margin: 0 0 0 -480px;
	width: 960px;
	height: auto;
	overflow: visible;
}
#head {
	position: absolute;
	top: 0;
	left: 0;
	width: 960px;
}
/*-----------------------------*/
.fronthead {
	height: 255px;
	border-bottom: 5px solid #A8D000;
	background: url(../img/logo_front.png) no-repeat 87px 58px #002B81;
}
.followhead {
	height: 180px;
	border-bottom: 5px solid #A8D000;
	background: url(../img/logo_follow.png) no-repeat 85px 42px #002B81;
}
/*-----------------------------*/
#deco {
	position: absolute;
	left: 0;
	width: 330px;
	height: 500px;
}
.decostart {
	top: 260px;
}
.decofollow {
	top: 185px;
}
/*-----------------------------*/
#content {
	position: absolute;
	left: 330px;
	height: auto;
	overflow: visible;
}
.contentfront {
	top: 280px;
	width: 290px;
	padding: 0 0 30px 0;
}
.contentfollow {
	top: 205px;
	width: 535px;
	padding: 0 0 30px 0;
}
/*-----------------------------*/
#newscol {
	position: absolute;
	top: 280px;
	left: 685px;
	width: 250px;
	height: auto;
	overflow: hidden;
}
/*-----------------------------*/
#nav {
	float: left;
	clear: both;
}
.frontnav {
	position: absolute;
	top: 207px;
	padding: 0 0 0 166px;
}
.follownav {
	position: absolute;
	top: 140px;
	padding: 0 0 0 135px;
}
/*-----------------------------*/
#nav li {
	float: left;
	clear: none;
}
#nav li a {
	display: block;
	padding: 5px 20px 5px 30px;
	height: auto;
	width: auto;
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 0.2em;
	color: #c7e7fa;
	background: url(../img/arrow.png) no-repeat 0 3px;
}
#nav li a:hover {
	color: #A8D000;
	background: url(../img/arrow.png) no-repeat 0 -29px;
}
#nav ul ul li {
	position: relative;
	left: 0;
	top: 0;
	float: left;
	clear: both;
	z-index: 999;
}
/*-----------------------------*/
#nav img {
	float: left;
	clear: none;
	margin-left: -30px;
}
/*-----------------------------*/
/*accordion*/
/*-----------------------------*/
.accordion h3 {
	border-top: 1px solid #A8D000;
	font-size: 100%;
	border-collapse: collapse;
	cursor: pointer;
}
.accordion h3:hover {
	color: #002B81;
	background: #EDF6D5;
}
.accordion h3:hover:before {
	content: '+ ';
	color: #002B81;
}
.accordion h3:before {
	content: '+ ';
	color: #A8D000;
}
.accordion div {
	padding: 0 0 1em 1em;
}
.border {
	border-top: 1px solid #A8D000;
}
.border_bottom {
	border-bottom: 1px solid #A8D000;
}
/*-----------------------------*/
/*navigation*/
/*-----------------------------*/
a.nl_flag, a.en_flag {
	display: block;
	float: left;
	clear: none;
	height: 19px;
	width: 38px;
	margin: 0 10px 20px 0;
	overflow: hidden;
	text-indent: -9999em;
}
a.nl_flag {
	background: url(../img/vlaggen.png) 0 -19px;
}
a.en_flag {
	background: url(../img/vlaggen.png) 0 0;
}
a.nl_flag:hover {
	background: url(../img/vlaggen.png) -38px -19px;
}
a.en_flag:hover {
	background: url(../img/vlaggen.png) -38px 0;
}
#langchoice {
	position: absolute;
	top: 155px;
	left: 800px;
}
/*-----------------------------*/
#home {
	display: block;
	position: absolute;
	margin: 8px 0 0 35px;
}
#home a {
	display: block;
	width: 14px;
	height: 14px;
	overflow: hidden;
	text-indent: -999em;
	background: url(../img/backbutton.png) 0 0;
}
#home a:hover {
	background: url(../img/backbutton.png) 0 -14px;
}
/*-----------------------------*/
#content ul, #content ol {
	padding: 0 0 0 1.5em;
}
#content ul li {
	list-style-position: outside;
	list-style-image: url(../img/dot.png);
}
#content ol li {
	list-style-type: decimal;
	list-style-position: outside;
}
/*-----------------------------*/
#content table {
	margin-bottom: 1em;
}
#content td {
	padding: 0.5em 0.7em;
}
#content tr {
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}
.even {
	background: #f1f1f1;
}
/*-----------------------------*/
a {
	color: #002B81;
}
a:hover {
	color: #007CBE;
}
strong, b {
	font-weight: bold;
}
em, i, .SCHUIN {
	font-style: italic;
}
.LICHT {
	color: #007CBE;
}
.DONKER {
	color: #002B81;
}
.LICHTSCHUIN {
	font-style: italic;
	color: #007CBE;
}
.DONKERKLEIN {
	color: #002B81;
	font-size: 80%;
}
/*-----------------------------*/
p.slogan {
	font-style: italic;
	font-size: 16px;
	letter-spacing: 0.1em;
	line-height: 1.5em;
	color: #A8D000;
	padding: 0 0 1.5em 0;
}
#content h1 {
	color: #007CBE;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}
/*-----------------------------*/
div.icons {
    width: 100%;
    float: left;
    clear: both;
}
/*-----------------------------*/
#newscol ul {
	padding: 0;
}
#newscol li {
	list-style: none;
}
#newscol li a {
	display: block;
	padding: 5px 20px 5px 30px;
	height: auto;
	width: auto;
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 0.2em;
	color: #002B81;
	background: url(../img/arrow.png) no-repeat 0 3px;
}
#newscol li a:hover {
	color: #A8D000;
}
div.marginbottom {
	width: 250px;
	height: auto;
	margin: 0 0 1.5em 0;
	overflow: hidden;
}
/*-----------------------------*/
/*beheer*/
/*-----------------------------*/
div.logon {
	float: left;
	clear: none;
	width: 26px;
	height: 26px;
	padding: 1em;
	margin: 0 20px 0 0;
	background: #002B81;
	border: 3px solid #A8D000;
}
div.logon:hover {
	background: #A8D000;
	border: 3px solid #002B81;
}
div.logon img {
	background: #fff;
	padding: 5px;
	position: absolute center;
}
/*-----------------------------*/
@media only screen and (max-width: 640px) {
/*-----------------------------*/
img.mobile {
	display: block;
	visibility: visible;
	width: 80%;
	padding: 20px;
	height: auto;
}
img.mobilefollow {
	display: block;
	visibility: visible;
	width: 60%;
	padding: 20px;
	height: auto;
}
iframe {
	display: none;
	visibility: hidden;
}
#wrapper {
	position: static;
	float: left;
	clear: both;
	margin: 0;
	width: 100%;
	height: auto;
	font-size: 120%;
}
#head {
	position: static;
	float: left;
	clear: both;
	width: 100%;
	overflow: visible;
}
.fronthead {
	height: auto;
	border-bottom: 10px solid #A8D000;
	background: url(../img/blank.png) no-repeat #002B81;
}
.followhead {
	height: auto;
	border-bottom: 10px solid #A8D000;
	background: url(../img/blank.png) no-repeat #002B81;
}
#langchoice {
	position: static;
	float: right;
	height: auto;
	margin: 0 0 0 0;
}
#nav {
	width: auto;
}
.frontnav, .follownav {
	position: static;
	padding: 10px 20px 20px 20px;
}
#nav li {
	width: 50%;
	overflow: hidden;
	white-space: nowrap;
	padding: 0.4em 0;
}
#nav li a {
	display: block;
	font-size: 100%;
    padding: 0 0 0 20px;
	letter-spacing: 0;
	color: #002B81;
	background: url(../img/arrowsmall.png) no-repeat 0 3px;
}
#nav li a:hover {
	background: url(../img/arrowsmall.png) no-repeat 0 3px;
}
#deco {
	display: none;
	visibility: none;
}
#content {
	position: static;
	float: left;
	clear: both;
	width: auto;
	padding: 0 20px;
}
#newscol {
	position: static;
	float: left;
	clear: both;
	width: auto;
	padding: 0 20px;
}
#newscol img {
	display: none;
	visibility: hidden;
}
p.slogan {
	font-style: italic;
	font-size: 110%;
	letter-spacing: 0.1em;
	line-height: 1.5em;
	color: #007CBE;
	padding: 0 0 0 0;
}
/*-----------------------------*/
}
/*-----------------------------*/
@media print {
/*-----------------------------*/
p, h2, h3 {
	orphans: 3; widows: 3;
}
h2, h3 {
	page-break-after: avoid;
}
/*-----------------------------*/
}