/* Standard waardes */
html, body {
	margin:0;
	padding:0;
	background-color:#FFF;
	background-image: url(images/bg.png);
	font-family:arial;
	font-size:11px;
	color:#545454;
}
div#container {
	width:1012px;
	margin: 0 auto; 
	padding:0 0 3px 0;
}
.leftfloat {float:left;}
.rightfloat {float:right;}
.fixfloat {
	width:0;
	height:0;
	margin:0;
	padding:0;
	overflow:hidden;
	clear:both;
}
a {color:#ff8a00; text-decoration:none;}
a:hover {text-decoration:underline;}
/* /Standard waardes */
/* Header */
div#header {
	width:999px;
	height:104px;
	background: url(images/header.png);
	padding:0 0 0 13px;
}
div#header_right {
	height:104px;
	width:768px;
	color:#fff;
	float:left;
}
div#top_tekst {
	padding:6px 0 0 80px;
}
div#zoeken {
	padding:15px 0 0 130px;
}
#zoekveld {
	height:20px;
	width:234px;
	border:1px #545454 solid;
	float:left;
}
#zoeksubmit {
	float:left;
	margin:0 0 0 5px;
}
#logo {
	border:0;
	float:left;
}
/* /Header */
/* Top Menu */
div#topmenu {
	width:723px;
	height:25px;
	background: url(images/topmenu_bg.png) repeat-x;
	border:1px solid #ccc;
	margin:0 auto;
	padding:0 0 0 258px;
}
div#topmenu img {
	float:left;
}
div#topmenu a {
	float:left;
	padding:5px 7px 0 7px;;
	display:block;
	height:20px;
	font-weight:bold;
	color:#5b5b5b;
}
div#topmenu a:hover {
	float:left;
	padding:5px 7px 0 7px;;
	display:block;
	height:20px;
	background: url(images/streep_links_on.png) repeat-x;
	text-decoration:none;
	font-weight:bold;
	color:#fff;
}
div#topmenu a.on {
	float:left;
	padding:5px 7px 0 7px;;
	display:block;
	height:20px;
	background: url(images/streep_links_on.png) repeat-x;
	text-decoration:none;
	font-weight:bold;
	color:#fff;
}
/* /Top Menu */
/* Content */
div#content {
	width:983px;
	margin:0 auto;
	margin-top:7px;
}
div#accordion {
	width:198px;
	margin:0 auto;
	padding:0;
}
div#accordion h3.accordion_toggle {
	margin:1px 0 0 0;
	padding:0;
	width:178px;
	height:20px;
	background-image: url(images/menuitem_bg.png);
	font-size:12px;
	color:#545454;
	font-weight:bold;
	padding:4px 0 0 20px;
	cursor:pointer;
}
div#accordion h3.accordion_toggle_active {
	background-image: url(images/menuitem_bg_on.png);
	color:#ff8a00;
}
div.accordion_content {
	width:198px;
	background:#f3f3f3;
	overflow: hidden;
	margin:1px 0 0 0;
	
	height:0px;
	display:none;
}
div.accordion_content_active {
	height:auto;
	display:block;
}

div.menuitem {
	padding:3px 10px;
	line-height:20px;
}
div.menuitem a {
	color:#545454;
	text-decoration:none;
}
div.menuitem a:hover {
	color:#545454;
	text-decoration:underline;
}
.vertical_accordion_toggle {
	display:block;
	height: 20px;
	background: url(images/vertical.png) no-repeat left center;
	line-height:20px;
	padding:0 0 0 17px;
	color: #545454;
	width:196px;
	margin:0;
	cursor:pointer;
}
.vertical_accordion_toggle:hover {
	text-decoration:none;
}
#vertical_nested_container a.vertical_accordion_toggle_active {
	background: url(images/vertical_on.png) no-repeat left center;
	color: #ff8a00;
}
.vertical_accordion_content {
	color: #444444;
	overflow: hidden;
	padding: 0 0 0 20px;
	color:#ff8a00;
}
#vertical_nested_container .vertical_accordion_content a {
	
}
#vertical_nested_container {
  margin:0;
  width: 198px;
}
#vertical_nested_container a {
  	display:block;
	height: 20px;
	line-height:20px;
	padding:0 0 0 17px;
	color: #545454;
	width:196px;
	margin:0;
}
div#left {
	width:198px;
	float:left;
}
div#middle {
	width:593px;
	float:left;
	margin:0 2px;
}
div.inner_content {
	width:573px;
	padding:10px 10px;
	background: url(images/content_bg.png) top no-repeat;
}
div.inner_content p {
	margin:0;
	padding:10px 0;
}
div#aanbiedingen {
	width:593px;
	padding:8px 0 0 0;
}
div.vert_streep {
	width:1px;
	height:192px;
	background:#ccc;
	float:left;
	margin:0 23px 0 22px;
}
div.vert_streep_subcat {
	width:1px;
	height:146px;
	background:#ccc;
	float:left;
	margin:0 23px 0 22px;
}
div.aanbied {
	width:167px;
	height:192px;
	background:#ccc;
	float:left;
	cursor:pointer;
}
div.aanbied_subcat {
	width:167px;
	height:146px;
	background:#ccc;
	float:left;
	cursor:pointer;
}
div.aanbied img {
	margin:0 0 0 1px;
}
div.aanbied_title {
	width:162px;
	font-weight:bold;
	height:20px;
	padding:4px 0 0 5px;
}
div.aanbied_prijs {
	width:162px;
	font-weight:bold;
	height:20px;
	color:#fff;
	background:#ff8a00;
	padding:4px 0 0 5px;
}
div#right {
	width:188px;
	float:left;
}
div.menu_inner {
	width:186px;
	border:1px #ccc solid;
	background: url(images/menuinner_bg.png) bottom no-repeat #f5f5f5;
	margin:4px 0 0 0;
}
div#winkelwagen {
	text-align:center;
	padding:7px 0 7px 0;
}
div#nieuwsbrief {
	padding: 1px 4px 5px 4px;
	width:178px;
}
#top {
	overflow:hidden; margin:0; padding:0; height:162px;
}
.input {
	width:176px;
	border:1px solid #ccc;
	margin:4px 0 0 0;
	padding:0;
}
div#crumbs {
	width:588px;
	height:20px;
	background:#f3f3f3;
	padding:4px 0 0 5px;
}
div#title_bar {
	width:588px;
	height:20px;
	background:#f3f3f3;
	padding:4px 0 0 5px;
}
/* /Content */
/* Footer */
div#footer {
	width:998px;
	margin:0 auto;
	text-align:center;
	margin-top:15px;
}
div#footer_inner {
	width:998px;
	height:46px;
	color:#fff;
	line-height:20px;
	margin:0 0 3px 0;
	padding:7px 0 0 0;
	background:#1057a7;
	border-bottom:1px #4079b9 solid;
}
div#footer a {
	color:#ff8a00;
	text-decoration:none;
}
div#footer a:hover {
	text-decoration:underline;
}
/* /Footer */
/* Tekst Opmaak */
.oranje {color:#ff8a00;}
h2.right_orange {
	width:186px;
	height:20px;
	color:#fff;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	margin:0;
	padding:4px 0 0 0;
	background: url(images/orangetop_bg.png) repeat-x;
	border:1px solid #ff9110;
}
h2.left_orange {
	width:196px;
	height:20px;
	color:#fff;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	margin:0;
	padding:4px 0 0 0;
	background: url(images/orangetop_bg.png) repeat-x;
	border:1px solid #ff9110;
}
h2.right_blue {
	width:186px;
	height:20px;
	color:#fff;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	margin:0;
	padding:4px 0 0 0;
	background: url(images/bluetop_bg.png) repeat-x;
	border:1px solid #575757;
}
div.streepje {
	height:1px;
	overflow:hidden;
	margin:7px 0;
	border:0;
	padding:0;
	background:#ccc;
}
a.orangebtn {
	display:block;
	width:140px;
	height:19px;
	border:1px solid #ff9315;
	background: url(images/orangebtn_bg.png);
	color:#fff;
	text-decoration:none;
	text-align:left;
	padding:3px 8px 0 8px;
	margin:0 auto;
	margin-top:5px;
}

a.bluebtn {
	display:block;
	width:156px;
	height:19px;
	border:1px solid #545454;
	background: url(images/bluebtn_bg.png);
	color:#fff;
	text-decoration:none;
	text-align:center;
	padding:3px 0 0 0;
	margin:0 auto;
	margin-top:5px;
}
.kopje {
	font-weight:bold;
	font-size:12px;
}
h1 {
	margin:0;
	padding:0;
	color:#ff8a00;
	font-size:14px;
	font-weight:bold;
}
/* /Tekst Opmaak */

.winkelwagentabel td {	
	margin: 0px;
	padding: 0px;
	padding:4px;
	height:30px;
}

.winkelwagentabelselect td {
	background-color:#ffe3c3;
}
.navigatie a {
	font-size:12px;
}
.navigatie {
	font-size:12px;
}