<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */
html, body, div, span, applet, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	text-align: center;
	background: #f4c376;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
}

a:link {
	color: #333;
	text-decoration: none;
	cursor: pointer;
}
a:visited {
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: underline;
	color: #333;
	cursor: pointer;
}
a:active {
	text-decoration: none;
	color: #333;
}

#wrapper {
	position: relative;
	margin: 10px auto;
	width: 1024px;
	height: 680px;
	background-color: #f4c376;	
}
#homeblok {
	position: absolute;
	margin: 50px 10px 10px 50px;
	height: 550px;
	width: 924px;
	float: left;
	text-align: left;
	left: 0px;
	top: 0px;
	z-index: 1;
}
#tekstblok {
	position: absolute;
	margin: 50px 10px 10px 50px;
	height: 550px;
	width: 620px;
	float: left;
	text-align: left;
	left: 0px;
	top: 0px;
}
#wrapper p {
	color: #ff0000;
	font-style: italic;
	font-weight: bold;
	font-size: 0.8em;
}

#wrapper H1 {
	color: #ff0000;
	font-style: italic;
	font-size: 1.5em;
}
#wrapper H2 {
	color: #ff0000;
	font-style: italic;
	font-size: 1.3em;
}
#wrapper H3 {
	color: #ff0000;
	font-style: italic;
	font-size: 1.2em;
}
#tekstblok a {
	color: #ff0000;
	text-decoration: none;
	cursor: pointer;
}

#fotostrook {
	float: right;
	margin: 50px 0 10px 0;
	height: 550px;
	width: 260px;
	text-align: left;
	position: absolute;
	left: 764px;
	top: 0px;
}
#fotostrook img {
	max-height: 350px;
	max-width: 175px;
}
#menublok {
	position: absolute;
	height: 25px;
	width: 920px;
	margin: 0 50px 0 50px;
	background-color: #f2b657;
	top: 644px;
	z-index: 3;
	left: 0px;
}
#menublok .thuis {
	text-align: center;
	float: right;
	height: 25px;
	width: 74px;
	font-weight: bold;
	line-height: 25px;
	z-index: 2;
	/* [disabled]background-color: #F00; */
}
#menublok p {
	color: #ff0000;
	line-height: 25px;
}

#menublok a {
	color: #ff0000;
	text-decoration: none;
	cursor: pointer;
	font-size: 12px;
	font-style: italic;
}
#menublok ul {
	text-align: center;
	width: 830px;
	position: relative;
	height: 25px;
	line-height: 24px;
	z-index: 5;
}
#menublok ul li {

	font-weight: bold;
	display: inline;
	margin-right: 15px;
	margin-left: 15px;
}
div.klaar {
	clear: both;
}

#copywrite {
	position: absolute;
	left: 799px;
	top: 683px;
	width: 224px;
	height: 26px;
	z-index: 1;
	font-size: 0.7em;
	text-align: right;
}

#apDiv1 {
	position: absolute;
	left: 149px;
	top: 373px;
	width: 203px;
	height: 139px;
	z-index: 2;
}
#apDiv2 {
	position: absolute;
	left: 575px;
	top: 373px;
	width: 203px;
	height: 139px;
	z-index: 2;
}
</pre></body></html>