/*****hier alle omgeving-specifieke(hond paard etc) aanpassingen)********/

h1{
	color: #b33041;
/* dubbele declaratie, rest van h1 tag (behalve color) staat in master*/
}

a{
	color:#b33041;
}

.topnavActive{
	height:11px;
	background-image:url(../images/nav_humaan_active.gif);
	background-repeat:no-repeat;
	line-height:5px;
	font-size:5px;
}
.topnav{
	height:29px;
	background-image:url(../images/nav_humaan_bg.gif);
}
.navigatieTop a:hover{
	background-color:#a41529;
}

.tableProductLijst{
	border-bottom: 1px solid #b33041;
}
.tableProductLijst #td{
	border-top:1px solid #b33041;
}
/* -------------------------------------- */
.navigatieLeft {
	width:193px;
	margin-left:8px;
	border-top:1px solid #ebc9ce;
}

.navigatieLeft a{
	color:black;
	text-decoration:none;
	text-indent:18px;
	line-height:26px;
	display:block;
	width:193px;
	border-bottom:1px solid #ebc9ce;
	background-image: url(../images/bullit_red.gif);
	background-repeat: no-repeat;
}
.navigatieLeft a:hover{
	color:#000000;
	text-decoration:underline;
	background-image: url(../images/bullit_o.gif);
	background-repeat: no-repeat;
}
.navigatieLeft #selected{
	color: #333333;
	font-style:italic;
}
/* -------------------------------------- */
.productvak {
	border: 1px solid #AA182E;
}
.productvak .titel {
	background-color:  #AA182E;
}
.productvak h3 {
	color:#AA182E;
}
.productvak .prijs {
	color:#AA182E;
}
.productvak .dik{
	color:#AA182E;
}
.productvak .bestelbutton{
	background-image:url(../images/bg_productvak_red.jpg);
}
/* -------------------------------------- */
.productDetail{
	border: 1px solid #AA182E;
}
.productDetail h2 {
	color:#AA182E;
}
.productDetail h3 {
	color:#AA182E;
}
.productDetail .prijs {
	color:#AA182E;
}
/* -------------------------------------- */
.btn{
	background-image:url(../images/bg_productvak_red.jpg);
}

.kader{
	border:1px solid #AA182E;
}

.kader h1 {
	font-size:20px;
	line-height:25px;
}

.red {
	background-image:url(../images/bg_productvak_red.jpg);
}
.yellow {
	background-image:url(../images/bg_productvak_yellow.jpg);
}

div#sitemap{
	width:956px;
	border-top:1px solid #b33042;
	line-height:24px;
	margin-bottom:15px;
}

/* einde aanpassingen */