@charset "utf-8";
/* CSS Document */
body {
	margin: 0;
	padding: 0;
	color: #333;
	background: #FFFFFF;
	font-family: 'Crimson Text', serif;
	font-size: 100%
}
a img {
	border: none;
	outline: none;
}
.kop {
	background: #FFF;
	clear: both;
	margin: 0;
	padding: 0;
	height: 155px;
}
header {
	width: 1015px;
	margin: 0 auto;
}
header img {
	float: left;
}
.norm {
	width: 1015px;
	margin: 0 auto;
}
.wrap {
	background: #9EADB4;
	padding: 50px 0;
}
article {
	max-width: 75%;
	float: left;
	font-size: 100%
}
article img {
}
.sidebar {
	padding: 0;
	float: left;
	width: 230px;
	margin-left: 25px;
	display: block;
	background: #FFF;
	line-height: 20px;
	min-height: 547px;
}
.sidebar .txt {
	padding: 15px 15px 10px 20px;
	color: #333;
	font-size: 15px;
}
.sidebar p {
	margin: 5px 0px;
}
.sidebar h2 {
	font-size: 14px;
	text-transform: uppercase;
	color: #9EADB4;
	margin: 0;
}
.sidebar h3 {
	margin: 7px 0;
}
.sidebar h3 a:link, .sidebar h3 a:visited {
	font-size: 14px;
	text-transform: uppercase;
	color: #236fa1;
	text-decoration: none;
	line-height: 30px;
}
.sidebar h3 a:hover, .sidebar h3 a:active, .sidebar h3 a:focus {
	text-decoration: none;
	color: #728792;
}
.lees-meer a:link, .lees-meer a:visited {
	font-variant: small-caps;
	color: #2a5f89;
	text-decoration: none;
	font-size: 14px;
	line-height: 30px;
}
.lees-meer a:hover, .lees-meer a:active, .lees-meer a:focus {
	font-variant: small-caps;
	text-decoration: none;
	color: #9EADB4;
}
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}
/****NAV*******/
nav {
	float: right;
	width: 200px;
	font-size: 13px;
	color: #000;
	padding: 21px 40px 0 20px;
}
nav ul {
	list-style-type: none;
	padding: 0;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: 'PT Sans', sans-serif;
	border-top: 1px solid #b7c2c6;
}
nav a:link, nav a:visited {
	display: block;
	color: #333333;
	background-color: #FFF;
	padding: 3px 10px 1px;
	text-decoration: none;
	border-bottom: 1px solid #b7c2c6;
}
nav a:hover, nav a:active, nav a:focus, nav a.menuactive {
	text-decoration: none;
	background: #91725e;
	color: #FFF;
}
/**********/
@media screen and (max-width: 768px) {
header img {
	width: 100%;
	height: auto;
}
header {
	width: 98%;
}
.kop {
	height: 140px;
}
.norm {
	width: 95%;
	margin: 0 auto;
}
article {
	max-width: 100%;
	float: none;
}
article img {
	width: 90%;
	height: auto;
}
.sidebar {
	float: none;
	width: 60%;
	margin: 30px auto;
	display: block;
	background: #FFF;
	line-height: 20px;
	min-height: auto;
}
article img {
	width: 100%;
}
nav {
	float: right;
	padding: 10px 10px 5px 15px;
}
}
 @media screen and (max-width: 480px) {
.kop {
	height: 100px;
}
header img {
	width: 100%;
	height: auto;
}
header {
	width: 98%;
}
nav {
	float: left;
	padding: 15px 0 5px 15px;
	font-size: 16px;
	width: 220px;
}
.sidebar {
	padding: 0 0 40px;
	float: none;
	width: 90%;
	margin: 20px auto;
}
.sidebar .txt, .sidebar h2 {
	font-size: 110%;
	line-height: 25px
}
}
