
/* Body----------------*/
body {
	background: #939787 url(/img/achtergronden/bg.gif) repeat-x top;
	margin: 0;
	padding: 0;
	text-align: center;
}

/* Wrappers ----------------*/

.wrapper {
	background: url(/img/achtergronden/bg-blok.gif) no-repeat;
	width: 988px;
	height: 737px;
	margin: 10px auto;
	text-align: left;
	position: relative;
}

.inner-wrapper {
	position: relative;
	width: 968px;
	height: 717px;
	margin-left: 10px;
	margin-top: 11px;
	float: left;
	display: inline;
}


/* Header ----------------*/

.header {
	height: 120px;
	width: 100%;
	position: relative;
}

.header h1  {
	margin: 0;
	padding: 0;
	font-size: 1em;
}

.header h1 a {
	background: url(/img/logo.gif) no-repeat;
	width: 209px;
	height: 56px;
	display: block;
	position: absolute;
	left: 379px;
	top: 32px;
	text-decoration: none;
}

.header h1 a span {
	visibility: hidden;
}

/* Sidebar left ----------------*/

.sidebar-left {
	width: 162px;
	height: 596px;
	background: url(/img/achtergronden/bg-productnav.gif) repeat-x;
	border-top: 1px solid #800620;
	position: absolute;
	left: 1px;
}

/* Sidebar left navigatie ----------------*/

.sidebar-left ul {
	position: absolute;
	left: 17px;
	top: 33px;
	margin: 0;
	list-style: none;
}

.sidebar-left ul li {
	margin-bottom: 9px;
}

.sidebar-left ul li a {
	text-decoration: none;
	display: block;
	width: 100px;
}

.sidebar-left ul li a img {
	padding-left: 26px;
	padding-top: 2px;
}


.sidebar-left ul li a {
	width: 130px;
	height: 33px;
	display: block;
	background-image: url(/img/navigatie/product-nav.gif);
	background-repeat: no-repeat
}

.sidebar-left ul li#a0200 a {
	background-position: 0 -42px;
}

.sidebar-left ul li#a0300 a{
	background-position: 0 -84px;
}

.sidebar-left ul li#a0400 a  {
	background-position: 0 -126px;
}

.sidebar-left ul li#a0500 a {
	background-position: 0 -168px;
}

.sidebar-left ul li#a0600 a {
	background-position: 0 -210px;
}

.sidebar-left ul li#a0700 a {
	background-position: 0 -252px;
}

.sidebar-left .site-info {
	font-size: 0.8em;
	color: #940926;
	position: absolute;
	bottom: 22px;
	text-align: center;
	width: 100%;
	letter-spacing: -1px;
}

/* Content-wrapper ----------------*/

.main {
	border-top: 1px solid #3e4137;
	position: absolute;
	left: 163px;
	width: 805px;
	z-index: 2;
}

.main-nav {
	background: #585b4d;
	height: 25px;
}

#nav ul {
	list-style: none;
	width: 563px;
	position: absolute;
	top: 0;
	left: 15px;
	margin: 0;
	z-index: 10;
}

#nav li {
	float: left;
	border-right: 1px solid #74776b;
	padding: 0 10px;
}

#nav li.last {
	border-right: 0px;
}

#nav li a {
	background-repeat: no-repeat;
	display: block;
	color: #cfcfcb;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 0.9em;
	padding: 5px 0 4px 0;
}

#nav li a:hover, #nav li a.active {
	color: #fff;
}

#nav li ul {
	position: absolute;
	width: 140px;
	left: -999em;
	background: #585b4d;
	margin-top: 25px;
	margin-left: -10px;
}

#nav li ul li{
	border-right: 0px;
	border-top: 1px solid #74776b;
	width: 120px;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

.main-nav .language {
	position: absolute;
	height: 26px;
	width: 200px;
	right: 20px;
}

.main-nav .language p {
	width: 45px;
	height: 7px;
	background: url(/img/image-tekst/tekst_language.gif) no-repeat;
	margin: 8px 0 0 0;
	text-indent: -9999px;
	float: left;
}

.main-nav .language .languageselector {
	width: 148px;
	border: 1px solid #9da294;
	float: left;
	display: inline;
	margin-left: 4px;
	height: 22px;
	background: #fff;
	font-size: 0.8em;
	line-height: 2.1em;
	cursor: pointer;
	position: relative;
	background: #fff url(/img/buttons/dropdown-arrow.gif) no-repeat right;
}

.main-nav .language .languageselector span img{
	width: 16px;
	height: 11px;
	text-indent: -9999px;
	float: left;
	margin:5px 3px 5px 5px;
	display: inline;
	position: absolute;
}

.main-nav .language .languageselector span.name {
	position: absolute;
	left: 24px;
}


.main-nav #selectlanguage {
	width: 148px; 
	background: #EFEFEF; 
	position: absolute; 
	right: 21px; 
	top: 23px; 
	z-index: 100; 
	border-left: 1px solid #9CA294;
	border-bottom: 1px solid #9CA294;
	border-right: 1px solid #9CA294;
	display: none;
	padding: 2px 0;
}
.main-nav #selectlanguageIFRAME {
	width: 148px; 
	position: absolute; 
	right: 21px; 
	top: 23px; 
	z-index: 99; 
	height:90px;
	width:150px;

	display: none;

}

.main-nav #selectlanguage p {
	font-size: 0.8em;
	padding: 0px 5px;
	margin: 0;
	display: block;
	float: left;
	width: 136px;
	font-size: 0.8em;
	line-height: 2.2em;
}

.main-nav #selectlanguage p a  img {
	float: left;
	margin:5px 4px 5px 0px;
	display: inline;
}

.main-nav #selectlanguage p a {
	text-decoration: none;
	font-size: 1em;
	color: #222222;
}


/* Content-wrapper ----------------*/

.content-wrapper {
	position: absolute;
	width: 560px;
	height: 568px;
	background: url(/img/achtergronden/bg-content.gif) repeat-x 0 26px;
	top: 27px;
	left: 2px;
	z-index: 2;
}

.content-wrapper .visual-groot {
	margin-bottom: 2px;
	height: 217px;
	position: relative;
}

.content-wrapper .visual-groot  ul#visuals  img {
	margin: 0;
}

.content-wrapper .visual-groot ul#visuals {
	margin: 0;
	padding: 0;
	list-style: none;
}





/*Kruimelpad ----------------*/

.content-wrapper .kruimelpad-nav {
	height: 26px;
	background: #d8dad4;
	padding: 0 0;
	position: relative;
	color: #585b4d;
}

.content-wrapper .kruimelpad-nav p.kruimelpad {
	font-size: 0.9em;
	padding-top: 5px;
	padding-left: 24px;
}

.content-wrapper .kruimelpad-nav p.kruimelpad span {
	text-transform: capitalize;
}

.content-wrapper .kruimelpad-nav a {
	color: #585b4d;
	text-decoration: underline;
}

.content-wrapper .kruimelpad-nav  a:hover {
	color: #8b0f24;
}

.content-wrapper p.kruimelpad-small {
	position: absolute; 
	left: 25px; 
	top: 34px; 
	font-size: 11px; 
	color: #aaa; 
	margin: 0;
}

.content-wrapper p.kruimelpad-small  a {
	color: #585b4d;
	text-decoration: underline;
}

.content-wrapper p.kruimelpad-small span {
	text-transform: capitalize;
}

.content-wrapper .kruimelpad-nav #sub-nav {
}

.content-wrapper .kruimelpad-nav #sub-nav ul {
	margin: 0;
	list-style: none;
	font-size: 11px;
	z-index: 10;
	
}

.content-wrapper .kruimelpad-nav #sub-nav a {
	display: block;
	font-size: 11px;
	padding: 5px 10px 4px 10px;
	text-decoration: none;
}


.content-wrapper .kruimelpad-nav #sub-nav ul li {
	float: left;
	text-transform: capitalize;
	
}


.content-wrapper .kruimelpad-nav #sub-nav li ul {
	position: absolute;
	left: -999em;
	width: 200px;
	background: #8e9082;
	border: 1px solid #7b7d70;
	z-index: 100;
}

.content-wrapper .kruimelpad-nav #sub-nav li ul.Laatste{
	right:0px;
}


.content-wrapper .kruimelpad-nav #sub-nav li li {
	color: #f3f3f3;
	font-weight: normal;
	width: 200px;
}
.content-wrapper .kruimelpad-nav #sub-nav li li a {
	color: #f3f3f3;
	font-weight: normal;
	padding: 3px 10px 2px 20px;
	background:url(/img/navigatie/nav-arrow.gif) no-repeat 5px -9px;
	text-decoration: none;
}

.content-wrapper .kruimelpad-nav #sub-nav li:hover, 
.content-wrapper .kruimelpad-nav #sub-nav li.sfhover,
.content-wrapper .kruimelpad-nav #sub-nav li.active {
	background: #c5c6c1;
}

.content-wrapper .kruimelpad-nav #sub-nav li li:hover, 
.content-wrapper .kruimelpad-nav #sub-nav li li.sfhover,
.content-wrapper .kruimelpad-nav #sub-nav li li.active {
	background: #8e9082;
}

.content-wrapper .kruimelpad-nav #sub-nav li:hover ul,
.content-wrapper .kruimelpad-nav #sub-nav li.sfhover ul {
	left: auto;
}

.content-wrapper .kruimelpad-nav #sub-nav li li a:hover, .content-wrapper .kruimelpad-nav #sub-nav li li a.active {
	background:url(/img/navigatie/nav-arrow.gif) no-repeat 5px 6px;
}

/* Content ----------------*/

.content {
	overflow-x: hidden;
	overflow-y: auto;
	margin: 25px 10px 0 25px;
	font-size: 11px; 
	line-height:18px;
	color: #000;
	z-index: 2;
}

	.small .content {
		height: 270px;
		
	}
	
	.medium .content {
		height:296px;
		position: relative;
	}
	
	.large .content {
		height: 495px;
		position: relative;
	}

.content h2 {
	font-size: 1.2em;
	color: #ed0c3b;
	text-transform: capitalize;
}

.content h3.blok {
	height: 24px;
	background: #dadcd6;
	font-size: 1.1em;
	color: #585b4d;
	font-weight: bold;
	line-height: 2.1em;
	margin: 0 0 10px 0;
	padding-left: 10px;
	width: 228px;	
}

.content h3 a {
	color: #454544;
}

.content h4 {
		font-size: 1.1em;
		font-weight: bold;
		margin: 0;
		color: #585b4d;
}

.content h4 a {
	color: #454544;
}

.content h4 span {
	font-size: 0.9em;
	color: #60a2ba;
	margin-right: 4px;
}

.content .blok-left {
	float: left;
	width: 238px;
}

.content .blok-right {
	float: left;
	width: 238px;
	display: inline;
	margin-left: 30px;
}

.content a {
	color: #43634a;
}

.content a:hover {
	color: #2e2e2e;
}

.content p.error {
	color: #ff0000;
	margin-bottom: 15px;
}

/*Button----------------*/

p.button-holder {
	clear: both;
	display: block;
}

.padding-right {
	padding-right: 12px;
}

p.button-holder a.button {
  background: transparent url(/img/buttons/btn-bg-a.gif) no-repeat scroll top right;
  color: #fff;
  display: block;
  float: right;
  font: normal 10px arial, sans-serif;
	letter-spacing: 0;
  height: 15px;
  padding-right: 10px;
	padding-left:0;
	margin-left:0;
	font-size:11px;
  text-decoration: none;
}

p.button-holder a.button span {
    background: transparent url(/img/buttons/btn-bg-a-span.gif);
    display: block;
    line-height: 5px;
    padding: 5px 0 5px 10px;
} 

p.button-holder a.button:hover {
    background-position: bottom right;
    outline: none;
}

p.button-holder a.button:hover span {
    background-position: bottom left;
} 

/* Forms----------------*/



.content form p {
	margin: 0 0 5px 0;
}

.content form.contact label {
	float: left;
	width: 150px;
	font-weight: normal;
	clear: left;
	display: block;
}

.content form.contact input.text {
	border: 1px solid #c5c6c0;
	width: 159px;
	font-size: 10px;
	padding: 2px 0;
}


.content form.contact textarea.textarea {
	border: 1px solid #c5c6c0;
	width: 159px;
	height: 120px;
	font-size: 10px;
	font-family: arial;
}

.content form {
	margin-top: 10px;
}

.content form.tellfriend label {
	float: left;
	width: 90px;
	font-weight: normal;
	clear: left;
	display: block;
}

.content form.tellfriend input.text {
	border: 1px solid #c5c6c0;
	width: 143px;
	font-size: 10px;
	padding: 2px 0;
}

.content form.tellfriend textarea.textarea {
	border: 1px solid #c5c6c0;
	width: 141px;
	height: 120px;
	font-size: 10px;
	font-family: arial;
}



.content form.newsletter label {
	float: left;
	width: 90px;
	font-weight: normal;
	display: block;
	clear: left;
}

.content form.newsletter input.text {
	border: 1px solid #c5c6c0;
	width: 143px;
	font-size: 10px;
	padding: 2px 0;
}

.content form.newsletter textarea.textarea {
	border: 1px solid #c5c6c0;
	width: 143px;
	height: 120px;
	font-size: 10px;
	font-family: arial;
}

.content form.newsletter select.text {
	font-size: 10px;
}

.content form.newsletter select.date {
	font-size: 10px;
}


/* Nieuws/Acties----------------*/

.item-container {
	padding-top: 5px;
}

.item {
	width:238px;
	margin-bottom: 20px;
	float: left;
}

.item-margin {
	display: inline;
	margin-left: 30px;
}

.item-header {
	width: 100%;
	height: 24px;
	background: #dadcd6;
}

.margin-bottom {
	margin-bottom: 10px;
}

.item-header h3 {
	font-size: 1.1em;
	line-height: 2.3em;
	padding-left: 10px;
	margin: 0;
}

.item-header h3 a {
	color: #454544;
	font-weight: bold;
}

.item-header h3 span {
	font-size: 1em;
	color: #949888;
	margin-right: 7px;
}

.item-content {
	border: 1px solid #e7e8e3;
}

.item-visual {
	width: 91px;
	height: 91px;
	float: left;
	margin-left: -1px;
	display: inline;
}

.item-tekst {
	padding: 10px 10px 8px 10px;
	float: left;
	width: 126px;
}

.item-tekst  p{
	margin: 0;
}

/* Product----------------*/

.product {
	border: 1px solid #dee0dc;
	width: 122px;
	height: 181px;
	float: left;
	margin: 0 3px 3px 0;
	position: relative;
	background: #fff;
}

.product-header {
	background: #eeefed;
	text-align: center;
	position: absolute;
	width: 100%;
	top: 0;
}

.product-header h3 {
	margin: 0;
	line-height: 1.1em;
	padding: 5px 0;
	color: #2f2e2e;
	padding: 7px 2px;
	font-size: 11px;
	text-align: center;
	color: #2f2e2e;
	text-transform: capitalize;
}

.product-header h3 a {
	color: #2f2e2e;
}

.product-visual {
	position: absolute;
	width: 100%;
	height: 128px;
	top: 46px;
	text-align: center;
}
	.btn-zoom a {
		position: absolute;
		bottom: 28px;
		right: 10px;
		background: url(/img/buttons/btn-zoom.gif) no-repeat;
		text-indent: -9999px;
		width: 11px;
		height: 11px;
		line-height: 11px;
		display: block;
	}
	
	.btn-zoom a:hover {
		background: url(/img/buttons/btn-zoom.gif) 0 -11px;
	}
	
.product-info {
	position: absolute;
	bottom: 0;
	height: 25px;
	width: 100%;
	text-align: center;
}

.producten {
	position: relative;
}

.meta  { margin-bottom: 10px; }
/* Product navigatie*/
.productnavigatie {
	height: 15px;
	clear:both;
	width:350px;
	text-align:right;
	position: absolute;
	top: 0;
	right: 20px;
	}
	.productnavigatie .paginanummer { display:inline; margin-left: 2px; }
	.productnavigatie .paginanummer a {
		display:inline;
		text-indent:0px;
		padding:0px 3px;
		font-size:8px;
		color:#b5b6b0;
		text-decoration:none;
		border:1px solid #b5b6b0;
		}
	.productnavigatie .selected a, .paginanummer a:hover { 
		border-color:#c00; 
		}
	.inactive a:hover,.inactive a {
		color:#b5b6b0;
		border-color:#b5b6b0;
		cursor:default;
		}
	.productnavigatie .vorige a {
		background: url(/img/buttons/btn-prevnext.gif) no-repeat -2px 0;
		width: 5px;
		text-indent:-3000px;
		/* begin IE vs FF position hacks */
		//background: url(/img/buttons/btn-prevnext.gif) no-repeat 0 0;
		//width: 4px;
		/* end IE vs FF position hacks */
		}
	.productnavigatie .volgende a {
		background: url(/img/buttons/btn-prevnext.gif) no-repeat -14px 0;
		width: 5px;
		text-indent:-3000px;
		/* begin IE vs FF position hacks */
		//background: url(/img/buttons/btn-prevnext.gif) no-repeat -13px 0;
		//width: 4px;
		/* end IE vs FF position hacks */
		}
	
	.productnavigatie .inactive a {
		width:5px;
		border-color:#dfe0de;
		color:#dfe0de;
		//width: 4px;
		}
		
	.vorige.inactive a { 
		background: url(/img/buttons/btn-prevnext.gif) no-repeat 0px -12px;
		}
	.volgende.inactive a { 
		background: url(/img/buttons/btn-prevnext.gif) no-repeat -13px -12px;
		}

/* product-detail----------------*/
.productdetail-visual {
	text-align: center;
	position: relative;
}

/* sidebar-right ----------------*/
.sidebar-right {
	position: absolute;
	left: 564px;
	top: 0;
	width: 241px;
	height: 571px;
	background: #d6d9cc;
	top: 25px;
	z-index: 1;
	overflow: hidden;
}

/* sidebar blokken vast ----------------*/

.blok {
	width: 230px;
	margin-left: 7px;
	margin-top: 5px;
	position: relative;
	color: #7e8078;
}

	.b-zoek {
		background: url(/img/blokken/blok-zoek.gif) no-repeat;
		height: 117px;
	}

	
.blok-header {
	height: 26px;
	width: 100%;
}	

.blok-header h3 {
	color: #2f2e2e;
	padding: 6px 14px;
	font-size: 10px;
	text-transform: uppercase;
	display: block;
	margin: 0;
}

.blok-content {
	padding: 10px 14px 14px;
	font-size: 0.8em;
}

.blok-content input.text {
	width: 190px;
	font-size: 11px;
	border: 1px solid #9da294;
	color: #9da294;
	padding: 3px;
	margin-bottom: 2px;
	height: 15px;
}

.blok-content select {
	width: 197px;
	font-size: 11px;
	color: #9da294;
	margin-bottom: 3px;
	border: 1px solid #9da294;
	height: 22px;
}

/* sidebar blokken dynamisch----------------------------- */

.blok-dynamic {
	width: 231px;
	background: url(/img/blokken/blok-footer.gif) no-repeat bottom left;
	padding-bottom: 6px;
	position: relative;
	margin-left: 7px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.blok-dynamic h3 {
	color: #2f2e2e;
	padding: 8px 14px 0px 14px;
	font-size: 10px;
	text-transform: uppercase;
	display: block;
	margin: 0;
}

.blok-dynamic .blok-content {
	background-image: url(/img/blokken/blok-header.gif);
	padding: 2px 3px 1px;
	display: block;
	width: 225px;
	margin: 0;
}

.blok-dynamic .blok-content span {
	width: 100%;
	background: #ff0000;
}	

.blok-dynamic .blok-content img {
	margin: 0;
	padding: 0;
	display: inline;
}

/* Product blokken ----------------*/

.sidebar-right .product-container {
	padding-left: 9px;
}

p.center {
	color: #585b4d;
	padding: 5px 5px;
	text-align: center;
	margin: 0;
	font-size: 10px;
}

.blok-product {
	width: 113px;
	height: 175px;
	background: url(/img/blokken/blok-product.gif) no-repeat;
	float: left;
	position: relative;
}

.blok-product h3 {
	color: #2f2e2e;
	padding: 7px 2px;
	font-size: 11px;
	text-align: center;
	color: #2f2e2e;
	text-transform: capitalize;
}

.blok-product h3 a {
	color: #2f2e2e;
}

.blok-product-foto {
	width: 105px;
	height: 97px;
	padding-left: 2px;
	text-align: center;
	margin-top: 8px;
}


.blok-product-omschrijving {
	font-size: 11px;

	width: 106px;
	margin-left: 1px;
	height: 25px;
	text-align: center;
	line-height: 11px;
	padding: 10px 0 0 0;
	color: #484848;
}


.blok-product-detailknop {
	position: absolute;
	bottom: 38px;
	left: 92px;
}

.blok-product-detailknop a {
	width: 11px;
	height: 11px;
	background: url(/img/buttons/btn-zoom.gif) 0 0;
	text-indent: -9999px;
	display: block;
	line-height: 11px;	
}

.blok-product-detailknop a:hover {
	background: url(/img/buttons/btn-zoom.gif) 0 -11px;
}

	.margin-product-left {
		margin-left: 6px;
		display: inline;
	}


/* Buttons ----------------*/

.btn-klik a {
	width: 46px;
	height: 15px;
	background: url(/img/buttons/btn-klik.gif) no-repeat;
	text-indent: -9999px;
	display: block;
}

.btn-klik a:hover {
	background: url(/img/buttons/btn-klik.gif) no-repeat 0 -15px;
}


.btn-zoek a {
	width: 46px;
	height: 15px;
	background: url(/img/buttons/btn-zoek.gif) no-repeat;
	text-indent: -9999px;
	display: inline;
	float: right;
	margin: 5px 5px 0 0;
}

.btn-zoek a:hover {
	background: url(/img/buttons/btn-zoek.gif) no-repeat 0 -15px;
}	

#print-page {
	position:absolute;
	top:700px;
	left:20%;
	width:40px;
	z-index:4000;
}
