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

h1 {
	font-family: Arial, Helvetica, sans-serif;
        font-size:16px;
        color: #666666;
        padding-bottom: 20px;
        text-transform: uppercase;
		font-weight:normal;
}
#tekst a {
	color:#000;
	text-decoration:none;
	font-weight:bold;
	}
#Tekst a:hover {
	color:#D2BA8E;
	text-decoration:none;
	}
#contact {
	text-align:center;
	width:100%;
	}
#wrapper {
	width:100%;
	float:left;
}
#contact_form {
	width:260px;
	float:left;
	text-align:left;
	margin:20px;
}
#contactform {
	background-image:url(../img/contact_bg.jpg);
	border:1px solid black;
	display:none;
	width:400px;
	height:300px;
	
	}
#top {
	padding-bottom:4px; 
	font-face:arial; 
	size:3; 
	color: #603419;
	}
#naam {
	float:left; 
	width:100%; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px; 
	font-weight:bold;
}
.spacer {
	width:100%; 
	height:4px;
}
#email {
	float:left; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px; 
	font-weight:bold; 
	width:100%;	
}
.input {
	float:left; 
	width:100%;
}
#vraag {
	float:left; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px; 
	font-weight:bold; 
	width:100%;
}
#submit {
	float:left; 
	text-align:right; 
	width:100%;	
}</pre></body></html>