@charset "UTF-8";
@font-face {
	font-family: 'Museo Sans';
	font-weight: 100;
	src: url("Museo 100.otf") format("opentype");
}
@font-face {
	font-family: 'Museo Sans';
	font-weight: 300;
	src: url("Museo 300.otf") format("opentype");
}
@font-face {
	font-family: 'Museo Sans';
	font-weight: 500;
	src: url("Museo 500.otf") format("opentype");
}
@font-face {
	font-family: 'Museo Sans';
	font-weight: 700;
	src: url("Museo 700.otf") format("opentype");
}
body {
	font-family: Museo Sans, Raleway, sans-serif;
	font-weight: 300;
	font-size: 14pt;
	margin: 0;
}

div.header {
	background-color: #008000;
	width: 100%;
	height: 40px;
	color: white;
}
img.header {
	float: right;
	vertical-aligh: top;
}

img.logo {
	width: 320px;
	height: 320px;
}

.header a, .footer a {
	color:white;
}

.right {
	float: right;
	color: white;
	margin-right: 1em;
	margin-top: 0.5em;
	
}

hr {
	border-top: 2px solid green;
	width: 700px;
	margin-left: 0em;
}

span.portret {
	overflow: hidden;
	width: 320px;
	height: 320px;
	border-radius: 10px;
	border: 1px solid white;
	display: inline-block;
}


.watermerk {
		background-image: url('watermerk.svg');
		background-repeat: no-repeat;
		background-size: 100% 100%;
}
.content {
	background-color: white;
	color: #0047BB;
	margin-left: 100px;
	margin-right: 1em;
	font-w
}

div.footer {
	background-color: #0047BB;
	width: 100%;
	color: white;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 1em;
}
img.footer {
	vertical-align: bottom;
}

ul {
	  list-style: none;
}

ul li::before {
  content: "\2022";  
  color: #008000;
  font-weight: bold; 
  display: inline-block; 
  width: 1em; 
  margin-left: -1em;
  font-size: 1.3em;
}

span.amp {
	font-family: sans-serif;
}

iframe {
	display: block;
	width: 100%;
	border: 0px;
	margin-left: -100px;
	overflow: hidden;
}