body{
margin: 0px;
padding: 0px;
background-color: white;

font-family: Arial;
font-size: 14px;
}

img{
display: block;
}

#boven{
position: relative;
display: block;
height:154px;
width: 100%;

z-index: 5;
border-bottom: 5px solid #ccc;
}
	#navigatie{
	position: relative;
	width: 812px;
	margin: 0px auto;
	
	font-family: Arial;
	font-size: 16px;
	color: #f82;
	
	}
	
	#navigatie ul{
	display:none;
	}

#midden{
position: relative;
min-height: 500px;
width: 100%;
z-index: 3;

}
	#activiteiten{
	display: none;
	}
	.rechts{
	position: relative;
	width: 560px;
	margin: 0px auto;
	padding-left: 260px;
	}
	#inhoud{
	padding-top: 11px;
	width: 552px;
	}
		#inhoud  a{
		color: #07d;
		}
		#inhoud  a:hover{
		text-decoration:none;
		background-color: #07d;
		color: white;
		}
		#naarLinks{
		display:none;
		}

#onder{
position: relative;
height: 120px;
width: 100%;
padding-top: 28px;
display: none;
}


/*
NOG AANPASSEN
*/

#midden img{
border: 1px solid #ccc;
}

h1{
display:none;
}
p{
margin: 0px;
}
h2 {
color: black;
font-family:Georgia;
font-size:18px;
margin: 0px;
margin-top: 15px;
font-weight:bold;
}

.vierde{
position: relative;
float: left;
width: 274px;
}
.vierde p{
padding: 5px 15px 5px 9px;
line-height:94%;
}

.clear{
clear: both;
height: 10px;
}

#inhoud ul{
list-style-type:none;
margin: 0px;
margin-left: 15px;
padding: 0px;
}
#inhoud ul li{
padding-left: 7px;
}
#inhoud ul.bordeau li{

padding-left: 7px;
}

#inhoud .linksFoto, #inhoud .rechtsFoto, #inhoud .beginFoto{
padding: 5px;
margin: 0;
}

#inhoud .beginFoto, #inhoud .linksFoto{
position: relative;
left: -12px;
float: left;
}
#inhoud .rechtsFoto{
position: relative;
left:12px;
float: right;
}
.tekst{
position:absolute;
bottom:0px;
left: 0px;
width: 305px;
text-align:right;
color: black;
}
.tekst a{
color: black;
background-color: white;
}

.downloadGrootte{
font-size: 12px;
}
