@charset "utf-8";
/* Body & HTML */

body, html{
 width: 100%;
 height: 100%;
 margin: 0px;
 padding: 0px;
 background: url(../img/bodybg.jpg) repeat-x #fff;
 font-family: Verdana;
 font-size: 11px;
 color: #705e4f;}
 
.container{
	width: 980px;
	min-height: 100%;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
	z-index: 999;
}

h1{
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	margin-bottom: 13px;
	text-transform: uppercase;}

/* Header */

.header{
	width: 980px;
	height: 150px;}
	
.menutopdiv{
	margin-left: 242px;
}

.mainmenu {
	margin: 0;
	padding: 0;
	float:left;
	list-style: none;
	top: 93px;
	position: absolute;
}

.mainmenu li {
	padding: 0;
	margin: 0;
	display: block;
	list-style: none;
	border: 0px;
	height: 57px;
	float:left;
}
.mainmenu li a
{
	display: block;
	font-size: 10px;
	color: #fff;
	text-decoration: none;
	border: 0px;
	float:left;
	height: 57px;	
	
}

.home a  { width: 72px; background: url(../img/menu_home_n.png) no-repeat; }
.home a.active  { width: 72px; background: url(../img/menu_home_h.png) no-repeat; }
.home a:hover{  width: 72px; background: url(../img/menu_home_h.png) no-repeat; }

.nieuws a  { width: 73px; background: url(../img/menu_nieuws_n.png) no-repeat; }
.nieuws a:hover{  width: 73px; background: url(../img/menu_nieuws_h.png) no-repeat; }
.nieuws a.active{  width: 73px; background: url(../img/menu_nieuws_h.png) no-repeat; }

.over a  { width: 186px; background: url(../img/menu_over_n.png) no-repeat; }
.over a:hover{  width: 186px; background: url(../img/menu_over_h.png) no-repeat; }
.over a.active{  width: 186px; background: url(../img/menu_over_h.png) no-repeat; }

.bestel a  { width: 131px; background: url(../img/menu_bestel_n.png) no-repeat; }
.bestel a:hover{  width: 131px; background: url(../img/menu_bestel_h.png) no-repeat; }
.bestel a.active{  width: 131px; background: url(../img/menu_bestel_h.png) no-repeat; }

.contact a  { width: 92px; background: url(../img/menu_contact_n.png) no-repeat; }
.contact a:hover{  width: 92px; background: url(../img/menu_contact_h.png) no-repeat; }
.contact a.active{  width: 92px; background: url(../img/menu_contact_h.png) no-repeat; }

	
/* Left */

.left{
	width: 214px;
	float:left;}
	
.logo a{
	width: 213px;
	height: 211px;
	background: url(../img/logo.png);
	display: block; 
	margin-left:2px;
	_margin-left: 1px;
}

.menudiv{
	width: 186px;
	float:right;
}

.prod_top{
	width: 170px;
	height: 47px;
	background: url(../img/prod_top.png) no-repeat;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	line-height: 47px;
	padding-left: 16px;
	}
	
.menu {
	margin: 0;
	padding: 0;
	float:right;
	width: 186px;
	list-style: none;
}

.menu li {
	padding: 0;
	margin: 0;
	display: block;
	width: 186px;
	color: #fff;
	list-style: none;
	border: 0px;
	background-repeat: no-repeat;
}
.menu li a, .menu li a:visited {
	display: block;
	font-size: 14px;
	width: 151px;
	color: #fff;
	text-decoration: none;
	background-repeat: no-repeat;
	border: 0px;
	height: 49px;
	line-height: 47px;
	padding-left: 35px;
}

/* Menu Items  */

.item a {	background: url(../img/prod_n.png) no-repeat; }
.item a:hover {	background: url(../img/prod_h.png) no-repeat !important; }
.item a.active {	background: url(../img/prod_h.png) no-repeat !important; }


/* Right */

.right {
	width: 766px;
	float:right;
	background: url(../img/contentbg.png) repeat-y;

}
	
.banner{
	width: 727px;
	height: 294px;
	background: #fff;
	border: 1px solid #b3aaa2;
	margin: 13px;}


/* Content */

.content_left{
	width: 450px;
	background: #fff;
	border: 1px solid #b3aaa2;
	margin: 13px;
	float:left;
	line-height: 1.5;
	padding: 10px;
	_margin: 6px;
	_padding: 5px;}
	
.content_right{
	width: 200px;
	background: #faf9f8;
	border: 1px solid #b3aaa2;
	margin: 13px;
	float:right;
	margin-right: 25px;
	line-height: 1.5;
	padding: 10px;
	_margin-right: 25px;
	_margin: 6px;}
	
/* Footer */

.footer{
	width: 100%;
	height: 142px;
	background: url(../img/bodybg.jpg) repeat-x;
	margin-top: -60px;}
	
	.product {
	display: inline;
	float: left;
	padding: 10px;
	margin: 0 3px 3px 0;
	border-right: 1px silver dotted;
	border-bottom: 1px silver dotted;
	width: 30%;
}

.product:hover {
	background: #DF9D27;
}

.product .product_image, .product .product_info {
	display: inline;
	float: left;
}

.product .product_image img{
	max-height: 200px;
	max-width: 200px;
}

.product .product_info {
	margin-left: 3px;
}

span.aanbieding {
	text-decoration: line-through;
}

#products * {
	font-size:11px;
}

#products {
	width: 690px;
	margin: auto;
}

.product h4 {
	color:#000000;
	margin:0;
	padding:0;
}

.product p {
	color:#8B9195;
	line-height:normal;
	margin:0;
}

p.product_text {
	height: 100%;
}

.compare {
	text-align: right;
	vertical-align:text-top;
}

#products table tr td
{
	vertical-align: top;
}
/* Form */
form fieldset{
	border: 0px;
}
form fieldset ul{
	list-style: none;
	border: 0;
}
form fieldset ul li label{
	width: 100px;
	display: block;
	float: left;
}