/*

colors used:
olive for text-color and backgroundcolor header
limegreen for the mouseover of the links and text-color h1-h6
white for the links in the footer

*/

* { margin: 0px;	padding: 0px; outline-style: none; }

#spacer {	width: 1px; height: 50%; margin-bottom: -305px; float: left;}


html, body {
	height: 100%;
	background-color: #000000;
}

#site.home {
	position: relative;
	margin: 0px auto;
	padding: 30px 0px 0px 0px;
	width: 989px;
	height: 625px;
	overflow: hidden;
	clear: left;
	font: 12px trebuchet ms, arial, verdana, sans-serif;
	line-height: 16px;	
	color: #000;
}

#site_vervolg {
	position: relative;
	margin: 0px auto;
	padding: 30px 0 0 0;
	width: 989px;
	clear: left;
	font: 12px arial, verdana, sans-serif;
	line-height: 16px;
	color: #000;
	background: url(pics/back_content.gif) left top repeat ;
}

#site_popup {
	position: relative;
	margin: 20px;
	padding-bottom: 30px;
	font: 12px arial, verdana, sans-serif;
	line-height: 16px;
	color: #5f6168;

}


#site_popup ul {margin: 10px 0 0 25px; }
#site_popup img.right {float: right; margin: 0 0 10px 10px;}

/* ------------------------------------------------------------------------- Header */

#print_header {
	display: none;
}

#header {
	width: 985px;
	height: 90px;
	background-color: #000;
}

#header .logo {float: left;}

#header .logo a img {
	margin: 0px 0px 0px 0px;
	float: left;
	border: 0px solid #fff;
}

#extrainfo {
	position: relative; 
	margin: 1px 0px 0px 0px; 
	float: right;
	font-size: 11px; 
	color: #fff;
}

#extrainfo span.info{ margin: 0px 0px 0px 10px; float: left; line-height: 20px; }
#extrainfo span.info img { margin: 3px 5px; float: left;}
#extrainfo span.info a img { border: none; }

#extrainfo a:link, #extrainfo a:visited, #extrainfo a:hover {
	text-decoration: none;
	color: #fff;
}

/* ------------------------------------------------------------------------- Navigation */ 

#navigation { 
	position: relative;
	margin: 26px 0px 0px 30px; 
	padding: 0px 0px 0px 0px; 
	height: 63px; 
	overflow: hidden;
	width: 780px; 
	float: right; 

}

#navigation {
	font-family: 'Verdana';
	font-size: 13px;
	font-weight: normal;
}

#navigation ul{
	padding: 0px 0px 0px 20px;
	top: 0px;
	left: 236px;

	height: 39px;
	width: 760px; 
	list-style-type: none;
	border-bottom: 1px solid #9f9f9f;	
}

#navigation ul li {
	padding: 0px 0px 0px 0px;
	float:left;
	line-height: 34px;
}

#navigation li a:link, #navigation li a:visited {
	padding: 0px 38px 0px 0px;
	color: #ffffff;
	text-decoration: none;
	display: inline-block;
}

#navigation li a:hover {
		color: #b5b5b5;
}

#navigation li.current a:link, #navigation li.current a:visited, #navigation li.current a:hover {
	color: #b5b5b5;
	text-decoration: underline;
	height: 34px;
	font-weight: bold;
}



/* ------------------------------------------------------------------------- Subnavigation */ 


#subnavigation { 
	position: relative;
	width: 196px; 
	margin: 20px 0px 40px 0px; 
	padding: 0px 0px 0px 0px; 
	float: left;
	font-family: 'Arial';
	font-size: 12px;
	font-weight: bold; 
	color: #666666;

}

#subnavigation ul{
	margin: 0px;
	padding: 0px;
	width: 176px;
	list-style-type: none;
}

#subnavigation ul li {
	height: auto;
	padding: 2px 2px 0px 2px;
	width: 194px;
	margin: 0px;
  display: inline-block;
	line-height: 18px;
	list-style-type: none;
	border-bottom: none;
	border-left: 1px solid #d3d3d3;
	border-right: 1px solid #d3d3d3;
	border-top: 1px solid #d3d3d3;
}

#subnavigation ul.red li {
	height: auto;
	padding: 2px 2px 0px 2px;
	width: 194px;
	margin: 0px;
  display: inline-block;
	line-height: 18px;
	list-style-type: none;
	border-bottom: none;
	border: 1px solid #ca171e;
}

#subnavigation ul li.last {
	border-top: 0px;
	margin-top: 0px;
	padding: 0px 2px 0px 2px;
	line-height: 0px;
  display: block;
	font-size: 0px;
	border-left: 1px solid #d3d3d3;
	border-right: 1px solid #d3d3d3;
	border-bottom: 0px solid #d3d3d3;
	border-top: 1px solid #d3d3d3;
}

#subnavigation li a:link, #subnavigation li a:visited {
	width: 172px;
	height: 24px;
	padding: 2px 2px 0px 20px;
	margin: 0px;
	text-decoration: none;
	display: inline-block;
	background:  #fff url(pics/submenu-inactive.jpg) top left repeat-x;
	font-family: 'Arial';
	font-size: 12px;
	font-weight: bold; 
	color: #666666;
}

#subnavigation li a:hover {
  color: #000;
	background:  #fff url(pics/submenu-active.jpg) top left repeat-x;
}

#subnavigation ul.red li a:link, #subnavigation ul.red li a:visited {
	width: 172px;
	height: 24px;
	padding: 2px 2px 0px 20px;
	margin: 0px;
	text-decoration: none;
	display: inline-block;
	background:  #fff url(pics/submenu-red.jpg) top left repeat-x;
	font-family: 'Arial';
	font-size: 12px;
	font-weight: bold; 
	color: #fff;
}

#subnavigation ul.red li a:hover {
  color: #000;
}

#subnavigation ul li.current {
	width: 194px;
	border-top: 1px solid #d3d3d3;
	border-left: 1px solid #d3d3d3;
	border-right: 1px solid #d3d3d3;
	padding: 2px 2px 2px 2px;
}


#subnavigation li.current a:link, #subnavigation li.current a:visited, #subnavigation li.current a:hover {
	width: 172px;
	height: 22px;
	padding: 2px 2px 0px 20px;
	color: #000;
	text-decoration: none;
	font-weight: bold;
	background:  #d5d5d5 url(pics/submenu-active.jpg) top left repeat-x;
}

#subnavigationhome { 
	position: relative;
	width: 204px; 
	margin: 0px 4px 0px 0px; 
	padding: 0px 0px 0px 0px; 
	float: left;
	display: inline;
	font-family: 'Arial';
	font-size: 12px;
	font-weight: bold; 
	color: #666666;
  border: 1px solid #fff;   
  background-color: #fff;
  overflow: hidden;
}

#subnavigationhome ul{
	margin: 0px;
	padding: 0px;
	width: 200px;
	height: 460px; 
	float: left; 
	list-style-type: none;
  border: 2px solid #000;  
}

#subnavigationhome ul.red { position: absolute; bottom: 0px; left: 0px; height: auto; }         

#subnavigationhome img.logo-cwb   { position: absolute; width: 100px; left: 51px; bottom: 50px; z-index: 10; }
#subnavigationhome a img.logo-cwb { border: none; text-decoration: none; border: none; }

#content #subnavigationhome ul{
	margin: 0px 4px 0px 0px; 
	padding: 0px 0px 0px 0px; 	
	list-style-type: none;
	float: left;
	width: 200px;
}

#subnavigationhome ul li {
	margin: 0px;
	padding: 2px 2px 0px 2px;
	height: auto;
	width: 194px;
  display: inline-block;
	line-height: 18px;
	border-bottom: none;
	border-left: 1px solid #d3d3d3;
	border-right: 1px solid #d3d3d3;
	border-top: 1px solid #d3d3d3;
}

#subnavigationhome ul.red li {
  height: auto;
  padding: 2px 2px 0px 2px;
  width: 194px;
  margin: 0px;
  display: inline-block;
  line-height: 18px;
  list-style-type: none;
  border-bottom: none;
}

#subnavigationhome ul li.last {
	border-top: 0px;
	margin-top: 0px;
	padding: 0px 2px 0px 2px;
	line-height: 0px;
  display: block;
	font-size: 0px;
	border-left: 1px solid #d3d3d3;
	border-right: 1px solid #d3d3d3;
	border-bottom: 0px solid #d3d3d3;
	border-top: 1px solid #d3d3d3;
}

#subnavigationhome li a:link, #subnavigationhome li a:visited {
	width: 172px;
	height: 24px;
	padding: 2px 2px 0px 20px;
	margin: 0px;
	text-decoration: none;
	display: inline-block;
	background:  #fff url(pics/submenu-inactive.jpg) top left repeat-x;
	font-family: 'Arial';
	font-size: 12px;
	font-weight: bold; 
	color: #666666;
}

#subnavigationhome li a:hover {
  color: #000;
	background:  #fff url(pics/submenu-active.jpg) top left repeat-x;
}

#subnavigationhome ul.red li a:link, #subnavigationhome ul.red li a:visited {
  width: 172px;
  height: 24px;
  padding: 2px 2px 0px 20px;
  margin: 0px;
  text-decoration: none;
  display: inline-block;
  font-family: 'Arial';
  font-size: 12px;
  font-weight: bold; 
}

#subnavigationhome ul.red li a:hover {
  color: #000;
}


#subnavigationhome ul li.current {
	width: 194px;
	border-top: 1px solid #d3d3d3;
	border-left: 1px solid #d3d3d3;
	border-right: 1px solid #d3d3d3;
	padding: 2px 2px 2px 2px;
}


#subnavigationhome li.current a:link, #subnavigationhome li.current a:visited, #subnavigationhome li.current a:hover {
	width: 172px;
	height: 22px;
	padding: 2px 2px 0px 20px;
	color: #000;
	text-decoration: none;
	font-weight: bold;
	background:  #d5d5d5 url(pics/submenu-active.jpg) top left repeat-x;
}

#subnavigation .contactinfo {position: relative; color: #969595; margin: 20px 0 0 20px; font-size: 11px; font-family: Arial, Verdana, sans-serif; }
#subnavigation .contactinfo .dag{display: inline-block; width: 25px; float: left;}


#subnavigation .aankooptips {
        position: relative; 
        width: 168px;   
        padding: 5px; 

        min-height:10px;
        height:auto !important;
        height:10px;
        background-color: #d3d2d2;
        border: 1px solid #bfbfbf;
        margin-left: 15px; 
        padding-left: 24px; }
#subnavigation .aankooptips div.title {margin-bottom: 10px;}
#subnavigation .aankooptips a:link, #subnavigation .aankooptips a:visited { color: #645f5f; line-height: 20px; text-decoration: none; border-bottom: 0px solid; font-weight: normal; font-size: 12px;}
#subnavigation .aankooptips a:hover { color: #969595; text-decoration: none; border-bottom: 0px solid;}


/* ------------------------------------------------------------------------- SubSubnavigation */ 

#subnavigation ul li.current ul.sub{ 
	position: relative;
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px 0px 0px; 
	width: 196px; 
	float: left;
	font-family: 'Arial';
	font-size: 12px;
	font-weight: bold; 
	background: #cacaca;
	color: #666666;
	border: none;
}

#subnavigation ul li.current ul.sub{
	padding: 0px 0px 0px 0px;
	width: 172px;
	height: 100%;
	list-style-type: none;
	border: none;
}

#subnavigation ul li.current ul.sub li {
	height: 23px;
	width: 192px;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	float:left;
	line-height: 18px;
	list-style-type: none;
	display: inline;
	border: none;
}


#subnavigation ul li.current ul.sub li a:link, #subnavigation ul li.current ul.sub li a:visited {
	width: 174px;
	min-height: 23px;
	height: auto;
	padding: 0px 0px 0px 20px;
	text-decoration: none;
	display: inline-block;
	background:  #cacaca ;
	font-family: 'Arial';
	font-size: 12px;
	font-weight: normal; 
	color: #666666;
	border: none;
}

#subnavigation ul li.current ul.sub li a:hover {
		color: #fff;
}

#subnavigation ul li.current ul.sub li.current a:link, #subnavigation ul li.current ul.sub li.current a:visited{
	text-decoration: underline;
}

/* ------------------------------------------------------------------------- Content */ 

#content-border {
      width: 984px; 	  
      min-height:350px;
      height:auto !important;
      height:350px; 
      border: 1px solid #fff;
}

#content {
	padding: 0px 0px 0px 0px;
	width: 980px;
	margin: 2px;
	background: #fff;
	min-height: 350px;
  height: auto !important;
  height: 350px;
}

#content.aanbieding { background: #fff url(pics/bg_aanbieding.gif) 92px 40px no-repeat; }
#content.aanbieding .productinfo h1 { margin: 0px; min-height: 14px; height: auto !important; height: 14px; }

#content-home {
	padding: 0px 0px 0px 0px;
	width: 980px;
	height: 460px;
	overflow: hidden;
	padding: 2px;
	background: none;
	border: 1px solid #fff;
  font-size: 0px;
  line-height: 0px;
}

#content .actie_out {
	margin: 0px 4px 4px 0px; 
	padding: 0px; 
	width: 279px; 
	height: 164px; 
	float: left; 
	display: inline; 
	border: 1px solid #fff;
}

#content .actie_in {
	margin: 0px; 
	padding: 1px; 
	width: 273px; 
	height: 158px; 
	float: left; 
	display: inline; 
	border: 2px solid #000;
	background-color: #d3d3d3;
	overflow: hidden;
	text-align: center;
}

#content .actie_in a img {
	border: 2px solid #fff;	
}

#content .actiedetail_out {
	margin: 4px 8px 0px 0px; 
	padding: 0px; 
	width: 275px; 
	height: 160px; 
	float: left; 
	display: inline; 
	border: 1px solid #BBBBBB;
}

#content .actiedetail_in {
	margin: 0px; 
	padding: 1px; 
	width: 269px; 
	height: 154px; 
	float: left; 
	display: inline; 
	border: 2px solid #fff;
	background-color: #BBBBBB;/* d3d3d3 */
	overflow: hidden;
}

#content .actiedetail_in a img {
	border: 2px solid #fff;	
}

#right_container {
	margin: 0px;
	padding: 0px;
	width: 210px; 
	float: right;
}

#right_container .banner_out {
	margin: 0px 4px 4px 0px; 
	padding: 0px; 
	width: 204px; 
	height: 144px; 
	float: left; 
	display: inline; 
	border: 1px solid #fff;
}

#right_container .banner_in {
	position: relative;	
	margin: 0px; 
	padding: 0px; 
	width: 200px; 
	height: 140px; 
	float: left; 
	display: inline; 
	border: 2px solid #000;
	overflow: hidden;
	text-align: center;
}

#right_container .news_out {
	margin: 0px 4px 4px 0px; 
	padding: 0px; 
	width: 204px; 
	height: 164px; 
	float: left; 
	display: inline; 
	border: 1px solid #fff; 
	background-color: #fff;
}

#right_container .news_in {
	margin: 0px; 
	padding: 5px; 
	width: 190px; 
	height: 150px; 
	float: left; 
	display: inline; 
	border: 2px solid #000;
}

#right_container a.banner:link, #right_container a.banner:visited { 
	position: absolute;
	top: 0px; 
	left: 0px;
	width: 200px; 
	height: 140px; 
	display: block;
	text-decoration: none;
	border: none;
	background: url(/repos/transparent.gif) top left repeat;
}

h1, td h1 {font: 12px arial, verdana, sans-serif; font-weight: bold; color: #5f6168; margin-bottom: 15px;}
h2, td h2 {font: 17px arial, verdana, sans-serif; font-weight: bold; color: #000; margin-bottom: 7px;}
h3, td h3 {font: 15px arial, verdana, sans-serif; font-weight: bold; color: #000; margin-bottom: 7px;}
h4, td h4 {font: 14px arial, verdana, sans-serif; font-weight: bold; color: #000; margin-bottom: 7px;}
h5, td h5 {font: 11px arial, verdana, sans-serif; font-weight: bold; color: #363636; margin-bottom: 3px;}
h6, td h6 {font: 15px arial, verdana, sans-serif; font-weight: bold; color: #5f6168; margin-bottom: 7px;}

#content a:link, #content a:visited {text-decoration: none; color: #959695; border-bottom: 0px solid #959695;}
#content a:hover { color: #959695;  border-bottom: 0px solid #959695; }

table {margin: 5px 0px;}
td {
	font: 12px arial, verdana, sans-serif;
	line-height: 16px;
	color: #000;
}

#content img { margin: 0px 0px; }
#content img.left {	margin: 0px 10px 10px 0px; float: left; }
#content img.right { margin: 0px 0px 10px 10px; float: right; }

#content #tekst a:link img, #content #tekst a:visited img {text-decoration: none; border: 0px solid #000;}

#content #tekst a:link, #content #tekst a:visited {text-decoration: none; color: #959695; border-bottom: 1px solid #959695;}
#content #tekst a:hover { color: #959695;  border-bottom: 0px solid #959695; }

#content #tekst .actie_in a:link, #content #tekst .actie_in a:visited, #content #tekst .actie_in a:hover {
	border: 0px solid #fff;
	text-decoration: none;
}

#content #tekst .actiedetail_in a:link, #content #tekst .actiedetail_in a:visited, #content #tekst .actiedetail_in a:hover {
	border: 0px solid #fff;
	text-decoration: none;
}

p { margin-bottom: 9px;}

#content ul { margin: 10px 0px 10px 15px; list-style-type: disc;}
#content li { margin: 0px 0px 0px 15px;}
#content ol { margin: 10px 0px 10px 20px;}

#content ul.recensies {
	margin: 0px;
	list-style-type: none;
}

#content ul.recensies  li {
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 10px 0px;
	border-bottom: 1px solid #D3D3D3;
}

#content .prevnext {	width: 723px; }
#content .prevnext .prev { float: left; }
#content .prevnext .next { float: right; }

#tekst {
	position: relative;
	width: 723px;
	min-height: 350px;
	margin: 20px 0 30px 0px;
	padding: 7px 15px 0 0;
	background: #fff;
	float: right;
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	color: #5f6168;
}

#tekst .productinfo {width: 260px; padding: 0 30px 0 0 ; line-height: 13px; float: left;}

#tekst .foto { width: 400px; float: left;}
#tekst .foto .productfotogroot { position: relative; width: 379px; height: 300px; padding: 0; float: right; overflow: hidden; }
#tekst .foto #thumbnails {width: 399px; height: 60px; padding: 4px 1px 0 0; float: left;}
#tekst .foto #thumbnails img{margin: 0px 0px 0px 5px; padding: 0; border: 1px solid #e3e1e1; float: right;}
#tekst .foto #thumbnails a img{width: auto; margin: 0px 0px 0px 13px; padding: 0; border: 1px solid #e3e1e1; text-decoration: none; float: right;}


#tekst .productoverzicht {width: 690px; margin: 20px 0 0 0px; font-family: arial, verdana, sans-serif; font-size: 11px; font-weight: bold; color: #959695; }
#tekst .productoverzicht table.tabel {border: 0px solid; margin-right: 10px; float: left; width: 335px;}
#tekst .productoverzicht table.tabel1 {border: 0px solid; margin-left: 10px; float: right; width: 335px;}
#tekst .productoverzicht table.tabel td, table.tabel1 td{border: 0px solid; background: #e9e9eb; font-family: arial, verdana, sans-serif; font-size: 11px; color: #959695; padding: 2px 15px 2px 15px;}
#tekst .productoverzicht table.tabel td.header, table.tabel1 td.header{background: #dadadb; border: 0px solid; font-weight: bold;}


#tekst .blok-border {width: 226px; height: 217px; border: 1px solid #dad9d7; margin: 0px 12px 12px 0; float: left;}

#tekst .blok {
	padding: 0px 0px 0px 0px;
	width: 220px;
	height: 211px;
	margin: 3px;
	background: #fff url(pics/bg-blok.jpg) left top repeat-x;
}

#tekst .blok .left {width: 120px; height: 40px; color: #828282; font-weight: bold; float: left; margin: 10px 0px 0px 0px; padding: 0 0 0 12px;}
#tekst .blok .left .regel2{color: #afadae; font-weight: normal; height: 18px; overflow: hidden;}
#tekst .blok .right {
	width: 75px; 
	height: 40px; 
	color: #a0a0a0;
	font-size: 19px;
	font-weight: bold;
	float: left; 
	margin: 10px 0px 0px 0px; 
	text-align: right;
}

#tekst .blok img{width: 195px; height: 143px; margin: 7px 0px 0px 12px; border: 1px solid #dad9d7;}

#content-border #content #tekst .blok-border .blok a:link, #tekst .blok-border .blok a:visited {text-decoration: none; border: 0px solid #dad9d7;}
#content-border #content #tekst .blok-border .blok a {border-bottom: 0px solid; text-decoration: none;}

#map {
	position: relative;
	height: 300px;
	width: 280px;
	border: 1px solid #000;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;
	font-size: 12px;
	background-color: #ffffff;
	float: left;
}

#content #tekst .route {
	position: relative;
	width: 400px;
	padding: 0px 0px 0px 20px;
  float: left;
}


#content #tekst .download {margin: 0 0 20px 0; border: 1px solid #b5b5b5; padding: 4px; background: url(pics/bg-folders.gif) repeat-y #eaeaea; width: 500px;}
#content #tekst .download span.kop{font-weight: bold;}
#content #tekst .file{margin-top: 5px; line-height: 20px;}
#content #tekst .download .file a{margin-left: 3px;}
#content #tekst .download .file img{float: left;}


#tekst #aanbieding {width: 560px; height: 120px; padding: 10px 0 10px 10px; border: 1px solid; background-color: #d0d0d0; margin-bottom: 30px; overflow: hidden;}
#tekst #aanbieding .aanbieding-info {width: 320px; height: 120px; float: left; margin-right: 40px; overflow: hidden;}
#tekst #aanbieding .aanbieding-folder {width: 125px; height: 175px; float: left;}
#tekst #aanbieding .aanbieding-folder a {text-decoration: none; border-bottom: 0px solid;}

/* ------------------------------------------------------------------------- Slideshow */

#content #tekst #overflowContainer {
	position: relative;
	margin: 0px 0px;
	width: 379px;
	height: 300px;
	display: block;
}

#content #tekst #overflowContainer .overflow {
	position: relative;
	top: 0;
	left: 0;
	width: 379px;
	height: 300px;
	z-index: 30;
	overflow: hidden;
}

#content #tekst #overflowContainer .overflowFade {
	position: relative;;
	top: 0;
	left: 0;
	width: 0px;
	height: 1px;
	z-index: 10;
	overflow: hidden;
}

#content #tekst #overflowContainer .overflow img, #overflowContainer .overflowFade img {
	margin: 0px;
	float: right;
	text-align: right;
}


#content #tekst #thumbnails {
	position: relative;
	margin: 15px 0 0 0;
	float: right;
	}
	
#content #tekst #thumbnails a img {
	margin-left: 10px;
}





/* ------------------------------------------------------------------------- Footer */ 

#footer {
	position: absolute;
	bottom: -1px;
}

#footer {
	position: relative;
	bottom: 0;
	padding: 10px 0px 0px 0px;
	width: 100%;
	height: 40px;
	font: 10px arial, verdana, sans-serif;
	color: white;
	text-align: left;
	background-color: #000;
}

#footer a:link, #footer a:visited {
	text-decoration: none;
	line-height: 20px;
	color: white;
}

#footer .tekst {float: left; margin-left: 10px;}
#footer .slogan {float: right;}

#footer a:hover { color: #9f9f9f; }

br.clear { height: 0px; font: 0px arial, verdana, sans-serif; line-height: 0px; clear: both; }
