html {
     overflow: -moz-scrollbars-vertical;
     overflow: scroll;
}
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #000;
	background: url(../images/front/bg.gif) repeat-x #fff top right;
}

#container {
	margin: 0px auto;
	width: 984px;
}
#header {
	width: 984px;
	padding: 0px 0px 35px 0px;
	height:55px;
	background: url(../images/front/bg-header.gif) no-repeat bottom left;
}
#header a.logo {
	margin: 5px 0px 10px 9px;
	padding: 50px 0px 0px 0px;
	height: 0px;
	display: block;
	overflow: hidden;
	width: 260px;
	float: left;
	background: url(../images/front/logonl.gif) no-repeat;
}

#contents {
	float: left;
	width: 948px;
	height: 446px;
	padding: 0px 24px 20px 20px;
	background: url(../images/front/bg-content.gif) repeat-y top left;
}
#contents h1 {
	margin: 0px 0px 0px 0px;
	padding: 17px 0px 10px 13px;
	color: #0082c0;
}

#contents a {
	color: #0082c0;
	text-decoration: none;
}
#contents a:hover {
	color: #fabc13;
	text-decoration: none;
}

#footer {
	width: 984px;
	height: 86px;
	padding: 20px 0px 0px 0px;
	clear: both;
	text-align: center;
	background: url(../images/front/bg-footer.gif) no-repeat top left;
	color: #9a9a9a;
}
#footer a {
	color: #9a9a9a;
	text-decoration: none;
	font-weight: bold;
}
#footer a:hover {
	color: #0082d6;
	text-decoration: underline;
}
#taal {
	width: 100%;
	height: 420px;
}
#taal a {
	display: block;
	width:120px;
	margin: 0px 0px 0px 0px;
	background-image:url(../images/front/pijl-blauw.gif);
	background-repeat:no-repeat;
	padding: 0px 0px 0px 30px;
	color: #0082c0;
	text-decoration: none;
	float:left;
}
#taal a:hover {
	color: #fabc13;
}
#tekst {
	width: 282px;
	float: left;
	padding: 15px 0px 0px 500px;
}
#tekst h1 {
	font-size: 17px;
	font-weight:normal;
	color:#3399cc;
	margin: 0px;
}
#tekst p {
	margin: 0px 0px 10px 0px;
}
.nederlands{
	width:385px;	
	height:145px;
	background-image:url(../images/front/flag_nl.gif);
	background-repeat:no-repeat;
	padding:0px 0px 0px 40px;
	z-index:-1;
}

.nederlands_hover{
	background-color:#f1f9fc;
	width:385px;	
	height:145px;
	background-image:url(../images/front/flag_nl_hover.png);
	background-repeat:no-repeat;
	padding:0px 0px 0px 40px;
	z-index:-2;
}

.frans{
	width:385px;	
	height:145px;
	background-image:url(../images/front/flag_fr.gif);
	background-repeat:no-repeat;
	padding:0px 0px 0px 40px;
	z-index:-1;
}


.frans_hover{
	background-color:#f1f9fc;
	width:385px;	
	height:145px;
	background-image:url(../images/front/flag_fr_hover.png);
	background-repeat:no-repeat;
	padding:0px 0px 0px 40px;
	z-index:-2;
}

.duits{
	width:385px;	
	height:145px;
	background-image:url(../images/front/flag_de.gif);
	background-repeat:no-repeat;
	padding:0px 0px 0px 40px;
	z-index:-1;
}

.duits_hover{
	background-color:#f1f9fc;
	width:385px;	
	height:145px;
	background-image:url(../images/front/flag_de_hover.png);
	background-repeat:no-repeat;
	padding:0px 0px 0px 40px;
	z-index:-2;
}

.nederlands p, .nederlands_hover p, .frans p, .frans_hover p, .duits p, .duits_hover p{
	color:#666666;
	line-height:22px;
	font-size:13px;
	padding-left:14px;
}

.cvMini {
	font-family: Arial, Verdana, sans-serif;
	font-size: 10px;
}

