<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	background-color: rgb(255, 255, 255);
	margin: 0px;
}

#mood {
	position: absolute;
	top: 50px;
	left: 0px;
	height: 700px;
	width: 100%;	
}

#mood #holder {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 700px;
	width: 100%;
	overflow: hidden;
}

#mood #holder .image {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 700px;
}

#mood #status {
	position: absolute;
	top: 686px;
	left: 0px;
	width: 100%;
	height: 14px;
	background-color: rgb(0, 0, 0);
	opacity: 0.3;
	overflow: hidden;
	z-index: 10003;
}

#mood #status .bar {
	width: 200px;
	height: 14px;
	opacity: 1;
	background-color: rgb(255, 255, 255);
}

#header {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 50px;
	width: 100%;
	background-color: rgb(196, 195, 154);
}

#header .content {
	width: 1000px;
	margin: 0 auto;
}

#header .content #search {
	background-color: rgb(151, 149, 90);
	float: left;	
	width: 250px;
	margin-top: 9px;
	margin-left: 38px;
}

#header .content #search .input {
	width: 200px;
	float: left;
}

#header .content #search .input input {
    font-family: 'alternategothicefmedium';
    font-size: 1.2em;
    color: rgb(255, 255, 255);	
    padding: 4px;
    padding-left: 8px;
    height: 24px;
    width: 190px;
   	background-color: rgb(151, 149, 90);
   	border: 0px;
   	outline: none; 
}

#header .content #search #send_search {
	width: 32px;
	height: 32px;
	float: right;
   	background-color: rgb(151, 149, 90);
	background-image: url(../img/btnOke.png);
	cursor: pointer;
}

#header .content #disclaimer {
	float: right;
	width: 120px;
	height: 30px;
	margin-top: 17px;
	margin-right: 20px;
    font-family: 'alternategothicefmedium';
    font-size: 1.2em;	
    text-align: right;	
}
#header .content #disclaimer a {
	color: rgb(100, 99, 99);
	text-decoration: none;
}
#header .content #disclaimer a:hover {
	color: rgb(0, 0, 0);
}

#header .content #language {
	float: right;
	width: 120px;
	height: 30px;
	margin-top: 15px;
}

#header .content #language .flag {
	margin-right: 5px;
}

#menu_slug {
	position: absolute;
	top: 50px;
	left: 0px;
	height: 130px;	
	width: 100%;
	background-color: rgb(196, 195, 154);
	opacity: 0.15;	
	z-index: 10000;
}

#menu_multiply {
	position: absolute;
	top: 50px;
	left: 0px;
	height: 130px;	
	width: 100%;
	background-color: rgb(0, 0, 0);
	opacity: 0.3;	
	z-index: 10001;
}

#news {
	padding-top: 150px;
	margin: 0 auto;
	width: 1000px;
	z-index: 10004;	
}

#news .item {
	padding-top: 25px;
	padding-bottom: 30px;
	border-bottom: 1px solid rgb(140, 140, 140);
}

#news .datum {
	float: left;
	width: 120px;
	height: 40px;
    font-family: 'alternategothicefmedium';
    font-weight: normal;
	font-size: 2em;
	color: rgb(100, 100, 99);
}

#news .content {
	float: right;
}

#news .content p {
	font-family: 'avenirroman';
	font-size: 0.9em;
	color: rgb(100, 100, 99);
	line-height: 165%;
}

#news .content h1 {
    font-family: 'alternategothicefmedium';
    font-weight: normal;
	font-size: 2em;
	color: rgb(100, 100, 99);
	line-height: 155%;
	margin-top: -6px;
	margin-bottom: 0px;
}

#news .image {
	width: 300px;
	height: 200px;
	margin-top: 8px;
	margin-left: 60px;
	float: left;
}

#arrows {
	position: absolute;
	top: 430px;
	left: 50%;
	margin-left: -580px;
	width: 1160px;
	height: 35px;
	z-index: 2000;
}

#arrows #btnLeft {
	float: left;
	background-image: url(/img/arrow_left.png);
	width: 49px;
	height: 35px;
	cursor: hand; cursor: pointer;
}

#arrows #btnRight {
	float: right;
	background-image: url(/img/arrow_right.png);	
	width: 49px;
	height: 35px;
	cursor: hand; cursor: pointer;	
}

#products_message {
	position: absolute;
	bottom: 0px;
	height: 15px;
	background-color: rgb(247, 195, 48);
	padding-top: 20px;
	padding-bottom: 20px;
	width: 100%;
	text-align: center;
	font-family: 'avenirheavy';
	font-size: 1em;
	z-index: 200000;
	display: none;
}


#products_options {
	position: absolute;
	top: 144px;
	left: 50%;
	margin-left: -500px;
	width: 1000px;
	height: 560px;
	z-index: 10004;	
	overflow: hidden;
}

#products_options .label {
    font-family: 'alternategothicefmedium';
    font-weight: normal;
	font-size: 1.7em;
	color: rgb(100, 100, 99);
	float: left;
	padding-top: 2px;
}

#products_options .selector {
	float: left;
	background-color: rgb(196, 195, 154);
	width: 250px; 
	padding: 5px;
	margin-left: 20px;
    font-family: 'alternategothicefmedium';
    font-weight: normal;
	font-size: 1.4em;
	color: rgb(255, 255, 255);	
	cursor: hand; cursor: pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;		
}

#products_options .button {
	float: right;
	background-color: rgb(196, 195, 154);
	width: 148px; 
	padding: 5px;
	padding-left: 10px;
	margin-left: 10px;
    font-family: 'alternategothicefmedium';
    font-weight: normal;
	font-size: 1.4em;
	color: rgb(65, 64, 49);	
	cursor: hand; cursor: pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;	
	text-align: center;
}

#products {
	position: absolute;
	top: 190px;
	left: 50%;
	margin-left: -500px;
	width: 1000px;
	height: 560px;
	z-index: 10004;	
	overflow: hidden;
}

#products #holder {
	-webkit-transform: translate3d(0px, 0px, 0px);   	
}

#products .item {
	position: relative;
	background-color: rgb(196, 195, 154);
	width: 495px;
	height: 180px;
	overflow: hidden;
}

#products .item .image {
	float: left;
	width: 158px;
	height: 200px;
}

#products .item .specs {
	float: left;
	width: 100px;
	height: 200px;
	background-color: rgb(232, 232, 214);
	text-align: center;
}

#products .item .specs h1 {
	font-family: 'avenirheavy';
	font-weight: normal;
	font-size: 1em;
	margin-top: 12px;	
	text-align: center;
	border-bottom: 1px solid rgb(151, 149, 90);
	margin-left: 10px;
	margin-right: 10px;
	padding-bottom: 5px;
}

#products .item .specs h2 {
    font-family: 'avenirroman';
	font-weight: normal;
	font-size: 0.8em;
	margin-top: -6px;	
	text-align: center;
	border-bottom: 1px solid rgb(151, 149, 90);
	margin-left: 10px;
	margin-right: 10px;
	padding-bottom: 4px;
}

#products .item .icon {
	opacity: 1;
	width: 30px;
}

#products .item .content {
	width: 196px;
	float: left;
}

#products .item .content .text {
	height: 120px;
	width: 196px;
	padding: 12px;	
	overflow: hidden;
}

#products .item .content .text h1 {
	font-family: 'avenirheavy';
	font-weight: normal;
	font-size: 1em;
	margin-top: 0px;
	margin-bottom: 0px;
	color: rgb(29, 29, 27);
}

#products .item .content .text p {
	font-family: 'avenirroman';
	font-size: 10pt;
	margin-top: 10px;
	margin-bottom: 0px;
	color: rgb(29, 29, 27);
	line-height: 140%;
}

#products .item .content .order {
	background-color: rgb(151, 149, 90);
	width: 237px;
	height: 35px;
	border-top: 1px solid rgb(111, 109, 50);
}

#products .item .content .order .units {
	float: left;
	width: 40px;
	padding: 8px;
	padding-top: 11px;
	color: rgb(29, 29, 27);	
	font-family: 'avenirroman';
	font-size: 0.9em;	
}

#products .item .content .order .input {
	float: left;
	width: 49px;
	height: 35px;
	background-color: rgb(196, 195, 154);
	padding-top: 8px;
}

#products .item .content .order .input input {
	color: rgb(29, 29, 27);	
	font-family: 'avenirroman';
	font-weight: bold;
	font-size: 0.9em;
	width: 45px;
	border: 0px;
	text-align: center;
	outline: none;
	background-color: rgb(196, 195, 154);	
}

#products .item .content .order .offerte {
	float: left;
	width: 50px;
	padding: 2px;
	padding-right: 10px;
	font-family: 'alternategothicefmedium';
	font-size: 15pt;
	padding-top: 6px;	
	padding-left: 8px;	
}


#products_order {
	position: absolute;
	top: 190px;
	left: 50%;
	margin-left: -500px;
	width: 1000px;
	z-index: 10005;	
	overflow: hidden;
	background-color: rgb(196, 195, 154);
}

#products_order h1 {
	padding: 40px;
	font-family: 'avenirroman';
	font-size: 1em;
	font-weight: normal;	
}

#products_order .item {
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 14px;
	padding-bottom: 10px;
	border-bottom: 1px solid rgb(111, 109, 50);
	height: 17px;
}

#products_order .item .units {
	font-family: 'avenirroman';
	font-size: 0.9em;
	margin-right: 30px;
	width: 100px;
	float: left;
}

#products_order .item .label {
	font-family: 'avenirroman';
	font-size: 0.9em;
	width: 300px;
	float: left;
}

#products_order .item .catelogus {
	font-family: 'avenirroman';
	font-size: 0.9em;
	width: 60px;
	text-align: right;
	margin-right: 10px;
	float: right;
}

#products_order .item .delete {
	font-family: 'avenirroman';
	font-size: 0.9em;
	width: 40px;
	text-align: right;
	margin-right: 0px;
	float: right;
	cursor: hand; cursor: pointer;
}

#products_order .contact {
	padding: 40px;
}

#products_order .contact .row {
	font-family: 'avenirroman';
	font-size: 1em;
	margin-bottom: 10px;
}

#products_order .contact .row input {
	padding: 5px;
	width: 420px;
	font-family: 'avenirroman';
	font-size: 12pt;
}

#products_order .contact .row #btnSendOfferte {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 170px;
	height: 32px;
	background-color: rgb(255, 255, 255);
	cursor: pointer;
	cursor: hand;
	margin-top: 30px;
	margin-bottom: 10px;
}

#products_order .contact .row #btnSendOfferte .label {
	height: 32px;
	width: 135px;
	float: left;
	text-align: center;
	padding-top: 8px;
}

#products_order .contact .row #btnSendOfferte .icon {
	width: 32px;
	height: 32px;
	background-color: rgb(142, 141, 112);
	background-image: url(../img/btnOke.png);
	float: right;
}

#products_search {
	position: absolute;
	top: 190px;
	left: 50%;
	margin-left: -500px;
	width: 1000px;
	height: 560px;
	z-index: 10005;	
	overflow: hidden;
	background-color: rgb(196, 195, 154);
	display: none;
}

#products_search .content {
	padding: 20px;
}

#products_search .item {
	background-color: rgb(151, 149, 90);
	height: 50px;
	margin-bottom: 15px;
}


#products_search .kleur {
	background-color: rgb(151, 149, 90);
	height: 250px;
	margin-bottom: 15px;
}

#products_search .column {
	float: left;
	width: 150px;
    font-family: 'avenirroman';
    font-size: 11pt;	
    line-height: 150%;
    margin-left: 76px; 
}



#products_search .item .label {
    font-family: 'alternategothicefmedium';
    font-size: 1.8em;
    color: rgb(255, 255, 255);
    padding: 10px;
    margin-left: 70px;
    float: left;
    width: 270px;
}	

#products_search .item .icons {
    margin-left: 60px;
    margin-top: -40px;
}	

#products_search .item .icons .icon {
	clear: both;
	margin-right: 10px;
	margin-bottom: 30px;
	opacity: 1;
	cursor: hand; cursor: pointer;
}

#products_search .item .icons .icon .checkbox {
	margin-top: 12px;
	margin-right: 10px;
	float: left;
}

#products_search .item .icons .icon .image {
	margin-top: 6px;
	float: left;
}


#products_search .item .input {
    float: left;
	padding: 10px;    
    margin-left: 60px;
}	

#products_search .item .input input[type="text"] {
	font-family: 'avenirroman';
	font-size: 14pt;
	background-color: rgb(131, 129, 70);
	border: 0px;
	color: rgb(255, 255, 255);	
	width: 390px;
    outline: none;	
    padding: 5px;
    margin-top: -1px;
}

#products_search .item .preferences {
	float: left;
	width: 330px;
}

#products_search .btnSearch {
	background-color: rgb(131, 129, 70);
	float: right;
	width: 100px;
	margin-top: 7px;	
	margin-right: 7px;
	padding: 3px;
	height: 29px;
	color: rgb(255, 255, 255);
    font-family: 'alternategothicefmedium';
    font-size: 1.8em;	
    text-align: center;
    cursor: pointer; cursor: hand;
}

#products_search .btnBasket {
	background-color: rgb(131, 129, 70);
	float: right;
	width: 100px;
	margin-top: 7px;	
	margin-right: 7px;
	padding: 3px;
	height: 29px;
	color: rgb(255, 255, 255);
    font-family: 'alternategothicefmedium';
    font-size: 1.8em;	
    text-align: center;
    cursor: pointer; cursor: hand;
}

#products_category {
	position: absolute;
	top: 190px;
	left: 50%;
	margin-left: -500px;
	width: 1000px;
	height: 560px;
	z-index: 10005;	
	overflow: hidden;
	background-color: rgb(255, 255, 255);
	display: none;
}

#products_category .content {
	padding: 0px;
	width: 1010px;
}

#products_category .content .item {
	float: left; 
	width: 196px;
	height: 30px;
	background-color: rgb(196, 195, 154);
	text-align: center;
	font-family: 'avenirroman';
	font-size: 10pt;
	padding-top: 12px;
	margin-right: 5px;
	margin-bottom: 5px;	
	overflow: hidden;
	cursor: hand; cursor: pointer;
}
#products_category .content .item:hover {
	background-color: rgb(151, 149, 90);
}

#menu {
	position: absolute;
	top: 50px;
	left: 50%;
	height: 80px;	
	width: 1000px;
	margin-left: -500px;
	border-bottom: 1px solid rgb(100, 99, 99);
	z-index: 10002;
}

#menu .item {
	color: rgb(100, 99, 99);
    font-family: 'alternategothicefmedium';
    font-size: 1.8em;	
    float: left; 
    width: 140px;
    padding-bottom: 40px;
    text-align: center;
    margin-top: 25px;
}

#menu .item:hover {
	cursor: hand; cursor: pointer;
	color: rgb(0, 0, 0);
}
#menu .item a {
	color: rgb(100, 99, 99);
	text-decoration: none;
}

#menu .active a {
	color: rgb(196, 195, 154);
}

#menu .logo {
    float: left; 
    width: 140px;
   	text-align: center; 
   	margin-top: -23px;
}

#footer {
	height: 250px;
	width: 100%;	
	background-color: rgb(255, 255, 255);
}

#footer .content {
	width: 1000px;
	margin: 0 auto;
}

#footer .content .item {
	float: left;
	width: 333px;
	height: 200px;
	margin-top: 30px;
}

#footer .content .item h1 {
	font-weight: normal;
    font-family: 'alternategothicefmedium';
    font-size: 2em;
    color: rgb(100, 99, 99);
    margin-top: 0px;	
    margin-bottom: 7px;
    margin-left: 18px;
    margin-right: 18px;
    text-align: center;
}

#footer .content .waar {
	border-right: 1px solid rgb(100, 99, 99);
	width: 350px;
	text-align: center;
}

#footer .content .waar p {
  	font-family: 'avenirroman';
  	font-size: 0.9em;
  	line-height: 160%;
}

#footer .content .waar p a {
    color: rgb(30, 39, 39);
    text-decoration: none;
}

#footer .content .waar .holder {
	height: 110px;
	overflow: hidden;
	margin-bottom: 10px;
}

#footer .content .waar p {
    font-family: 'avenirroman';
    color: rgb(100, 99, 99);
    margin-top: 2px;
}

#footer .content .hoe {
	border-right: 1px solid rgb(100, 99, 99);
	width: 290px;	
}

#footer .content .hoe p {
  	font-family: 'avenirroman';
  	font-size: 0.9em;
  	line-height: 160%;
    color: rgb(100, 99, 99);
    margin-top: 40px;
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
}

#footer .content .hoe .social {
	width: 136px;
	margin: 0 auto;
	margin-top: 30px;
	text-align: center;
}

#footer .content .nieuwsbrief {
	width: 310px;	
}

#footer .content .nieuwsbrief p {
  	font-family: 'avenirroman';
  	font-size: 0.9em;
  	line-height: 160%;
    color: rgb(100, 99, 99);
    margin-top: 40px;
    text-align: center;
}
#footer .content .nieuwsbrief p a {
    color: rgb(30, 39, 39);
    text-decoration: none;
}

#footer .content .nieuwsbrief .email {
	margin-left: 30px;
	margin-top: 30px;
	width: 260px;
	background-color: rgb(196, 195, 154);	
}

#footer .content .nieuwsbrief .email input {
	background-color: rgb(196, 195, 154);	
	border: 0px;
    font-family: 'alternategothicefmedium';
    font-size: 1.2em;
    color: rgb(65, 64, 49);	
    padding: 4px;
    padding-left: 8px;
    height: 24px;
   	outline: none; 	
}



#footer .content .nieuwsbrief .email .ok {
	width: 32px;
	height: 32px;
	float: right;
	background-color: rgb(142, 141, 112);
	background-image: url(../img/btnOke.png);
	cursor: pointer; cursor: hand;
}

#page {
	position: absolute;
	top: 150px;
	left: 50%;
	margin-left: -500px;
	width: 1000px;
	z-index: 10004;	
	overflow: hidden;
}

#page .text {
	float: left;
	width: 440px;
	padding-top: 40px;
	padding-left: 30px;
	padding-right: 30px;
}

#page .text h1 {
	margin-top: -6px;
	margin-bottom: 0px;
    font-family: 'alternategothicefmedium';
    font-weight: normal;
	font-size: 2em;
	color: rgb(100, 100, 99);
	line-height: 155%;
}

#page .text p {
	font-family: 'avenirroman';
	font-size: 0.9em;
	line-height: 160%;
	color: rgb(100, 99, 99);
}
#page .text p a {
	color: rgb(11, 11, 11);
	text-decoration: none;
}
#page .text p a:hover {
	text-decoration: underline;
}


#page .image {
	float: left;
	width: 500px;
}


#about_menu {
	position: absolute;
	top: 142px;
	left: 50%;
	margin-left: -500px;
	width: 960px;
	height: 36px;
	z-index: 10004;	
	overflow: hidden;
	padding-left: 40px;
	border-bottom: 1px solid rgb(0, 0, 0);
}

#about_menu .item {
	margin-right: 50px;
    font-family: 'alternategothicefmedium';
    font-weight: normal;
	font-size: 1.5em;
	color: rgb(100, 100, 99);	
}

#about_menu .item a {
	color: rgb(100, 100, 99);	
	text-decoration: none;
}

#about {
	position: absolute;
	top: 200px;
	left: 50%;
	margin-left: -500px;
	width: 1000px;
	z-index: 10005;	
}

#about .text {
	float: left;
	width: 420px;
	padding-left: 40px;
	padding-top: 40px;
	padding-bottom: 40px;
}

#about .text a {
	color: rgb(0, 0, 0);
	text-decoration: none;
}
#about .text a:hover {
	color: rgb(0, 0, 0);
	text-decoration: underline;
}

#about .text h1 {
	margin-top: -6px;
	margin-bottom: 0px;
    font-family: 'alternategothicefmedium';
    font-weight: normal;
	font-size: 2em;
	color: rgb(100, 100, 99);
	line-height: 155%;
}

#about .text p {
	font-family: 'avenirroman';
	font-size: 0.9em;
	color: rgb(100, 99, 99);
	line-height: 160%;
	text-align: justify;
}

#about .image {
	width: 500px;
	margin-top: 100px;
	float: right;
}

#aanbod {
	position: absolute;
	top: 150px;
	left: 50%;
	margin-left: -500px;
	width: 1000px;
	height: 560px;
	z-index: 10004;	
	overflow: hidden;
}

#aanbod #holder {
	-webkit-transform: translate3d(0px, 0px, 0px);   
	width: 20000px;	
}

#aanbod #holder .item {
    font-family: 'avenirroman';
    font-size: 0.9em;
    color: rgb(100, 99, 99);
    float: left;
    width: 920px;
    height: 480px;
    padding: 40px;
}
#aanbod #holder .item a {
    color: rgb(11, 11, 11);
    text-decoration: none;
}
#aanbod #holder .item a:hover {
    color: rgb(11, 11, 11);
    text-decoration: underline;
}


#aanbod #holder .item h1 {
	margin-top: -6px;
	margin-bottom: 0px;
    font-family: 'alternategothicefmedium';
    font-weight: normal;
	font-size: 2em;
	color: rgb(100, 100, 99);
	line-height: 155%;
}

#aanbod #holder .item .column {
	-moz-column-count:2;
	-webkit-column-count:2;
	column-count:2;
	-moz-column-gap:40px; 
	-webkit-column-gap:40px;
	column-gap:40px;
	line-height: 165%;	
}

#aanbod #holder .item .column p {
	margin-top: 0px;
	margin-bottom: 0px;
} 


#aanbod #holder .image {
    float: left;
    width: 1000px;
    height: 560px;
}

#aanbod #holder .image .text {
	position: relative;
	top: -50px;
	background-color: black;
	opacity: 0.7;
    font-family: 'avenirroman';
    color: rgb(255, 255, 255);
    height: 50px;
}

#aanbod #holder .image .text a {
	text-decoration: underline;
    color: rgb(0, 0, 0);	
    font-weight: bold;
}

#aanbod #holder .image .text a:hover {
	text-decoration: none;
    color: rgb(0, 0, 0);	
}


#aanbod #holder .image .text .left {
	padding: 15px;
	width: 700px;
	float: left;
}

#aanbod #holder .image .text .right {
	width: 200px;
	padding-top: 14px;
    height: 38px;	
	float: right;
	background-color: rgb(247, 228, 37);
	text-align: right;
}

#aanbod #keuze .item {
	width: 490px;
	height: 560px;
	float: left;
	cursor: hand; cursor: pointer;
}

#aanbod #keuze .item .label {
	font-family: 'alternategothicefmedium';
    font-size: 3em;
    margin-top: 350px;
    text-align: center;
    background-color: rgb(0, 0, 0);
    height: 48px;
    padding: 20px;
    color: rgb(255, 255, 255);
    opacity: 0.6;
}


#contact {
	border-bottom: 1px solid rgb(100, 99, 99);
	padding-top: 150px;
	padding-bottom: 30px;
	margin: 0 auto;
	width: 1000px;
	z-index: 10004;	
}
#contact a {
	text-decoration: underline;
	color: rgb(0, 0, 0);
}
#contact a:hover {
	text-decoration: none;
	color: rgb(0, 0, 0);
}

#contact h1 {
	margin-top: -6px;
	margin-bottom: 20px;
	font-family: 'alternategothicefmedium';
	font-weight: normal;
	font-size: 2em;
	color: rgb(100, 100, 99);
	line-height: 155%;
}

#contact p {
	font-family: 'avenirroman';
	font-size: 0.9em;
	line-height: 160%;
	color: rgb(100, 99, 99);
}

#contact .text {
	float: left;
	width: 470px;
	padding-left: 30px;
	padding-top: 40px;
}

#contact .text h1 {
	margin-top: -6px;
	margin-bottom: 0px;
	font-family: 'alternategothicefmedium';
	font-weight: normal;
	font-size: 2em;
	color: rgb(100, 100, 99);
	line-height: 155%;
}

#contact .text p {
	font-family: 'avenirroman';
	font-size: 0.9em;
	line-height: 160%;
	color: rgb(100, 99, 99);
}

#contact .text p a {
	color: rgb(11, 11, 11);
	text-decoration: none;
}
#contact .text p a:hover {
	color: rgb(11, 11, 11);
	text-decoration: underline;
}

#contact .image {
	float: left;
	width: 500px;
}

#contact #formulier {
	min-height: 200px;
}

#contact #formulier h1 {
    font-family: 'Georgia';	
    font-weight: normal;
    font-size: 24pt;
}

#contact #formulier .item .label {
    font-family: 'avenirroman';
    padding-bottom: 3px;
    padding-top: 10px;
}

#contact #formulier .item .input {
   	font-family: 'avenirroman';
}

#contact #formulier .item .input input[type="text"] {
   	padding: 5px;
   	width: 420px;
	font-family: 'avenirroman';	
	font-size: 12pt;
}

#contact #formulier .item .input input[type="password"] {
   	padding: 5px;
   	width: 420px;
	font-family: 'avenirroman';	
	font-size: 12pt;
}

#contact #formulier .item .input textarea {
   	padding: 5px;
   	width: 420px;
	font-family: 'avenirroman';	
	font-size: 12pt;
	height: 230px;
}

#contact #formulier .column {
	width: 500px;
	float: left;
}

#contact #formulier #send  {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;	
	width: 150px;
	height: 32px;
	background-color: rgb(196, 195, 154);	
	cursor: pointer; cursor: hand;
	margin-top: 30px;
	margin-bottom: 10px;
}

#contact #formulier #send .label {
	height: 32px;
	width: 115px;
	float: left;
	text-align: center;
	padding-top: 8px;
}

#contact #formulier #send .icon {
	width: 32px;
	height: 32px;
	background-color: rgb(142, 141, 112);
	background-image: url(../img/btnOke.png);
	float: right;
}

#newsletter {
	border-bottom: 1px solid rgb(100, 99, 99);
	padding-top: 150px;
	padding-bottom: 30px;
	margin: 0 auto;
	width: 1000px;
	z-index: 10004;	
    font-family: 'Georgia';	
 	line-height: 155%;   	
}

#newsletter h1 {
	margin-top: 0px;
	margin-bottom: 0px;
    font-family: 'alternategothicefmedium';
    font-weight: normal;
	font-size: 2em;
	color: rgb(100, 100, 99);
	line-height: 155%;
}

#newsletter #formulier {
	margin-top: 20px;
}

#newsletter #formulier h1 {
    font-family: 'Georgia';	
    font-weight: normal;
    font-size: 24pt;
}

#newsletter p {
	width: 700px;
}

#newsletter #formulier .item .label {
    font-family: 'Georgia';	
    padding-bottom: 3px;
    padding-top: 10px;
}

#newsletter #formulier .item .input {
    font-family: 'Georgia';	
}

#newsletter #formulier .item .input input[type="text"] {
   	padding: 5px;
   	width: 420px;
	font-family: 'Georgia';		
	font-size: 12pt;
}

#newsletter #formulier .item .input textarea {
   	padding: 5px;
   	width: 420px;
	font-family: 'Georgia';		
	font-size: 12pt;
	height: 230px;
}

#newsletter #formulier #btnSendNewsletter  {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;	
	width: 150px;
	height: 32px;
	background-color: rgb(196, 195, 154);	
	cursor: pointer; cursor: hand;
	margin-top: 30px;
	margin-bottom: 10px;
}

#newsletter #formulier #btnSendNewsletter .label {
	height: 32px;
	width: 115px;
	float: left;
	text-align: center;
	padding-top: 6px;
}

#newsletter #formulier #btnSendNewsletter .icon {
	width: 32px;
	height: 32px;
	background-color: rgb(142, 141, 112);
	background-image: url(../img/btnOke.png);
	float: right;
}

#search_engine {
	position: absolute;
	top: 150px;
	left: 50%;
	margin-left: -500px;
	width: 1000px;
	z-index: 10004;	
}

#search_engine .item {
	background-color: rgb(196, 195, 154);
	padding: 20px;
	font-family: 'avenirroman';
	margin-bottom: 20px;
	cursor: pointer; cursor: hand;	
}

#search_engine .item h1 {
	margin-top: 0px;
	margin-bottom: 0px;
    font-family: 'alternategothicefmedium';
    font-weight: normal;
	font-size: 2em;
	color: rgb(100, 100, 99);
} 
#search_engine .item h1 a {
	color: rgb(100, 100, 99);
	text-decoration: none;
	
} 


img {
	border: 0px;
}

@font-face {
    font-family: 'alternategothicefmedium';
    src: url('alternategothicef-noone-webfont.eot');
    src: url('alternategothicef-noone-webfont.eot?#iefix') format('embedded-opentype'),
         url('alternategothicef-noone-webfont.woff') format('woff'),
         url('alternategothicef-noone-webfont.ttf') format('truetype'),
         url('alternategothicef-noone-webfont.svg#alternategothicefmedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'avenirroman';
    src: url('avenir-roman-webfont.eot');
    src: url('avenir-roman-webfont.eot?#iefix') format('embedded-opentype'),
         url('avenir-roman-webfont.woff') format('woff'),
         url('avenir-roman-webfont.ttf') format('truetype'),
         url('avenir-roman-webfont.svg#avenirroman') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'avenirheavy';
    src: url('avenir-heavy-webfont.eot');
    src: url('avenir-heavy-webfont.eot?#iefix') format('embedded-opentype'),
         url('avenir-heavy-webfont.woff') format('woff'),
         url('avenir-heavy-webfont.ttf') format('truetype'),
         url('avenir-heavy-webfont.svg#avenirheavy') format('svg');
    font-weight: normal;
    font-style: normal;
}</pre></body></html>