.vrij {
	background-color: #009900;
}
.deels {
	background-color: #FF9933;
}
.bezet {
	background-color: #F5433F;
}
.gesloten {
	background-color: snow;
}	
body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	background-color: #008000;
}
h1 {
	font-size: 1.4em;
}
h2 {
	font-size: 1.2em;
}
img {
	border: 0px;
	max-width: 100%;
	height: auto;
}
.accent {
	color: #009900;
}
.small {
	font-size: 0.8em;
	font-weight: bold;
}
.zentriert {
	text-align: center;
}
img.rand {
	margin: 5px;
}
/*.logo {
	margin-bottom: 20px;
}*/
.clearfloat {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}
#pagina {
	background-color: #9c9;
	margin: 40px auto;
	max-width: 1000px;
}
#navigatie {
	background-color: #9c9;
	padding: 0 2.0%;
	padding-top: 20px;
	width: 16.0%;
	float: left;
}
#inhoud {
	background-color: snow;
	width: 76.0%;
	padding: 2.0%;
	float: left;
}
#menutop, #info {
	display: none;
}
a.text:link, a.text:visited, #textlink {
	color: #0000FF;
	text-decoration: none;
	font-weight: bold;
}
a.text:hover, a.text:active, a.text:focus, #textlink:hover, #textlink:focus {
	color: snow;
	background-color: #0000FF;
	text-decoration: underline;
	font-weight: bold;
	cursor: pointer;
}
/*Formatiering van de navigatiekolom*/
#navigatie ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#navigatie a {
	display: block;
	font-size: 1em;
	font-weight: bold;
	padding: 0.5em 2.0%;
	background-color: #008000;
	text-decoration: none;
	margin-bottom: 10px;
	width: 100%
}
#navigatie a:link, #navigatie a:visited, #navigatie a:active {
	color: snow;
	background-color: #008000;
}
#navigatie a:hover, #navigatie a:focus {
	color: #008000;
	background-color: snow;
}
#navigatie a.vlag {
	font-weight: normal;
	padding: 0px;
	background-color: #99CC99;
	display: inline;
	margin-bottom: 0px;
}
#navigatie a.aktueel {
	color: #008000;
	background-color: snow;
}

/*Einde formatiering van de navigatiekolom*/

/*MEDIA QUERIES*/

@media only screen and (max-width:820px) {
#pagina {
	background-color: snow;
	width: auto;
	margin-top: 0;
	padding: 0;
}
#navigatie {
	float: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 50px;
	padding: 0;
	background-color: #9c9;
}
#inhoud {
	float: none;
	width: auto;
	padding: 60px 2% 20px;
}
#nav {
	background-color: #9c9;
	width: 170px;
	position: fixed;
	left: -350px;
	top: 50px;
	bottom: 0;
	-webkit-transition: 0.6s left ease-out;
	transition: 0.6s left ease-out;
}
#nav a {
	display: block;
	font-size: 1em;
	font-weight: bold;
	padding: 8px 5px;
	background-color: #008000;
	text-decoration: none;
	margin: 10px 0 0 10px;
	width: 140px;
}
.ein #nav {
	left: 0;
}
/*#nav a:link, #nav a:visited, #nav a:active {
	color: snow;
	background-color: #008000;
}
#nav a:hover, #nav a:focus {
	color: #008000;
	background-color: snow;
}*/
#info {
	display: block;
}
.logo {
	float: left;/*width: 20%;*/
}
#indexlogo {
	display: none;
}
.imgvlag {
	margin-top: 10px;
}
#menutop {
	position: absolute;
	right: 20px;
	display: block;
	padding-top: 3px;
}
#menutop span#s1 {
	display: block;
	background-color: #008000;
	width: 42px;
	padding: 2px 0 0 0;
	cursor: pointer;
}
}
/*
Bezettingspaginas formatieren:
*/
.legendediv {height:100px; margin-bottom: 10px; max-width: 650px;}
.legende {
	border: 1px solid #333;
	float: right;
}

.jaarnr {
	float: left;
	margin-right: 5%;
}
.jaar {
	border: 2px solid #333 !important;
	border-collapse: collapse;
	text-align: center;
	clear: both;
}
.jaar td {
	border: 1px solid snow;
	box-sizing: border-box;
	width: 50px;
	padding:2px 0;
}
.jaar th {
	border: 1px solid #333;
	box-sizing: border-box;
	width: 50px;
	padding:5px 0;
	
}




@media only screen and (max-width:820px) and (max-height:400px) {
#nav {
	width: 350px;
}
#nav li {
	display: inline-block;
}
}