/* =======================================================================================
   LANGUAGE_CHOICE.CSS contains only the styles used in the language choice page.
   ======================================================================================= */

#container {
	padding: 164px 0px 0px 0px;
	width: 100%;
}

#logo{
	width: 784px;
}

#arrows{
	background-image: url(../img/language_choice/pijlen.gif);
	background-repeat: no-repeat;
	width: 108px;
	height: 92px;
}

#kaders{
	width: 784px;
}

#NL{
	background-image: url(../img/language_choice/bg-nederlands.jpg); 
	background-repeat: no-repeat; 
	background-position: top right;
	vertical-align: top;
	width: 340px;
	height: 243px;
}
 
#FR{
	background-image: url(../img/language_choice/bg-francais.jpg); 
	background-repeat: no-repeat; 
	background-position: top left;
	width: 340px;
	vertical-align: top;
	height: 243px;
}
