@charset "utf-8";
/* CSS Document */

html{margin:0; padding:0}

body{
	margin:0; padding:0;

	font-family:Arial, Helvetica, sans-serif;
	overflow:auto;
	background-color: white;


}


/* NEW */

.pagina {
	float:left;

	width:90%;
	max-width: 952px;




}
#header {
	background-color: white;

}

.rest {
	background-color: white;
	float: left;
	width: 100%;
}

article {
	width: 100%;

}

article .content {
	width: 65%;
	float:left;

	min-height:460px;
	margin: 20px 0 0 3%;
}
article .content img {
	max-width: 100%;
	height: auto;
	text-align: center;
	margin: 0 auto;
}

article .content img.links {
	float: left;
	min-width: 35%;
	max-width: 50%;
	margin: 0 1em 1em 0;
}
article .content img.rechts {
	float: right;
	min-width: 35%;
	max-width: 50%;
	margin: 0 0 1em 1em;
}
article .illustratie {
	width: 100%;
	float: left;
}
article .illustratie img {
	width: 100%;
	float: left;
}

article h2 {


}
article h1 {



}
article p, h3, table, address {


	font-size:14px;
	line-height: 180%;
	
	color:#653c52;
}


#menurechts {
	float: right;
	width: 25%;

	margin: 20px 3% 0 0;
}
#menurechts h2 {
	background-color: #BBB;
	color: white;
	padding: 0.3em 0 0.3em 1em;
	margin-bottom: 0;
	color: #222;

}
#menurechts ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	margin-bottom: 3em;
	border: 1px solid #BBB;
	color: #555;

}
#menurechts ul li {
	padding: 0.3em 0 0.3em 1em;

}
#menurechts ul ul {
	display: none;
}
#menurechts ul.diep ul {
	display: block; 
	border: none;
}
#menurechts ul ul li a {
	font-size: 10px;
}
@media (max-width: 600px) {
	.klein {
		display: none;
	}
	article .content {
		width: 97%;
	}

	.articlecontent {
		width: 100%;
	}
}
@media (min-width: 601px) {
	.groot {
		display: none;
	}
}

p {
	line-height: 150%;
}
blockquote p {
font-family: 'Cardo', serif;
font-size: 24px;
font-style: italic;
line-height: 150%;
border: 1px dashed gray;
padding: 20px;
}

article a {
	text-decoration: none;
	font-weight: bold;
	color: inherit;
}
article a:hover {
	text-decoration: underline;
}

