/* CSS */

body {
	background-color:#e5e6e6;
	margin:0px 0px 0px 0px;
	color:#666666;
}

body, input, textarea {
 	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size:12px;
}

/* elementaire layout */
h1,h2,h3 { font-weight:bold; margin:0px; padding:0px;}
h1, h2 { font-size:14px;}
h2 { line-height:15px;}
h3 { font-size:16px;}
h4 { font-size:14px;}
p { margin: 0px; padding: 0px 0px 15px 0px; }
a img{ border: 0px;}
table { border-collapse: collapse;}
td { vertical-align:top;}
.textin {width:305px; border: 1px solid #999999;}

/* pagina indeling */
.header{
	background-color:#FFFFFF;
}
.hcontainer{
	width:1024px;
	height: 325px;
	position: relative;
}
.hcontainer .langnav { position: absolute; top:20px; left:764px;}
.hcontainer .langnav img { margin-right:4px;}
.hcontainer .vpcard { position: absolute; bottom:20px; left:567px;}
.hcontainer .ra_vpcard { position: relative;}
.hcontainer .wwwdotvpp { position: absolute; top:94px; left: 210px;}
.hcontainer .infoatvpp { position: absolute; top:110px; left: 211px;}

.hl{
	width:570px;
	float:left;
	display:inline;
}
.hl .menu {
	margin-left: 40px;
	position: absolute;
	bottom: 35px;
}
.hl .menu img {
	float: left;
	display: inline;
}

main{
	background-color:#ffffff;
}
.ml{
	width:570px;
	height:300px;
	float: left;
	display: inline;
	background-color:#ffffff;
	overflow:auto;
}
.ml .content {
	padding-top:15px;
	padding-left:40px;
	padding-right:40px;
}
.mr { height: 300px;background-color:#ffffff;}
.mr .blokmissie { height: 260px; background-color:#160d44;}
.mr .blokinblokmissie {width:450px; display:inline; position:relative;}
.mr .foto { width:197px; float: left; display: inline;}
.mr .statement { position: absolute; top: 15px; left: 10px; width:200px;}

.footer{
	height: 100px;
	background-image:url('../img/bgbot.jpg');
}
.footer .barshade {
	width:166px;
	height:10px;
	background-image:url('../img/barshade.jpg');
	position:absolute;
	left: 767px;
	top: 0px;
}
.footer .leus {
	position:absolute;
	left: 365px;
	top: 30px;
	color: #999999;
}


