	* {
		margin: 0;
		padding: 0;
		border: 0;
		border-collapse: collapse;
		text-decoration: none;
	}
	
	body {
		background-color: #3599CB;
		background-image: url('../images/layout/bg.jpg');
		background-position: top left;
		background-repeat: repeat-x;
		
		font-family: Arial;
		font-size: 11px;
		color: #464646;
		line-height: 20px;
	}
	
	/********************************************/
	
	span.highlighted {
		text-decoration: underline;
	}
	
	.failed 
	{
		color: red;
	}
	
	.date {
		font-size: 11px;
		color: #338733;
	}
	
	/********************************************/
	
	.text {
		color: #464646;
		border: 1px solid #51B1E0;
		width: 345px;
		height: 18px;
		font-family: Arial;
		font-size: 11px;
		padding-top: 4px;
	}
	
	input.button {
		color: #FFFFFF;
		border: 0;
		font-family: Arial;
		font-size: 11px;
		font-weight: bold;
		text-align: center;
		width: 91px;
		height: 27px;
		background-color: #51B1E0;
		background-image: url('../images/buttons/default.jpg');
		background-position: center center;
		background-repeat: no-repeat;
	}
	
	input.check {
		vertical-align: middle;
	}
	
	select {
		font-size: 11px;
		border: 1px solid #51B1E0;
	}
	
	.smallText {
		color: #464646;
		border: 1px solid #51B1E0;
		width: 50px;
		height: 15px;
		font-family: Arial;
		font-size: 10px;
		padding-top: 1px;
	}
	
	input.smallButton {
		color: #FFFFFF;
		border: 0;
		font-family: Arial;
		font-size: 10px;
		font-weight: bold;
		text-align: center;
		width: 50px;
		height: 18px;
		background-color: #51B1E0;
	}
	
	table.formTable td {
		vertical-align: top;
		text-align: right;
		padding-bottom: 12px;
	}

	table.formTable tr > td:first-child {
		text-align: left;
	}
	
	/********************************************/
	
	a {
		color: #338733;
		font-size: 11px;
		text-decoration: underline;
	}
	
	a.newsLink {
		color:#28A7CC;
		font-weight: bold;
		text-decoration: none;
	}
	
	a.newsLink:hover {
		text-decoration: underline;
	}
	
	/********************************************/
	
	h1 {
		font-size: 18px;
		font-weight: normal;
		color: #0F82B4;
	}
	
	.Kop1 {
		font-size: 18px;
		font-weight: normal;
		color: #0F82B4;
	}
	
	h2 {
		font-size: 13px;
		font-weight: bold;
		color: #0F82B4;
	}
	
	.Kop2 {
		font-size: 13px;
		font-weight: bold;
		color: #0F82B4;
	}
	
	.Normaal {}

	/********************************************/
	
	div.greenBar {
		border-top: 1px solid #C4E97F;
		width: 210px;
		height: 11px;
		line-height: 11px;
		margin-top: 11px;
	}

	/********************************************/
	
	div#containerDiv {
		width: 945px;
		margin-left: auto;
		margin-right: auto;
	}
	
	div.contentDiv ul, div.contantDiv ol {
		margin-left: 15px;
	}
	
	/********************************************/

	div.menuActive, div.menuNormal {
		float: left;
		background-position: center center;
		background-repeat: no-repeat;
		text-align: center;
		width: 113px;
		height: 34px;
		margin-left:13px;
	}
	
	div.menuActive {
		background-image: url('../images/layout/menu_act.jpg');
	}
	
	div.menuNormal {
		background-image: url('../images/layout/menu_norm.jpg');
	}
	
	a.menuLink {
		display: block;
		width: 113px;
		height: 34px;
		font-size: 14px;
		color: #FFFFFF;
		line-height: 30px;
		margin-top: 2px;
		text-decoration: none;
	}

	/********************************************/
	
	.popupMenu {
		position: absolute;
		z-index: 100;
		width: 131px;
		display: inline;
		float: left;
	}
	
	.popupMenu ul {
		list-style-type: none;
		width: 131px;
		border: 1px solid #C4EA7F;
		border-bottom: 0;
	}
	
	.popupMenu ul li {
		width: 131px;
		height: 23px;
		text-align: center;
		line-height: 23px;
		border-bottom: 1px solid #C4EA7F;
	}
	
	.popupMenu ul li div a {
		text-decoration: none;
	}
	
	.popupMenu ul li div {
		width: 131px;
		height: 23px;
		text-align: center;
		line-height: 23px;
		display: block;
	}
	
	div.normal {
		background-color: #FFFFFF;
	}
	
	div.normal a {
		color: #338733;
	}
	
	div a:hover {
		text-decoration: none;
	}

	div.hover {
		background-color: #59BF00;
	}
	
	div.hover a {
		color: #FFFFFF;
	}
	
	/********************************************/
	
	ul.sideMenu {
		width: 195px;
		list-style-type: none;
	}
	
	ul.sideMenu li {
		width: 195px;
		height: 24px;
		background-image: url('../images/layout/menuline.gif');
		background-position: bottom center;
		background-repeat: no-repeat;
	}
	
	ul.sideMenu li a {
		font-size: 12px;
		display: block;
		text-decoration: none;
		color: #338733;
		line-height: 24px;
	}
	
	ul.sideMenu li.hover {
		background-color: #A7E03F;
	}
	
	ul.sideMenu li.hover a {
		color: #FFFFFF;
		background-image: url('../images/arrows/white_right.gif') !important;
		background-position: 9px 50%;
		background-repeat: no-repeat;
	}
	
	ul.sideMenu li.active {
		background-color: #E2F5C0;
	}
	
	ul.sideMenu li a.active {
		background-image: url('../images/arrows/green_right.gif');
		background-position: 9px 50%;
		background-repeat: no-repeat;
	}
	
	ul.sideMenu li.activeParent {
		
	}
	
	ul.sideMenu li a.activeParent {
		background-image: url('../images/arrows/green_down.gif');
		background-position: 9px 50%;
		background-repeat: no-repeat;
	}
	
	/********************************************/
	
	table.listTable {
		width: 643px;
		margin-left: auto;
		margin-right: auto;
		table-layout: fixed;
	}
	
	table.listTable th {
		background-color: #28A7CC;
		color: #FFFFFF;
		text-align: center;
		border-right: 2px solid #FFFFFF;
	}
	
	table.listTable td {
		text-align: center;
		height: 27px;
		border-right: 2px solid #FFFFFF;
	}
	
	table.listTable tr.row0 td {
		background-color: #E2F5C0;
	}
	
	/********************************************/
	
	.mapProvince {
		width: 87px;
		height: 40px;
		display: block;
	}
	
	.mapProvince div {
		width: 87px;
		height: 40px;
		font-family: Arial;
		font-size: 10px;
		color: #FFFFFF;
		text-align: center;
		cursor: pointer;
		display: block;
	}
	
	/********************************************/
	
	div#sendFormDiv {
		display: none;
		width: 500px;
		height: 300px;
		position: absolute;
		z-index: 101;
		left: 10px;
		top: 10px;
		right: 10px;
		
		border: 2px solid #C4122F;
		background-color: #FFFFFF;
	}
	
	div#bgDiv{
		display: none;
		width: 100%;
		height: 100%;
		position: absolute;
		z-index: 100;
		top: 0px;
		left: 0px;
		background-color: #FFFFFF;
		filter:alpha(opacity=50);
		opacity: 0.5;
		-moz-opacity:0.5;
	}
	
	/********************************************/
	
	table.forumOverview th {
		background-color: #28A6CC;
		height: 29px;
		font-size: 11px;
		color: #FFFFFF;
		text-align: left;
		border-right: 1px solid #FFFFFF;
	}
	
	table.forumOverview td {
		height: 38px;
		border-bottom: 1px solid #C4EA7F;
		font-size: 11px;
	}
	
	table.forumOverview a {
		text-decoration: none;
	}
	
	table.forumThread {
		width: 660px;
	}
	
	table.forumThread th {
		background-color: #28A6CC;
		height: 20px;
		font-size: 10px;
		color: #FFFFFF;
		text-align: left;
	}
	
	table.forumThread td {
		border-bottom: 1px solid #C4EA7F;
		font-size: 12px;
	}
	
	/********************************************/
	
	div.faseDiv {
		width: 236px;
		height: 24px;
		border-bottom: 1px solid #CECECE;
		padding-left: 19px;
		background-position: 0px 50%;
		background-repeat: no-repeat;
		font-size: 11px;
		font-weight: bold;
		line-height: 23px;
	}
	
	div.faseOn {
		color: #0F82B4;
		background-image: url('../images/icons/fase_on.gif');
	}
	
	div.faseOff {
		color: #999999;
		background-image: url('../images/icons/fase_off.gif');
	}
	
	/********************************************/
	
	div.footer {
		color: #FFFFFF;
	}
	
	div.footer a {
		color: #FFFFFF;
		text-decoration: none;
		margin: 0px 8px 0px 8px;
		float: left;
	}
	
	div.footer a:hover {
		text-decoration: underline;
	}
	
	div.footer span {
		float: left;
	}