@charset "utf-8";
/* CSS Document */

*{
	margin: 0px;
	padding: 0px;
	border: none;
}

html, body {
	height: 100%;
}

.footer_total {
	/*position: absolute;
	bottom: 0;
	*/
}



body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: url('../img/bg.jpg') repeat-x center top;
}

body.vervolg{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: url('../img/bg_kort.jpg') repeat-x center top;
}

.main{
	width: 960px;
	margin: 0px auto;
}

.top{
	height: 114px;
	overflow-y: hidden;
}

.top ul{
	list-style: none;
	float: left;
	margin-top: 60px;
}

	.top ul li{
		float: left;
	}
	
		.top ul li a{
			display: block;
			width: 89px;
			height: 34px;
			padding-top: 20px;
			text-align: center;
			background-color: #012b5d;
			color: #ffffff;
			text-decoration: none;
			vertical-align: middle;
			border-right: 1px solid #ffffff;
			font-size: 11px;
			font-weight: bold;
			background-image: url('../img/menu.gif');
			background-repeat: repeat-x;
		}
		
		.top ul .twolines a{
			height: 42px;
			padding-top: 12px;
		}
		
		.top ul li a:hover{
			background-color: #7cc142;
			background-image: url('../img/menu_sel.gif');
			background-repeat: repeat-x;
		}
		
		.top ul li .sel{
			background-color: #7cc142;
			background-image: url('../img/menu_sel.gif');
			background-repeat: repeat-x;
		}
		
		.top ul li .sel:hover{
			background-color: #7cc142;
			background-image: url('../img/menu_sel.gif');
			background-repeat: repeat-x;
		}

.top img{
	float: right;
	margin-top: 42px;
}



.highlight{
	height: 235px;
	overflow: hidden;
	padding-top: 20px;
}


.contentcolumn{
	float:left;
	width: 290px;
	margin-right: 45px;
	margin-top: 15px;
	color: #012a5e;
	line-height: 18px;
}

.contentcolumnright{
	margin-right: 0px;
	
}


.scheiding{
	background: url('../img/scheiding.gif') repeat-x;
	height: 5px;
	margin-top: 20px;
	margin-bottom: 20px;
}


.scheidingfoot{
	background: url('../img/scheiding.gif') center no-repeat;
	height: 5px;
	margin-top: 20px;
	margin-bottom: 1px;
}


.footboven{
	background-color: #012b5d;
	padding-bottom: 20px;
}

.footboven .contentcolumn{
	width: 270px;
	margin-left: 20px;
}

.footboven a{
	display: block;
	color: #ffffff;
	text-decoration: none;
	font-size: 11px;
}

.footboven a:hover{
	text-decoration: underline;
}

.footonder{
	background: url('../img/foot2.jpg') center no-repeat;
	height: 90px;
}


.footleft{
	background-color: #012b5d;
}

.footmiddle{
	background-color: #012b5d;
}

.footright{
	background-color: #012b5d;
}







.vervolg_titel{
	margin-top: 18px;
}

.vervolg_content{
	margin-top: 20px;
	color: #012a5e;
	line-height: 18px;
	font-size: 12px;
}

.vervolg_links{
	float: left;
	width: 625px;
}

.vervolg_rechts{
	float: right;
	width: 290px;
}


.linklijst{
	
}

	.linklijst a{
		color: #012a5e;
		display: block;
		padding: 4px 0px;
		text-decoration: none;
		background: url('../img/link_lijst_itembg.gif') no-repeat 270px;
	}
	
	.linklijst a:hover{
		text-indent: 5px;
		/*text-decoration: underline;*/
		color: #ffffff;
		background: #012a5e url('../img/link_lijst_itembg_wit.gif') no-repeat 270px;
	}



.afbeelding_overzicht{
	margin-right: -20px;
	width: 300px;
}

	.afbeelding_overzicht a{
		display: block;
		float: left;
		margin-right: 10px;
		margin-bottom: 10px;
	}
	
	.afbeelding_overzicht a img{
		display: block;
	}






h1{
	display: block;
	font-weight: bold;
	padding-bottom: 16px;
	color: #012a5e;
	font-size: 22px;
}


h2{
	display: block;
	font-weight: bold;
	padding-bottom: 12px;
	color: #012a5e;
	font-size: 18px;
}

h3{
	display: block;
	font-weight: bold;
	color: #012a5e;
	font-size: 12px;
}

h4{
	display: block;
	font-weight: bold;
	color: #ffffff;
	font-size: 12px;
	margin-bottom: 6px;
}

a.leesmeer{
	display: block;
	text-align: right;
	font-weight: bold;
	text-decoration: none;
	color: #012b5b;
}

a.leesmeer:hover{
	text-decoration: underline;
}


.infootright{
	color: #fff;
	font-size: 11px;
}



/*
*	CLEARFIX dingen
*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}

.clearfix {
	height: 1%;
}

.clearfix {
	min-width: 1px;
}
