/* = = = RESETTING BROWSER DEFAULTS - based upon http://meyerweb.com/eric/thoughts/2007/04/14/reworked-reset/ = = = */

/* Don't forget to set a foreground and background color 
   on the 'html' or 'body' element! */
html, body, div, span,
applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: 17px;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
}
a img, :link img, :visited img {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol, ul {
	list-style: none;
}
q:before, q:after,
blockquote:before, blockquote:after {
	content: "";
}

em {
	font-style: italic;
}

/* = = = SITE DEFAULTS = = = */

html {
	overflow-y: scroll;	/* toont in FF altijd een scrollbar zodat gecentreerde site niet steeds verspringt. CSS3 */
}

body, html {
	height: 100%;
}

body, p, td, h1, h2, h3, h4, h5, h6, input, textarea, select {
	color: #016100;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

body {
	padding-top: 10px;
	font-size: 0.7em;
	background: url(../images/bg_site.gif) #FFDF3A repeat-x top left;
}

h1, h2, h3{
	clear: both;
}

h1 {
	font-size: 1.1em;
	font-weight: bold;
	padding-top: 0;
	padding-bottom: 8px;
}

h2 {
	font-size: 1.1em; 
	font-weight: bold;
	color: #FF9000;
	padding-top: 14px;
	padding-bottom: 3px;
}

	.itemShop h2,
	h2.detail {
		padding-top: 0;
		padding-bottom: 8px;
	}

h3 {
	font-weight: bold;
	padding-bottom: 2px;
}

a {
	color: #016100;
	text-decoration: underline;
}
a:visited {
	color: #608851;
}
a:hover, a:focus, a:active {
	text-decoration: none;
}

a img, :link img, :visited img {
	border: 0;
}

strong, b{
	font-weight: bold;
}

.alignLeft {
	float: left;
}
.alignRight {
	float: right;
}
.alignCenter {
	margin: 0 auto;
}
img.alignLeft {
	margin: 4px 14px 14px 0;
}
img.alignRight {
	margin: 4px 0 14px 14px;
}
div.alignLeft {
	margin: 4px 15px 0 0;
}

.offScreen {
	position: absolute;
	left: -9999px;
}


/* = = = = = = = de site = = = = = = = */

#container {
	width: 785px;
	margin: 0 auto;
	padding-top: 11px;
	background: url(../images/bg_siteTop_top.gif) transparent no-repeat top left;
}

/* #shadow {
	width: 780px;
	margin: 0 auto;
	padding: 0 10px;
	background: url(../images/bg_shadow.gif) #E4E6EE no-repeat 0 0;
} */


/* = = = siteTop = = = */
#siteTop {
	position: relative;
	float: left;
	clear: both;
	width: 785px;
	height: 160px;
	margin: 0;
	padding-bottom: 14px;
	background: url(../images/bg_siteTop_bot.gif) transparent no-repeat bottom left;
	overflow: hidden;
}

#siteTop div {
	width: 100%;
	height: 160px;
	background: url(../images/bg_siteTop.gif) transparent repeat-y top left;
}

	 img#logo {
		float: left;
		margin: 10px 0 0 34px;
	}


	/* = = = mainMenu = = = */
	#siteTop div #mainMenu {
		float: right;
		clear: right;
		height: 24px;
		width: 91px;
		margin-top: 20px;
		margin-right: 30px;
		background-image: none;
	}
	
	* html #siteTop div #mainMenu {
		margin-right: 18px;
	}
			
		#siteTop div #mainMenu li {
			height: 24px;
			width: 91px;
			margin: 0;
			padding: 0;
		}


/* = = = wrapper = = = */
#wrapper {
	width: 785px;
	clear: both;
	background: url(../images/bg_shadow.gif) transparent repeat-y top right;
	overflow: hidden;
}

	/* = = = siteBody = = = */
	#siteBody {
		width: 775px; /* 785px */
		height: 450px;
		float: left;
		background: url(../images/bg_siteBody.gif) #ffffff repeat-y top left;
	}
	
	html>body #siteBody {
		height: auto;
		min-height: 450px;
	}

		
			/* = = = subMenu = = = */
			
			#subMenu {
				float: left;
				width: 186px; /* 186px */
				padding: 30px 0 0;
				background: url(../images/bg_subMenu.gif) transparent no-repeat top left;
				/* border: 1px solid red; */
			}
			
			.nav {
				margin-bottom: 10px;
				clear: both;
			}
			
			.extra {
				border-top: 2px solid #FFDB00;
				margin-bottom: 40px;
				padding-top: 4px;
			}
			
				.aantal {
					font-size: 0.8em;
				}
			
			* html .extra {
				padding-top: 0;
			}
			
				.nav .txt {
					margin-left: 18px;
					text-align: left;
				}
				
				.txt a {
					text-decoration: none;
				}
				
				/* 
				* html .nav .txt {
					margin-left: 8px;
				} */
				
					.nav div img {
						vertical-align: middle;
						margin-left: 6px;
					} 
			
				.nav h2 {
					color: #016100;
					padding: 3px 0 5px 18px;
					background: url(../images/bg_h2.gif) #FFDB00 repeat-x top left;
				}
				
				.nav ul {
					width: 154px;
					margin: 0 0 0 15px;
				}
				
				.nav ul .linkerMenu {
					margin-bottom: 10px;
				}
		
					.nav li {
						border-bottom: 1px dashed #3D662F;	
					}
						
						.nav li a {
							display: block;
							padding: 3px 0 4px 15px;
							background: url(../images/ic_sM.gif) transparent no-repeat 2px 0.5em;
							text-decoration: none;
							line-height: 14px;
						}
						
						.nav li a:hover, .nav li a:focus, .nav li a:active {
							color: #F47B02;
							background: url(../images/ic_sM_a.gif) transparent no-repeat 2px 0.5em;
						}
						
						.nav li.active a {
							color: #F47B02;
							font-weight: bold;
							background: url(../images/ic_sM_a.gif) transparent no-repeat 2px 0.5em;
						}
						
							.nav li ul {
								width: auto;
								margin-left: 0;
								margin-bottom: 0;
							}
							
							.nav li li.first {
								border-top: 1px dashed #3D662F;
							}
							
							.nav li li.last {
								border-bottom: 1px dashed #FFFCEB;
							}
							
								.nav li li a {
									font-size: 0.9em;
									background-image: none;
									padding-left: 24px;
								}
								
								.nav li li a:hover, .nav li li a:focus, .nav li li a:active,
								.nav li.active li a,
								.nav li li.active a {
									background-image: none;
								}
								
								.nav li.active li a {
									font-weight: normal;
									color: #3D662F;
								}
								
								.nav li.active li a:hover {
									color: #F47B02;
								}
								
								.nav li li.active a {
									font-weight: bold;
									color: #F47B02;
								}


		/* = = = Inloggen en Zoeken webshop = = = */
		#loginShop,
		#zoekShop {
			padding: 0;
			margin-top: 10px;
			margin-left: 18px;
			overflow: hidden;
		}
		
		*:first-child+html  #loginShop,
		*:first-child+html  #zoekShop {
			margin-left: 8px;
		}
			
			#shopUsername, #shopPassword,
			#shopSearch {
					display: block;
					float: left;
					font-size: 0.85em;
					height: 12px;
					margin: 0 0 4px 0;
					padding: 2px 2px 2px 4px;
					border: 1px solid #FFDB00;
			}
			
			#shopUsername {
					width: 147px;
			}
			
			#shopPassword, #shopSearch {
					width: 104px;
			}
		
			#shopSubmit, #zoekSubmit {
				display: block;
				float: left;
				width: auto;
				margin: 0 0 0 5px;
				padding: 0;
				border-style: none;
			}
			
			.radio {
				float: left;
				width: 147px;
				margin: 0;
				color: #FF9000;
				font-size: 0.9em;
				font-weight: bold;
			}
			
			*:first-child+html .radio {
				margin-left: 8px;
			}
			
				.radio input {
					width: 16px;
					vertical-align: middle;
					border: none;
				}
		
			.lijn {
				border-bottom: 2px solid #FFDB00;
				padding-bottom: 14px;
			}

		
		/* = = = Content = = = */
		
		/* === breadcrumb === */
		
		#breadcrumb {
			float: left;
			font-size: 0.85em;
			width: auto;
			margin: 20px 0 20px 40px;
			padding: 0 10px 0 0;
		}
		
			#breadcrumb ul {
				float: left;
			}
			
				#breadcrumb li {
					display: block;
					float: left;
					padding: 0 0 0 16px;
					background: url(../images/ic_pijl.gif) transparent no-repeat 5px 0.7em;
				}
				
				#breadcrumb li.first {
					padding: 0;
					background-image: none;
				}
				
					#breadcrumb li a {
						position: relative;
						display: block;
						float: left;
						text-decoration: none;
					}
					
					#breadcrumb li a:hover, #breadcrumb li a:focus, #breadcrumb li a:active {
						text-decoration: underline;
					}
					
		#winkelTaal {
			float: right;
			clear: right;
			font-size: 0.85em;
			width: auto;
			margin-top: 20px;
			margin-right: 20px;
			padding: 0 10px 0 0;
		}
		
		* html #winkelTaal {
			margin-right: 10px;
		}
		
			#winkelTaal ul {
				float: left;
			}
			
				#winkelTaal li {
					display: block;
					float: left;
					padding: 0 0 0 12px;
					background: url(../images/ic_divider.gif) transparent no-repeat 5px 0.4em;
				}
				
				#winkelTaal li.first {
					padding: 0;
					background-image: none;
				}
				
					#winkelTaal li a {
						position: relative;
						display: block;
						float: left;
						text-decoration: none;
					}
					
					#winkelTaal li a:hover, #winkelTaal li a:focus, #winkelTaal li a:active {
						text-decoration: underline;
					}
		
		
		#contentMain {
			float: left;
			width: 519px; /* 589px */
			padding: 0 30px 20px 40px;			
		}
		
		.home {
			margin-top: 32px;
		}
		
		.item {
			float: left;
			clear: both;
			width: 100%; /* 519px */
		}
		
			#contentMain ul {
				list-style-type: none;
				margin-bottom: 0;
			}
			
				#contentMain ul li {
					padding: 0 0 0 10px;
					background: url(../images/dot.gif) transparent no-repeat 0 0.5em;
				}
		
				
			#contentMain ol {
				list-style-type: decimal;
			}
			
				#contentMain ol li {
					margin: 0 0 0 23px;
				}
			
				html>body #contentMain ol li {
					margin: 0 0 0 21px;
				}
			
				*:first-child+html #contentMain ol li {
					margin: 0 0 0 23px;
				}
				
				
		/* === Nieuwspagina === */
	
		.nwsItem {
			float: left;
			clear: both;
			width: 100%;
			padding: 0 0 12px;
			border-bottom: 1px dashed #F47B02;
			margin: 0;
		}
		
/*			.nwsItem h2 {
				padding: 14px 0 0;
				margin: 0;
			} */
			
			.nwsItem span {
				font-size: 0.85em;
				color: #FF9000;
				display: block;
			}
			
			.terug {
				float: left;
				clear: both;
				width: 100%;
				margin-top: 14px;
			}

		
		/* === Webshoppagina === */
					
		.itemShop {
			float: left;
			clear: both;
			width: 519px; /* 519px */
			padding: 0 0 12px;
			border-bottom: 1px dashed #F47B02;
			margin-bottom: 14px;
		}
		
			.hoes {
				float: left;
				width: 115px;
				height: 115px;
			}
			
			.item .hoes {
				width: 200px;
				height: 200px;
			}
			
			.info {
				float: right;
				width: 390px; /* 404px */
				margin-left: 14px;
			}
			
			.item .info {
				width: 305px;
			}
			
				.prijs {
					float: right;
					clear: both;
					margin: 0 0 5px 0;
				}
				
				.button {
					float: right;
					clear: both;
				}
				
				/* === Besteltabel === */
				#bestelInfo {
					display: block;
					width: 305px;
					margin: 30px 0 5px 0;
					border-collapse: collapse;
				}
								
					#bestelInfo th,
					#bestelInfo td {
						width: 100px;
						padding: 4px 15px 4px 10px;
					}
					
					#bestelInfo tr.kop {
						padding: 0 10px 0 15px;
						background: url(../images/bg_h2.gif) #FFDB00 repeat-x top left;
						font-weight: bold;
					}
					
					#bestelInfo tr {
						background-color: #FFFCEB;
						border: 1px solid #FFDB00;
					}
					
					.info #bestelInfo select {
						width: 60px;
					}

					.info #bestel {
						display: block;
						float: right;
						width: 60px;
						height: 18px;
						margin: 20px 0 0;
						padding: 0;
						border-style: none;
					}
				
		
		/* === Formulier === */
		
		#contentMain form p {
			margin: 2px 0 4px;
		}
		
		#contentMain label{
			float: left;
			width: 180px;
			vertical-align: middle;
			margin-right: 2px;
		}
		
		#contentMain input, #contentMain select, #contentMain textarea {
			font-size: 1em;
			width: 190px;
			border: 1px solid #FFDB00;
			margin: 2px 0;
		}
		
		#contentMain textarea {
			height: 110px;
		}
		
		#contentMain input.button {
			float: left;
			width: 100px;
			cursor: pointer;
			color: #FFFBE5;
			background-color: #FF6600;
			padding: 1px 0;
			border: 1px solid #FF9933;
			margin-bottom: 4px;
		}
		
		#contentMain input.radio,
		#contentMain input.checkBox {
			float: left;
			clear: both;
			width: 16px;
			vertical-align: middle;
			border: none;
		}
		
		* html #contentMain input.radio,
		* html #contentMain input.checkBox {
			margin: 0;
		}
		
		*:first-child+html #contentMain input.radio,
		*:first-child+html #contentMain input.checkBox {
			margin: 0;
		}
		
		
		/* Registreerformulier Webshop */
		.catregistertxt {
			width: 180px;
		}
		
		/* vorige/volgende */		
		#contentMain .pageactive {
			font-weight: bold;
			color: #FF9000;
			text-decoration: none;
		}
	
	/* = = = Schaduwrand = = = */
	#shadow {
		float: left;
		width: 10px; /*  */
		height: 300px;
		padding: 0;
	}


/* = = = Footer = = = */
#footer {
	clear: both;
	width: 785px; /* 785px */
	height: 28px;
	background: url(../images/bg_footer.gif) transparent no-repeat;
}
	div#colofon {
		font-family: Arial, Helvetica, sans-serif;
		text-align: right;
		padding: 4px 35px 0 0;
	}
		#colofon a {
			color: #FFA231;
			font-weight: bold;
			text-decoration: none;
		}
		#colofon a:hover, #colofon a:active {
			text-decoration: underline;
		}

