* {
	margin: 0;
	padding: 0;
}
body {
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000;
	line-height: 140%;
	margin: 10px;
}

a, a:visited, a:link {
	color: #06F;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	cursor: pointer;
}
a[href^='http'] {
	padding-right: 14px;
	background-image: url('externallink.png');
	background-position: center right;
	background-repeat: no-repeat;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
}
h1 {
	font-size: x-large;
	color: #444;
	padding-top: 5px;
	padding-bottom: 10px;
	border-bottom: 7px solid #DDD;
	margin-bottom: 20px;
	margin-top: 20px;
}
h2 {
	font-size: large;
	color: #444;
	padding-top: 20px;
	padding-bottom: 6px;
	border-bottom: 2px solid #DDD;
	margin-bottom: 10px;
}
h3 {
	font-size: medium;
	font-weight: bold;
	color: #484848;
	padding-top: 10px;
	padding-bottom: 0;
}
h4 {
	font-size: small;
	font-weight: bold;
	color: #484848;
	padding-top: 10px;
	padding-bottom: 0;
}
p, ul, ol {
	padding-top: 5px;
	padding-bottom: 5px;
}
p {
	text-align: justify;
}
p.warning {
	background-color: #fcfce9;
	border: 1px solid #e2e2d1;
	padding: 8px;
	margin: 8px 0;
}
p.warning:before {
	content: "Waarschuwing: ";
	font-weight: bold;
}
ul, ol {
	margin-left: 30px;
}
ul.inhoudsopgave, ul.inhoudsopgave ul, ul.index, ul.index ul {
	list-style-type: none;	
}
ul.inhoudsopgave li {
	font-weight: bold;	
}
ul.inhoudsopgave li li {
	font-weight: normal;	
}
div#tableofcontents li {
	font-weight: normal;
}
div#tableofcontents li:first-child {
	font-weight: bold;
}
ul.inhoudsopgave a {
	text-decoration: none;
}
ul.inhoudsopgave a:hover {
	text-decoration: underline;
}
ol {
	list-style-type: decimal;
}
ol ol {
	list-style-type: lower-alpha;
}
ol li {
	font-weight: bold;
}

dt {
	font-weight: bold;
}
dd {
	margin-left: 20px;
}

table {
	border: none;
	border-collapse: collapse;
	border: 2px solid #333;
	margin-top: 10px;
	margin-bottom: 10px;
}
th {
	border: 1px solid #333;
	border-bottom-width: 2px;
	background-color: #CCC;
	font-weight: bold;
	padding: 3px;
	text-align: center;
}
td {
	border: 1px solid #333;
	padding: 3px;
	text-align: left;
}

caption {
	text-align: right;
	padding-bottom: 3px;
	font-weight: bold;
	caption-side: bottom;
}

figure {
	margin: 8px 0;
}
figcaption {
	text-align: left;
	margin-top: 4px;
	font-weight: bold;
}

hr {
	margin-top: 20px;
	padding-bottom: 5px;
	border: none;
	border-top: 1px solid #333;
}

#header {
	border: 1px solid #d9d9d9;
	background-color: #e9e9e9;
	padding: 4px;
	margin: 32px auto;
	font-family: Consolas, Menlo, Monaco, "Droid Sans Mono", "Courier New", monospace;
	font-size: small;
	text-align: left;
}
#header {
	margin-bottom: 4px;
	font-size: x-large;
	text-align: center;
	font-weight: bold;
	color: #0076d6;
}
#copyright p {
	text-align: center;
}


.html {
	font-family: Consolas, Menlo, Monaco, "Droid Sans Mono", "Courier New", monospace;
	font-size: 110%;
}

div.html::before {
	content: 'HTML broncode';
	text-align: left;
	display: block;
	background-color: #202340;
	border-bottom: 1px solid #414141;
	margin: -8px;
	margin-bottom: 8px;
	padding: 1px 8px;
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	font-size: small;
	color: #FFF;
	line-height: 2em;
}
div.html {
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 8px;
	background-color: #1e1e1e;
	border: 1px solid #414141;
	color: #D4D4D4;
}
code.html {
	color: #1e1e1e;
	background-color: #D4D4D4;
}

.html span.comment {
	color: #608b4e;
}
.html span.name {
	color: #569cd6;
}
.html span.attr {
	color: #9CDCFE;
}
.html span.tag {
	color: #808080;
}
.html span.string {
	color: #ce9178;
}

code.html span.comment {
	color: #2a8c00;
}
code.html span.name {
	color: #0076d6;
}
code.html span.attr {
	color: #00a4fc;
}
code.html span.tag {
	color: #505050;
}
code.html span.string {
	color: #cf3b00;
}

div.browser::before {
	content: 'Browserweergave';
	text-align: left;
	display: block;
	border-bottom: 1px solid #e1e1e2;
	border-top: 3px solid #0a84ff;
	background-color: #f9f9fa;
	margin: -8px;
	margin-bottom: 8px;
	padding: 1px 8px;
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	font-size: small;
	color: #000;
	line-height: 2em;
}
div.browser {
	margin-top: -10px;
	margin-bottom: 10px;
	padding: 8px;
	border: 1px solid #414141;
	border-top: none;
	max-height: 400px;
	overflow: scroll;
}



#maincontainer {
	max-width: 928px;
	margin: auto;
}
#cookiecontainer {
	border: 1px solid #0a84ff; 
	padding: 4px 8px; 
	margin-bottom: 8px;
	display: none;
}
#content {
	float: left;
	max-width: 728px;
}

#tableofcontents {
	margin-top: 150px;
	float: left;
	width: 200px;
}
#tableofcontents li {
	margin-bottom: 4px;
}

#navigation {
	text-align: right;
	margin-bottom: 32px;
	font-weight: bold;
	font-size: 110%;
}

#smalltext {
	font-size: small;
	text-align: center;
	margin-top: 48px;
	margin-bottom: 10px;
}


.adsense {
	width: 728px;
	height: 90px !important;
	margin: 8px auto;
	background-color: #f9f9fa;
}
.adsensevertical {
	width: 160px;
	height: 600px;
	margin: auto;
	margin-top: 24px;
	margin-bottom: 24px;
	background-color: #f9f9fa;
}
.adsense::before, .adsensevertical::before {
	display: block;
	content: "advertentie";
	font-size: x-small;
	color: #414141;
	background-color: #FFF;
	text-align: center;
	width: 100%;
}
.donatelink {
	margin-left: 30px;
	font-weight: bold;
}