@charset "utf-8";
body {
	background-color: #999;
	padding: 25px;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#wrapper {
	width: 100%;
	min-width: 1000px;
}
#wrapper {
	/* IE bug om minimale breedte aan te passen */
	width: expression(document.body.clientWidth < 1000 ? "1000px" : "100%" );
}
#header {
	background-image: url(../img/bg-header.gif);
	background-repeat: repeat-x;
	height: 104px;
	width: 100%;
	clear: both;
}
#headerlogo {
	float: left;
	border: none;
}
#headerright {
	float: right;
	height: 104px;
	text-align: right;
}
#headersearch {
	height: 30px;
	width: auto;
	padding-top: 25px;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	padding-right: 20px;
}
#headersearch input.searchbutton {
	margin: 0;
	padding: 0;
	border: 0;
	background-color: transparent;
	text-decoration: none;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
}
#headeroptions {
	background-image: url(../img/bg-header-top-right.gif);
	background-repeat: no-repeat;
	background-position: right top;
	width: 450px;
	color: #002e5a;
	font-size: 12px;
	font-weight: bold;
	padding-right: 20px;
	margin-top: -13px;
	padding-top: 10px;
}
/* plaats ook goed in IE6 */
html>body #headeroptions {
	margin-top: 0px;
	padding-top: 10px;
	height: 39px;
}
#topmenu {
	height: 30px;
	width: 100%;
	background-color: #fff;
	background-image: url(../img/bg-topmenu.gif);
}
#mainwrapper {
	background-color: #95bae0;
	background-image: url(../img/bg-mainwrapper.gif);
	background-repeat: repeat-x;
	width: auto;
	padding: 0 20px 50px 20px;
	margin: 0;
}
#mainwrappermain {
	background-color: #fff;
	background-image: url(../img/bg-menu.gif);
	background-repeat: repeat-y;
	background-position: left;
	margin: 0;
	padding: 0;
	border: none;
	width: 100%;
}
#mainwrappermain td {
	vertical-align: top;
}
#mainheader {
	background-color: #002e5a;
	height: 10px;
	background-image: url(../img/bg-mainheader-right.gif);
	background-repeat: no-repeat;
	background-position: right top;
	margin: -1px 0 0 0;
	padding: 0;
}
html>body #mainheader {
	margin: 0;
}
#mainheaderleft {
	background-image: url(../img/bg-mainheader-left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 10px;
}
#mainfooter {
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	padding-top: 10px;
	padding-left: 20px;
}
#mainwrappermenu {
	width: 153px;
	float: left;
	margin: 0;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 50px;
	padding-left: 10px;
}
#mainwrappercontent {
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 50px;
	padding-left: 0;
}
#mainwrapperextramenu {
	width: 180px;
	float: right;
	margin: 0;
	padding: 0;
}
#headeroptions ul {
	list-style-type: none;
	margin: 0;
}
#headeroptions li {
	float: right;
}
#headeroptions a {
	color: #002e5a;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	padding-left: 15px;
}
#headeroptions a:hover {
	text-decoration: underline;
}
#topmenu ul {
	list-style-type: none;
	margin: 0;
	padding-left: 65px;
}
#topmenu li {
	float: left;
}
#topmenu a {
	background-color: #7baeda;
	color: #fff;
	height: 22px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #fff;
	padding-right: 7px;
	padding-left: 7px;
	padding-top: 8px;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	display: inline-block;
}
html>body #topmenu a {
	display: block;
}
#topmenu a:hover {
	background-color: #c7b99b;
}
#topmenu a.active {
	background-color: #002e5a;
}
#mainwrappermenu ul, #mainwrappermenu ul ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#mainwrappermenu ul li a {
	display: inline-block;
}
#mainwrappermenu ul li a {
	display: block;
	color: #e3dccd;
	font-weight: bold;
	font-size: 10px;
	padding-top: 2px;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #406283;
	line-height: 16px;
}
#mainwrappermenu ul ul, #mainwrappermenu ul ul li {
	margin: 0;
	padding: 0;
	line-height: 0px;
}
#mainwrappermenu ul li a:hover {
	color: #fff;
	border-bottom-style: solid;
	border-bottom-color: #7baeda;
}
#mainwrappermenu ul ul li a {
	color: #fff;
	background-color: #50648c;
	padding-top: 2px;
	padding-left: 10px;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7c8ba9;
}
#mainwrappermenu ul ul li a:hover, #mainwrappermenu ul ul li a.active {
	background-color: #7c8ba9;
}
#mainwrappermenu {
	color: #50648c;
}
#mainfooter ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#mainfooter li {
	float: left;
	margin-left: 30px;
}
#mainfooter li a {
	color: #fff;
	text-decoration: none;
}
#mainfooter li a:hover {
	text-decoration: underline;
}
#tdmenu, #tdextramenu {
	width: 200px;
}
#mainwrappercontent ul {
	list-style-type: square;
	margin-left: 20px;
	margin-bottom: 20px;
}
#mainwrappercontent, #mainwrappercontent p, #mainwrappercontent td {
	font-size: 11px;
	line-height: 1.7em;
}
#mainwrappercontent p {
	margin: 5px 0 20px 0;
	padding: 0;
}
#mainwrappercontent table {
	border-collapse: collapse;
}
#mainwrappercontent table td {
	margin: 0;
	padding: 4px 20px 4px 20px;
}
.extraitem {
	width: 170px;
	padding-top: 10px;
}
.extracontent p {
	margin: 0px;
	padding: 0px;
	line-height: 1.7em;
}
#tdextramenu h2 {
	background-color: #002e5a;
	background-image: url(../img/bg-extramenu-head.gif);
	background-repeat: no-repeat;
	font-weight: bold;
	color: #fff;
	font-size: 12px;
	margin: 0;
	padding-top: 5px;
	padding-left: 15px;
	padding-bottom: 5px;
}
#tdextramenu h3 {
	color: #002e5a;
	margin: 0;
	padding: 0;
	font-size: 14px;
}
#tdextramenu h4 {
	color: #002e5a;
	margin: 0;
	padding: 0;
	font-size: 10px;
	font-weight: normal;
}
#tdextramenu .extralink a {
	display: block;
	height: 50px;
	color: #002e5a;
	width: 170px;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
	padding-top: 10px;
	background-image: url(../img/bg-extramenu-kader-gl.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
}
#tdextramenu .extralink a.bruin {
	background-image: url(../img/bg-extramenu-kader-br.gif);
}
#tdextramenu .extralink a.geel {
	background-image: url(../img/bg-extramenu-kader-gl.gif);
}
#tdextramenu .extralink a.olijf {
	background-image: url(../img/bg-extramenu-kader-ol.gif);
}
#tdextramenu .extralink a.groen {
	background-image: url(../img/bg-extramenu-kader-gr.gif);
}
#tdextramenu .extralink a:hover {
	background-image: url(../img/bg-extramenu-kader-bl.gif);
}
.extracontent {
	font-size: 12px;
	background-color: #7baeda;
	color: #fff;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}
.extracontent a {
	color: #fff;
	text-decoration: none;
}
.extracontent a:hover {
	color: #fff;
	text-decoration: underline;
}
.extracontentfoot {
	font-size: 12px;
	background-color: #7baeda;
	background-image: url(../img/bg-extramenu-foot-bl.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	color: #fff;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}
.extrafoot {
	font-weight: bold;
	color: #fff;
	background-color: #002e5a;
	background-image: url(../img/bg-extramenu-foot.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
}
.extrafoot a {
	color: #fff;
	text-decoration: none;
}
.extrafoot a:hover {
	color: #fff;
	text-decoration: underline;
}
.nav_pagina {
	height: 1%;
	margin: 20px 0 20px 0;
	padding: 10px 0;
	overflow: hidden;
	border-width: 1px 0;
	border-style: solid;
	border-color: #ddd;
	color: #555;
	background: #f7f7f7;
	font-size: 11px;
}
.nav_pagina li {
	width: 200px;
	margin: 5px 10px;
	float: left;
	display: inline;
	line-height: 14px;
}
.nav_pagina li.active a {
	font-weight: bold;
}
.product {
	height: 1%; 
	padding: 0;
	position: relative;
	overflow: hidden;
	font-size: 11px;
	margin: 0;
	padding-top: 10px;
	border-bottom: 1px solid #ddd;
}
.product .image, .product img {
	width: 102px;
	display: block;
	border: 1px solid #fff;
	margin-right: -102px;
	float: left;
	position: relative;
	border: 1px solid #fff;
}
.product img:hover {
	border: 1px solid #ccc;
}
.product .information {
	margin-left: 120px;
	overflow: hidden;
	padding: 0 10px 0 0;
}
.product .price {
	position: absolute;
	right: 0;
	top: 20px;
}
.price, p.price {
	font-weight: bold;
	color: #002e5a;
	font-size: 14px;
}
.product p, .product h4 {
	margin: 0;
	padding: 0;
}
.product .product_header {
	margin: 0 100px 0 0;
	padding: 0;
}
.articlenumber {
	color: #999;
	font-size: 9px;
	font-weight: bold;
}
.voorradig, .niet_voorradig {
	color: #7baeda;
	margin-left: 10px;
	font-size: 10px;
	font-weight: bold;
}
.voorradig {
	color: #7baeda;
}
.niet_voorradig {
	color: #c7b99b;
}
h1 {
	color: #002e5a;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	margin: 0;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #7baeda;
	margin: 0;
	padding: 0;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #50648c;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
h4, h4 a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #666;
	padding: 0;
}
h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #50648c;
	padding: 0;
	margin: -15px 0 15px 0;
}
a {
	color: #06c;
}
a:hover {
	color: #002e5a;
}
.photos {
	float: right;
	text-align: center;
	background-color: #eee;
	margin: 10px 0 10px 10px;
}
.photos img {
	border: 1px solid #ccc;
}
.photos img:hover {
	border: 1px solid #002e5a;
}
.photos .big {
	margin: 10px;
}
.photos .little {
	margin: 0 5px 10px 5px;
}
.rij0 {
	background-color: #FAFAFA;
}
.rij1 {
	background-color: #F2F2F2;
}
.voet {
	background-color: #4b749d;
	color: #fff;
	font-weight: bold;
}
.kop {
	background-color: #25517c;
	color: #fff;
	font-weight: bold;
}
.toelichting {
 color: #666;
}
.fout {
	font-weight: bold;
	color: #c00;
}
.sterretje {
	font-weight: bold;
	color: #c00;
	font-size: 16px;
}
.aanbieding {
	text-decoration: line-through;
}
.blokmetblokjes {
	clear: both;
	overflow: hidden;
	margin-bottom: 10px;
}
.blokje {
	display: block;
	float: left;
	text-align: center;
	overflow: hidden;
	font-weight: bold;
	margin-right: 20px;
	margin-bottom: 20px;
}
.blokje a {
	text-decoration: none;
}
.blokje img, .blokje a img {
	border: none;
	border-width: 0px;
	border-color: #fff;
}
