@charset "utf-8";
/* CSS Document */
#wrapper{
	width:960px;
	margin:0 auto;
}

#wrapperInner{
	margin:10px 0px 10px 0px;
}
#banner_topborder{
	background:#EFEFEF url(../images/banner_topborder.jpg) no-repeat; 
	width:960px;
	padding:5px 0px;
}
#banner_bottomborder{
	background:#EFEFEF url(../images/banner_bottomborder.jpg) no-repeat; 
	width:960px;
	height:15px;
}
#banner_bgimg{
	background:url(../images/banner_bg.jpg) no-repeat;
	background-position:right;
	height:193px;
	padding:5px;
	margin-right:20px;
}
#logo{
	float:left;
}

#logo_img a{
	background-image:url(../images/logo.jpg);
	height:140px;
	width:218px;
	background-repeat:no-repeat;
	display:block;
	text-indent:-3000px;
}
#cart-btn{
	float:right;
	width:129px;
}
#navigation{
	margin:5px 0px 0px 0px;
}
#nav_left{
	float:left;
	width:5px;
}
#nav_leftborder{
	background:url(../images/nav_leftborder.jpg) no-repeat top left;
	height:30px;
	padding-right:5px;
}
#nav_bg{
	float:left;
	background:url(../images/nav_bg.jpg) repeat-x;
	width:950px;
	height:30px;
	padding:6px 0px;
}
#nav_links{ list-style:none; margin:0px 0px 0px 60px;}
#nav_links li{ display:inline; background:url(../images/nav_separator.jpg) no-repeat top right; }
#nav_links li a{ float:left; display:block; margin-right:15px; height:21px;}
#nav_links li a.separator{ background:url(../images/nav_separator.jpg) no-repeat; background-position:top left; width:5px;}
#nav_links li a.home{ background:url(../images/home-btn.jpg) no-repeat top; width:44px;}
#nav_links li a:hover.home{ background:url(../images/home-pasbtn.jpg) no-repeat top; width:44px;}
#nav_links li a.bezorg{ background:url(../images/bezorg.jpg) no-repeat top; width:118px;}
#nav_links li a:hover.bezorg{ background:url(../images/bezorg-pas.jpg) no-repeat top; width:118px;}
#nav_links li a.veilig{ background:url(../images/veilig.jpg) no-repeat top; width:91px; }
#nav_links li a:hover.veilig{ background:url(../images/veilig-pas.jpg) no-repeat top; width:91px; }
#nav_links li a.veel{ background:url(../images/veel.jpg) no-repeat top; width:140px;}
#nav_links li a:hover.veel{ background:url(../images/veel-pas.jpg) no-repeat top; width:140px;}
#nav_links li a.over{ background:url(../images/over.jpg) no-repeat top; width:105px;}
#nav_links li a:hover.over{ background:url(../images/over-pas.jpg) no-repeat top; width:105px;}
#nav_links li a.contact{ background:url(../images/contact.jpg) no-repeat top; width:55px;}
#nav_links li a:hover.contact{ background:url(../images/contact-pas.jpg) no-repeat top; width:55px;}
#nav_rightborder{
	background:url(../images/nav_rightborder.jpg) no-repeat top right;
	height:30px;
	padding-right:5px;
}
#body_wrap{
	width:960px;
	background-color:#EFEFEF;
}
#bodyInner{
	padding:10px 5px 5px 5px;
}
#leftside{
	float:left;
	width:185px;
}
#leftsideInner{
	background-color:#FFF;
}
.accordion{
	height:713px;
}
#middleside{
	float:left;
	width:533px;
}
#middlesideInner{
	margin:0px 5px 0px 5px;
}
#rightside{
	float:left;
	width:232px;
	background-color:#FFFFFF;
}
.contentbox{
	margin:0px 0px 5px 0px;
	background-color:#FFF;
	padding:10px 0px 10px 0px;
}
.contentbox p{
	padding:5px;
	font-size:14px;
}
.product_list{
	overflow:hidden;
	padding:0px 5px 0px 5px;
	margin:5px;
}
.product_listright{
	overflow:hidden;
	padding:0px 5px 10px 10px;
	margin:5px;
	border-bottom:1px dotted #CCC;
}
.product_overview{
	border:1px solid #A7D36B;
	margin:0px 5px 5px 5px;
	padding:5px;
}
.overview_leftimg{
	float:left;
	width:167px;
}
.overview_mid{
	float:left;
	width:220px;
}
.overview_mid h2{
	padding:5px 5px 5px 25px;
}
.overview_mid p{
	padding:0px 5px 10px 10px;
}
.overview_rightprice{
	float:left;
}
.overview_rightprice p{
	color:#668A33;
	margin:40px 0px 0px 20px;
}
#footer{
	overflow:hidden;
	margin:2px 0px;
	background-color:#EFEFEF;
	padding:5px;
	font-size:14px;
	color:#666;
}
.footer_left{
	float:left;
	padding-left:400px;
}
.footer_right{
	float:right;
}
.footer_right ul{
	margin:0px;
	padding:0px;
	list-style:none;
}
.footer_right ul li{
	display:inline;
	border-left:1px solid #999;
	border-right:1px solid #999;
	padding:0px 5px 0px 5px;
}
