<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
	margin: 0;
	padding:0;
	}

body {
	background: rgb(0,76,77);
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Verdana, Lucida, Arial, Helvetica, sans-serif;
	}

#container {
	position: absolute;
	background-color: rgb(199,21,133);
	font-size:1em;
	width: 1024px;
	top: 0px;
	left: 50%;
	margin-left: -512px;
	border: none;
	}

#header {
	position: absolute;
	background-color: rgb(255,0,0);
	width: 1024px;
	height: 142px;
	top: 0px;
	left: 0px;
	}
	
#navigatie {
	position: absolute;
	background-color: rgb(255,0,0);
	width: 1024px;
	height: 30px;
	top: 142px;
	left: 0px;
	}
	
#content {
	position: absolute;
	background: url(AchtergrondImage.jpg) top left;
	left: 0px;
	top: 172px;
	width: 1009px;
	min-height: 970px;
	padding-left: 5px;
	padding-right: 10px;
	}

h1 {
	font-family: Garamond, "Times New Roman", "Lucida Grande", Verdana, serif;
	font-size: 2.5em;
	}

h2 {
	font-family: Garamond, "Times New Roman", "Lucida Grande", Verdana, serif;
	font-size: 1.5em;
	}

h3 {
	font-family: Garamond, "Times New Roman", "Lucida Grande", Verdana, serif;
	font-size: 1em;
	}

p {
	margin-right: 1em;
	margin-bottom: 0.25em;
	}

p.Small {
	margin-right: 1em;
	margin-bottom: 0.25em;
	font-size: 0.8em;
	}

a:link	{
	color:blue;
	text-decoration: none;
	}

a:visited {
	color:red;
	text-decoration: none;
	}

a:hover {
	text-decoration:underline;
	color: blue;
	}

a:active {
	text-decoration:none;
	color: red;
	}

#imgbox-500 {
	position: relative;
	float: left;
	text-align: center;
	width: 500px;
	border-style: none;
	margin-left: 0px;
	margin-right: 10px;
	font-size: 0.8em;
	}
	
#naast-imgbox-500 {
	position: relative;
	float: right;
	text-align: left;
	width: 490px;
	padding-right: 0px;
	border-style: none;
	margin-left: 0px;
	margin-right: 0px;
	}
	
#imgbox-600 {
	position: relative;
	float: left;
	text-align: center;
	width: 600px;
	border-style: none;
	margin-left: 0px;
	margin-right: 10px;
	font-size: 0.8em;
	}
	
#naast-imgbox-600 {
	position: relative;
	float: right;
	text-align: left;
	width: 390px;
	padding-right: 0px;
	border-style: none;
	margin-left: 0px;
	margin-right: 0px;
	}
	
#imgbox-750 {
	position: relative;
	float: left;
	text-align: center;
	width: 750px;
	border-style: none;
	margin-left: 0px;
	margin-right: 10px;
	font-size: 0.8em;
	}
	
#naast-imgbox-750 {
	position: relative;
	float: right;
	text-align: left;
	width: 240px;
	padding-right: 0px;
	border-style: none;
	margin-left: 0px;
	margin-right: 0px;
	}
	
#imgbox-1000 {
	position: relative;
	float: left;
	text-align: center;
	width: 1000px;
	border-style: none;
	margin-left: 0px;
	margin-right: 10px;
	font-size: 0.8em;
	}
	
#tweekoloms {
	position: relative;
	float: left;
	text-align: left;
	width: 1000px;
	margin-left: 5px;
	}

#tweekoloms-center {
	position: relative;
	float: left;
	text-align: center;
	width: 1000px;
	margin-left: 1em;
	}
#kolomLinks {
	position: relative;
	float: left;
	text-align:left;
	padding-left: 5px;
	width: 490px;
	margin-left: 0px;
	}

#kolomRechts {
	position: relative;
	float: right;
	text-align:left;
	width: 490px;
	padding-right: 0px;
	}


</pre></body></html>