body,html{
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-family: arial;
	font-size: 14px;
}

a{
	color: #26aa08;
	text-decoration: none;
	font-weight: normal;
}
#mTop{
	width: 100%;
	height: 460px;
	background: url('../images/top.png') #eef1f4 center bottom;
}

#mHeader, #mMiddle, #mBlokken, #mFooter{
	width: 946px;
	margin: 0px auto;
}

#mLogo{
	margin-top: 20px;
}

#mMenu{
	margin-top: 60px;
}
#mMenu ul{
	float: right;
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#mMenu ul li{
	float: left;
}
#mMenu ul li a{
	color: #1e3c70;
	font-size: 18px;
	text-decoration: none;
	float: left;
	padding: 0px 4px;
}
#mMenu ul li .arrow{
	color: #00cc00;
	float: left;
	font-size: 18px;
}
.facebook{
	margin-top: 50px;
	margin-left: 17px;
}

#mImage{
	display: inline-block;
	position: absolute;
	margin-top: 22px;
	z-index: 2;
}

#mBalk{
	display: inline-block;
	margin-top: 292px;
	width: 100%;
	background: #23a108;
	height: 44px;
}
#mMiddle{
	margin-top: 10px;
}
.content{
	width: 621px;
	padding-right: 25px;
}
.content h1{
	color: #5eb445;
	font-size: 24px;
}
.knoppen{
	margin-top: 20px;
	width: 300px;
}
.knoppen button{
	width: 297px;
	height: 37px;
	background: url('../images/knop_groen.png') no-repeat;
	border: 0px;
	box-shadow: 0px 2px 4px rgba(0,0,0,0.5);
	margin-bottom: 4px;
	font-size: 14px;
	font-weight: bold;
	color: #1e3c70;
}
.fLeft{
	float: left;
}
.fRight{
	float: right;
}
.clear{
	clear: both;
}
#mBlokken{
	margin-top: 25px;
	display: table;
}
.blok{
	display: table-cell;
	width: 300px;
}
.blok h2{
	padding: 0px;
	margin: 0px;
	display: block;
	width: 270px;
	height: 27px;
	line-height: 27px;
	font-size: 20px;
	color: #26aa08;
	background: url('../images/kop.png') no-repeat;
	padding: 0px 15px;
}
.blok:first-child, .blok:last-child{
	margin: 0px;
}
.blok .cont{
	margin-top: 5px;
	padding: 10px;
	background: #eef1f4;
	font-size: 14px;
	font-weight: bold;
	color: #182152;
	height: 150px;
	box-shadow: 0px 5px 9px rgba(0,0,0,0.2);
}
.split{
	display: table-cell;
	width: 23px;
}

#mFooter{
	margin-top: 40px;
	background: url('../images/footer.png') no-repeat center top;
	color: #26aa08;
	font-size: 10px;
	height: 40px;
	line-height: 40px;
	text-align: center;
}
#mFooter b{
	color: #000000;
}