html,body {
	margin: 0px;
	width: 100%;
	height: 100%;
}

body {
	background-image: url("/images/bg.jpg");	
}

img {
	border: 0px;
}

.logo {
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 200;
}

.main {
	position: absolute;
	z-index: 50;
	top: 100px;
	width: 100%;
	height: 580px;
	color: #ffffff;
	background-color: #DCE5EE;
	border-top: 7px solid #6A2424;
	border-bottom: 7px solid #6A2424;
}

.linkbar {
	position: absolute;
	z-index: 100;	
	top: 250px;	
	width: 162px;
}

.bluefill {
	position: absolute;
	z-index: 100;
	left: 175px;
	top: 107px;
	width: 80%;
	height: 580px;
	color: #ffffff;	
	background-color: #99A5B1;
}

.naam {
	position: absolute;
	z-index: 200;	
	left: 250px;
}

.txt{
	position: absolute;
	z-index: 150;	
	left: 205px;
	top: 137px;
	width: 75%;
	height: 540px;	
	overflow: auto;
}


/* TEKST */
.txt {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
}

.wrapper{
	padding-right: 25px;			
}

	
/* FOTO'S */
.wie {
	width: 177px;
	height: 250px;
	background-image: url("/images/wie.jpg");
	background-repeat: no-repeat;
	float: left;
	padding-right: 5px;
	padding-bottom: 5px;
}


.cert {
	width: 354px;
	height: 347px;
	background-image: url("/images/cert.jpg");
	background-repeat: no-repeat;
	margin: auto;
}


.watis1 {
	width: 250px;
	height: 240px;
	background-image: url("/images/watis1.jpg");
	background-repeat: no-repeat;
	float: right;
	padding-left: 25px;
	padding-right: 5px;
	padding-bottom: 5px;
}


.voorwie2 {
	width: 150px;
	height: 92px;
	background-image: url("/images/voorwie2.jpg");
	background-repeat: no-repeat;
	float: right;
	padding-left: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
}


.voorwie1 {
	width: 400px;
	height: 189px;
	background-image: url("/images/voorwie1.jpg");
	background-repeat: no-repeat;
	margin: auto;
	padding-left: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
}


.trainingen1 {
	width: 400px;
	height: 190px;
	background-image: url("/images/trainingen1.jpg");
	background-repeat: no-repeat;
	margin: auto;
	padding-left: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
}


.regels1 {
	width: 445px;
	height: 100px;
	background-image: url("/images/regels1.jpg");
	background-repeat: no-repeat;
	margin: auto;
	padding: 
}

.cert_small {
	padding-left: 10px;
}

.pixel {
	width: 90%;
	height: 1px;
	margin-left: 4%;
	margin-top: 10px;
	margin-bottom: 10px;
}

.border {
	border: #000000 solid 1px;
	padding: 10px;
}	

p{
	margin: 0px;
	padding: 0px;
}