html,body{
	margin : 0;
	padding : 0;
	background-color : #FFFFFF;
}


/* //////////////////// LAYOUT \\\\\\\\\\\\\\\\\\\\ */


.container {
	position : absolute;
	top : 50%;
	left : 50%;
	margin : -200px 0 0 -400px;
	width : 800px;
	height : 400px;
}

.holder {	
	float : left;
	position : relative;
	width : 800px;
	height : 400px;
}

.link a, .link a:link, .link a:active, .link a:visited, .link a:hover{	
	float : left;
	line-height : normal;
	font-size : 11px;
	font-family : Tahoma;
	text-align : center;
	color : #000000;
	font-weight : bold;
	text-decoration : none;
	width : 313px;
}

.link a:hover{	
	color : #1C8067;
	font-weight : bold;
	text-decoration : none;
}

.vervolg_container {
	margin : 0 auto;
	width : 980px;
}

.vervolg_holder {	
	float : left;
	margin : 20px 0 0 0;
	width : 980px;
}

.content {	
	float : left;
	width : 980px;
}

.logo {	
	float : left;
	line-height : 0;
	font-size : 0;
	width : 980px;
}

.text {	
	float : left;
	padding : 25px 0;
	width : 980px;
}
.footer {	
	float : left;
	border-top : 1px solid #298770;
	text-align : center;
	font-size : 0;
	line-height : 0;
	padding : 10px 0;
	width : 980px;
}
