* {
padding:0;
margin:0
}
/*
Verticaal centreren
*/
	html, body
	{
	 height: 100%;
	 text-align:center;
	 background: #fff;
	 font-family:Verdana, Arial, Helvetica, sans-serif;
	 font-size: 1em;
	 color: #666;
	 line-height: 1.5em;
	 }
	#container1 {
	/*Container die breedte bepaalt over volledige hoogte */
		margin: 0 auto;
		text-align:left;
		display: table;
		height: 100%;
		width: 850px; /* Hier breedte bepalen */
	}
	#container2 { 
	/*Container die inhoud vertikaal centreert*/
		display: table-cell;
		vertical-align: middle; 
	}
	#container3 {
	/* Container voor ie */
	}
	#container {
	overflow:hidden;
	border-top: solid 2px #ccc;
	border-bottom: solid 2px #ccc;
	}
#col_left{
float: left;
background:url(/images/language_foto.jpg) no-repeat top left;
width: 500px;
padding: 250px 0 0 0;

}

#col_right{
margin-left: 500px;
padding: 60px 53px 150px 100px;
	background: #F7FAEE url(/images/logo_lang.png) no-repeat bottom center;
}

#col_right ul {
list-style:none;
border-top:solid 1px #ccc;
}
#col_right ul li{
border-bottom: solid 1px #ccc;
}

#col_right ul a{
	display:block;
	height:45px;
	line-height:45px;
	padding: 0 0 0 40px;
	text-decoration:none;
	color: #666;
	}
#col_right ul a:hover{
	color: #333;
	background-color:#eee;
	}

#BE {
background:url(/images/vlagB.png) no-repeat 5px center ;
}
#NL {
background:url(/images/vlagNL.png) no-repeat 5px center;
}
#FR {
background:url(/images/vlagFR.png) no-repeat 5px center;
}
#DE {
background:url(/images/vlagDE.png) no-repeat 5px center;
}
#UK {
background:url(/images/vlagUK.png) no-repeat 5px center;
}
#IT{
background:url(/images/vlagI.png) no-repeat 5px center;
}
