<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    font-family: 'open_sans_condensedbold';
    src: url('webfontkit-20130904-050023/opensans-condbold-webfont.eot');
    src: url('webfontkit-20130904-050023/opensans-condbold-webfont.eot?#iefix') format('embedded-opentype'),
         url('webfontkit-20130904-050023/opensans-condbold-webfont.woff') format('woff'),
         url('webfontkit-20130904-050023/opensans-condbold-webfont.ttf') format('truetype'),
         url('webfontkit-20130904-050023/opensans-condbold-webfont.svg#open_sans_condensedbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'open_sanscondensed_light';
    src: url('webfontkit-20130904-050718/opensans-condlight-webfont.eot');
    src: url('webfontkit-20130904-050718/opensans-condlight-webfont.eot?#iefix') format('embedded-opentype'),
         url('webfontkit-20130904-050718/opensans-condlight-webfont.woff') format('woff'),
         url('webfontkit-20130904-050718/opensans-condlight-webfont.ttf') format('truetype'),
         url('webfontkit-20130904-050718/opensans-condlight-webfont.svg#open_sanscondensed_light') format('svg');
    font-weight: normal;
    font-style: normal;

}

html { 
  background: url(images/achtergrond.png) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body {
	margin:0px;
	font-family: 'open_sanscondensed_light';
	color:#464646;
}

#header{
	background-image:url(Images/header.png);
	width:100%;
	height:357px;
	background-color:#000;
	background-repeat:no-repeat;
	background-position:center;
}

#container {
	margin:auto;
	width:990px;
}

#colum1 {
	margin-top:50px;
	width:305px;
	height:650px;
	margin-right:37.5px;
	float:left;
	line-height:30px;
}

#colum2 {
	margin-top:40px;
	width:305px;
	height:650px;
	float:left;
}

#colum3 {
	margin-top:40px;
	width:305px;
	height:650px;
	margin-left:37.5px;
	float:left;
}

h1 {
	font-family:'open_sans_condensedbold';
	font-size:16px;
	color: #464646; 
}

#footer {
	float:clear;
	margin-top:750px;
	background-image:url(Images/footer3.png);
	height:300px;
}

#footer_text {
	margin:auto;
	width:425px;
}

#footer_text1{
	width:200px;
	color:#FFFFFF;
	text-align:center;
	padding-top:15px;
	margin-right:25px;
	float:left;
}

#footer_text2{
	width:200px;
	color:#FFFFFF;
	text-align:center;
	padding-top:15px;
	float:left;
}

h2 {
	font-family:'open_sans_condensedbold';
	font-size:20px;
	color: #FFF; 
}

a:link {
	font-family:'open_sans_condensedbold';
	font-size:20px;
	color: #FFF;
	text-decoration:none;
}

a:hover {
	color: #d2c6ad;
}

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