/**************** Tags ****************/ 

body, p, td  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
html, body {
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #000000;
}
hr {
	color: #8b6d31;
	height: 1px;
	border: 0;
	background-color: #8b6d31;
}
a {
	color: #8b6d31;
	text-decoration: underline;
}
a:hover {
	color: #ffffff;
}
h1 {
	font-size: 18px;
	color: #8b7331;
	font-weight: bold;
	font-style: italic;
}
h2 {
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
}
h3 {
	font-size: 12px;
	color: #727272;
	text-decoration: underline;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	resize:none;
}
input[type=text] {  
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
} 

/**************** Classes ****************/ 

.error {
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	color: #FF0000;
}
.bestpoint {
	font-size: 10px;
	color: #8b6d31;
	text-decoration: none;
}
.bestpoint:hover {
	color: #FFFFFF;
}
.breadcrumblink {
	font-size: 10px;
	color: #8b6d31;
	text-decoration: none;
}
.breadcrumblink:hover {
	color: #ffffff;
}
.breadcrumblinkrood {
	font-size: 10px;
	color: #8b6d31;
	text-decoration: none;
}
.breadcrumblinkrood:hover {
	color: #ffffff;
}
.btnzoek {
	color: #000000;
	height: 22px;
	width: 44px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(../images/zoek.gif);
	position: absolute;
	right: 0px;
	top: 0px;
	cursor: pointer;
	background-color: #000000;
}
.zoekveld {
	width: 148px;
	height: 17px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	background-color: #000000;
	border: 1px solid #8b6d31;
}
.nieuwsarchief {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
.nieuwsarchief:hover {
	color: #000000;
}
.nieuwslink {
	font-weight: bold;
	text-decoration: none;
}
.nieuwslink:hover {
	color: #8b6d31;
}
.nieuwstxt {
	font-size: 10px;
}
.fotodiv {
	display: inline-block; 
	position: relative; 
}
.fotocornerlb {
	width: 8px;
	height: 8px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2;
}
.fotocornerlo {
	width: 8px;
	height: 8px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 2;
}
.fotocornerro {
	width: 8px;
	height: 8px;
	position: absolute;
	bottom: 0px;
	right: 0px;
	z-index: 2;
}
.fotocornerrb {
	width: 8px;
	height: 8px;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 2;
}
.fototop {
	width: 100%;
	height: 6px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
	background-image: url(../images/fototop.gif);
	background-repeat: repeat-x;
}
.fotobottom {
	width: 100%;
	height: 6px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 1;
	background-image: url(../images/fotobottom.gif);
	background-repeat: repeat-x;
}
.fotoleft {
	height: 100%;
	width: 5px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 1;
	background-image: url(../images/fotoleft.gif);
	background-repeat: repeat-y;
}
.fotoright {
	height: 100%;
	width: 5px;
	position: absolute;
	bottom: 0px;
	right: 0px;
	z-index: 1;
	background-image: url(../images/fotoright.gif);
	background-repeat: repeat-y;
}
.datum {
	font-size: 10px;
	color: #8b6d31;
}
.artikel {
	width: 467px;
	height: 92px;
	padding: 7px;
	position: relative;
	margin-bottom: 10px;
	background-image: url(../images/artikelbg.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.artikelimg {
	height: 66px;
	width: 114px;
	text-align: center;
	position: relative;
	padding: 6px;
	background-image: url(../images/artikelimgbg.gif);
	background-repeat: no-repeat;
	background-position: left top;	
}
.artikelimgoverlay {
	width: 22px;
	height: 78px;
	position: absolute;
	top: 0px;
	right: -6px;
}
.artikeltitel {
	width: 325px;
	height: 16px;
	position: absolute;
	top: 8px;
	left: 148px;
	color: #8b6d31;
	font-size: 14px;
	font-weight: bold;
}
.artikelkomschrijving {
	width: 325px;
	height: 31px;
	position: absolute;
	top: 24px;
	left: 148px;
}
.artikelprijs {
	width: 125px;
	height: 22px;
	position: absolute;
	top: 55px;
	left: 148px;
	color: #fefefe;
	font-size: 20px;
	font-weight: bold;
}
.artikelmeerinfo {
	width: 97px;
	height: 23px;
	position: absolute;
	top: 62px;
	right: 104px;
	background-image: url(../images/moreinfobtn.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.artikelbestellen {
	width: 97px;
	height: 23px;
	position: absolute;
	top: 62px;
	right: 6px;
	background-image: url(../images/bestellenbtn.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.meerinfotxt {
	display: block;
	width: 75px;
	height: 19px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	padding-left: 22px;
	padding-top: 4px;
}
.bestellentxt {
	display: block;
	width: 82px;
	height: 19px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	padding-left: 15px;
	padding-top: 4px;
}
.moreinfobg {
	width: 467px;
	height: 135px;
	position: relative;
	background-image: url(../images/moreinfobg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 7px;
}
.moreinfoimg {
	width: 202px;
	height: 123px;
	position: relative;
	padding: 6px;
	background-image: url(../images/moreinfoimgbg.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.moreinfokomschrijving {
	width: 244px;
	height: 108px;
	position: absolute;
	top: 7px;
	left: 231px;
}
.moreinfoprijs {
	width: 142px;
	height: 23px;
	position: absolute;
	top: 120px;
	left: 231px;
	color: #fefefe;
	font-size: 20px;
	font-weight: bold;
}
.moreinfobestellen {
	width: 97px;
	height: 23px;
	position: absolute;
	top: 120px;
	left: 378px;
	background-image: url(../images/bestellenbtn.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

/**************** Div's ****************/ 

#bgright {
	width: 50%;
	height: 250px;
	position: absolute;
	right: 0px;
	top: 0px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #8b6d31;
}
#bgleft {
	width: 50%;
	position: absolute;
	left: 0px;
	background-image: url(../images/bgleft.gif);
	background-repeat: repeat-x;
	background-position: 50px bottom;	
	text-align: right;
}
#master {
	width: 950px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	z-index: 1;
	background-image: url(../images/masterbgNEW.gif);
	background-repeat: repeat-y;
}
#top {
	width: 950px;
	height: 270px;
	position: relative;
	background-color: #000000;
	z-index: 2;
}
#wissel01 {
	width: 494px;
	height: 221px;
	position: absolute;
	top: 0px;
	left: 215px;
	z-index: 3;
}
#wissel02 {
	width: 224px;
	height: 165px;
	position: absolute;
	top: 54px;
	right: 0px;
	z-index: 4;
}
#logo {
	width: 197px;
	height: 167px;
	position: absolute;
	top: 54px;
	left: 0px;
	z-index: 6;
}
#zoekveld {
	width: 203px;
	height: 22px;
	position: absolute;
	top: 239px;
	left: 555px;
	z-index: 9;
}
#breadcrumbs {
	width: 340px;
	height: 11px;
	position: absolute;
	bottom: 2px;
	left: 211px;
	z-index: 8;
}
#container {
	width: 950px;
	position: relative;
	z-index: 9;
}
#contentwrap {
	width: 706px;
	float: left;
}
#contentzone {
	width: 526px;
	float: right;
}
#contentleft {
	width: 26px;
	height: 26px;
	float: right;
}	
#content {
	width: 500px;
	float: right;
}
#content li {
	list-style-image: url(../images/pretokenHover.gif);	
}
#menuzone {
	width: 180px;
	position: relative;
	float: right;
	background-image: url(../images/menubg.gif);
	background-repeat: repeat-y;
}
#menu {
	width: 176px;
	margin-top: 13px;
	margin-left: 2px;
	margin-right: 2px;
}
#menubottom {
	width: 180px;
	height: 30px;
}
#nieuwswrap {
	margin-top: 13px;
	width: 244px;
	float: left;
}
#nieuws {
	width: 244px;
}
#nieuwsarchief {
	width: 244px;
	height: 44px;
	position: relative;
}
#archief {
	width: 144px;
	height: 29px;
	position: absolute;
	left: 59px;
	bottom: 0px;
}
#archieftxt {
	width: 144px;
	text-align: center;
	position: absolute;
	left: 0px;
	top: 4px;
}
#powered {
	width: 178px;
	height: 13px;
	position: absolute;
	left: 0px;
	text-align: center;
}
#nieuwsblok {
	width: 234px;
	height: 154px;
	position: relative;
	background-image: url(../images/nieuwsblok.png);
	background-repeat: no-repeat;
	background-position: top;
}
#meerlink {
	width: 77px;
	text-align: center;
	position: absolute;
	bottom: 15px;
	left: 4px;
}
#meerlink a {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}
#nieuwsinhoud {
	width: 200px;
	height: 110px;
	position: absolute;
	top: 12px;
	left: 12px;
}
#nieuwsinhoud p {
	margin: 0px;
	padding: 0px;
}

#clear {
	width: 0px; 
	height: 0px; 
	clear: both; 
	line-height: 0px; 
	font-size: 0px;
}

/************** hoofdmenu ***************/

ul.hoofd_menu {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
ul.hoofd_menu li {
	padding: 0px;
	margin: 0px;
}
ul.hoofd_menu li a {
	padding: 0px;
	margin: 0px;
	padding-left: 20px;
	padding-right: 10px;
	padding-top: 8px;
	padding-bottom: 5px;
	text-decoration: none;
	display: block;
	width: 146px;
	min-height: 17px;
	background-image: url(../images/menutitelbg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	font-weight: bold;
	font-style: italic;
	color: #000000;
	background-color: #634b23;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
ul.hoofd_menu li a.active,
ul.hoofd_menu li a:hover {
	padding: 0px;
	margin: 0px;
	padding-left: 20px;
	padding-right: 10px;
	padding-top: 8px;
	padding-bottom: 5px;
	text-decoration: none;
	display: block;
	width: 146px;
	min-height: 17px;
	background-image: url(../images/menutitelbg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	font-weight: bold;
	font-style: italic;
	color: #000000;
	background-color: #634b23;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
ul.hoofd_menu ul {
	padding: 0px;
	margin: 0px;
	padding-bottom: 7px;
	padding-top: 5px;
	list-style-type: none;
}
ul.hoofd_menu li li {
	padding: 0px;
	margin: 0px;
}
ul.hoofd_menu li li a {
	padding: 0px;
	margin: 0px;
	padding-left: 25px;
	color: #FFFFFF;
	display: block;
	width: 151px;
	min-height: 16px;
	font-weight: normal;
	font-style: normal;
	background-color: #000000;
	background-image: none;
	border: none;
}
ul.hoofd_menu li li a.active,
ul.hoofd_menu li li a:hover {
	padding: 0px;
	margin: 0px;
	padding-left: 25px;
	color: #FFFFFF;
	display: block;
	width: 151px;
	min-height: 16px;
	font-weight: normal;
	font-style: normal;
	background-color: #272727;
	background-image: none;
	border: none;
}
ul.hoofd_menu ul ul {
	padding: 0px;
	margin: 0px;
}
ul.hoofd_menu li li li {
	padding: 0px;
	margin: 0px;
}
ul.hoofd_menu li li li a {
	padding: 0px;
	margin: 0px;
	font-size: 10px;
	margin-left: 30px;
	color: #6c6c6c;
	display: list-item;
	height: auto;
	width: auto;
	font-weight: normal;
	font-style: normal;
	background-color: #000000;
	background-image: none;
	border: none;
	list-style-position: inside;
	list-style-image: url(../images/pretoken.gif);
}
ul.hoofd_menu li li li a.active,
ul.hoofd_menu li li li a:hover {
	padding: 0px;
	margin: 0px;
	font-size: 10px;
	margin-left: 30px;
	color: #ffffff;
	display: list-item;
	height: auto;
	width: auto;
	font-weight: normal;
	font-style: normal;
	background-color: #000000;
	background-image: none;
	border: none;
	list-style-position: inside;
	list-style-image: url(../images/pretokenHover.gif);
}
ul.hoofd_menu ul ul ul {
	padding: 0px;
	margin: 0px;
}
ul.hoofd_menu li li li li {
	padding: 0px;
	margin: 0px;
}
ul.hoofd_menu li li li li a {
	padding: 0px;
	margin: 0px;
	font-size: 10px;
	margin-left: 40px;
	color: #6c6c6c;
	display: list-item;
	height: auto;
	width: auto;
	font-weight: normal;
	font-style: normal;
	background-color: #000000;
	background-image: none;
	border: none;
	list-style-position: inside;
	list-style-image: url(../images/pretoken.gif);
}
ul.hoofd_menu li li li li a.active,
ul.hoofd_menu li li li li a:hover {
	padding: 0px;
	margin: 0px;
	font-size: 10px;
	margin-left: 40px;
	color: #ffffff;
	display: list-item;
	height: auto;
	width: auto;
	font-weight: normal;
	font-style: normal;
	background-color: #000000;
	background-image: none;
	border: none;
	list-style-position: inside;
	list-style-image: url(../images/pretokenHover.gif);
}
