body {
	margin: 0;
	font-family: 'Roboto Slab', Helvetica, sans-serif;
	font-size: 100%;
	background-color: #ffffff;
}
.centreren {
	text-align: center;
}
.dikgedrukt {
	font-weight: bold;
}
h1 {
	font-size: 30px;
}
#wrapper {
	width: 100%;
}
#header {
	margin: 0px;
	width: 978px;
	margin-right: auto;
	margin-left: auto;
	background: #06A6CE;
	height: 111px;
}
#headerbuiten {
	margin: 0px;
	width: 100%;
	background: #35c0e3; /* Dat blauwe was 5b00c0 */
	height: 111px;
}
#logo {
	text-align: center;
	padding-top: 35px;
	padding-bottom: 35px;
	padding-left: 50px;
	float: left;
/*	padding-top: 25px;*/
/*	padding-bottom: 12px;*/
/*	padding-left: 20px; */
}
#sitetitle {
	color: #fff;
	font-size: 70px;
	line-height: 111px;	
}
#navigatie {
	background: url(../img/nav_banner_s.jpg) no-repeat;
	width: 678px;
	height: 111px;
	font-family: 'Roboto Slab', Helvetica, sans-serif;
	font-size: 30px;
	color: #FFF;
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding-left: 0;
/*	-webkit-border-radius: 20px; */
/*    -moz-border-radius: 20px; */
/*    border-radius: 20px; */
    float: right;
}
#navigatie li a {
	float: left;
	width: 226px;
	height: 111px;
	list-style-type: none;
	display: block;
	font-family: 'Roboto Slab', Helvetica, sans-serif;
	color: #FFF;
	text-decoration: none;
	line-height: 111px;
	text-align: center;
}
#navigatie li a:hover {
	font-weight: bold;
}
#banner {
	background: url(../img/banner.jpg) no-repeat;
	width: 978px;
	height: 180px;
}
h1.pagetitle{
	color: #000;
	font-size: 60px;
}
#content {
	background: #f0f0f0;
	width: 978px;
	font-size: 18px;
	margin-bottom: 0;
	clear: both;
	margin-left: auto;
	margin-right: auto;
}
#home_kolom {
	width: 938px;
    padding: 20px;
}
#footer, #footer a {
	text-align: center;
	width: 978px;
	height: 25px;
	line-height: 25px;
	font-size: 12px;
/*	padding-bottom: 20px; */
	color: #fff;
	background: #35c0e3;
}
#itaboyfooter {
	text-align: center;
	width: 978px;
	background: #bc0000;
	padding-top: 2.5px;
	padding-bottom: 2.5px;
}
.afbeeldinglinks {
	float: left;
	margin: 6px;
}
#contactopnemen {
	width: 400px;
	border-collapse: collapse;
	border-color: #ffffff;
}
#contactopnemen td {
	width: 200px;
	border-color: #ffffff;
}
#verticalenavigatie {
	color: #ffffff;
	list-style-type: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #00F;
	width: 300px;
}
#verticalenavigatie li {
	width: 300px;
	height: 40px;
	line-height: 40px;
	list-style-type: none;
}
#verticalenavigatie li:hover {
	background-color: #0F0;
	color: #000000;
}
a:link, a:active, a:visited {
	color: #5D06C7;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
img.noborder {
	border: none;
}
img.linksuitlijnen {
	float: left;
	margin: 6px;
}
img.rechtsuitlijnen {
	float: right;
	margin: 6px;
}