@charset "utf-8";
/* OVERALL  */

html, body {
	margin:0;
	padding:0;
	text-align:center;
	width:100%;
	height:100%;
	background: #e0d3a4 url(../_images/homepageBG.jpg) repeat-x;
	min-height:100%;
}
#landingspage {
	width:100%;
	height:768px;
	margin:0px auto;
	padding:0px;
}

/* STYLES FOR HOMEPAGE 	*/
.center {	
	margin:0px auto;
	width:1024px;
	text-align:center;
}
#noflash, #taalkeuze {
	width:1024px;
	height:768px;
	background: url(../_images/taalkeuze.png) left top no-repeat;
	font-family:arial, verdana;
	font-size:11px;

	float:left;
}
#message,  #choice {
	float:left;
	width:200px;
	padding:0;
	text-align:center;
	margin-top:115px;
	margin-left: 390px;

	font-size:12px;	
	color:#333333;
}
#message  a {
	color:#d80f81;
}




#taalkeuze #choice a {
	color:#d80f81;
	font-weight:bold;
	font-size:14px;
	text-decoration:none;
}
#taalkeuze #choice a:hover {
	color:#9cd4eb;



