@charset "UTF-8";
/* ///////////////////////////////////////////////////// 

Bestandsnaam: style.css
Versie: 1.0.0 (21-07-2009)

Om hover acties toe te passen gebruik je de volgende regel op het juiste element:
behavior:url("/htc/csshover.htc");
		
Om .png bestanden als achtergrond te gebruiken in CSS en ze in IE 6 goed weer te geven je de volgende regel op het juiste element:
behavior:url("/htc/iepngfix.htc");

///////////////////////////////////////////////////// */

/* ////////////////////////////////////////////////// */
     
	/* ALGEMEEN */
	 
.clr {
	clear: both;
}

.flt_rgt {
	float: right;
}

.flt_lft {
	float: left;
}

.print {
	display: none !important;
}

a {
	
}

a:hover {
	
}

#map {
	width: 500px;
	height: 375px;
	border: 2px solid #330000;
}

#map span {
	display: none;
}

.adres {
	color: #000000;
	line-height: 16px;
}

.adres strong, .route strong  {
	color: #000000 !important;
}

.route {
	color: #000000;
	line-height: 16px;
}

.route .send_btn {
	width: auto !important;
	margin: 5px 0 0 0;
}

/* ////////////////////////////////////////////////// */

/* ////////////////////////////////////////////////// */
     
	 /* GLOBALE PAGINA OPMAAK */	 

body {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 100%;
	height: 100%;
	background-image: url('/img/body_back-2.jpg');
	background-repeat: repeat;
}

html {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 100%;
	height: 100%;
}

#total_wrap {
	width: 100%;
	background-image: url('/img/top_back.png');
	background-repeat: repeat-x;
}

#content_wrap {
	width: 100%;
	background-image: url('/img/content_wrap_back.png');
	background-repeat: repeat;
}

#content {
	width: 963px;
	background-image: url('/img/content_back-2.png');
	background-repeat: repeat;
	margin: 0 auto;
}

#content_left {
	margin: 0 0 0 2px;
	width: 150px;
	float: left;
}

#content_middle {
	width: 531px;
	float: left;
}

#content_highlights {
	background-color: #9c7244;	
	margin: 0;
	padding: 0;
}

#content_right {
	width: 276px;
	float: left;
}

#header {
	width: 962px;
	height: 268px;
	margin: 0 auto;
	position: relative;
}

#logo {
	background: url('/img/white-opacity.png') repeat;
	width: 279px;
	height: 214px;
	z-index: 10;
	position: absolute;
	right: 0;
	bottom: 12px;
}

#logo img {
	padding: 20px 0 0 10px;
	width: 269px;
	height: 188px;
}

#header_photo {
	width: 962px;
	height: 214px;
	background-image: url('/img/header.jpg');
	background-repeat: no-repeat;	
	position: absolute;
	left: 0;
	top: 42px;
	z-index: 1;
	overflow: hidden;
}

#header_photo_replace {
	margin: -1px 0 0 1px;
}

#address {
	width: 962px;
	margin: 20px auto;
	text-align: center;
}

#address address {
	font-style: normal;	
	color: #663300;
	font-family: Century, Georgia, Times, "Times new Roman", serif;
	letter-spacing: 1px;
	font-size: 12px;
}

#address address a {
	text-decoration: none;
	color: #663300;	
}

#address address a:hover {
	text-decoration: underline;
}

#webdeveloper {	
	color: #663300;
	font-family: Century, Georgia, Times, "Times new Roman", serif;
	letter-spacing: 1px;
	font-size: 11px;
	margin: 40px 0 0 0;
	display: block;
	text-decoration: none;
}

#webdeveloper:hover {
	text-decoration: underline;
}

#footer_wrap {
	background-image: url('/img/footer_back.png');
	background-repeat: repeat-x;
	width: 100%;
	text-align: center;
}

/* ////////////////////////////////////////////////// */

/* ////////////////////////////////////////////////// */
     
	/* HOOFDMENU */ 	 

#topmenu, #topmenu * {
	margin:	0;
	padding: 0;
	list-style:	none;
	position: relative;
	z-index: 150;
}

#topmenu {
	line-height: 1.0;
}

#topmenu ul {
	position: absolute;
	top: -999em;
	width: 200px; /* left offset of submenus need to match (see below) */
}

#topmenu ul li {
	width: 100%;
}

#topmenu li:hover {
	visibility:	inherit; /* fixes IE7 'sticky bug' */
}

#topmenu li {
	float: left;
	position: relative;
	padding: 0;
	margin: 0 15px 0 0 !important;
}

#topmenu a {
	display: block;
	position: relative;
}

#topmenu li:hover ul,
#topmenu li.sfHover ul {
	left: 0;
	top: 41px; /* match top ul list item height */
	z-index: 99;
	background-image: url('/img/submenu_back.jpg');
	background-repeat: repeat;
	border: 1px solid #6D5133;
}

ul#topmenu li:hover li ul,
ul#topmenu li.sfHover li ul {
	top: -999em;
}

ul#topmenu li li:hover ul,
ul#topmenu li li.sfHover ul {
	left: 10em; /* match ul width */
	top: 0;
}

ul#topmenu li li:hover li ul,
ul#topmenu li li.sfHover li ul {
	top: -999em;
}

ul#topmenu li li li:hover ul,
ul#topmenu li li li.sfHover ul {
	left: 10em; /* match ul width */
	top: 0;
}

ul#topmenu li a {
	text-decoration: none;
	color: #a43f23;
	font-size: 14px;
	line-height: 20px;
	width: auto !important;
	font-family: Century, Georgia, Times, "Times new Roman", serif;
	letter-spacing: 2px;
	height: 31px;
	padding: 10px 5px 0 5px !important;
	float: left;
}

ul#topmenu li a:hover {
	background-color: #6D5133;
	color: #ffd187;
}

ul#topmenu li.sfHover ul li {
	margin: 0 !important;
}

ul#topmenu li.sfHover ul a {
	display: block;
	padding: 10px !important;
	margin: 0 !important;
	letter-spacing: 2px;
	font-size: 12px;
	text-decoration: none;
	color: #a43f23;
	font-weight: normal;
	font-family: Century, Georgia, Times, "Times new Roman", serif;
	width: 180px !important;
	height: auto !important;
}

ul#topmenu li.sfHover ul a:hover {
	background-color: #6D5133;
	color: #ffd187;
}

/* ////////////////////////////////////////////////// */

/* ////////////////////////////////////////////////// */
     
	/* LINKERMENU */ 

#leftmenu {
	margin: 10px 0 0 0;
	padding: 0;
	list-style: none;
	position: relative;
}

#leftmenu li {
	display: block;
	height: 25px !important;
	margin: 0 !important
}

#leftmenu li:hover {
	display: block;
	height: 25px !important;
	margin: 0 !important
}

#leftmenu li a {
	display: block;
	font-family: Century, Georgia, Times, "Times new Roman", serif;
	width: 140px;
	height: 22px;
	background-image: url('/img/leftmenu_back.jpg');
	background-repeat: repeat;
	padding: 3px 0 0 10px;
	text-decoration: none;
	font-size: 13px;
	letter-spacing: 1px;
	color: #e0dbbc;
	cursor: pointer;
}

#leftmenu a:hover {
	background-image: url('/img/leftmenu_back_hover.jpg');
	background-repeat: repeat;
}

#leftmenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	background-color: #9d8361;
	z-index: 20;
}

#leftmenu li:hover ul,
#leftmenu li.sfHover ul {
	position: absolute;
	left:	150px; /* match ul width */
	margin: -25px 0 0 0;
}

/* ////////////////////////////////////////////////// */

/* ////////////////////////////////////////////////// */
     
	/* FOOTERMENU */ 
	
#footermenu {
	margin: 0 auto;
	padding: 20px 0 0 0;
	list-style: none;
	width: 962px;
	text-align: center;
}

#footermenu li {
	display: inline;
}

#footermenu li a {
	color: #cccc99;
	text-decoration: none;
	font-family: Century, Georgia, Times, "Times new Roman", serif;
	font-size: 12px;
	letter-spacing: 1px;
	margin: 0 10px 0 0;
	padding: 0 20px 0 10px;
	border-right: 1px solid #cccc99;
}

#footermenu li a:hover {
	text-decoration: underline;
}

.Sitemap {
	border: 0 !important;	
	padding: 0 0 0 10px !important;
}
	
/* ////////////////////////////////////////////////// */	

/* ////////////////////////////////////////////////// */
     
	/* CONTENT */ 

.text {
	margin: 0;
	padding: 10px 15px;
	color: #e0dbbc;
	font-family: 'Arial';
	font-size: 11px;
	letter-spacing: 1px;
	line-height: 21px;
}

.text ul {
	list-style: square;
}

.text ul li {
	padding: 0 0 0 5px;
}

.text ol {
	margin: 0 0 0 5px;
}

.text hr {
	border: 0;
	background-color: #83613E;
	color: #83613E;
	height: 1px;	
}

.text a {
	color: #330000;
}

.text a:hover {
	text-decoration: none;
}

.text strong {
	color: #eeebd5;	
}

#sitemap, #sitemap strong {
	color: #330000;
}

.text .content_image img {
	float: right;
	margin: 0 15px 0 0;
	padding: 3px;
	border: 2px solid #330000;
	line-height: 0;
}

.text .content_image:hover img {
	border: 2px solid #815122;	
}

.text .album_photo {
	margin: 0 5px 0 0;
	padding: 3px;
	border: 2px solid #330000;
	line-height: 0;
}

.text .button {
	font-family: Century, Georgia, Times, "Times new Roman", serif;
	color: #e0dbbc;
	background-color: #5e3d20;
	padding: 2px 5px;
	text-decoration: none;
	cursor: pointer;
}

.text .button:hover {
	text-decoration: underline;	
}

.block {
	display: block !important;
}

#content_highlights .text {
	width: 235px;
	float: left;
	margin: 0;
}

#content_right .text {
	background-image: url('/img/border-right.png');
	background-repeat: no-repeat;
	background-position: bottom left;
}

#content_right .text h1 {
	padding: 0 0 3px 0;
	border-bottom: 1px dotted #330000;
	width: 250px;
}

.grotere_beige_tekst {
	font-weight: bold;
	font-size: 12px;	
}

.grotere_beige_tekst a {
	color: #e0dbbc !important;
	text-decoration: none !important;
}

.grotere_beige_tekst a:hover {
	text-decoration: underline !important;
}

.employee {
	font-size: 12px;
	font-weight: bold;
	width: 127px;
	text-align: center;
	float: left;
	cursor: pointer;
	margin: 1px 10px;
	height: 200px;
}

.employee img {
	margin: 0;
	padding: 3px;
	border: 2px solid #330000;
	line-height: 0;
	cursor: pointer;
}

.employee:hover img {
	border: 2px solid #815122;	
}

.random_employee {
	font-size: 12px;
	font-weight: bold;
	width: 130px;
	text-align: center;
	float: left;
	cursor: pointer;
	margin: 10px 10px 0 10px;
	padding: 0 !important;
}

.random_employee img {
	margin: 0;
	padding: 3px;
	border: 2px solid #330000;
	line-height: 0;
	cursor: pointer;
}

.random_employee:hover img {
	border: 2px solid #815122;	
}

.random_employee a {
	text-decoration: none;
	color: #e0dbbc;	
}

/* ////////////////////////////////////////////////// */

/* ////////////////////////////////////////////////// */

	/* HEADERS */	


h1 {
	margin: 0;
	padding: 0;
	color: #330000;
	font-size: 23px;
	line-height: 30px;
}

h2 {
	margin: 0;
	padding: 0;
	color: #330000;
	font-size: 21px;
	line-height: 28px;
}

h3 {
	margin: 0;
	padding: 0;
	color: #330000;
	font-size: 19px;
	line-height: 26px;
}

h4 {
	margin: 0;
	padding: 0;
	color: #330000;
	font-size: 17px;
	line-height: 24px;
}

h5 {
	margin: 0;
	padding: 0;
	color: #330000;
	font-size: 15px;
	line-height: 22px;
}

h6 {
	margin: 0;
	padding: 0;
	color: #330000;
	font-size: 13px;
	line-height: 20px;
}

#content_left h1 {
	margin: 10px 0 0 10px;
}

#content_highlights .text h1 {
	margin: 0;
	padding: 0;
	color: #330000;
	font-size: 17px;
	line-height: 24px;
}	
	
/* ////////////////////////////////////////////////// */

/* ////////////////////////////////////////////////// */

	/* FORMULIER */	
label {
	width: 140px;
	display: block;
	float: left;
}

input, textarea {
	width: 160px !important;
	background-color: #e0dbbc;
	border: 1px solid #a9a065;
	padding: 4px;
	letter-spacing: 1px;
	font-size: 11px;
	line-height: 22px;
	font-family: 'Arial';
	margin: 0 15px 0 0;
}

form img {
	border: 1px solid #a9a065;
}

textarea {
	overflow: auto;
	height: 150px;
}

span.error { 
	width: auto;
	padding: 4px 4px 4px 4px;
	background-color: #cc0000;
	background-image: url('/img/required.jpg');
	background-repeat: no-repeat;
	background-position: top left;
	color: #FFFFFF;
	font-size: 10px;
}

.send_btn {
	width: 100px !important;
	font-family: Century, Georgia, Times, "Times new Roman", serif;
	color: #e0dbbc;
	background-color: #5e3d20;
	padding: 3px;
	text-decoration: none;
	cursor: pointer;
	border: 1px solid #ca9a74;
}

#searchform {
	width: 210px;
	position: absolute;
	top: -7px;
	right: 0;
}

#searchform input {
	border: 0;
	background: transparent;
	width: 153px !important;
	height: 17px;
	background-color: #f0f0d1;
	background-repeat: no-repeat;
	padding: 4px 0 0 2px;
	border: 1px solid #d19f67;
	float: left;
	color: #6D5133;
	margin: 0 !important;
}

#searchform .send_btn {
	width: 53px !important;
	background: none;
	border: 0;
	background-image: url('/img/search.jpg');
	background-repeat: no-repeat;
	height: 21px;
	text-indent: -100000px;
	font-size: 0;
	line-height: 0;
	cursor: pointer;
	display: block;
	margin: 1px 0 0 0 !important;
}

div.selectbox-wrapper {
  position: absolute;
  width: 400px;
  background-color: white;
  border: 1px solid #ccc;
  margin: 0px;
  margin-top: -10px;
  padding: 0px;
  font-size: 0.8em;
  text-align: left;
  max-height: 200px;
  overflow: auto;
}

div.selectbox-wrapper ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

div.selectbox-wrapper ul li.selected { 
  background-color: #EAF2FB;
}

div.selectbox-wrapper ul li {
  	list-style-type: none;
  	display: block;
  	margin: 0;
  	padding: 2px;
  	cursor: pointer;
}

label {
    display: block;
}

.selectbox {
  	padding-left: 2px;
  	display: block;
  	text-align: left; 
  	background: url('/img/bg_select.jpg') right;
  	/*height:18px;*/
  	cursor: pointer;
  	width: 140px;
	background-color: #886034;
	margin: 0 0 0 5px;
	border: 1px solid #946d48;
	color: #e0dbbc;
	font-size: 11px !important;
	letter-spacing: 0px;
}

select {
	background: url('/img/bg_select.jpg') right;
}

/* ////////////////////////////////////////////////// */

/* ////////////////////////////////////////////////// */

	/* FANCYBOX */	

div#fancy_overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #666;
	display: none;
	z-index: 30;
}

* html div#fancy_overlay {
	position: absolute;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

div#fancy_wrap {
	text-align: left;
}

div#fancy_loading {
	position: absolute;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: none;
	overflow: hidden;
	background: transparent;
	z-index: 100;
}

div#fancy_loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background: transparent url('/img/fancy_progress.png') no-repeat;
}

div#fancy_loading_overlay {
	position: absolute;
	background-color: #FFF;
	z-index: 30;
}

div#fancy_loading_icon {
	position: absolute;
	background: url('/img/fancy_loading.gif') no-repeat;
	z-index: 35;
	width: 16px;
	height: 16px;
}

div#fancy_outer {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    padding: 18px 18px 33px 18px;
    margin: 0;
    overflow: hidden;
    background: transparent;
    display: none;
}

div#fancy_inner {
	position: relative;
	width:100%;
	height:100%;
	border: 1px solid #BBB;
	background: #FFF;
}

div#fancy_content {
	margin: 0;
	z-index: 100;
	position: absolute;
}

div#fancy_div {
	background: #000;
	color: #FFF;
	height: 100%;
	width: 100%;
	z-index: 100;
}

img#fancy_img {
	position: absolute;
	top: 0;
	left: 0;
	border:0; 
	padding: 0; 
	margin: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
}

div#fancy_close {
	position: absolute;
	top: -12px;
	right: -15px;
	height: 30px;
	width: 30px;
	background: url('/img/fancy_closebox.png') top left no-repeat;
	cursor: pointer;
	z-index: 181;
	display: none;
}

#fancy_frame {
	position: relative;
	width: 100%;
	height: 100%;
	display: none;
}

#fancy_ajax {
	width: 100%;
	height: 100%;
	overflow: auto;
}

a#fancy_left, a#fancy_right {
	position: absolute; 
	bottom: 0px; 
	height: 100%; 
	width: 35%; 
	cursor: pointer;
	z-index: 111; 
	display: none;
	background-image: url(data:image/gif;base64,AAAA);
	outline: none;
}

a#fancy_left {
	left: 0px; 
}

a#fancy_right {
	right: 0px; 
}

span.fancy_ico {
	position: absolute; 
	top: 50%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	z-index: 112; 
	cursor: pointer;
	display: block;
}

span#fancy_left_ico {
	left: -9999px;
	background: transparent url('/img/fancy_left.png') no-repeat;
}

span#fancy_right_ico {
	right: -9999px;
	background: transparent url('/img/fancy_right.png') no-repeat;
}

a#fancy_left:hover {
  visibility: visible;
}

a#fancy_right:hover {
  visibility: visible;
}

a#fancy_left:hover span {
	left: 20px; 
}

a#fancy_right:hover span {
	right: 20px; 
}

.fancy_bigIframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

div#fancy_bg {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}
	
div.fancy_bg {
	position: absolute;
	display: block;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}

div.fancy_bg_n {
	top: -18px;
	width: 100%;
	height: 18px;
	background: transparent url('/img/fancy_shadow_n.png') repeat-x;
}

div.fancy_bg_ne {
	top: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('/img/fancy_shadow_ne.png') no-repeat;
}

div.fancy_bg_e {
	right: -13px;
	height: 100%;
	width: 13px;
	background: transparent url('/img/fancy_shadow_e.png') repeat-y;
}

div.fancy_bg_se {
	bottom: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('/img/fancy_shadow_se.png') no-repeat;
}

div.fancy_bg_s {
	bottom: -18px;
	width: 100%;
	height: 18px;
	background: transparent url('/img/fancy_shadow_s.png') repeat-x;
}

div.fancy_bg_sw {
	bottom: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('/img/fancy_shadow_sw.png') no-repeat;
}

div.fancy_bg_w {
	left: -13px;
	height: 100%;
	width: 13px;
	background: transparent url('/img/fancy_shadow_w.png') repeat-y;
}

div.fancy_bg_nw {
	top: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('/img/fancy_shadow_nw.png') no-repeat;
}

div#fancy_title {
	position: absolute;
	bottom: -33px;
	left: 0;
	width: 100%;
	z-index: 100;
	display: none;
}

div#fancy_title div {
	color: #FFF;
	font: bold 12px Arial;
	padding-bottom: 3px;
}

div#fancy_title table {
	margin: 0 auto;
}

div#fancy_title table td {
	padding: 0;
	vertical-align: middle;
}

td#fancy_title_left {
	height: 32px;
	width: 15px;
	background: transparent url('/img/fancy_title_left.png') repeat-x;
}

td#fancy_title_main {
	height: 32px;
	background: transparent url('/img/fancy_title_main.png') repeat-x;
}

td#fancy_title_right {
	height: 32px;
	width: 15px;
	background: transparent url('/img/fancy_title_right.png') repeat-x;
}

/* ////////////////////////////////////////////////// */