@charset "UTF-8";

/* zet scrollbar altijd aan */
html {
overflow-y: scroll;
}

/* zet alles op 0 */
* {
	margin: 0px;
	padding: 0px;
}


body {
	background-color: #9DC9BA;
	margin: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
}
/* 
td {
	height: 19px;
}
 */

#mainwrapper {
	width: 1029px;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/schaduw-vul-L.gif);
	background-repeat: repeat-y;
	background-position: left top;
	padding: 0px;
}
#wrapper {
	background-color: #FFFFFF;
	float: left;
	min-height: 618px;
	width: 955px;
	margin: 0px;
	padding: 0px;
}
/* for Internet Explorer */
/*\*/
* html #wrapper {
	height: 618px;
	padding-bottom: 10px;
}
/**/

#schaduwTopRechs {
	float: left;
}
#schaduwTopLinks {
	background-image: url(../images/schaduw-vul-L.gif);
	background-repeat: repeat-y;
	background-position: left top;
	float: left;
}
#schaduwRechts {
	background-image: url(../images/schaduw-vul-R.gif);
	background-repeat: repeat-y;
	background-position: right top;
	float: left;
}
#header {
	height: 84px;
	width: 945px;
	margin-top: 5px;
	margin-left: 5px;
}
#headerZoek p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00483A;
	font-weight: bold;
	margin-right: 10px;
}
#headerAfb {
	float: left;
	height: 84px;
	width: 587px;
}
#headerZoek {
	height: 84px;
	width: 353px;
	margin-left: 5px;
	float: left;
	background-image: url(../images/achtergrond-zoek.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#headerBalk {
	height: 19px;
	margin-top: 65px;
}
#headerZoek h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00483A;
	margin-top: 16px;
	margin-right: 10px;
	margin-bottom: 5px;
}
#headerZoek a {
	text-decoration: none;
}
#headerZoek a:link, #headerZoek a:visited {
	text-decoration: none;
	color: #00483A;
}
#headerZoek a:hover, #headerZoek a:active {
	text-decoration: none;
	color: #84A99D;
}


#qshops {

}
#nav {
	background-color: #00483A;
	height: 33px;
	width: 945px;
	margin-top: 5px;
	margin-left: 5px;
}
#navbalkLichtGroen {
	background-color: #E6F1EE;
	width: 945px;
	margin-left: 5px;
	height: 18px;
}
#breadcrumBalk {
	height: 33px;
	width: 945px;
	margin-top: 5px;
	margin-left: 5px;
}
#bcLinks {
	background-color: #EFE4E0;
	height: 33px;
	width: 587px;
	float: left;
}
#bcLinks p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #888685;
	margin-top: 8px;
	margin-left: 15px;
}


/* Horizontale Navigatie */

#hoofdnav {
	clear: both;
	height: 33px;
	width: 945px;
	background-color: #00483A;
	margin-left: 5px;
	margin-top: 5px;
}
#hoofdnav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#hoofdnav li {
	float: left;
	text-indent: -5000px;
}
#hoofdnav a {
	display: block;
	height: 33px;
}
#hoofdnav a.btn-home {
	background-image: url(../images/home.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 70px;
}
#hoofdnav a.btn-home:hover, #hoofdnav li.active a.btn-home {
	background-image: url(../images/home-hover.gif);
}
#hoofdnav a.btn-onze-producten {
	background-image: url(../images/onze-producten.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 134px;
}
#hoofdnav a.btn-onze-producten:hover, #hoofdnav li.active a.btn-onze-producten {
	background-image: url(../images/onze-producten-hover.gif);
}
#hoofdnav a.btn-informatiebibliotheek {
	background-image: url(../images/informatiebibliotheek.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 178px;
}
#hoofdnav a.btn-informatiebibliotheek:hover, #hoofdnav li.active a.btn-informatiebibliotheek {
	background-image: url(../images/informatiebibliotheek-hover.gif);
}
#hoofdnav a.btn-leveringsvoorwaarden {
	background-image: url(../images/leveringsvoorwaarden.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 188px;
}
#hoofdnav a.btn-leveringsvoorwaarden:hover, #hoofdnav li.active a.btn-leveringsvoorwaarden {
	background-image: url(../images/leveringsvoorwaarden-hover.gif);
}
#hoofdnav a.btn-over-allergiezorg {
	background-image: url(../images/over-allergiezorg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 151px;
}
#hoofdnav a.btn-over-allergiezorg:hover, #hoofdnav li.active a.btn-over-allergiezorg {
	background-image: url(../images/over-allergiezorg-hover.gif);
}
#hoofdnav a.btn-contact:hover, #hoofdnav li.active a.btn-contact {
	background-image: url(../images/contact-hover.gif);
}
#hoofdnav a.btn-contact {
	background-image: url(../images/contact.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 85px;
}

/* Einde Horizontale Navigatie */


/* Verticale Navigatie */

* html #vertNav {
	margin-left: 3px;
}
#vertNav {
	width: 185px;
	margin-top: 37px;
	margin-left: 5px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	float: left;
	margin-bottom: 20px;
	line-height: 13px;
}
#vertNav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#vertNav ul li {
	margin-bottom: 3px;
}
#vertNav .subnav {
	color: #888685;
	background-color: #E6F1EE;
}
#vertNav li a {
	text-decoration: none;
	width: 175px;
	background-color: #9DC9BA;
	display: block;
	padding-left: 8px;
	padding-top: 3px;
	color: #FFFFFF;
	padding-bottom: 3px;
}
#vertNav li a:hover {
	background-color: #00483A;
	text-decoration: none;
}
#vertNav .Navigatie_actief {
	background-color: #00483A;
	color: #FFFFFF;
}

/* Einde Verticale Navigatie */


#afbLinks {
	width: 177px;
	margin-top: 37px;
	margin-left: 5px;
	font-size: 11px;
	float: left;
}
#prijzen {
	color: #C02801;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	padding-bottom: 10px;
}
#voorwaarden p, #voorwaarden hr {
	margin-bottom: 15px;
}
#content {
	float: left;
	width: 742px;
	margin-top: 37px;
	margin-left: 15px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 18px;
}
#content h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #00483A;
}
#content #inleiding img {
	border: 2px solid #9DC9BA;
	float: left;
	margin-top: 5px;
	margin-right: 23px;
	margin-bottom: 5px;
}
#content li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}
#contentBestel {
	float: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	padding-top: 24px;
	padding-left: 21px;
	background-color: #E6F1EE;
	width: 721px;
	margin-bottom: 15px;
}
#contentBestel h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #00483A;
	margin-left: 5px;
}
#adresgegevens a:link, #adresgegevens a:visited{
	color: #000;
}
#inleiding {
	width: 385px;
	margin-bottom: 30px;
}
#adresgegevens {
	float: left;
	margin-left: 27px;
	width: 650px;
	margin-top: 5px;
}
#adresgegevens p {
	font-size: 11px;
}

#tekst img {
}

#totaal {
	margin-top: 5px;
	margin-left: -3px;
}
#tekst h2 {
	font-size: 14px;
	font-weight: normal;
	color: #888685;
	margin-top: 2px;
}
#panelC {
	background-color: #9DC9BA;
	float: right;
	width: 312px;
	padding-left: 15px;
	padding-top: 20px;
	padding-right: 25px;
	padding-bottom: 20px;
	margin-top: 24px;
}
#panelC a:link, #panelC a:visited{
	color: #00483A;
}
#winkelmandje {
	background-color: #CCC9C2;
	height: 33px;
	float: left;
	width: 353px;
	margin-left: 5px;

	background-image: none; /* url(../images/winkelmand.gif); */
	background-repeat: no-repeat;
	background-position: 319px 4px;
}
#winkelmandje p {
	font-size: 15px;
	margin-top: 8px;
	text-align: right;
	margin-right: 45px;
	color: #888685;
}
#winkelmandje a:link, #winkelmandje a:visited {
	text-decoration: none;
	color: #888685;
}
#winkelmandjeRood {
	background-color: #C02801;
	height: 33px;
	float: left;
	width: 353px;
	margin-left: 5px;
	background-image: url(../images/winkelmand-rood.gif);
	background-repeat: no-repeat;
	background-position: 319px 4px;
}
#winkelmandjeRood p {
	font-size: 15px;
	margin-top: 8px;
	text-align: right;
	margin-right: 45px;
	color: #FFF;
}
#winkelmandjeRood a:link, #winkelmandjeRood a:visited {
	text-decoration: none;
	color: #FFF;
}
#in-winkelmandje-plaatsen a {
	color: #FFFFFF;
	background-color: #C02801;
	height: 18px;
	width: 180px;
	padding-left: 10px;
	padding-top: 1px;
	background-image: url(../images/pijl-wit.gif);
	background-position: 170px;
	background-repeat: no-repeat;
	text-decoration: none;
	display: block;
	float: left;
}
#verder-winkelen a {
	color: #FFFFFF;
	background-color: #C02801;
	height: 18px;
	width: 120px;
	padding-left: 10px;
	padding-top: 1px;
	background-image: url(../images/pijl-wit.gif);
	background-position: 110px;
	background-repeat: no-repeat;
	text-decoration: none;
	display: block;
	float: left;
}
#bestellen a {
	color: #FFFFFF;
	background-color: #C02801;
	height: 18px;
	width: 80px;
	padding-left: 10px;
	padding-top: 1px;
	background-image: url(../images/pijl-wit.gif);
	background-position: 70px;
	background-repeat: no-repeat;
	text-decoration: none;
	display: block;
	float: right;
	margin-right: 170px;
	font-size: 11px;
}
#footer {
	background-image: url(../images/schaduw-bottom.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 21px;
	width: 1029px;
	clear: left;
}
div.spacer {
	clear: both;
}
#tekst {
	width: 697px;
	float: left;
}
#tekst a:link, #tekst a:visited{
	color: #000;
}
.winkelwagen {
	color: #FFF;
	background-color: #F00;
}
.vetrood {
	font-weight: bold;
	color: #C02801;
}
.vetgroen {
	font-weight: bold;
	color: #00483A;
}
.vet {
	font-weight: bold;
}
.donker-groen {
	color: #00483A;
}
.licht-groen {
	background-color: #E6F1EE;
}
.vijfpx-marge-boven {
	margin-top: 5px;
}
.twintigpx-marge-onder {
	margin-bottom: 20px;
	margin-top: 20px;
	margin-left: -3px;
}
.vijfpx-padding-links {
	padding-left: 5px;
}
.interlinie {
	line-height: 20px;
}
.invoer {
	background-color: #9DC9BA;
	height: 19px;
	margin: 0px;
	padding: 0px;
}
.pijl {
	font-size: 18px;
	line-height: 12px;
	margin-top: 5px;
}
.tabelnorm {
	margin-bottom: 30px;
	text-align: left;
	margin-top: 5px;
}
.tabelinl {
	margin-left: 0px;
	margin-bottom: 15px;
	text-align: left;
	margin-top: 5px;
}
.tabelinl p {
	margin-left: 0px;
}
.inl {
	padding-left: 20px;
}

.tabel {
	margin-left: -3px;
	margin-bottom: 30px;
	text-align: left;
	margin-top: 5px;
}
#bereken {
	margin-top: 20px;
	float: left;
	margin-bottom: 25px;
}
#bereken p {
	font-size: 12px;
	font-weight: bold;
	color: #00483A;
}
#bereken a:link, #bereken a:visited {
	color: #00483A;
}
.tabel p {
	margin-left: 10px;
}
.tabelFotos {
	margin-left: -3px;
	text-align: left;
	margin-top: 5px;
}
.tabelBestel {
	margin-bottom: 30px;
	text-align: left;
	margin-top: 5px;
}
.knop {
	color: #FFF;
	background-color: #C02801;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-top-color: #C02801;
	border-right-color: #C02801;
	border-bottom-color: #C02801;
	border-left-color: #C02801;
	display: inline;
	padding-right: 5px;
	padding-left: 5px;
}
.kader {
	border: 2px solid #9DC9BA;
}
.submitknop {
	color: #FFF;
	background-color: #C02801;
	background-image: url(../images/pijl-wit.gif);
	background-position: right 3px;
	background-repeat: no-repeat;
	padding-right: 25px;
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-left: 8px;
	height: 19px;
	vertical-align: middle;
	padding-bottom: 3px;
}
.korting {
	margin-left: 5px;
}
.label {
	background-color:#E6F1EE;
	padding-left: 5px;
}
.imgkader {
	border: 2px solid #9DC9BA;
	vertical-align: middle;
}
.imgkader a {
	width: 120px;
	text-align: center;
	display: block;
	vertical-align: middle;
}
/* img 3 pixelgap bug */
* html .imgkader img {
	margin-bottom: -3px;
}
.margeTopBottom {
	margin-top: 15px;
	margin-bottom: 15px;
}
#korting {
	margin-left: 5px;
}
.advieslijn {
	font-size: 16px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #00483A;
	margin-top: 8px;
	margin-right: 10px;
	font-weight: bold;
}
input {
	background-color: #9DC9BA;
}
td p {
	margin-left: 5px;
}

