HTML, BODY{
	position: absolute;
	margin: 0000;
	padding: 0000;
	height: 100% !important;
	width: 100%;
	min-height: 100%;
	background-color: #FFF;
	background-repeat: repeat;
}
img{
	border: none;
	outline: 0px;
}
a{
	outline: 0px;
}
.header{
	position: relative;
	left: 0px;
	top: 0px;
	display: block;
	height: 490px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
.footer{
	position: relative;
	left: 0px;
	top: 0px;
	display: block;
	height: 182px;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
.but_pdf{
	position: absolute;
	display: block;
	height: 50px;
	width: 330px;
	left: 50%;
	margin-left: -445px;
	top: 470px;
	background-image:url(../images/button.png);
	background-repeat: no-repeat;
	z-index: 10;
}
.but_eberflex{
	position: absolute;
	display: block;
	height: 50px;
	width: 210px;
	left: 50%;
	margin-left: -100px;
	top: 470px;
	background-image:url(../images/but_eberflex.png);
	background-repeat: no-repeat;
	z-index: 10;
}
.but_zilverblank{
	position: absolute;
	display: block;
	height: 50px;
	width: 210px;
	left: 50%;
	margin-left: 125px;
	top: 470px;
	background-image:url(../images/but_zilverblank.png);
	background-repeat: no-repeat;
	z-index: 10;
}
.tekst{
	position: relative;
	display: block;
	height: 50px;
	width: 970px;
	left: 50%;
	margin-left: -445px;
	top: 45px;
	background-repeat: no-repeat;
	z-index: 10;
}

/* TEKST STIJLEN*/
p{
	margin: 0000;
	padding: 0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 20px;
	font-weight: normal;
	text-decoration: none;
	color: #333333;
	margin-bottom: 10px;
}
p A:link, p A:active, p A:visited{
	color: #333333;;
	text-decoration: none;
}
p A:hover{
	text-decoration: underline;
}