<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 */

body {
	background: #eadcae;
	margin: 0;
	padding: 0;
	color: #000000;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 100%;
	line-height: 1.4;
}

.container {
	width: 1008px;
	background-color: #FFF;
	background-image: url(../images/helepagina.jpg);
	background-repeat: repeat-y;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

a:link ,a:visited {
	color: #844852;
	font-weight: bold;
}
a:hover   {
	color: #000000;
}
#kleuren a:link , {
	line-height: 50px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
#kleuren a:link  {
	line-height: 30px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
#kleuren a:visited  {
	line-height: 30px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
#kleuren a:hover  {
	line-height: 30px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
/* Algemenen Elementen */

ul, ol, dl {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding-right: 35px;
	padding-left: 35px;
}
h1 {
	font-size: 18px;
	margin-top: 33px;
	font-weight: bold;
	margin-bottom: 33px;
	color: #844852;

}
h2 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #844852;
	font-family: Arial, Helvetica, sans-serif;
}
h3 {
	font-size: 14px;
	margin-bottom: 5px;
	color: #844852;
	font-family: Arial, Helvetica, sans-serif;
}
.kleur1 h2, .kleur2 h2, .kleur3 h2       , .kleur4 h2{
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 13px;
	color: #FFF;
}
.kleur1 p, .kleur2 p, .kleur3 p , .kleur4 p{
	padding-right: 10px;
	padding-left: 10px;
	font-size: 11px;
	line-height: 20px;
}
p {
	font-size: 13px;
	line-height: 25px;
}
a img {
	border: none;
}

/* Einde Algemenen Elementen */

.header {
	background-color: #FFF;
	background-image: url(../images/header2.jpg);
	height: 148px;
	width: 1008px;
}

.sidebar1 {
	float: left;
	width: 220px;
	padding-bottom: 10px;
	background-position: 0px;
	background-repeat: no-repeat;
}

.content {
	width: 658px;
	float: left;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}

.footer {
	padding: 10px 0;
	position: relative;
	clear: both;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	background-color: #eadcae;
}
.footer p a:link , .footer p a:visited{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #844852;
	text-decoration: none;
}
.footer p a:hover {
	color: #844852;
}


.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a &lt;br /&gt; or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.container .content p img {
	padding-right: 10px;
	padding-top: 10px;
	padding-left: 10px;
}

.container .content ul {
	font-size: 12px;
	line-height: 25px;
	margin-right: 30px;
	margin-left: 0px;
}
.container .content ul li {
	list-style-type: none;
	background-image: url(../images/listbullet.jpg);
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-bottom: 10px;
}</pre></body></html>