/* #######################  GENERAL SETTINGS ############################ */
html.body{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	margin: 0px;
	padding: 0px;
	background-color: #1a2c31;
}

body {
		background-color: #1a2c31;
	}


/* Clears Divs */
.clr{clear: both;}

/* #######################  END GENERAL SETTINGS ############################ */
#taal{
	width: 250px; height: 250px; 
	position: relative;
	top:25%;
	left:70%; 
	}
#voorpag_container{
	margin: 0; padding:0;
	background: transparent url(../images/voorpagina_bg.jpg) repeat-x scroll 0 0;
	width: 100%; height:100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 0;
}
#voorpag_afb{
	margin: -300px 0 0 -400px ; padding: 0;
	background: transparent url(../images/voorpagina.jpg) no-repeat scroll 0 0;
	width: 800px; height: 600px;
	position: absolute;
	top:50%;
	left:50%;
}

ul.taalkeuze{
	list-style: none;
	margin: 0;
	padding:0; 
}
.imgLg{
	margin:-3px 15px;
}	