body {
	margin:10px 10px 50px 10px;
}
.persoon img {
	max-width:100%;
	height:auto;
}
.persoon img.hoofd {
	border-radius: 50% 50%;
}
.persoon {
	text-align: center;
}
.tekst {
	text-align: center;
}
.knop-terug {
	text-align: center;
}
.knop-terug a {
	color: green;
}
.knop {
	text-align: center;
}
.knop a {
	background: green;
	padding: 5px 10px;
	color: white;
	text-decoration: none;
}
.rij {
	width:100%;
	clear:both;
}
.rij:after {
	content:'';
	display:block;
	clear:both;
}
.kolom {
	float:left;
	width: 50%;
}
