@charset "utf-8";
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #021A32;
	margin-top: 0px;
	margin-bottom: 33px;
}
.cursief {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #021A32;
	font-style: italic;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #021A32;
	margin: 0px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #021A32;
	margin: 0px;
	line-height: 18px;
	list-style-type: circle;
}
ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #021A32;
	list-style-type: disc;
	list-style-position: outside;
	padding-left: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	line-height: 18px;
}
#index {
	position:absolute;
	left:50%;
	top:50%;
	width:1000px;
	height:630px;
	z-index:4;
	margin-top: -315px;
	margin-left: -500px;
	visibility: visible;
}
#rechts {
	position:absolute;
	width:50%;
	height:630px;
	z-index:2;
	background-image: url(images/rechts.jpg);
	background-repeat: repeat-x;
	margin-top: -315px;
	top: 50%;
	right: 0px;
}
#links {
	position:absolute;
	left:0px;
	top:50%;
	width:50%;
	height:630px;
	z-index:3;
	background-image: url(images/links.jpg);
	background-repeat: repeat-x;
	margin-top: -315px;
}
#home {
	position:absolute;
	left:180px;
	top:157px;
	width:89px;
	height:23px;
	z-index:1;
}
#profiel {
	position:absolute;
	left:176px;
	top:211px;
	width:93px;
	height:23px;
	z-index:2;
}
#waarom {
	position:absolute;
	left:7px;
	top:220px;
	width:225px;
	height:23px;
	z-index:3;
	visibility: hidden;
}
#managers {
	position:absolute;
	left:114px;
	top:247px;
	width:156px;
	height:23px;
	z-index:4;
}
#werkwijze {
	position:absolute;
	left:141px;
	top:264px;
	width:128px;
	height:23px;
	z-index:5;
}
#team {
	position:absolute;
	left:181px;
	top:317px;
	width:88px;
	height:23px;
	z-index:6;
}
#procedure {
	position:absolute;
	left:142px;
	top:371px;
	width:127px;
	height:23px;
	z-index:7;
}
#voordelen {
	position:absolute;
	left:109px;
	top:424px;
	width:161px;
	height:23px;
	z-index:8;
}
#contact {
	position:absolute;
	left:164px;
	top:478px;
	width:105px;
	height:23px;
	z-index:9;
}
#foto {
	position:absolute;
	left:784px;
	top:155px;
	width:221px;
	height:334px;
	z-index:10;
}
#tekst {
	position:absolute;
	left:292px;
	top:103px;
	width:470px;
	height:424px;
	z-index:11;
}
.knop {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #021A32;
}
#index #tekst #form1 #voornaam {
	width: 200px;
}
#index #tekst #form1 #achternaam {
	width: 200px;
}
#index #tekst #form1 #email {
	width: 200px;
}
#index #tekst #form1 #bericht {
	width: 200px;
}
a:link, a:active, a:visited  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #021A32;
}