* {
	margin:0px;
	padding:0px;
}

body {
	font-family:Verdana, Arial;
	font-size:11px;
	color:#231f20;
	background-image:url('/assets/img/bg_top.jpg');
	background-repeat:repeat-x;
	background-color:#fff;
}

h1 {
	font-family:Verdana, Arial;
	font-size:24px;
	font-weight:normal;
	color:#aa2e2e;
	margin-bottom:20px;
}
h2 {
	font-family:Verdana, Arial;
	font-size:18px;
	font-weight:normal;
	color:#000;
	margin-bottom:15px;
}

h4 {
	font-family:Myriad Pro, Verdana, Arial;
	font-size:14px;
	font-weight:normal;
	color:#fff;
	margin-bottom:15px;
}
h5 {
	font-family:Verdana, Arial;
	font-size:11px;
	color:#720a0a;
	font-weight:bold;
	margin-bottom:5px;
}
p {
	margin-bottom:15px;
}
a {
	color:#aa2e2e;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
table, td {
	border-collapse:collapse;
	border:none;
	margin:0px;
	padding:0px;
}
.spacer { clear:both; }


/* --------------------------------------------------- HARGASSNER --------------------------------------------------- */
#container {
	position:relative;
	top:0px;
	left:50%;
	width:974px;
	margin-left:-487px;
}


/* TOP
------------------------------------------------------ */
#top {
	position:relative;
	top:0px;
	left:0px;
	width:974px;
	height:154px;
	z-index:1;
}
#top .last {
	border-right:none;
}


/* TOP Logo ------------------------ */
#top-logo {
	float:left;
	width:231px;
	height:50px;
	margin-top:25px;
}


/* TAALKEUZE ----------------------- */
#taalkeuze {
	float:left;
	width:150px;
	height:24px;
	margin:41px 0px 0px 10px;
}
#taalkeuze ul {
	list-style:none;
	float:left;
}
#taalkeuze li {
	list-style:none;
	float:left;
	border-right:#d9d3d3 1px solid;
	padding:0px 8px;
}


/* TOP LOGIN ---------------------- */
#top-login {
	float:right;
	width:147px;
	height:20px;
	padding:5px 0px 0px 10px;
	background-image:url('/assets/img/bg_inloggen.jpg');
	background-repeat:no-repeat;
	color:#f5e9e9;
}
#top-login ul {
	list-style:none;
	float:left;
}
#top-login li {
	list-style:none;
	float:left;
	border-right:#d9d3d3 1px solid;
	padding:0px 5px;
}
#top-login a {
	color:#f5e9e9;
	text-decoration:underline;
}


/* TOP NAV ----------------------- */
#top-nav {
	position:absolute;
	right:0px;
	top:46px;
	width:575px;
	height:24px;
}
#top-nav ul {
	list-style:none;
	float:right;
}
#top-nav li {
	list-style:none;
	float:left;
	border-right:#d9d3d3 1px solid;
	padding:0px 8px;
}
#top-nav li a {
	color:#a7a7a7;
	text-decoration:underline;
	font-size:11px;
}


/* HOOFD NAV --------------------- */
#top-hnav {
	position:absolute;
	left:0px;
	top:98px;
	width:974px;
	height:41px;
	background-image:url('/assets/img/navbalk.jpg');
	background-repeat:no-repeat;
}

ul.menu {
	list-style:none;
	
}
ul.menu a {
	display:block; 
	color:#fff; 
	text-decoration:none;
	font-size:14px;
}
ul.menu a:hover {
	background-color:#720a0a;
}
ul.menu li {
	position:relative; 
	float:left; 
	margin-right:2px;
}
ul.menu ul {
	list-style:none;
	position:absolute;
	top:41px; 
	left:0px;
	background:#720a0a;
	display:none;
	opacity:0;
	z-index:1;
}
ul.menu ul li {
	position:relative;
	border:1px solid #945d5d;
	border-bottom:none;
	border-left:none;
	width:219px;
	height:36px;
	margin:0px;
}
ul.menu ul li a {
	display:block; 
	padding:10px 7px 0px 17px; 
	background-color:#720a0a;
	font-weight:bold;
	font-size:12px;
}
ul.menu ul li a:hover {
	background-color:#6d0a0a;
}
ul.menu ul ul {
	left:218px;
	top:-1px;
}

ul.menu a.home,
ul.menu a.producten,
ul.menu a.hargassner,
ul.menu a.verdelers,
ul.menu a.contact {
	width:71px;
	height:28px;
	padding:13px 14px 0px 14px; 
	font-weight:bold;  
}
ul.menu a.home {
	width:50px;
	padding-left:35px;
	background:url('/assets/img/icon_home.gif') 14px 17px no-repeat;
}
ul.menu a.producten {
	width:118px;
	padding-left:17px;
	background:url('/assets/img/arrowdown.gif') 112px 17px no-repeat;
}
ul.menu a.hargassner {
	width:168px;
	padding-left:17px;
	background:url('/assets/img/arrowdown.gif') 162px 17px no-repeat;
}
ul.menu a.verdelers {
	width:83px;
	padding-left:17px;
}
ul.menu a.contact {
	width:79px;
	padding-left:20px;
}
ul.menu a.sub {
	background:#720a0a url('/assets/img/arrow.gif') 187px 17px no-repeat;
}

/* ZOEKFUNCTIE ------------------ */
#search {
	position:absolute;
	top:98px;
	right:10px;
	width:271px;
	height:32px;
	padding:9px 0px 0px 11px;
}
#search input.zoekveld {
	float:left;
	width:220px;
	height:16px;
	padding:3px;
	border:#c3c1c1 1px solid;
}
#search input.zoek {
	float:left;
	width:24px;
	height:20px;
	border:none;
	margin-left:11px;
}
div.search_item {
	padding-left:15px;
}




/* CONTENT
------------------------------------------------------ */
#content {
	width:974px;
	/*position:absolute;
	top:169px;
	left:0px;*/
	text-align:left;
}

#content hr {
	/*position:absolute;
	top:294px;
	left:0px;*/
	width:439px;
	border:#eae9e1 1px solid;
}
#content strong,
#content b {
	color:#aa2e2e;
}



/* CONTENT LEFT ------------------ */
#content-left {
	float:left;
	width:250px;
}
#content-left #nieuw,
#content-left #nieuw-fr {
	position:relative;
	float:left;
	background:url('/assets/img/bg_nieuwproduct.jpg') no-repeat;
	width:250px;
	height:108px;
	margin-bottom:20px;
}
#content-left #nieuw-fr {
	background:url('/assets/img/bg_nieuwproduct-fr.jpg') no-repeat;
}
#content-left #nieuw h3,
#content-left #nieuw-fr h3 {
	position:absolute;
	top:30px;
	right:21px;
	font-family:Myriad Pro, Verdana, Arial;
	font-size:14px;
	font-weight:normal;
	color:#fff;
	margin-bottom:0px;
	text-align:center;
}
#content-left #nieuwsbrief {
	width:238px;
	padding-left:12px;
}
#content-left #nieuwsbrief h4 {
	font-family:Myriad Pro, Verdana, Arial;
	font-size:14px;
	font-weight:normal;
	color:#c70202;
	margin-bottom:15px;	
}
#content-left input {	
	width:152px;
	height:15px;
	padding:4px 0px 0px 2px;
	border:#bababa solid 1px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#131313;
}
#content-left input.buttonn {
	width:87px;
	height:23px;
	padding-top:0px;
	border:#b6b6b6 solid 1px;
	background-color:#ededed;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
}



/* CONTENT RIGHT ----------------- */
#content-right {
	float:right;
	width:701px;
}
#content-right h3 {
	font-family:Verdana, Arial;
	font-size:12px;
	color:#aa2e2e;
	margin:15px 0px 7px 0px;
}
#content-right #breadcrumbs {
	width:701px;
	height:21px;
	padding-top:7px;
	border-bottom:#eae9e1 1px solid;
	color:#9b9697;
	margin-bottom:29px;
}
#content-right #breadcrumbs a {
	color:#9b9697;
}
#content-right #breadcrumbs a:hover {
	text-decoration:underline;
}

#content-right #producten,
#content-right #detail {
	width:681px;
	padding:25px 20px 0px 0px;
}
#content-right #producten .rblock {
	width:670px;
	/*height:111px;*/
	margin-bottom:22px;
	border-bottom:#eae9e1 1px solid;
}
#content-right #producten ul,
#content-right #detail ul {
	list-style:none;
}
#content-right #producten li,
#content-right #producten li.noindent {
	list-style:none;
	background:url('/assets/img/arrow_content.jpg') 91px 0px no-repeat;
	height:21px;
	padding:7px 0px 0px 115px;
}
/*#content-right #producten li.noindent {
	background:url('/assets/img/arrow_content.jpg') 0px 0px no-repeat;
	padding:7px 0px 0px 25px;
}*/
#content-right #producten img {
	float:left;
	margin-right:15px;
	border:#720a0a 1px solid;
}
#content-right #producten p,
#content-right #detail p {
	margin-bottom:15px;
}
#content-right #detail li {
	list-style:none;
	background:url('/assets/img/arrow_content.jpg') no-repeat;
	height:21px;
	padding:7px 0px 0px 25px;
}


/* SITEMAP 
------------------------------------ */
#content-right #producten .sitemap li {
	list-style: none;
	background:none;
	margin-bottom:-2px;
	padding:0px;
	padding-left:0px;
	height:auto;
}
#content-right #producten ul.sitemap > li {
	margin-bottom: 10px;
}
#content-right #producten .sitemap ul {
	margin-left: 40px;
}
#content-right #producten .sitemap ul li {
	list-style-image:url('/assets/img/sitemap/l2_normal.gif');
	margin-top: 0px;
}
#content-right #producten .sitemap ul ul li {
	list-style-image: url('/assets/img/sitemap/l3_normal.gif');
	margin-left:0px;
}
#content-right #producten .sitemap ul li.firstfollow {
	list-style-image: url('/assets/img/sitemap/l2_first_follow.gif');
	margin-top: 0px;
}
#content-right #producten .sitemap ul li.last {
	list-style-image: url('/assets/img/sitemap/l2_last_item.gif');
}
#content-right #producten .sitemap ul li.last ul li {
	list-style-image: url('/assets/img/sitemap/l3_normal_no_l2.gif');
}
#content-right #producten .sitemap ul li.last ul li.firstfollow {
	list-style-image: url('/assets/img/sitemap/l3_first_follow_no_l2.gif');
	margin-top: 0px;
}
#content-right #producten .sitemap ul li.last ul li.last {
	list-style-image: url('/assets/img/sitemap/l3_last_item_no_l2.gif');
}
#content-right #producten .sitemap ul ul li.firstfollow {
	list-style-image: url('/assets/img/sitemap/l3_first_follow.gif');
	margin-top: 0px;
}
#content-right #producten .sitemap ul ul li.last {
	list-style-image: url('/assets/img/sitemap/l3_last_item.gif');
}

/* FOOTER 
------------------------------------ */
#spacer {
	height:25px;
}
#footer-container {
	width:100%;
	height:125px;
	color:#747474;
}
#footer {
	position:relative;
	top:0px;
	left:50%;
	width:976px;
	margin-left:-487px;
	font-size:11px;
}
#footer a {
	color:#747474;
}
#footer-content {
	width:930px;
	height:57px;
	border:#9b1d1d 1px solid;
	padding:0px 21px;
}
#footer-content-left {
	float:left;
	width:667px;
	padding-top:21px;
}
#footer-content-right {
	float:right;
	padding-top:13px;
}
#footer a.weblodge {
	color:#231f20;
	text-decoration:none;
}


/* products > image gallery */
#content-right #producten div#thumb-gallery {
	margin-bottom:15px;
	width:100%;
}
#content-right #producten div#thumb-gallery ul li {
	padding:0px;
	height:auto;
	list-style:none;
	float:left;
	background:none;
}
#content-right #producten div#thumb-gallery div.spacer {
	clear:both;
}

/* Downloads */
#top-nav li a.downloads {
	font-weight:bold;
	color:#aa2e2e;
}

/* form error */
input.error {
	background-color:#ed8f8f;
}

/* product listing */
.product-info { clear:both; }
.product-link { clear:both; margin:10px 0; }
#content-right #producten .product-link li,
#content-right #producten .product-link li { padding-left:25px; background-position:0 0; }
