body {
	overflow-x: hidden;
	overflow-y: auto;
}


p {
	color: #666;
	font-size: 12px;
	font-family: Corbel, Helvetica;
}
.plat {
	color: #666;
	font-size: 12px;
	font-family: Corbel, Helvetica;
}
.plat p {
	color: #666;
	font-size: 12px;
	font-family: Corbel, Helvetica;
}
.plat li {
	color: #666;
	font-size: 12px;
	font-family: Corbel, Helvetica;
}
.plat a {
	color: #666;
	font-size: 12px;
	font-family: Corbel, Helvetica;
	text-decoration: none;
	font-weight: bold;
}
.plat a:hover {
	color: #666;
	font-size: 12px;
	font-family: Corbel, Helvetica;
	text-decoration: underline;
	font-weight: bold;
}
.submenu {
	color: #8aa445;
	font-size: 12px;
	font-family: Corbel, Helvetica;
	font-weight: 700;
}
a.submenu:link {
	color: #8aa445;
	font-size: 12px;
	font-family: Corbel, Helvetica;
	font-weight: 700;
	text-decoration: none;
}
a.submenu:visited {
	color: #8aa445;
	font-size: 12px;
	font-family: Corbel, Helvetica;
	font-weight: 700;
	text-decoration: none;
}
a.submenu:hover {
	color: #000;
	font-size: 12px;
	font-family: Corbel, Helvetica;
	font-weight: 700;
	text-decoration: none;
}
.onderschrift {
	color: #008ac9;
	font-size: 10px;
	font-family: Corbel, Helvetica;
}
.vorige {
	color: #ccc;
	font-size: 12px;
	font-family: Corbel, Helvetica;
}
a.vorige:link {
	color: #ccc;
	font-size: 12px;
	font-family: Corbel, Helvetica;
	text-decoration: none;
	text-align: right;
}
a.vorige:hover {
	color: #89a345;
	font-size: 12px;
	font-family: Corbel, Helvetica;
	text-decoration: none;
	text-align: right;
}
a.vorige:active {
	color: #89a345;
	font-size: 12px;
	font-family: Corbel, Helvetica;
	text-decoration: none;
	text-align: right;
}
a.vorige:visited {
	color: #89a345;
	font-size: 12px;
	font-family: Corbel, Helvetica;
	text-decoration: none;
	text-align: right;
}
.volgende {
	color: #ccc;
	font-size: 12px;
	font-family: Corbel, Helvetica;
	text-align: right;
}
a.volgende:link {
	color: #ccc;
	font-size: 12px;
	font-family: Corbel, Helvetica;
	text-decoration: none;
	text-align: right;
}
a.volgende:hover {
	color: #89a345;
	font-size: 12px;
	font-family: Corbel, Helvetica;
	text-decoration: none;
	text-align: right;
}
a.volgende:active {
	color: #89a345;
	font-size: 12px;
	font-family: Corbel, Helvetica;
	text-decoration: none;
	text-align: right;
}
a.volgende:visited {
	color: #89a345;
	font-size: 12px;
	font-family: Corbel, Helvetica;
	text-decoration: none;
	text-align: right;
}
.kop_groen {
	color: #abcb55;
	font-size: 19px;
	font-family: Corbel, Helvetica;
	font-weight: 700;
}
.bold {
	color: #666;
	font-size: 12px;
	font-family: Corbel, Helvetica;
	font-weight: 700;
}
a.plat_klein:link {
	color: #666;
	font-size: 10px;
	font-family: Corbel, Helvetica;
	text-decoration: none;
}
a.plat_klein:hover {
	color: #666;
	font-size: 10px;
	font-family: Corbel, Helvetica;
	text-decoration: underline;
}
a.plat_klein:active {
	color: #666;
	font-size: 10px;
	font-family: Corbel, Helvetica;
	text-decoration: underline;
}
a.plat_klein:visited {
	color: #666;
	font-size: 10px;
	font-family: Corbel, Helvetica;
	text-decoration: none;
}
.bold {
	color: #666;
	font-size: 13px;
	font-family: Corbel, Helvetica;
	font-weight: 700;
}
.achter {
	background-image: url(/images/body_achtergrond.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.achter_sub_leeg {
	background-image: url(/images/submenu_achter_leeg.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.achter_sub_test {
	background-color: #efeef3;
}
.groene_baan {
	background-image: url(/images/groene_baan.png); background-repeat: repeat-y;
}
.zoekveld {
	width: 148px;
	height: 19px;
	margin: 0;
	padding: 0;
}

div.navigation
{
	width: 550px;
	height: 40px;
	position: absolute;
	z-index: 999;
	top: 132px;
	left: 50%;
	margin: 0 0 0 -425px;
	/*background: #fff000;*/
}
div.navigation ul {
	margin: 0;
	padding: 0;
	height: 40px;
}
div.navigation ul li {
	margin: 0 0 0 25px;
	padding: 0;
	float: left;
	list-style: none;
	color: #000;
	font-family: Corbel;
	font-weight: bold;
}
div.navigation ul li h3 {
	margin: 0;
	padding: 0;
	font-size: 16px;
	color: #000;
}
div.navigation ul li h3 a {
	height: 16px;
	cursor: pointer;
	text-decoration: none;
}
div.navigation ul li h3 a .black
{
	display: block;
	visibility: visible;
	color: #000;
	text-decoration: none;
} 
div.navigation ul li h3 a .white
{
	display: none;
	visibility: hidden;
	color: #fff;
	text-decoration: none;
} 
div.navigation ul li h3 a:hover .white
{
	display: block;
	visibility: visible;
	color: #fff;
	text-decoration: none;
} 
div.navigation ul li h3 a:hover .black
{
	display: none;
	visibility: hidden;
	color: #000;
	text-decoration: none;
} 
h1 {
	color: #abcb55;
	font-size: 22px;
	font-family: Corbel, Helvetica;
	font-weight: 700;
}

h2 {
	color: #abcb55;
	font-size: 14px;
	font-family: Corbel, Helvetica;
	font-weight: 700;
}

.logo 
{
	margin-left:50px;
	margin-top:10px;
	position:absolute;
}

/* style voor firefox en safari */
.pdf
{
	background-image:url(../images/icon_pdf.gif);
	background-repeat:no-repeat;
	background-position: left center;
	height: 35px;
	width:240px;
	padding-left:50px;
	padding-top:15px;
	display:block;
	border-top:1px solid #dddddd;
	border-bottom:1px solid #dddddd;
}



