body {
margin: 5%;
background: url("bg2.png");
font-size: 16px;
font-family: sans-serif;
}
h1 {
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 14px;
	display: inline;
}
td {
	text-align: center;
}
.pasfoto {
display: block;
}
#back {
position: absolute;
left: 15px;
top: 15px;
text-decoration: none;
color: black;
font-weight: bold;
}
#logo {
border: 2px solid black;
padding: 15px 15px 25px 15px;
background: white;
}
#logo_klein {
border: 2px solid black;
padding: 10px;
background: white;
}
#links {
margin: 30px;
font-family: sans-serif;
font-size: 16px;
font-weight: bold;
}
#links a {
color: black;
text-decoration: none;
background: white;
border: 2px solid black;
padding: 5px;
margin: 15px;
line-height: 250%;
}
#links a:hover {
color: white;
background: #af1f30;
}
#middenstuk {
margin-left: 20%;
margin-right: 20%;
background: white;
border: 2px solid black;
padding: 15px;
}

.fotoblok {
display: inline-block;
text-align: center;
margin-bottom: 25px;
width: 270px;
vertical-align: top;
}

.fotoblok img {
margin-bottom: 10px;
border: 2px solid black;
width: 250px;
height: 188px;
}
.nieuwsblok {
display: inline-block;
text-align: left;
margin-bottom: 25px;
margin: 2% 6%;
width: 90%;
}

.nieuwsblok img {
border: 2px solid black;
float: left;
margin: 0px 30px 5px 0px;
}

.bestand {
	color: #AF1F30;
	font-weight: bold;
	text-decoration: none;
}

.bestand:hover {
	color: #FE6A7B;
}

