body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3B7291;
}
.stijl22 {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}
.stijl23 {
	font-size: 18px;
	font-weight: bold;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #999999;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
.stijl24 {
	font-size: 9px;
	font-style: italic;
}

a.speciaal:link {
	color: #FF0000;
	text-decoration: none;
	font-weight: bold;
}
a.speciaal:visited {
	text-decoration: none;
	color: #FF0000;
	font-weight: bold;
}
a.speciaal:hover {
	text-decoration: underline;
	color: #999999;
	font-weight: bold;
}
a.speciaal:active {
	text-decoration: none;
	color: #FF0000;
	font-weight: bold;
}
a.speciaal {
	font-size: 12px;
}
.stijl53 {
	color: #FF0000;
	font-weight: bold;
}
.stijl54 {color: #3B7291}
.stijl55 {color: #FF0000}

.deberk{
    padding: 20px;
    color: white;
    font-size: 13px;
    line-height: 19px;
}

.deberk span{
    font-size: 22px;
    transform: scale(1, 1.5);
    line-height: 1.8;
    display: block;
}

.personalia{
    padding: 20px;
    color: white;
    font-size: 13px;
    line-height: 19px;
}

.mainnav{
	width: 1055px;
}

.mainnav ul{
	list-style-type: none;
	display :flex;
	align-items: top;
	justify-content: center;
	margin: 0;
	padding: 0;
}

.mainnav ul li{
	float:left;
	width: 6.6%;
}

.mainnav ul li a{
	color: #000000;
	position: relative;
	display: block;
	text-align: left;
	border: none;
	text-decoration: none;
	outline: none;
	border:none;
}

.mainnav ul li:nth-child(odd) {
	z-index: 1;
}
  
.mainnav ul li:nth-child(even) {
	z-index: 2;
}

.mainnav ul li a img{
	transform: translateX(-50%);
    left: 50%;
	position: relative;
	flex: 1 0 120%;
	width: 120%;
	max-width: 120%;
	outline: none;
	border:none;
}

.nav__img{
	height: 150px;
	display: block;
	display: flex;
	align-items: flex-end;
}

.nav__txt{
	padding: 10px;
	display: block;
	font-weight: bold;
	color: #3B7291;
}

.nav__txt span{
	font-weight: 100;
	display: block;
	font-size: 8px;
}