#splash #slider #infobox a:not(.nobutton){
  
}

#bBasket .bRow .bCol {
  padding: 0 1% 0 0;
}

/**********************************************
 * FONTS
**********************************************/

 @font-face{ font-family: 'Scalsi'; src: url('/images/font-face/scalsi-webfont.eot'); src: url('/images/font-face/scalsi-webfont.eot?#iefix') format('embedded-opentype'), url('/images/font-face/scalsi-webfont.woff') format('woff'), url('/images/font-face/scalsi-webfont.ttf') format('truetype'); }

/**********************************************
 * DEFAULT ELEMENTS
**********************************************/
img	 	{ border:none; }
body		{ margin:0px;background-color:#897621;background-image:url('/images/bg.jpg');font-family: "Verdana";color:#5d3526;font-size:12px;line-height:12px; }
html, body  { }
p			{ margin:1em 0; }

hr			{ border:0px;border-bottom:1px dotted #adadad;margin-bottom:20px; }

/*Remove button padding in FF*/
input::-moz-focus-inner { 
  border: 0;
  padding: 0;
}

.clear	{ clear:both; }
.red	{ color:#ff192b;font-weight:bold; }

.error {
	border:1px solid red !important;	
}

#sitemapContainer ul 	 { margin:0 0 10px 0px !important;padding:0; }
#sitemapContainer ul ul	{ margin-left:15px !important; } 
#sitemapContainer ul li	 { padding:0; } 

/**********************************************
* LINKS
**********************************************/
a			{ color:#5d3526;text-decoration:none; }
a:hover		{ color:#5d3526;text-decoration:none; }
/**********************************************
* FORM ELEMENTS
**********************************************/
#error, #success, #basket_error {
 color: red;
 padding-bottom: 20px;
 font-weight:bold; 
}  

p.errorMsg,
p.successMsg {
 color:red;
 font-weight:bold; 
 padding:10px;	
}

p.successMsg {
  padding: 0 0 10px 0;
}
    
#form_container .text		{ 
  height:29px;
  width:280px;
  padding:0px 0px 0px 2px;
  display:block;
  overflow:hidden;
  color:#333;
  line-height:13px;
  font:13px "Trebuchet MS","Arial","sans-serif";
  text-align:left;
  margin:0px 0px 10px 0px !important;
  border:1px solid #abadb3;
}
#form_container .textarea	{ 
  height:150px;
  width:280px;
  padding:0px 0px 0px 2px;
  display:block;
  color:#333;
  line-height:13px;
  font:13px "Trebuchet MS","Arial","sans-serif";
  text-align:left;
  margin-bottom:20px;
  resize: none;
  overflow-x:hidden; 
  border:1px solid #abadb3;
}

#form_container .submit	 {
  background: transparent url(/images/btn-shoppingcart-add.png) no-repeat;
  height: 32px;
  width: 110px;
  display: block;
  line-height: 27px;
  color: #fff;
  text-decoration: none;
  float: right;
  text-align: left;
  font-weight: bold;
  border: none;
  padding-left: 10px;
}

#form_container .submit:hover {
	  background: transparent url(/images/btn-shoppingcart-add.png) no-repeat 0 -32px;
	  background: transparent url(/images/btn-shoppingcart-add.png) no-repeat 0 -32px;
  text-decoration: none;
}

#form_container .text.input_12,
#form_container .text.input_47 {
  width:80px;
  float:left;
  margin-right:10px !important;
}  

#form_container span {
  line-height:30px; 
}  
  
  
/***********************************************/
/***********************************************/

#container 			{ min-width:960px;width:100%;height:100%;position:absolute; }
#container .frame	{ width:960px;position:relative;left:50%;margin:0px 0px 0px -480px; }
#container .gradient{ width:100%;height:13px;position:absolute;top:0px;left:0px;z-index:5;background-image:url('/images/bg-slider-gradient.png');background-repeat:repeat-x; }

#header			{ width:100%;height:119px;position:relative;top:0px;left:0px;z-index:10;background-image:url('/images/bg-header.gif');background-repeat:repeat-x;background-color:#fff; }
#header	.frame	{ height:119px; }
#header	.logo	{ position:absolute;left:18px;top:24px;border:none; }

/* Menu - Level One */
#header	ul.menu						{ position:absolute;left:299px;top:54px;z-index:150px;margin:0px;padding:0px;font-family:'Scalsi','Verdana';font-size:16px;color:#d7aa08;line-height:16px; }
#header	ul.menu li                  { padding:0px;float:left;zoom:1;list-style:none; }
#header	ul.menu li a                { height:31px;display:block;color:#d7aa08;text-transform:uppercase; /* Firefox 3.6 and earlier */ }
#header	ul.menu li.selected a       { color:#86721b; }

#header	ul.menu li span.l	{ width:16px;height:31px;display:block;float:left; }
#header	ul.menu li span.r	{ width:16px;height:31px;display:block;float:left; }
#header	ul.menu li span.m	{ height:23px;padding:8px 0px 0px 0px;float:left;position:relative; }
#header	ul.menu li span.b 	{ width:19px;height:11px;position:absolute;bottom:-11px;left:50%;margin:0px 0px 0px -10px; }

#header	ul.menu li:last-child a     {}
#header	ul.menu li.hover,
#header	ul.menu li:hover            { position:relative; }
#header	ul.menu li.hover a          { color:#fff; }

#header	ul.menu li:hover span.l, #header ul.menu li:hover.selected span.l	{ background-image:url('/images/bg-menu-left-off.png'); }
#header	ul.menu li:hover span.r, #header ul.menu li:hover.selected span.r	{ background-image:url('/images/bg-menu-right-off.png'); }
#header	ul.menu li:hover span.m, #header ul.menu li:hover.selected span.m	{ background-color:#d7aa08; }
#header	ul.menu li:hover span.b 										{background-image:url('/images/bg-menu-bottom.png');display:none; }

#header	ul.menu li.selected span.l		{ background-image:url('/images/bg-menu-left-on.png'); }
#header	ul.menu li.selected span.r		{ background-image:url('/images/bg-menu-right-on.png'); }
#header	ul.menu li.selected span.m		{ background-image:url('/images/bg-menu-middle-on.png'); }


/* Menu - Level Two */
#header	ul.menu ul 						{ margin:0px;padding:3px 7px 3px 7px;border:1px solid #d7a900;border-top:0px;border-bottom:0px;background-color:#fff; }
#header	ul.menu ul li 					{ font-size:16px;float:none;color:#000;list-style:none;padding:0px;margin:0px; }
#header	ul.menu li.hover ul li a     		{ color:#86731e; }
#header	ul.menu li.hover ul li.selected a	{ color:#d7a900; }

#header	ul.menu div.submenu			{ visibility:hidden;position:absolute;top:100%;left:0px;margin:0px;padding:14px 0px 0px 0px;z-index:400; }
#header	ul.menu div.submenu .slt	{ width:6px;height:6px;display:block;float:left;background-image:url('/images/bg-menu-submenu-lt.png'); }
#header	ul.menu div.submenu .srt	{ width:6px;height:6px;display:block;float:right;background-image:url('/images/bg-menu-submenu-rt.png'); }
#header	ul.menu div.submenu .smt	{ background-color:#fff;height:5px;margin:0px 6px;border-top:1px solid #d7a900; }

#header	ul.menu div.submenu .slb	{ width:6px;height:6px;display:block;float:left;background-image:url('/images/bg-menu-submenu-lb.png'); }
#header	ul.menu div.submenu .srb	{ width:6px;height:6px;display:block;float:right;background-image:url('/images/bg-menu-submenu-rb.png'); }
#header	ul.menu div.submenu .smb	{ background-color:#fff;height:5px;margin:0px 6px;border-bottom:1px solid #d7a900; }

#header	ul.menu ul li:hover			{ background-color:#f4f2e9;color:#d7aa08; }
#header	ul.menu li.hover ul li a:hover	 	{ background-color:#f4f2e9;color:#d7aa08; }
#header	ul.menu ul li a				{ height:14px;text-transform:none;padding:8px 5px 8px 5px;margin:0px;white-space:nowrap;  }

/* Menu - Level Three */
#header	ul.menu ul ul {
  display:none;
}  
  

/* Fastmenu top */
#header .fastmenu					{ margin:0px;padding:0px;position:absolute;right:0px;top:0px;height:30px;color:#a69968;font-size:11px;list-style:none;background-color:#f4f2e9;border-bottom:1px solid #f1eae5; }
#header .fastmenu li				{ height:31px;float:left; }
#header .fastmenu li.sep			{ height:23px;margin:0px 11px 0px 11px;padding:8px 0px 0px 0px; }
#header .fastmenu li a			{ height:23px;color:#d7aa08;display:block;padding:8px 0px 0px 0px; }
#header .fastmenu li.first		{ background-image:url('/images/bg-fastmenu-left.gif');background-repeat:no-repeat;padding:8px 0px 0px 15px; }
#header .fastmenu li.first.on		{ background-image:url('/images/bg-fastmenu-left-on.gif'); }
#header .fastmenu li.last a		{ background-image:url('/images/bg-fastmenu-right.gif');background-repeat:no-repeat;background-position:right top;padding:8px 39px 0px 0px;position:relative; }
#header .fastmenu li.last a.on	{ background-image:url('/images/bg-fastmenu-right-on.gif');color:#86731e; }

#header .fastmenu #languages		{ background-color:#f4f2e9;border:1px solid #f1eae5;border-top:0px;position:absolute;top:30px;right:0px;padding:10px 10px 10px 13px;display:none; }
#header .fastmenu #languages a	{ background-image:none;padding:0px;height:20px;color:#d7aa08; }

#header .fastmenu li a:hover,
#header .fastmenu #languages a:hover	{ color:#86731e; }

#header .fastmenu #languages .selected { display: none };

/**********************************************
* SPLASH PAGE
**********************************************/
#splash							{ position:fixed;left:0;top:0;overflow:hidden;height:100%;width:100%;z-index:5;  }
#splash	#slider					{ position:fixed;left:0;top:118px;height:100%;width:100%;overflow:hidden; }

#splash	#slider .slides 		{ margin-top:118px;display:none; }

#splash	#slider .slides ul { list-style:none;margin:0px;padding:0px; }
#splash	#slider .slides li { list-style:none;margin:0px;padding:0px; }


#splash .pager			 		{ position: absolute;clear: both;bottom: 100px;left: 20px;z-index: 500; }
#splash .pager a 				{ float: left;width: 18px;height: 18px;margin: 0 0 0 2px;overflow: hidden;text-indent: 1000px;background:url(/images/nav-bullet.png) no-repeat; }
#splash .pager a.activeSlide 	{ background: url(/images/nav-bullet-selected.png) no-repeat; }

#splash	#slider .frame				{ position:absolute;z-index:5;top:62px; }
#splash	#slider #infobox			{ width:380px;min-height:195px;position:relative;line-height:18px;text-shadow: 1px 1px #4f490c;color:#fff;background-image:url('/images/bg-splash-infobox.png');padding:23px 30px 23px 30px;z-index:200; }
#splash	#slider #infobox h1			{ font-size:20px;color:#fff;font-family:'Scalsi','Verdana';line-height:20px;margin:0px 0px 20px 0px;}
#splash	#slider #infobox a:not(.nobutton)	{ width:130px;height:26px;display:block;background-image:url('/images/bg-splash-button.png');background-repeat:no-repeat;background-position: 0px 0px;font-weight:bold;color:#fff;text-shadow: 0px;margin:16px 0px 0px 0px;padding:6px 0px 0px 10px; }
#splash	#slider #infobox a:hover	{ background-position: 0px -32px; }

  
#splash	#footer				{ width:100%;height:80px;position:absolute;text-align:center;bottom:0px;left:0px;background-image:url('/images/bg-splash-footer.png');background-repeat:repeat-x;overflow:hidden;font-size:18px;font-family:'Scalsi','Verdana';text-transform:uppercase;z-index:250;line-height:18px; }
#splash	#footer ul			{ height:30px;margin:30px 0 0 0;padding:0;list-style:none; }
#splash	#footer ul li		{ display: inline-block; margin:0px;padding:0px;text-shadow: 1px 1px #473e0d; }
#splash	#footer ul li.sep	{ margin:0px 20px 0px 20px;color:#d7aa08; }
#splash	#footer ul li a		{ color:#fff; }
#splash	#footer ul li a:hover	{ color:#d7aa08; }	


/**********************************************
* DEFAULT CONTENT DIV
**********************************************/
#content 					{ width:100%;position:relative;padding:179px 0px 0px 0px;background-color:#fff;background-image:url('/images/bg-content-spread1.jpg');background-repeat:repeat-x;background-position:top center;position: relative;z-index: 5; }

#content h1		{ font-size:20px;font-family:'Scalsi','Verdana';font-weight:normal;color:#cea200;margin-bottom:1em; }

#content h2, #content h3, #content h4 {
 font-size: 12px;
 font-weight:bold;
  margin:0;
}  
  
#content .content a {
  font-weight:bold;
  color:#cea200;
}  
  
#content .content a:hover {
 text-decoration:underline;
}  
  
#content .breadcrumbs			{ width:100%;height:19px;overflow:hidden;list-style:none;margin:19px 0px 23px 0px;padding:0px;font-size:10px;color:#d7a900; }

#content .breadcrumbs a			{ color:#86731e;float:left;font-weight:normal;text-decoration:none; }
#content .breadcrumbs a:last-child	{ color:#d7a900; }
#content .breadcrumbs span.seperator	{ margin:0px 5px 0px 5px;float:left; }

#content .options 			{ width:210px;float:right;margin:0px 0px 0px 23px;position:relative; }
#content .options a.button	{ width:195px;height:31px;display:block;background-image:url('/images/bg-options-button-off.gif');background-color:#9b8017;color:#fff;font-size:13px;padding:15px 0px 0px 15px;line-height:13px;text-align:left;margin:0px 0px 23px 0px; }

#content .options #box				{ position:relative;width:215px;margin:9px 0px 0px 0px; }
#content .options #box .top			{ width:215px;height:10px;background-image:url('/images/bg-options-top.png');line-height:1em; }
#content .options #box .middle		{ width:172px;background-image:url('/images/bg-options-middle.png');color:#86731e;font-size:11px;padding:0px 10px 0px 10px;line-height:11px;overflow:hidden }
#content .options #box .middle h2	{ font-size:14px;font-weight:bold;margin:0px 0px 18px 0px;padding:0px;color:#d7a900;line-height:14px; }
#content .options #box .middle table	{ width:100%;border:none; }
#content .options #box .middle table td	{  }
#content .options #box .bottom		{ width:215px;height:37px;background-image:url('/images/bg-options-bottom.png');line-height:1em; }

#content .options #box td {
  	font-size:10px;
}  
  
#content #photo	{ height:230px;overflow:hidden; }
#content #photo .col1 { float:left;width:440px;overflow:hidden; }
#content #photo .col2 { float:right;width:210px;overflow:hidden; }
#content #photo .clear { clear:both;height:1px; }
#content #photo p { margin:0; padding:0; }

#content #photo .col1 img { width:100%;margin-bottom:26px; }
#content #photo .col2 img { width:100%;margin-bottom:26px; }

#content #photo .left	{ float:left; }
#content #photo .right	{ float:right; }


/**********************************************
* HOME PAGE
**********************************************/
#content #home 			{ width:100%;background-image:url('/images/bg-content-white.gif');background-repeat:repeat-y;background-position:top center;margin:20px 0px 0px 0px;position:relative; }
#content #home .layout 	{ width:100%;background-image:url('/images/bg-content-home.png');background-repeat:no-repeat;background-position:top center;position:relative;top:-40px; }
#content #home .frame	{ top:22px;padding:31px 0px 31px 0px; }

#content #home #slider			{ height:330px;position:relative;background-image:url('/images/bg-content-slider.gif');background-repeat:repeat-x;overflow:hidden;overflow:hidden; }
#content #home #slider .logo	{ position:absolute;left:30px;top:25px;display:none; }
#content #home #slider .text	{ width:270px;position:absolute;top:115px;left:30px;color:#fff;line-height:18px }
#content #home #slider .text h1	{ margin: 0 0 10px 0; }
#content #home #slider .text p	{ margin: 1em 0; }
#content #home #slider .text a		{ font-weight:bold;color:#86731e;height:20px;display:inline-block;background-image:url('/images/bg-a-more-off.png');background-repeat:no-repeat;background-position:right;padding:0px 17px 0px 0px;margin:0px; }
#content #home #slider .text a:hover {
  	text-decoration:underline;
}

/*WEGHALEN ALS MAESTRO LOGO ZICHTBAAR MOET ZIJN */
#content #home #slider .text { top:30px !important; }
  

/* Slideshow homepage */
#content #home #slider .slides		{ height:268px;width:600px;position:absolute;right:30px;top:30px;overflow:hidden;z-index:100; }
#content #home #slider .slides img	{ height:269px; }

#home .slides ul.ui-tabs-nav	{ width:232px;height:269px;position:absolute;top:0px;left:368px;list-style:none;padding:0px;margin:0px;z-index:200; }
#home .slides ul.ui-tabs-nav li	{ margin:0px;padding:0px;float:left; }

#home .slides li.ui-tabs-nav-item a		{ height:52px;width:167px;display:block;background-color:#d7a900;overflow:hidden;text-decoration:none;color:#86731e;outline:none;border-top:1px solid #d4bd6a;border-bottom:1px solid #86731e;margin:0px 0px 0px 32px;padding:0px 0px 0px 33px; }

/*WEGHALEN ALS TITEL + TEKST MOET ZIJN */
#home .slides li.ui-tabs-nav-item a		{
  height:41px;
  padding:11px 15px 0px 33px;
}  




#home .slides li.ui-tabs-nav-item a	h1	{ font-size:24px;color:#5d3526;font-weight:normal;font-family:'Scalsi','Verdana';margin:10px 0px 9px 0px;padding:0px; }

#home .slides li.ui-tabs-nav-item p { margin:0;padding:0; }
  
#home .slides li.ui-tabs-nav-item.first a 	{ border-top:none; }
#home .slides li.ui-tabs-nav-item.last a	{ border-bottom:none; }

#home .slides li.ui-tabs-selected, #home .slides li.ui-tabs-active	{ background-image:url('/images/bg-slider-selected.png');background-repeat:no-repeat;background-position:0px 8px; }
#home .slides ul.ui-tabs-nav li.ui-tabs-selected a,
#home .slides ul.ui-tabs-nav li.ui-tabs-active a,
#home .slides ul.ui-tabs-nav li.ui-tabs-active a h1,
#home .slides ul.ui-tabs-nav li.ui-tabs-selected a h1 				{ color:#fff;text-shadow: 1px 1px #765e01; }
#home .slides ul.ui-tabs-nav a:hover, #home .slides ul.ui-tabs-nav a:hover h1	{ color:#fff;text-shadow: 1px 1px #765e01; }

#home .slides .ui-tabs-panel 	{ width:400px;height:269px;position:relative; }
#home .slides .ui-tabs-hide		{ display:none; }

#content #home .content							{ min-height:440px;margin:39px 0px 39px 0px;background-image:url('/images/bg-content-home.gif');background-repeat:repeat-y; }
#content #home .content .column					{ width:300px;float:left;margin:0px 29px 0px 0px;position:relative;height: 482px; }
#content #home .content .column	h1			{ margin-bottom:15px; }
#content #home .content .column .photo			{ height:189px;width:100%;overflow:hidden; }
#content #home .content .column .photo img	{ width:100%; }
#content #home .content .column .text			{ margin:22px;color:#5d3526;line-height:18px; }
#content #home .content .column .text a.more	{ position:absolute;bottom:22px;left:22px;height:20px;display:inline-block;font-weight:bold;color:#86731e;background-image:url('/images/bg-a-more-off.png');background-repeat:no-repeat;background-position:right;padding:0px 17px 0px 0px;margin:0px; }
#content #home .content .column .text a.more:hover	{ text-decoration:underline; }
#content #home .content .last					{ margin:0px; }

#content #home .moreinfo		{ min-height:70px;width:100%;overflow:hidden;background-color:#d7a900;color:#5d3526;background-image:url('/images/bg-moreinfo.gif');background-repeat:repeat-x;background-position:bottom;clear:both;text-shadow: 1px 1px #765e01; }
#content #home .moreinfo .c1	{ width:347px;float:left;padding:18px 22px 0px 22px;text-shadow:none; }
#content #home .moreinfo .c2	{ width:150px;float:left;padding:20px 20px 0px 20px;color:#fff; }
#content #home .moreinfo .c3	{ width:148px;float:left;padding:20px 20px 0px 20px;color:#fff; }
#content #home .moreinfo .c4	{ width:148px;float:left;padding:20px 20px 0px 20px;color:#fff; }
#content #home .moreinfo .sep	{ width:1px;height:70px;float:left;background-image:url('/images/bg-moreinfo-sep.gif');background-repeat:no-repeat;background-position:0px 16px; }

#content #home .moreinfo  h4	{ margin:0px 0px 5px 0px;padding:0px;font-size:12px;color:#5d3526;font-weight:normal;text-shadow:none; }
#content #home .moreinfo .c1 h4 { margin:0px 0px 8px 0px;padding:0px;font-size:22px;color:#fff;font-weight:normal;font-family:'Scalsi','Verdana';text-shadow: 1px 1px #765e01; }
#content #home .moreinfo a		{ color:#fff; }

/**********************************************
* DEFAULT PAGE
**********************************************/
#content #default 			{ width:100%;background-image:url('/images/bg-default-white.gif');background-repeat:repeat-y;background-position:top center;margin:20px 0px 0px 0px;position:relative; }
#content #default .layout 	{ width:100%;background-image:url('/images/bg-content-default.png');background-repeat:no-repeat;background-position:top center;position:relative;top:-40px; }
#content #default .frame	{ top:22px;padding-bottom:22px; }
#content #default .content	{ width:428px;min-height:600px; }
#content #default .content ul 		{ list-style:none;margin:0px;padding:0px; }
#content #default .content ul li 	{ background-image:url('/images/bg-content-bullet.gif');background-repeat:no-repeat;background-position:0px 7px;margin:0px;padding:0px 0px 0px 10px; }

#content #default #left				{ width:290px;min-height:810px;float:left;position:relative; }
#content #default #right			{ width:670px;float:left;line-height:18px; }
#content #default #left .submenu	{ height:360px;width:170px;overflow:hidden;margin:0px 0px 30px 0px;padding:0px 20px 30px 0px;font-family:'Scalsi','Verdana'; }
#content #default #left .submenu h2	{ min-height:24px;width:100%;font-family:'Scalsi','Verdana';font-size:21px;line-height:1em;font-weight:normal;color:#d7a900;margin:24px 0px 0px 0px;padding:0 0 5px 0;background:url('/images/bg-submenu-line.png') no-repeat bottom; }
#content #default #left .submenu ul				{ margin:15px 0px 0px 0px;padding:0px;list-style:none;font-size:12pt;line-height:13pt; }
#content #default #left .submenu ul li				{ margin:0px 0px 7px 0px;padding:0px;display:block;float:left;width:100%; }
#content #default #left .submenu ul li a			{ color:#fff; }
#content #default #left .submenu ul li a:hover	 	 	{ color:#7a6c25; }

#content #default #left .submenu ul li ul 			{ margin:9px 0px 0px 16px;padding:0px; }
#content #default #left .submenu ul li ul li		{ margin:0px 0px 7px 0px; }

#content #default #left .submenu ul li li a:hover { color:#d7a900; }

#content #default #left .submenu ul li.selected a    { color:#7a6c25 !important; }  
#content #default #left .submenu ul li a.selected	{ color:#7a6c25 !important; }  


#content #default #left .submenu ul li.selected li.selected a	{ color:#d7a900; }


#content #default #left .submenu img	{ position:absolute;top:306px;left:-5px;display:none; }


#content #default #left .submenu ul ul li {
  font-family:'Verdana';
  font-size:12px;
  line-height:14px;
  margin-bottom:4px !important;
}  

#content #default #left .submenu ul li.selected ul li a {
  color:#d7a900 !important;
}

#content #default #left .submenu ul li.selected ul li.selected a {
  color:#7a6c25 !important;
}

#content #default #left .submenu ul li.selected ul li a:hover {
  color:#7a6c25 !important;
}  
  
#content #default #left .submenu ul li ul {
  margin-bottom:13px;
}  


  
#content #default #left .moreinfo			{ min-height:330px;width:170px;padding:0px 20px 0px 0px;letter-spacing:-1px; }
#content #default #left .moreinfo h2		{ min-height:49px;width:100%;;font-family:'Scalsi','Verdana';font-size:22px;line-height:22px;font-weight:normal;color:#fff;margin:24px 0px 15px 0px;padding:0 0 5px 0;display: inline-block;background:url('/images/bg-moreinfo-line.png') no-repeat bottom; }
#content #default #left .moreinfo p			{ color:#fff;line-height:18px;margin:0px 0px 17px 0px; }
#content #default #left .moreinfo a			{ color:#fff; }
#content #default #left .moreinfo b			{ color:#5d3526;font-weight:normal; }
#content #default #left .moreinfo a.button	{ width:145px;height:22px;display:block;background:url('/images/btn_contactformulier.png') no-repeat;color:#fff;font-size:10px;font-weight:bold;padding:10px 0px 0px 10px;line-height:10px;text-align:left;letter-spacing:0px; }
#content #default #left .moreinfo a.button:hover {
  background:url('/images/btn_contactformulier_over.png') no-repeat;
}  
  
  
/**********************************************
* FOOTER
**********************************************/
#content #footer			{ width:100%;height:236px;overflow:hidden;background-image:url('/images/bg-content-footer.jpg');background-repeat:repeat-x;padding:29px 0px 0px 0px;font-size:10pt;color:#fff;font-family:'Scalsi','Verdana';text-shadow: 1px 1px #765e01;line-height:16px; }

#content #footer .c1		{ width:230px;height:118px;float:left;position:relative; }
#content #footer .c1 img	{ position:absolute;right:32px;top:18px; }
#content #footer .c2		{ width:130px;height:108px;float:left;padding:10px 0px 0px 20px;overflow:hidden; }
#content #footer .c3		{ width:120px;height:108px;float:left;padding:10px 0px 0px 20px;overflow:hidden; }
#content #footer .c4		{ width:161px;height:108px;float:left;padding:10px 0px 0px 20px;overflow:hidden; }
#content #footer .c5		{ width:170px;height:108px;float:left;padding:10px 0px 0px 20px;overflow:hidden; }
#content #footer .csep		{ width:1px;height:118px;float:left;background-image:url('/images/bg-footer-sep.gif'); }

#content #footer ul			{ margin:0px;padding:0px;list-style:none; }
#content #footer ul li		{ margin:0px;padding:0px; }
#content #footer ul li a	{ color:#fff; }
#content #footer ul li a:hover	{  }
#content #footer h4			{ height:20px;margin:0px;padding:0px;font-size:11pt;color:#5d3526;font-family:'Scalsi','Verdana';font-weight:normal;text-shadow:none; }

#content #footer .disclaimer { height:60px;width:100%;font-family:'Verdana';font-size:11px;color:#715c08;text-shadow:none;margin:26px 0px 0px 0px;background-image:url('/images/bg-footer-disclaimer.png');background-repeat:repeat-x;background-position:top center; }

#content #footer .disclaimer ul			{ margin:34px 110px 0px 0px;padding:0px;list-style:none;float:right; }
#content #footer .disclaimer ul li		{ float:left;margin:0px;padding:0px; }
#content #footer .disclaimer ul li.sep	{ margin:0px 8px 0px 8px; }
#content #footer .disclaimer ul li a	{ color:#d4c7a5; }
#content #footer .disclaimer ul li a:hover { text-decoration:underline; }