html {
	height: 100%;
	min-height: 100%;
}

body {
	margin: 0;
	padding: 0;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	height: auto;
	min-height: 100%;
	background-attachment: fixed;
	background-color: #f7fafc;
	background-image: url(pix/back.jpg);
	background-repeat: repeat-x;
	background-position: bottom;

}

#logoblok {
	position:absolute;
	width:100%;
	height:100%;
	z-index:1;
	left: 0px;
	top: 0px;
	background-image: url(pix/fotoboom.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

* html #logoblok {
height: 1%;
}



#tekstblok {
	position:absolute;
	width:35%;
	height:242px;
	z-index:2;
	padding: 15px;
	padding-left: 25px;
	top: 130px;
	left: 0px;
}



a {
	color: #2E3192;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #2E3192;
	text-decoration: underline;
	font-weight: bold;
}
h1 {
	font-size: 12pt;
	color: #2E3192;
	margin-bottom: -12px;
}
h2 {
	font-size: 10pt;
}


.buiten {
	background-color: #F7FAFC;
}

