@charset "utf-8";
/* CSS Document */

img {
  behavior: url("iepngfix.htc");
}

a img {border:none; }

html {
	height: 100%;
}

body {
	background-color: #777168;
	text-align: center;
	margin:0px;
	padding: 0px;
	min-height: 750px;
    height: 100%;

}


p {
	font-family: Helvetica, Tahoma, Geneva, sans-serif;
	line-height: 6mm;
	color: #FFF;
}




#container {
position: absolute;
left: 50%;
margin-left: -500px;

height:100%;
}

#header {
	
	background-image: url(../images/header.jpg);
	width: 1006px;
	height:109px;
	z-index:-20;
	position: absolute;

}
image a {
text-decoration: none
border-bottom-width: 0px;
border-bottom-style: none;
} 

#persoon {
	float:right;
	position: absolute;
	width: 1006px;
	height: 675px;
	margin-top: -675px;
	background-position:bottom right;
	background-image: url(../images/persoon.jpg);
	background-repeat:no-repeat;
	z-index:-10;
}

#logo {
	background-image: url(../images/logo.png);
	float:left;
	z-index:5;
	width: 317px;
	height: 79px;;
	text-align:left;
	margin-top:50px;
	margin-left:50px;
	position:absolute;
	
}


#content {
	float:left;
	z-index:5;
	font-family: Helvetica, Tahoma, Geneva, sans-serif;
	line-height: 5mm;
	color: #FFF;
	font-size: 10pt;
	width: 570px;
	text-align:left;
	position:absolute;
	margin-top:170px;
	margin-left:50px;
	list-style:inside;
}

#contentcv {
	float:left;
	z-index:5;
	font-family: Helvetica, Tahoma, Geneva, sans-serif;
	line-height: 5mm;
	color: #FFF;
	font-size: 10pt;
	width: 475px;
	text-align:left;
	position:absolute;
	margin-top:170px;
	margin-left:50px;
	list-style:inside;
}


#footer{
	float:left;
	color: #FFF;
	height: 37px;
	bottom:30px;
	width:100%;
	width: 1006px;
	z-index:50;
	text-align:left;
	font-family: Helvetica, Tahoma, Geneva, sans-serif;
	font-size: 10px;
	margin-left:00px;
