/* ------------------------------ basics ---------------------------------*/
* {
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	color: #333;
	font-size: 11px;
	border: 0;
}

body {
	background-color: #8b0117;
	background-image: url('/illustraties/background_home.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center; 
}
	
.bodytekst {
	text-align: justify;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 20px;
	padding-left: 20px;
}



h1, h2, h3, p, ol, ul, div, a {
	line-height: 17px;
}


p {
 margin-bottom: 8px;
}


a:link, a:visited {
	color: #6d0526;
}
a:hover, a:active {
	color: #6d0526;
}


.agenda2 {
	line-height: 1.4em;
}


.fotoblok {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 218px;
	width: 990px;
	float: left;
	z-index: 9996;
}
.fotoblok2 {
	position: absolute;
	top: 64px;
	left: 0px;
	height: 218px;
	width: 990px;
	float: left;
	z-index: 50;
	visibility: visible;
}
.tekstblok1 {
	position: absolute;
	top: 69px;
	left: 14px;
	height: 297px;
	width: 310px;
	z-index: 3;
}


.tekstblok2 {
	position: absolute;
	top: 81px;
	left: 340px;
	height: 285px;
	width: 325px;
}
.tekstblok5 {
	position: absolute;
	top: 81px;
	left: 342px;
	height: 285px;
	width: 380px;
	z-index: 4;
}
.tekstblok3 {
	position: absolute;
	top: 81px;
	left: 669px;
	height: 285px;
	width: 310px;
	z-index: 9999;
}
.tekstblok6 {
	position: absolute;
	top: 81px;
	left: 739px;
	height: 285px;
	width: 246px;
	z-index: 5;
}

.overloopje {
	position: absolute;
	height: 42px;
	width: 215px;
	z-index: 10000;
	left: 0;
	top: 0;
}

.witblok {
	position: absolute;
	top: 232px;
	left: 0px;
	height: 300px;
	width: 990px;
	z-index: 1;
}


