div.background {
	background-color: white;
	padding: 5px;
	margin: 2px;
	min-width: 350px;
}

div.logo {
	text-align: center;
	/* border: 2px solid black; */
}
a.logo {
	color: white;
}
img.logo {
}
p.sublogotext {
	font-size: 12px;
}

div.statement {
	/* border: 2px solid black; */
	text-align: center;
}
p.statement {
}

div.mission {
	border: 2px solid black;
	border-radius: 30px;
	text-align: center;
	/* background-color: #cdcdcd; */
	background-color: #004dff;
	color: white;
	font-style: italic;
	padding: 4px;
}
p.mission {
}

div.activiteiten {
	width: 100%;
	text-align: top;
	text-align: center;
}
span.activiteit {
	display: inline-block;
	width: 325px;
	height: 300px;
	border: 1px solid black;
	border-radius: 30px;
	background: #fdec01;
	padding-right: 10px;
	margin: 10px;
	vertical-align: middle;
}
div.activiteit {
	/* height: 125px; */
}
div.activiteit_link {
	height: 20px;
	text-align: center;
}
p.activiteit {
	font-style: oblique;
	text-align: center;
	padding: 0px;
	margin: 2px;
}
ul.activiteit {
	text-align: left;
	margin: 5px;
}
li.activiteit {
}
a.activiteit {
	text-decoration: none;
	font-style: italic;
	font-weight: bold;
	color: #004dff;
}
a.activiteit:hover {
	color: #ff0000;
}

div.contact {
	width: 98%;
	display: inline-block;
	border: 1px solid black;
	border-radius: 30px;
	background: #fdec01;
	padding-right: 10px;
	margin: 10px;
	vertical-align: middle;
	text-align: center;
}
p.contact {
	font-style: oblique;
	text-align: center;
	padding: 0px;
	margin: 2px;
}

div.content {
	/* border: 2px solid black; */
}

div.footercopyright {
	border: 2px solid black;
	border-radius: 30px;
	text-align: center;
	/* background-color: #cdcdcd; */
	background-color: #004dff;
	color: white;
	font-style: italic;
	padding: 4px;
}

a.footermail {
	color: white;
	text-decoration: none;
	font-style: italic;
}
a.footermail:hover {
	color: #ff0000;
}
span.persoon {
	display: inline-block;
	width: auto;
	min-width: 200px;
	border: 1px solid black;
	border-radius: 30px;
	background: #fdec01;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	vertical-align: middle;
}
div.persoon {
}
img.persoon {
	display: block;
	margin-left: auto;
	margin-right: auto;
	border-radius: 30px;
	text-align: center;
}
