/* remove some default margins/paddings/borders */
body, html {
	margin: 0;
	padding: 0;
}

img {
	border:0;
}

ul, form, table {
	margin:0;
	padding:0;
}

.clear {
	clear: both;
}

html, body, #bodycontent {
	margin:0 auto;
}

body > #bodycontent {
	height: auto;
	min-height: 100%;
}

img, div { 
	behavior: url(/css/iepngfix.htc) 
}

/* General styles */
body {
	margin: 0 auto;
	background: url(/images/stripebg.png) #ff7a01;
	padding:0;
	border:0;			
	width:916px;
	text-align: center;
	font-family: "Arial", Arial, Serif;
	font-size: 12px;
	height: 100%;
	color: #333333;
}

#bodycontent{
	width:916px;
}

#container {
	width: 100%;
	margin: 0 auto;
}

#header {
	width: 100%;
	height:55px;
}

#header_txt {
	color: #ffffff;
	margin-bottom: 5px;
	text-align: justify;
}


a {
	color:#ff5400
}

#menu {
	width: 100%;
	height: 30px;
}

#main {
	background: url(/images/contentbgtop.png) no-repeat;
	z-index:100;
	padding:10px 0 0px;
	margin-top:3px;
}

#footer {
	background: url(/images/contentbgbot.png) no-repeat;
	width: 916px;
	height: 100px;
	margin:0 auto 5px;
	padding-top: 15px;
	color: #e6e4a6;
	font-weight: bold;
	clear:both;
}

#footer_txt {
	color: #ffffff;
	margin-bottom: 5px;
	text-align: justify;
	font-weight: normal;
}

#footer a {
	color: #e6e4a6;
}

.floatLeft {
	float: left;
}
.floatLeft1{
	float: left;
	margin:10px 10px 20px 0;
}

.floatRight {
	float: right;
}



/* maxwidth wordt gebruikt om de text in de rijen te centreren */	
.maxwidth {
	background: url(/images/fork_bg.jpg) no-repeat center 95px #ffffff;
	width: 916px;
	margin: 0 auto;
}

/*.maxwidth {
	background: #ffffff;
	width: 916px;
	margin: 0 auto;
}*/



/* algemene textstijlen */
a {
	text-decoration:none;
}

a:hover {
	color: #ff7e00;
}

p {
	margin-top: 0px;
	font-family: "Arial", Arial, Serif;
	font-size: 10pt;
	line-height: normal;
}

h1 {
	font-size: 16pt;
	color: #ff7e00;
	font-weight: bold;
	font-family: "Arial", Arial, Serif;
	margin: 0;
	padding: 0;
	line-height: 1.6em;
	letter-spacing: -.05em;
}

h2 a,
h2 {
	font-size: 13pt;
	color: #ff7e00;
	font-weight: bold;
	font-family: "Arial", Arial, Serif;
	margin: 0;
	padding: 0;
	line-height: 1.6em;
	letter-spacing: -.05em;
}

h3 {
	font-size: 12pt;
	color: #ff7e00;
	font-weight: bold;
	font-family: "Arial", Arial, Serif;
	margin: 15px 0 0;
	padding: 0;
	line-height: 1.6em;
	letter-spacing: -.05em;
}

h4 {
	font-weight: bold;
	color: #ff7900;
	margin: 0 0 10px;
	padding: 0px;
	font-size: 16px;
}

.smalltxt {
	font-size: 10px;
}
.smalltxt1 {
	font-size: 10px; padding-left:48px; padding-bottom:8px;
}
.smalltxt2 {
	font-size: 10px; color:#8d8d8d;
}


/* quicksearch */
h4.quicksearch {
	float:left;
}

#qs_terms {
	width: 196px;
}

#quickSearchText {
	text-align: justify;
	font-size: 8px;
	margin-top: 10px;
}


/* search results */
.search_result {
	margin: 14px 0px 0px;
	background:#ffffff;
	padding:3px 10px 10px;
}

.search_result .shopLogo {
	margin-right: 20px;
	margin-top:5px;
	float:left;
	width: 50px;
}
.shopLogo img {
	padding:5px;
	border:solid 1px #9e9e9e;
}

.search_result .shopAddress {
	float:left;
	margin-top: 5px;
	margin-bottom: 10px;
}

.search_sep {
	margin-left:10px;
	margin-right:10px
}

.search_sep div {
	background-color:#A6A445;
	height:2px;
	margin-bottom:20px;
	margin-top:20px;
	width:100%;
}

.search_result h2 a:hover,
.search_result h2 a {
	color:#000000;
	text-decoration: none;
}

.search_result a {
	color:#000000;
}

.search_result div.menu_link {
	margin-top: 20px;
	float: right;
}

.search_result a:hover {
	color:#FF7E00;
	text-decoration: underline;
}


/* main content */
#main_content {
	width: 637px;
	margin: 0px 9px;
	text-align: left;
	float: left;
	font-size: 10pt;
	padding:0px;
}

#right_floater {
	background: url(/images/rightbg_top.png) no-repeat;
	width: 252px;
	text-align: left;
	float: right;
	margin-right:9px;
}

.topcontent_box {
	background: url(/images/home_topbox.png) no-repeat bottom;
	margin: 0px 0px 10px;
	padding: 10px 10px 10px 25px;
	/*width: 601px;*/
}

.topcontent_box p{
	margin-top:10px;
	padding-left:2px;
}

.content_boxhome {
	background: url(/images/content_bg.png);
	margin: 0px;
	padding: 5px 10px 10px 26px;
	/*width: 600px;*/
}

.content_box {
	background: url(/images/content_bg.png);
	margin: 0px;
	padding: 5px 19px;
	/*width: 600px;*/
}
.contenttop{
	background: url(/images/content_top.png) no-repeat;
	width:636px;
	height:10px;
	font-size:8px;
}

.contentbot{
	background: url(/images/content_bot.png) no-repeat;
	width:636px;
	height:10px;
}

.content_box_right {
	background: url(/images/rightbg_content.png);
	margin: 9px 0 0;
	padding: 5px;
	width: 242px;
}

.content_box_right ul{
	margin:0px;
	padding:0px;
}

.content_box_right ul li{
	background: url(/images/bullet.gif) 2px no-repeat;
	list-style:none;
	padding:0 0 2px 14px;
}

.content_box_right a{
	color:#000000;
}

.content_box_right a:hover{
	color:#000000;
	text-decoration:underline;
}

.more{
	padding:2px 0 0 14px;
}

.right_box_bottom{
	background: url(/images/rightbg_bot.png) no-repeat;
	width:252px;
	height:9px;
}

#frontpage_search h1 {
	text-align: left;
}

#frontpage_zip_container {
	margin-top: 10px;
	margin-bottom: 10px;
}


/* Losse stijlelementen */
#logo {
	float: left;
	margin:12px 0 0 11px;
}

.submenu {
	float: right;
	text-align:center;
	vertical-align: bottom;
	margin: 18px 0px 0px 0px;
	font-size: 12px;
	line-height:26px;
	color: #e6e4a6;
	font-weight: bold;	
}

.submenu a {
	background:url(/images/menubg.png) no-repeat;
	float:left;
	width:84px;
	height:26px;
	margin:0px 0 0 6px;
	color: #000000;
}

.submenu a.active {
	background:url(/images/menubg_over.png) no-repeat;
	color: #000000;
}

.submenu a:hover {
	background:url(/images/menubg_over.png) no-repeat;
	color: #000000;	
}

.submenu a.active:hover {
	color: #000000;
	cursor: default;
}


/* crumble path */
#crumble_path a, #crumble_path a:active,  #crumble_path a:visited{
	font-size: 12px;
	color: #000000;
	text-decoration:underline;
}

#crumble_path a:hover {
	text-decoration:underline;
	color: #eb6e16;
}


/* browse */
.browse {
	width: 100%;
	margin-bottom:20px;
	margin-top:30px;
}

.browse a {
	color: #ff5400;
	text-decoration:underline;
	margin-left:4px;
	margin-right:4px;
}

.browse a.active {
	padding: 2px 6px;
	color: #ffffff;
	background: #ff7a01;
	margin: 0px 2px 0px 2px;
	text-decoration:none;
}

.browse span.browse_button_back.inactive,
.browse span.browse_button_next.inactive,
.browse span.inactive {
	padding: 2px 4px;
	color: #ffffff;
	background: #c1bebe;
	margin: 0px 2px 0px 2px;
}

.browse span {
	margin: 0px 2px 0px 2px;
	padding: 2px 6px;
}

.browse span.browse_button_back,
.browse a.browse_button_back,
.browse span.browse_button_next,
.browse a.browse_button_next {
	background:#FF7A01 none repeat scroll 0 0;
	color:#FFFFFF;
	margin:0 6px;
	padding:2px 6px;
	text-decoration:none;
}

.browse_button_active {
	font-weight: bold;
	font-size:16px;
}


/* forms */
#contact_form .label {
	padding-top: 2px;
	padding-right: 20px;
}
.formbigtxt{
	font-size:16px;
	font-weight:bold;
}
#contact_form input[type=text],
#contact_form textarea {
	width:314px;
}

#contact_form textarea {
	height: 100px;
}

input,
textarea {
	color: #000000;
	background: #fff;
	border: 1px solid #eb6e16;
	margin: 2px 2px 0 0;
}

input.submit{
	background:url(/images/button.gif) no-repeat;
	color:#ffffff;
	width:73px;
	height:24px;
	margin:0;
	overflow:hidden;
	text-align:center;
	border:none;
	font-size:16px;
	font-weight:bold;
}

input.innersubmit{
	background:url(/images/button.gif) no-repeat;
	color:#ffffff;
	width:73px;
	height:24px;
	margin-right:22px;
	overflow:hidden;
	text-align:center;
	border:none; 
	font-size:15px;
	font-weight:bold;
}

input.contactsubmit{
	background:url(/images/button1.gif) no-repeat;
	color:#ffffff;
	width:85px;
	height:24px;
	margin-right:0px;
	overflow:hidden;
	text-align:center;
	border:none;
	font-size:15px;
	font-weight:bold;
}

.txtboxsmall{
	background:url(/images/txtboxsmall.png) no-repeat;
	border:none;
	width:103px;
	height:36px;
	vertical-align:middle;
	padding:4px 5px 0px;
	margin-bottom: 4px;
	font-size:19px;
	text-align:center
}

.txtboxbig{
	background:url(/images/txtboxbig.png) no-repeat;
	border:none;
	width:241px; 
	height:36px; 
	vertical-align:middle; 
	padding:3px 5px 0px 12px;
	font-size:19px;
	margin-bottom: 4px;
}

*html .txtboxsmall{
	height:39px;
	width:116px;
}

*html .txtboxbig{
	height:39px;
	width:249px;
}

#province {
	width: 180px;
}

#city {
	width: 180px;
}

#quicksubmit {
	margin-top: 5px;
	float: right;
	margin-right:33px;
}


/* ads */
#google {
	margin:20px auto 10px 50px;
	/*text-align:center;*/
}



/* todo */
.orderbutton{
	margin:15px 0px;
}

a.orderLink{
	background:url(/images/online_bestellen_bg.jpg) no-repeat;
	width:135px;
	height:27px;
	padding:6px 17px;
	color:#ffffff;
	font-size:14px;
}

a.orderLink:hover{
	color:#ffffff;
	text-decoration:none;
}

a.meer{
	color:#ff5400;
	text-decoration:underline;
}

a.meer:hover{
	color:#000000;
	text-decoration:underline;
}

.floatRight span{
	color:#ff5400;
}

.xtrabr{
	margin:5px;
}

#destable {
	width:100%;
}

#destable th{
	background:#ff8432;
	padding:3px;
	color:#ffffff;
}

#destable td{
	padding:3px;
	border-bottom:dashed 1px #ffb974;
	vertical-align:text-top;
}

#destable td.order_button{
	padding:6px;
	border-bottom:none;
	vertical-align:middle;
	text-align:center;
}

#city_container div {
	float: left;
	width: 190px;
}