@charset "utf-8";
/* CSS Document */

@import "reset.css";


html, body {
	width:100%;
	height:100%;
}

body {
	background-color:#DEEFF6;	
	background-image:url(../images/lucht.jpg);
	background-position:center top;
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
}

#body {
	position:relative;
	width:100%;
	height:100%;
	min-width:850px;
	min-height:580px;	
	z-index:0;
}

#drager {
	width:850px;
	height:340px; 	
	position:absolute;
	left:50%;
	z-index:1;
	margin-left:-450px;
	top:81px;
}

#border {
	width:100%;
	height:109px;
	left:0px;
	bottom:10%; 
	margin-top:125px;
	min-width:950px;
	position:absolute;
	background-image:url(../images/introborder.jpg);
	background-repeat:repeat-x;
	text-align:center;
}

#border img {
	border:0px; margin-right:65px;
	margin-top:9px;
}

#logo {
	width:474px;
	height:156px; 	
	position:absolute;
	top:0px;
	left:189px;
}

#keuzes {
	width:850px;
	height:150px; 
	position:absolute; bottom:30%;left:50%;
	margin-left:-450px;
	z-index:2;
	
}

#keuzes div.taalkeuze {
	width:270px;
	float:left;
	margin-right:19px;
	height:150px;
}

div.taalkeuze a {
	display:block;
	width:269px;
	height:24px;
	color:#000000;
	text-decoration:none;
	font-size:21px;
	text-align:center;
	font-style:italic;
}

div.onthoud {
	width:264px;
	text-align:center;
	font-size:12px;
}

div.subkeuze {
	width:155px;
	margin-left:50px;
	height:85px;
	padding-left:10px;
	padding-top:5px;
	border:1px solid #72CACC;
	overflow:hidden;
	margin-top:10px;
	background-color:#A5DCDF;
}

div.subkeuze a {
	display:block;
	width:100px;
	height:20px;
	color:#000000;
	text-decoration:none;
	font-size:15px;
	text-align:left;
	padding-left:50px;
	font-weight:bold;
	background-position:left top;
	background-repeat:no-repeat;
	padding-top:5px;
	font-style:normal;
	margin-bottom:3px;
}

div.subkeuze a:hover {
	color:#444;
}
a.be {
	background-image:url(../images/intro_beflag.jpg);
}

a.fr {
	background-image:url(../images/intro_frflag.jpg);
}


a.nl {
	background-image:url(../images/intro_nlflag.jpg);
}

a.sw {
	background-image:url(../images/intro_swflag.jpg);	
}

#keuzes div.last {
	margin-right:0px;
}

#ned,#frselect {
	display:none;
}

#ned {
	height:60px;
}

