/* 

Blauw: #00539B

Groen: #8AC640

Geel: #DEE231

*/


/* ----- Begin Lay-out ----- */

body {
	margin-top: 20px;
	margin-bottom: 0px;
	background-color: #d0e6b7;
}

#container {
	width:974px;
	margin:0 auto;
	background-color:#FFFFFF;
}

#top {
	width:974px;
	height:211px;
}

#middle {
	width:974px;
	min-height:453px;
}

	#middle_left {
		width:240px;
		min-height:453px;
		float:left;
		background-color:#FFFFFF;
	}
	
		#middle_left_menu {
			width:240px;
			background-color:#EBE827;
		}
		
		#middle_left_menu_bottom {
			width:240px;
			height:12px;
			background-image:url(../images/mcb_menu_bottom.jpg);
		}
	
	#middle_right {
		width:734px;
		min-height:453px;
		float:right;
		background-color:#FFFFFF;
		background-image:url(../images/mcb_content.jpg);
		background-repeat:no-repeat;
	}
		
		#middle_right_top {
			padding-left:420px;
		}
		
		#kop {
			padding:20px 50px 0px 50px;
		}
		
		#artikel {
			padding:0px 50px 20px 50px;
		}

#bottom {
	clear:both;
	width:974px;
	height:49px;
	background-image:url(../images/mcb_footer.jpg);
	text-align:center;
}

	#footer {
		padding-top:20px;
	}


/* ----- End Lay-out ----- */


/* ----- Begin Fonts & Links ----- */

.koptekst {
	font-family:Arial, Helvetica, sans-serif;
	font-size:26px;
	color:#8AC640;
}

.subkoptekst {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#00539B;
	font-weight:bold;
	line-height:21px;
}

.artikeltekst {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#00539B;
	line-height:21px;
}

	.artikeltekst a:link {
		color: #8AC640;
		text-decoration: none;
	}
	.artikeltekst a:visited {
		text-decoration: none;
		color: #8AC640;
	}
	.artikeltekst a:hover {
		text-decoration: underline;
		color: #8AC640;
	}
	.artikeltekst a:active {
		text-decoration: none;
		color: #8AC640;
	}

.errortekstgreen {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#339900;
	font-weight:bold;
	line-height:19px;
}

.errortekstred {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FF0000;
	font-weight:bold;
	line-height:19px;
}


.middle_right_top_tekst {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#8AC640;
}

	.middle_right_top_tekst a:link {
		color: #00539B;
		text-decoration: none;
	}
	.middle_right_top_tekst a:visited {
		text-decoration: none;
		color: #00539B;
	}
	.middle_right_top_tekst a:hover {
		text-decoration: none;
		color: #8AC640;
	}
	.middle_right_top_tekst a:active {
		text-decoration: none;
		color: #00539B;
	}


.footer_tekst {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#FFFFFF;
}

/* ----- End Fonts & Links ----- */
