body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height:150%;
}
body {
	background-color: #00B4DA;
}
body, html {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
}
.main {
	width: 100%;
	height: 100%;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFCC00;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
.introleft{
	background-image:url(/images/intro_01.jpg);
	background-repeat:no-repeat;
	background-position:right;
}
.introright{
	background-image:url(/images/intro_03.jpg);
	background-repeat:no-repeat;
	background-position:left;
}
.bgblauw{
	background-color:#00B4DA;
}
.bgwit{
	background-color:#FFFFFF;
}
.bgzwart{
	background-color:#000000;
}
.menu td a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color: #FFFFFF;
}
.menu td a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color: #FFCC00;
}
.menu td a.active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color: #FFCC00;
}
.submenu td a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	line-height:220%;
}
.submenu td a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFCC00;
}
.submenu td a.active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFCC00;
}
.titel{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color: #000000;
}
.bodytekst{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}