/* CSS Document */
body {
	background-image: url(achtergrond.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	margin-top: 0;
	padding-top: 0;
}
.grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
	padding: 10px 0;
	border-bottom: #cadbb7 1px solid;
}
.one, .two, .three {
	text-align: justify;
}
table {
	border-collapse: collapse;
	margin: auto;
}
td, th {
	vertical-align: top;
	padding: 5px;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
}
a:link {
	color: #009933;
	text-decoration: none;
	font-weight: bold
}
a:visited {
	color: #009933;
	text-decoration: none;
	font-weight: bold
}
a:hover {
	color: #853418;
	text-decoration: none;
	font-weight: bold
}
#inhoud {
	width: 100%;
	height: 30px;
	font-size: 16px;
	margin: auto;
	letter-spacing: 4px;
}
.paginakop {
	color: #009933;
	font-size: 18px;
	font-weight: bold;
}
.titel {
	color: #030;
	font-size: 16px;
}
p img {
	margin: 4px 0;
}
.mainframe {
	max-width: 1150px;
	margin: auto;
	padding: 0 5px;
}
.mainframe-border {
	max-width: 1150px;
	margin: 0 10px;
	padding: 0 10px;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
.topcel {
	padding-top: 10px;
	font-size: 16px
}
.tab-aktief {
	border: 1px solid #1F5C1D;
	border-bottom: 0;
	border-radius: 10px 10px 0 0;
	text-align: center;
	vertical-align: middle;
}
.tab-inaktief {
	border: 1px solid #1F5C1D;
	border-radius: 10px 10px 0 0;
	background-color: #E1E1E1;
	text-align: center;
	vertical-align: middle;
}
.nobo {
	border-top: 0px;
	border-right: 0px;
	border-bottom: 1px solid #1F5C1D;
	border-left: 0px;
	width: 1%;
	padding: 0 1px;
}
.uitgelicht {
	background-color: #027F21;
	color: white!important;
	font-size: 12px;
	padding: 5px 3px;
	border-bottom: 1px dashed #8DD193;
	text-align: center;
}
.uitgelicht a, .uitgelicht a:hover, .uitgelicht a:visited {
	color: yellow;
	font-size: 16px;
	display: block;
}
.menubovenste {
	margin-top: 10px
}
.img-fluid {
	width: 100%;
	height: auto;
}
img {
	border: 1px solid #7B7979;
	box-shadow: 0 0 7px #999!important;
}

@media (max-width: 768px) {
#inhoud {
	width: 100%;
	height: 40px!important;
	font-size: 16px!important;
}
.grid {
	display: contents;
}
.one {
	padding-bottom: 10px;
	margin-top: 10px;
}
.two {
	border-bottom: #cadbb7 1px solid;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.paginakop {
	color: #009933;
	font-size: 14px;
	font-weight: bold;
}
table {
	width: 100%;
}
.hide {
	display: none
}
.mainframe-border {
	padding: 0 5px;
	margin: 0 5px;
}
}
