body {
	margin: 0;
}

header {
	top: 0;
	padding: 0px;
	text-align: center;
	background: #FFFFFF;
	height:187px;
}

.topnav {
	list-style-type: none;
	margin-top: 8px;
	padding: 0;
	background-color: #000000;
	justify-content: center;
	height:45px;
}

.topnav a {
	color: #FFFFFF;
	background-color: #006600;
	white-space: nowrap;
	font-size: 25px;
	padding: 10px 10px;
}

.topnav a:hover {
	color: #FFFFFF;
	background-color: #BB0000;
	white-space: nowrap;
	font-size: 30px;
	border: 2px solid #006600;
	border-radius: 25px;
}

.background {
	margin-top:0px;
	background-image: url(https://stichtinglundo.nl/pages/images/main/background.png);
	background-repeat: no-repeat;
	background-origin: padding-box;
	background-size: cover;
	height:100%;
	width:100%;
	position:relative;
}

.content{
	position:relative;
	padding-top:0px;
	margin-top:0px;
	margin-left: auto;
	margin-right: auto;
	width: 60%;
	height: auto;
}

.content2{
	position:relative;
	margin-left: auto;
	margin-right: auto;
	width: 60%;
	height: calc(5vh);
	pointer-events: none;
}

.cover
{
	width: auto;
    height: 150px;
}

.imgpage {
	max-width:100%;
	height: auto;
	display: block;
	margin: auto;
}

.imgpage2 {
	max-width: 100%;
	height: auto;
	display: inline;
}

.inlinelinks a {
	color: #0000FF;
	text-decoration: underline;
}

.inlinelinks a:hover {
	color: #FFFF00;
	text-decoration: none;
}