<!--
html,body
{
  text-align:center;
  background:#FFF url(/img/pageBG.png) repeat-x left top;
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  color:#030;
  margin:0;
  padding:0;
}

#container
{
  width:920px;
  position:relative;
  height:auto;
  text-align:left;
  background:transparent;
  clear:both;
  margin:0 auto;
  padding:0 0 10px;
}

#header
{
  width:920px;
  position:relative;
  height:170px;
  text-align:left;
  background:url(/img/headerBG.png) repeat-x left bottom;
  margin:0 auto;
  padding:0;
}

#logo
{
  width:315px;
  position:absolute;
  height:110px;
  text-align:left;
  margin:0;
  padding:0;
}

#keurmerk
{
  width:148px;
  position:absolute;
  height:50px;
  text-align:left;
  margin:10px 0 0 370px;
  padding:0;
}

#metanavigation
{
  width:540px;
  position:absolute;
  height:30px;
  text-align:right;
  background:transparent;
  font-size:13px;
  vertical-align:top;
  margin:35px 0 0 380px;
  padding:0;
}

#metanavigation ul
{
  list-style:none;
  margin:0;
  padding:0;
}

#metanavigation ul li
{
  display:inline;
  margin:0;
  padding:0;
}

#metanavigation ul li a
{
  color:#030;
  text-decoration:none;
  margin:0;
  padding:0 10px;
}

#metanavigation ul li a:hover
{
  text-decoration:underline;
}

#minicart
{
  width:920px;
  position:absolute;
  height:30px;
  left:50%;
  top:65px;
  text-align:right;
  background:transparent;
  font-size:13px;
  margin:0 0 0 -460px;
  padding:0;
}

#menu
{
  width:920px;
  position:absolute;
  height:25px;
  top:110px;
  text-align:left;
  z-index:2000;
  margin:0;
  padding:0;
}

#breadcrumb
{
  width:920px;
  position:absolute;
  height:35px;
  text-align:left;
  background:url(/img/breadcrumbBG.png) no-repeat left top;
  margin:135px 0 0;
  padding:0;
}

#search
{
  width:400px;
  position:absolute;
  height:35px;
  right:0;
  text-align:right;
  background:url(/img/searchBG.png) no-repeat right top;
  margin:135px 0 0;
  padding:6px 10px 0 0;
}

.searchExtra
{
  color:#FFF;
  font-size:12px;
}

#wrapper
{
  width:920px;
  position:relative;
  text-align:left;
  background:#EDF3D6 url(/img/wrapperBG.png) repeat-y left top;
  clear:both;
  margin:0;
  padding:0;
}

#categories
{
  width:200px;
  position:relative;
  text-align:left;
  float:left;
  z-index:2000;
  margin:0;
  padding:0;
}

#maincontent
{
  width:720px;
  position:relative;
  text-align:left;
  float:left;
  clear:right;
  font-size:13px;
  z-index:1000;
  margin:0;
  padding:0;
}

#footer
{
  width:920px;
  position:relative;
  height:50px;
  text-align:left;
  background:url(/img/footerBG.png) no-repeat left bottom;
  float:left;
  clear:both;
  margin:0;
  padding:0;
}

#footer div
{
  font-size:13px;
  float:right;
  margin-right:10px;
  width:720px;
  margin-left:200px;
  text-align:center;
  margin-bottom:10px;
}

#footer div a
{
  font-weight:700;
  color:#DB0368;
  text-decoration:none;
}

.clear
{
  height:0;
  clear:both;
  background:#FFF;
}

#categories ul li a.orange
{
  color:#DB0368;
  font-weight:700;
}

#categories ul li a.orange:hover
{
  color:#FFF;
  font-weight:700;
  background:#3A5F0B url(/img/catitemBG.gif) repeat-x left bottom;
}

.indent
{
  margin:25px;
}

h1,h2,h3,h4
{
  font-size:18px;
  margin:0 0 15px;
  padding:0;
}

ul#navigation,ul#navigation ul
{
  list-style:none;
  margin:0;
  padding:0;
}

ul#navigation
{
  float:left;
  list-style:none;
  margin:0;
  padding:0;
}

ul#navigation li
{
  position:relative;
  float:left;
  text-align:center;
  line-height:25px;
  width:auto;
  background:#8FBF00 url(/img/menuleft.gif) no-repeat left top;
  margin:0 2px 0 0;
  padding:0;
}

ul#navigation ul li
{
  text-align:left;
  font-weight:400;
  background:#DB0368 url();
  color:#FFF;
}

* html ul#navigation li
{
  width:1px;
}

ul#navigation a
{
  display:block;
  height:25px;
  color:#3A5F0B;
  text-decoration:none;
  font-weight:700;
  font-size:12px;
  outline:none;
  cursor:pointer;
  background:url(/img/menuright.gif) no-repeat right top;
  margin:0;
  padding:0 10px 0 11px;
}

ul#navigation a:hover
{
  text-decoration:none;
  background:url(/img/menuright.gif) no-repeat right top;
  color:#FFF;
}

ul#navigation li li a
{
  width:200px;
  font-weight:400;
  background:none;
}

ul#navigation li li a:hover
{
  width:200px;
  font-weight:400;
  background:#B51717;
  color:#FFF;
}

ul#navigation li li li a
{
  width:200px;
  display:none;
}

ul#navigation li ul
{
  position:absolute;
  left:-999em;
  z-index:2500;
}

#navigation li:hover ul,#navigation li li:hover ul,#navigation li.sfhover ul,#navigation li li.sfhover ul
{
  top:0;
  left:0;
  margin-left:100%;
}

#navigation li:active ul,#navigation li:hover ul,#navigation li.sfhover ul
{
  top:100%;
  margin-left:0;
}

a,a:hover
{
  outline:none;
  color:#DB0368;
}

input[type="file"]
{
  height:20px;
  font-size:13px;
}

.submit
{
  height:20px;
  line-height:16px;
  background:#DB0368;
  border:1px solid #FFF;
  cursor:pointer;
  color:#FFF;
  font-weight:700;
  margin:0;
  padding:0 2px;
}

#sections,#sections ul
{
  list-style:none;
  width:200px;
  margin:0;
  padding:0;
}

#sections li
{
  float:left;
  line-height:25px;
  width:200px;
}

.bordertop
{
  border-top:1px solid #000;
}

tr.row2
{
  background:#F7FAEB;
}

fieldset
{
  border:1px solid #8FBF00;
  padding:10px;
}

legend
{
  font-size:14px;
  font-weight:700;
  color:#030;
  padding-bottom:10px;
  margin-top:0;
}

.prodname
{
  font-size:13px;
  padding-bottom:5px;
  color:#030;
}

.prodprice,.prodprice *
{
  font-weight:400;
  color:#030;
}

.prodnamelat,.prodnamelat *
{
  font-size:12px;
  color:#030;
}

#msgScreen
{
  background:#DB0368;
  color:#FFF;
  width:400px;
  padding:10px;
}

input
{
  font-size:13px;
  height:18px;
  background:#FFF;
  border:0 solid #000;
  color:#000;
  font-weight:400;
  margin:0;
  padding:2px 2px 0;
}

.redborder
{
  border:1px solid #DB0368;
}

.activestep
{
  background:#DB0368;
  color:#FFF;
}

#bigImage
{
  float:left;
}

.smallImage
{
  float:left;
  display:none;
}

.detailimage
{
  width:160px;
}

#optTable
{
  width:100%;
  font-size:12px;
}

#optTable th
{
  font-weight:700;
  text-align:left;
  color:#FFF;
  background:#3A5F0B;
}

input.optText
{
  font-size:12px;
  height:16px;
  width:28px;
}

#optTable .row1
{
  background:#C8DA81;
}

#optTable .row2
{
  background:#DBE7AB;
}

a.cartlink
{
  color:#030;
}

.dotted
{
  border-bottom:1px dotted #C8DA81;
  padding:2px 0;
}

.transparent
{
  background:transparent;
  vertical-align:middle;
}

.imgRight
{
  background:url(/img/btnRight.png) no-repeat left 2px;
  padding-left:30px;
  cursor:pointer;
  height:20px;
  display:inline-block;
}

.imgDown
{
  background:url(/img/btnDown.png) no-repeat left 2px;
  padding-left:30px;
  cursor:pointer;
  height:20px;
  display:inline-block;
}

.columnize,.columnize li,.columnize ul
{
  list-style:none;
  margin:0;
  padding:0;
}

.columnize ul
{
  margin-left:3px;
}

.littleProdImages
{
  margin-top:10px;
  margin-right:5px;
  width:300px;
  background-color:#C8DA81;
}

.littleProdImages img
{
  vertical-align:middle;
  padding:4px;
}

.red,.korting
{
  color:#DB0368;
}

ul#navigation li:hover,ul#navigation li.current
{
  background:#DB0368 url(/img/menuleft.gif) no-repeat left top;
  color:#FFF;
}

ul#navigation li.current a,#sections li.current,#sections li.current ul li.current,#sections li.materials,#sections li.materials ul li.materials,#msgScreen *
{
  color:#FFF;
}

#navigation li:hover ul ul,#navigation li.sfhover ul ul,#sections li:hover ul,#sections li:hover ul ul,#sections li:hover ul ul ul,#sections li.sfhover ul ul,#sections li.sfhover ul ul ul,#sections li.materials:hover ul,#sections li.materials:hover ul ul,#sections li.materials:hover ul ul ul,#sections li.materials.sfhover ul ul,#sections li.materials.sfhover ul ul ul
{
  left:-999em;
}

input[type="button"],input[type="submit"],input[type="reset"]
{
  height:20px;
  font-size:13px;
  color:#FFF;
  border:1px solid #FFF;
  outline:none;
  background:#DB0368;
  cursor: pointer;
}

input[type="text"],input[type="password"]
{
  height:18px;
  font-size:13px;
}

#sections li:hover a,#sections li.sfhover a,#sections li a:hover,#sections li ul li a,#sections li.materials:hover a.materials,#sections li.materials.sfhover a,#sections li.materials a:hover,#sections li.materials ul li.materials a,#sections li.currentmaterials a,#sections li.currentmaterials a:hover,#sections li.materials ul li.materials a.materials:hover
{
  color:#FFF;
  background:#3A5F0B url(/img/catitemBG.gif) repeat-x left bottom;
}

#sections li.current a.current,#sections li.current ul li.current a.current,#sections li ul li a:hover,#sections li.materials a.materials,#sections li.materials ul li.materials a.materials,#sections li.materials ul li.materials a:hover
{
  color:#FFF;
  background:#DB0368 url(/img/catitemBG.gif) repeat-x left bottom;
}

#sections li ul,#sections li.materials ul
{
  position:absolute;
  left:-999em;
  width:200px;
  margin-left:200px;
  margin-top:-25px;
}

#sections li a,#sections li.materials a
{
  position:relative;
  width:190px;
  display:block;
  font-weight:400;
  text-decoration:none;
  height:25px;
  background:#8FBF00 url(/img/catitemBG.gif) repeat-x left bottom;
  color:#3A5F0B;
  margin:0;
  padding:0 0 0 10px;
}

#sections li:hover ul,#sections li li:hover ul,#sections li li li:hover ul,#sections li.sfhover ul,#sections li li.sfhover ul,#sections li li li.sfhover ul,#sections li.materials:hover ul,#sections li.materials li.materials:hover ul,#sections li.materials li.materials li.materials:hover ul,#sections li.materials.sfhover ul,#sections li.materials li.materials.sfhover ul,#sections li.materials li.materials li.materials.sfhover ul
{
  left:auto;
  background-position:0 0;
}

.prod3name,.prodnamelat3,.prodnamelat3 *
{
  font-size:13px;
  color:#030;
}

#print1,#print3
{
  float:right;
  margin-top:-30px;
  margin-bottom:-30px;
}

#print4,#printDetails
{
  float:right;
  margin-top:-20px;
  margin-bottom:-20px;
}

.bezorgkosten{
	border:1px solid gray;
	border-collapse:collapse;
}

.bezorgkosten th{
	text-align:left;
}

.bezorgkosten th,.bezorgkosten td{
	border:1px solid gray;
}
