* {
	margin:0px;
	padding:0px;
}
body {
	font:13px/21px 'Droid Sans', sans-serif;
}
p {
}
h1 {
	display:block;
	font:bold 20px/24px 'Droid Sans', sans-serif;
	color:#9fa199;
	background-image:url("/gfx/h1icon.png");
	background-repeat:no-repeat;
	background-position:left center;
	padding:5px 0px 5px 30px;
	margin:0px 0px 2px 0px;
}
h1 span, h2 span {
	color:#9fa199;
	float:right;
	font-size:15px;
}

h2 {
	display:block;
	font:bold 18px/20px 'Droid Sans', sans-serif;
	color:#9fa199;
	margin:20px 0px 0px 0px;
}

h2.home {
	display:block;
	font:bold 18px/20px 'Droid Sans', sans-serif;
	color:#9fa199;
	background-image:url("/gfx/h2icon.png");
	background-repeat:no-repeat;
	background-position:left center;
	padding:5px 0px 5px 23px;
	margin:20px 0px 0px 0px;
}

h3 {
}
h4 {
}
a img {
	border:0px;
}
a {
	color:#637636;
}
.pointer {
	cursor:pointer;
}
.container {
	width:973px;
	margin:0px auto;
	vertical-align:bottom;
}
.overflow {
	overflow:hidden;
}
#header {
	border-bottom:1px solid #e2e2e2;
	height:119px;
}
#header .container {
	position:relative;
	z-index:999;
}

#header #logo {
	/*
	float:left;
	display:inline;
	*/
	position:absolute;
	top:0;
	left:0;
	
	
	width:320px;
	margin:38px 0px 0px;
	padding:0px 0px 17px 0px;
	border-bottom:6px solid #637636;
}
#header #logo img {
	display:block;
}
#header #menu {
	/*
	float:left;
	*/
	float:right;
	display:inline;	
	width:498px;
}
#header #menu ul {
	float:right;
	list-style:none;
	margin:65px 13px 0px 0px;
	position:relative;
	z-index:110;
}
#header #menu ul li {
	float:left;
	display:inline;
	font:14px/14px 'Droid Sans', sans-serif;
	letter-spacing:0px;
}
#header #menu ul li div {
	margin:0px 0px 0px 60px;
	padding:21px 0 20px 0px;
}
#header #menu ul li.active div {
	background-image:url("/gfx/menu_active.png");
	background-repeat:no-repeat;
	background-position:center top;
}
#header #menu ul li.grey {
	border-bottom:6px solid #637636;
}
#header #menu ul li a {
	color:#000;
	text-decoration:none;
	display:block;
}
#header #menu ul li:hover div a {
	color:#f5161f;
}
#header #menu ul li:hover ul {
	display:block;
}
#header #menu ul li ul {
	display:none;
	position:absolute;
	z-index:99999999;
	margin:-16px 0 0;
	width:206px;
}
#header #menu ul li ul li {
	display:block;
	float:none;
	position:static;
}
#header #menu ul li ul li img {
	display:block;
	position:relative;
	z-index:9999;
	margin:0px;
	vertical-align:bottom;
	padding:0px;
}
#header #menu ul li ul li ul {
	margin:0px;
	overflow:hidden;
	position:static;
}
#header #menu ul li ul li ul li {
	background-image:url("/gfx/sub/rep.png");
	display:block;
	width:206px;
	font-size:13px;
}
#header #menu ul li ul li ul li span {
	display:block;
	width:186px;
	background-image:url("/gfx/sub/split.png");
	background-position:center bottom;
	padding:9px 0 11px 20px;
	background-repeat:no-repeat;
}
#header #menu ul li ul li ul li span.nosplit {
	background-image:none;
}
#header #menu ul li ul li ul li:hover span a {
	color:#EE3124;
}

#header #mandje {
	width:153px;
	height:61px;
	background-image:url("/gfx/mandje.png");
	/*
	float:left;
	*/
	position:relative;
	float:right;
	margin:21px 0 0 20px;
	padding:10px 9px 9px 15px;
	color:#848484;
	line-height:20px;
	font-size:12px;
}
#header #mandje img {
	position:absolute;
	bottom:10px;
	right:10px;	
}
#header #mandje strong {
	color:#637636;
	display:block;
	margin:0px 0px 5px 0px;
	font:bold 13px/16px 'Droid Sans', sans-serif;
}
#breadcrumbs {
	padding:0px 0px 16px 0px;
	color:#868585;
	font-size:12px;
}
#breadcrumbs a {
	color:#4b4b4b;
	text-decoration:none;
}
#content {
	margin:11px 0px;
	overflow:hidden;
}
#content #subnav {
	float:left;
	display:inline;
	background-image:url("/gfx/subnav.png");
	width:172px;
	height:218px;
	color:#FFF;
	padding:18px 10px 18px 18px;
	position:relative;
}
#content #subnav p {
	position:absolute;
	bottom:20px;
	font:12px/16px 'Droid Sans', sans-serif;
}

#content #subnav a {
	color:#FFF;
}

#content #subnav ul {
	list-style:none;
}
#content #subnav ul li {
	font:bold 14px/19px 'Droid Sans', sans-serif;
	background-image:url("/gfx/subnav_li.png");
	background-repeat:no-repeat;
	background-position:left 4px;
	padding:0px 0px 0px 10px;
	margin:0px 0px 10px 0px;
	cursor:pointer;
}
#content #subnav ul li.opened {
	background-image:url("/gfx/subnav_li_open.png");
	background-position:left 6px;
}

#content #subnav ul li ul {
	margin:10px 0px 0px 0px;
	display:none;
}
#content #subnav ul li.opened ul {
	display:block;
}

#content #subnav ul li ul li {
	font:13px/17px 'Droid Sans', sans-serif;
	background-image:none;
	padding:0px;
}
#content #subnav ul li ul li a:hover, #content #subnav ul li ul li.active a {
	font-weight:bold;
}
#content #subnav ul li a {
	text-decoration:none;
}
#content #teaser {
	float:left;
	display:inline;
	width:557px;
	position:relative;
	padding:0 19px;
}
#content #teaser #hover {
	position:absolute;
	height:257px;
	width:546px;
	z-index:1000;
}

#content #rightbox {
	position:relative;
	float:left;
	display:inline;
/*	background-image:url("/gfx/rightbox.png");*/
	width:177px;
	height:236px;
	text-align:center;
	padding:20px 0px 0px 0px;
	color:#5e5d5d;
}
#content #rightbox h2 {
	color:#ed1c24;
	padding:0px;
	background-image:none;
	text-transform:uppercase;
	font-size:17px;
	margin:0px 0px 5px 0px;
}
#content #rightbox h3 {
	color:#ed1c24;
	padding:0px;
	background-image:none;
	text-transform:uppercase;
	font-size:12px;
	margin:0px 0px 5px 0px;
}
#content #rightbox .imgbtn {
	position:absolute;
	bottom:15px;
	left:17px;
}
#content #collection {
	background-image:url("/gfx/home_collection.png");
	margin:8px 0px 0px 0px;
	width:934px;
	height:174px;
	padding:25px 17px 39px 23px;
}
#content #collection ul li a img {
	border:1px solid #c8c8c8;
}

#content #collection.small {
	background-image:url("/gfx/collection.png");
	width:715px;
	height:187px;
	padding:20px 16px;
}
#content #collection #nav {
	width:924px;
	float:left;
	display:inline;
	margin:21px 0px 0px 0px;
	text-align:center;
}
#content #collection.small #nav {
	width:693px;
}
#content #collection #nav img {
	margin:0px 2px;
}
#content #collection span.prev {
	background-image:url("/gfx/prev.png");
	width:27px;
	height:28px;
	float:left;
	display:inline;
	margin:60px 23px 0px 0px;
}
#content #collection.small span.prev {
	background-image:url("/gfx/k_prev.png");
	width:20px;
	height:20px;
}
#content #collection span.prev.active {
	background-image:url("/gfx/prev_a.png");
	cursor:pointer;
}
#content #collection span.prev.active:hover {
	background-image:url("/gfx/prev_h.png");
}
#content #collection.small span.prev.active {
	background-image:url("/gfx/k_prev_a.png");
}
#content #collection.small span.prev.active:hover {
	background-image:url("/gfx/k_prev_a_h.png");
}
#content #collection span.next {
	background-image:url("/gfx/next.png");
	width:27px;
	height:28px;
	float:left;
	display:inline;
	margin:60px 0px 0px 23px;
}
#content #collection.small span.next {
	background-image:url("/gfx/k_next.png");
	width:20px;
	height:20px;
}
#content #collection.small span.prev {
	margin:60px 14px 0px 0px;
}
#content #collection.small span.next {
	margin:60px 0px 0px 14px;
}
#content #collection span.next.active {
	background-image:url("/gfx/next_a.png");
	cursor:pointer;
}
#content #collection span.next.active:hover {
	background-image:url("/gfx/next_h.png");
}
#content #collection.small span.next.active {
	background-image:url("/gfx/k_next_a.png");
}
#content #collection.small span.next.active:hover {
	background-image:url("/gfx/k_next_a_h.png");
}

#content #collection div.contain {
	float:left;
	display:inline;
	width:828px;
	overflow:hidden;
}
#content #collection.small div.contain {
	/*width:650px;*/
	width:647px;
}
#content #collection.small div.contain ul li img {
	width:150px;
}
#content #collection ul, #content #htmlbox #collection ul {
	list-style:none;
	overflow:hidden;
	margin:0px;
	width:15000px;
}
#content #collection ul li {
	float:left;
	display:inline;
	margin:0px 17px 0px 0px;
}
#content #collection.small ul li {
	margin:0px 13px 0px 0px;
}
#content #htmlbox {
	float:left;
	display:inline;
	width:741px;
	margin:0px 0px 0px 23px;
}
#content #htmlbox.hasright {
	width:553px;
	margin:0px 20px 0px 23px;
}

#content #htmlbox p {
	margin:12px 0px 6px 0px;
}
#content #htmlbox ul{
	margin:20px 0px 0px 20px;
}
#footer {
	border-top:1px solid #e2e2e2;
	padding:10px 0px 0px 0px;
	margin:30px 0px 0px 0px;
	height:118px;
	font-size:13px;
	color:#666666;
}
#footer div.l {
	float:left;
	display:inline;
	margin:-5px 0px 0px 0px;
}
#footer div.r {
	float:right;
	display:inline;
	text-align:right;
	width:440px;
}
#footer div.r #twitter {
	float:left;
	margin:25px 0px 0px 0px;
}
#footer p {
	margin:5px 0px 0px 0px;
	color:#a5a5a5;
}
#footer a {
	color:#666666;
	text-decoration:none;
}
#footer a:hover {
	color:#ed1c24;
}
#footer .container {
	overflow:hidden;
}



div.card {
	float:left;
	display:inline;
	margin:0px 0px 10px 10px;
	padding:13px;
	width:151px;
	height:270px;
	font-size:12px;
	/*background-image:url("/gfx/overzichtbg.png");*/
	background-color: #ededed;
	border-radius: 8px;
	text-align:center;
	color:#000;
}
div.noml {
	margin:0px 0px 10px 0px;
}

div.card img {
	margin:0px 0px 7px 0px;
}
div.card span {
	color:#ed1c24;
}



#content #htmlbox .tabs {
	overflow:hidden;
	list-style:none;
	position:relative;
	z-index:99;
	margin:20px 0px 0px 0px;
	width:550px;
}
.tabs li {
	float:left;
	display:inline;
	background-image:url("/gfx/tab.png");
	background-repeat:no-repeat;
	width:160px;
	height:33px;
	margin:0px 5px 0px 0px;
	text-align:center;
	font-size:14px;
	padding:8px 0px 0px 0px;
	color:#5c5c5c;
	cursor:pointer;
}
.tabs li:first-child {
	background-image:url("/gfx/tab_first.png");
}
.tabs li.active {
	background-image:url("/gfx/tab_a.png");
	color:#000000;
	font-weight:bold;
}
.tabs li.active:first-child {
	background-image:url("/gfx/tab_a_first.png");
}
.tabcontainer {
	width:740px;
	background-image:url("/gfx/tabcontainer_rep.png");
	background-position:left 10px;
	margin:-7px 0 0;
	overflow:hidden;
}
.tabcontainer #tabtop {
	background-image:url("/gfx/tabcontainer.png");
	overflow:hidden;
	background-repeat:no-repeat;
	padding:25px;
	min-height:240px;
}
#content #htmlbox .tabcontainer p {
	margin:0px;
}
#content #htmlbox .tabcontainer p.toppar {
	margin:0px 0px 5px 0px;
}
#content #htmlbox .tabcontainer p strong.big {
	font-size:15px;
}

#zoombox {
	float:left;
	text-align:center;
	display:block!important;
	font-size:12px;
	width:225px;
	margin:0px 35px 0px 0px;
}

.tabcontainer table strong {
	color:#df1515;
	display:block;
	margin:0px 0px 8px 0px;
	font-size:16px;
}
.tabcontainer table img {
	margin:3px 0px;
}
.tabcontainer table ul, #content #htmlbox .tabcontainer table ul {
	list-style:none;
	margin:0px;
}
.tabcontainer table ul li {
	background-image:url("/gfx/ruit.png");
	background-repeat:no-repeat;
	background-position:left 5px;
	padding:0px 0px 0px 13px;
}
.tabcontainer .img {
	float:left;
	display:inline;
	border:1px solid #cbcbcb;
	margin:0px 30px 0px 0px;
}
.tabcontainer div {
	display:none;
}
.tabcontainer div:first-child {
	display:block;
}
.tabcontainer .prijstabel {
	background-color:#FFF;
	display:block!important;
	margin:15px 0px;
	padding:15px 25px;
	border:1px solid #c5c5c5;
}
.tabcontainer .prijstabel th {
	text-align:left;
	font-size:14px;
	color:#ed1c24;
	padding:0px 0px 10px 0px;
}
.tabcontainer .prijstabel .br {
	border-right:1px solid #c5c5c5;
}


fieldset {
	position:relative;
	border:1px solid #cecece;
	margin:20px 0px 0px 0px;
	padding:0px;
}
fieldset.formfieldinvalid {
	background-color:#FFD2D3;
	border:1px solid #ED1C24;
}

form.fldwdth fieldset {
	width:520px;
	display:block;
	margin:20px 0px 0px 0px;
}
fieldset .contain {
	margin:1px;
	overflow:hidden;
	padding:20px 20px 15px 20px;
}
fieldset span.fs_title {
	position:absolute;
	top:-7px;
	left:14px;
	background-color:#FFF;
	padding:0px 5px;
	color:#637636;
	font:bold 14px/14px Arial, Helvetica, sans-serif;
	line-height:16px;
}
fieldset.formfieldinvalid span.fs_title {
	background-color:#FFD2D3;
	border:1px solid #ED1C24;
	border-bottom:0px;
}
fieldset input {
	border:1px solid #cecece;
	padding:2px;
}
fieldset input.invalid{
	background-color:#FFD2D3;
	border:1px solid #ED1C24
}
fieldset input.radio {
	float:left;
	display:inline;
	clear:left;
	padding:0px;
	margin:0px 10px 0px 0px;
	border:0px;
}
fieldset label.fixedw {
	float:left;
	display:inline;
	width:200px;
}
fieldset label.fixedw2 {
	float:left;
	display:inline;
	width:170px;
}
#content #htmlbox .cartlist {
	list-style:none;
	margin:0px;
	padding:0px;
}
.cartlist li {
	margin:0px 0px 10px 0px;
	overflow:hidden;
}

.cartlist .item {
	background-color:#f4f4f4;
	width:260px;
	overflow:hidden;
	padding:15px;
	float:left;
	display:inline;
}
.cartlist .item img {
	float:left;
	display:inline;
	margin:0px 15px 0px 0px;
}
.cartlist .item strong {
	font-size:14px;
}
.cartlist .item span, .cartlist .aant span {
	display:block;
	margin:0px 0px 8px 0px;
}

.cartlist .aant {
	float:left;
	display:inline;
	width:70px;
	text-align:center;
	padding:15px 0px 30px 0px;
}
.cartlist input {
	width:30px;
	text-align:center;
}


.cartlist .delete {
	float:left;
	display:inline;
	width:110px;
	display:block;
	text-align:center;
	padding:15px 0px;
	background-color:#f4f4f4;
}

.balloon {
	float:left;
	display:inline;
	width:36px;
	height:22px;
	background-image:url("/gfx/model_balloon.png");
	color:#FFF;
	margin:3px 0px 0px 0px;
	padding:3px 0px 0px 16px;
	font-size:11px;
}
.geenpart {
	float:left;
	clear:both;
	font-size:11px;
	width:190px;
}
.geenpart span {
	float:left;
	width:13px;
	height:30px;
}
img.zoom {
	cursor: url(/zoom.cur), pointer;
}
#aZoom {
	cursor: url(/zoom.cur), pointer;
	z-index:99999999;
}
a.overzicht {
	float:right;
	display:inline;
	background-image:url("/gfx/small_arrow.png");
	background-repeat:no-repeat;
	background-position:left center;
	font-size:13px;
	color:#4b4b4b;
	text-decoration:none;
	padding:0px 0px 0px 10px;
	margin:25px 0px 0px 0px;
}

span.info {
    position: relative;
}
span.info span.infobox {
	background-image:url("/gfx/infobg.png");
	background-repeat:no-repeat;
    display: none;
    left: -18px;
    position: absolute;
    width: 220px;
    padding: 20px 10px 13px 16px;
    z-index: 9999;
	font-size:13px;
	color:#fff;
	font-weight:normal;
	line-height:18px;
}
/* background-color:#F8F8F8; */
span.info:hover span.infobox {
	display:block;
}
td {
	vertical-align:top;
}

.imgbtn {
	display:block;
	margin:0px auto;
	width:142px;
	height:33px;
}

.pagin {
	overflow:hidden;
	float:left;
	clear:both;
	margin:0px 21px 0px 0px;
}
.pagin ul, #content #htmlbox .pagin ul {
	list-style:none;
	margin:10px 0px 0px 0px;
	padding:0px;
	float:left;
}
.pagin ul li {
	float:left;
	background-color:#f6f6f6;
	width:20px;
	margin-left:4px;
	text-align:center;
}
.pagin ul li.active {
	background-color:#fff;
	font-weight:bold;
}
.pagin ul li a {
	display:block;
	color:#636466;
	text-decoration:none;
}
.pagin span {
	float:left;
	margin:10px 0px 0px 4px;
}


ul.stappen, #content #htmlbox ul.stappen {
	list-style:none;
	overflow:hidden;
	margin:15px 0px 30px 0px;
}
ul.stappen li {
	float:left;
	height:17px;
	padding:4px 15px 6px;
	margin:0px 3px 0px 0px;
	background-color:#a7a9ac;
	color:#FFF;
	font-size:12px;
}
ul.stappen li.red {
	background-color:#ed1c24;
}
#fancybox-title {
	display:none!important;
}



#content #htmlbox #moreimgs {
	list-style:none;
	padding:5px 0px 0px 0px;
	margin:0px;
	width:330px;
	overflow:hidden;
}
#moreimgs li {
	float:left;
	display:inline;
}
#moreimgs li img {
	width:53px;
	margin:0 2px 0;
}

#ordernow {
	float:right;
	margin:10px 0px 0px 0px;
}
#ordernow strong {
    color:#637636;
    display: block;
    font-size: 16px;
    margin: 0 0 8px;
}


.mainct label {
	float:left;
	display:inline;
	width:210px;
	font-size:13px;
	clear:both;
	color:#575757;
	padding:5px 0px;
	margin:0px 0px 10px 0px;
}
.mainct label.noclear {
	width:auto;
	clear:none;
}
.mainct input, .mainct select, .mainct textarea {
	border:1px solid #bfbfbf;
	resize: none;
	color:#575757;
	float:left;
	padding:6px;
	margin:0px 10px 10px 0px;
}
.mainct input.check {
	border:0px;
}
.mainct input.radio {
	margin:8px 5px 0px 0px;
	padding:0px;
	border:0px;
}
.mainct input.dist {
	margin:8px 5px 0px 20px;
}

.mainct input.btn {
	border:1px solid #999;;
	padding:2px 5px;
}
.mainct input.checkbox {
	border:0px;
	margin:7px 7px 7px 0px;
}

.mainct span.status {
	float:left;
	display:inline;
	width:30px;
	padding:3px 0;
}
.mainct span.status img {
	vertical-align:middle;
}

h3.faq {
	cursor:pointer;
	margin:10px 0px 0px 0px;
}
.usp {
	position:absolute; 
	right:210px; 
	top:20px;
}

#content #htmlbox .sitemap ul{
	margin-top: 0px;
}