/* ----------------------------------------------- START NORMALISEREN --------------------------------------------------------------- */
/* Normaliseren margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
margin : 0;
padding : 0;
}

/* Normaliseren font-size voor headers */
h1, h2, h3, h4, h5, h6 {
font-size : 100%;
}

/* Verwijderen list-style van lijsten */
ol, ul {
list-style : none;
}

/* font-style en font-weight op normaliseren */
address, caption, cite, code, dfn, em, strong, th, var {
font-style : normal;
font-weight : normal;
}

table {
border-collapse : collapse;
border-spacing: 0;
}

/* verwijderen randen van fieldset en img */
fieldset, img {
border : 0;
}

/* links aligneren caption en th */
caption, th {
text-align: left;
}

/* verwijderen van aanhalingstekens in q */
q:before, q:after {
content : '';
}

a
{
  outline: none;
}
/* ----------------------------------------------- EINDE NORMALISEREN --------------------------------------------------------------- */
html {
	text-align:center;
}

body {
	background-color: #fff;
}

#wrapper{
	width: 960px;
	position:relative;
	margin: 0 auto;
	text-align:left;
	display: table;
}

/*---------------------------------------- START HEADER ------------------------------------------ */

#header{
	background: transparent url(../images/bg_header.jpg) no-repeat;
	height:152px;
}

		#header .logo{
			margin-top:28px;
			margin-left:10px;
			width:220px;
			float:left;
		}
		
		#header ul{
			text-align:right;
			margin-right: 20px;
			padding-top:15px;
		}
		
				#header li{
					display:inline;
					margin-left:20px;
				}
				
						#header li a{
							font-family:Arial, Helvetica, sans-serif;
							font-size:12px;
							color:#443602;
							text-decoration:none;
							border-bottom: 1px dotted #443602;
						}

/*---------------------------------------- EINDE HEADER ------------------------------------------ */

/*---------------------------------------- START CONTENT ------------------------------------------ */
			/*---------------------------------------- START CONTENT LINKS ------------------------------------------ */
#links{
	float:left;
	margin-left:10px;
	margin-right:10px;
	width:220px;
}

			#hsearch{
				padding: 10px;
				margin-top:20px;
				background-color:#e3f3fa;
			}
			
					#hsearch input{
						border: 1px solid #0093d0;
						font-family:Arial, Helvetica, sans-serif;
						font-size:13px;
						color:#515151;	
						width: 155px;
						margin-bottom:-6px;	
						padding:2px;
					}
					
					#hsearch .knop{
						padding: 0 5px 0 5px;
						width:auto;
						border:none;
					}
					
					#hsearch p, #hsearch a{
						font-family:Arial, Helvetica, sans-serif;
						font-size:12px;
						color:#0093d0;	
						margin-top: 7px;
						font-weight:bold;	
					}
					
			
			
			#links ul{
				margin-top:20px;
			}
			
			#links li{
				border-bottom:1px solid #deebf0;
				text-indent:57px;
				margin-bottom:2px;
				padding-bottom:2px;
			}
			
			#links li:hover{
				border-bottom:1px solid #b7ae8d;
				text-indent:57px;
				margin-bottom:2px;
				padding-bottom:2px;
			}
					
					#links li a{
						font-family:Arial, Helvetica, sans-serif;
						font-size:13px;
						color:#443602;
						text-decoration:none;

					}
			/*---------------------------------------- EINDE CONTENT LINKS ------------------------------------------ */

			/*---------------------------------------- START CONTENT MIDDEN ------------------------------------------ */


#midden{
	float:left;
	width:480px;
	margin-top:6px;

}

#midden p.welkom{
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#0093d0;
	margin-top:14px;
	margin-left:10px;
	padding:10px;
	background-color:#e3f3fa;
}

		#midden p.titelvw{
			font-family:Arial, Helvetica, sans-serif;
			font-size:13px;
			line-height:18px;
			color:#443602;
			margin-top:14px;
			margin-left:10px;
			font-weight:bold;
		}

		#midden p.tekstvw{
			font-family:Arial, Helvetica, sans-serif;
			font-size:13px;
			line-height:18px;
			color:#443602;
			margin-top:5px;
			margin-left:10px;
			margin-bottom: 5px;
		}
		
					#midden a.vw{
						font-family:Arial, Helvetica, sans-serif;
						font-size:13px;
						color:#443602;
					}

#container2items{
	display:inline-block;
}

		#etiket{
			float:left;
			width:220px;
			background: transparent url(../images/bg_etiket.gif) repeat-y;
			display:inherit;
			margin-left:10px;
			margin-right:10px;
		}
		
				#etiket .merk{
					background: transparent url(../images/t_etiket.gif) no-repeat;
					text-indent:50px;
					margin-bottom: 10px;
					padding-bottom:10px;
					padding-top:30px;
					font-family:Arial, Helvetica, sans-serif;
					font-size:13px;
					color:#0093d0;
					font-weight:bold;
				}
				
				#etiket img.foto{
					margin-left:10px;
					border:1px solid #bfaa80;
					float:left;
					width:125px;
				}
				
				#etiket p.seizoenen, #etiket p.geslacht{
					float:left;
					width: 35px;
					margin-left: 5px;
				}
				
						#etiket p.seizoenen img{
							margin-bottom: 4px;
						}
						
						#etiket p.geslacht img{
							margin-bottom: 8px;
						}
						
				#etiket .tekst{
					clear:both;
					margin-left:10px;
					margin-right:10px;
					font-family:Arial, Helvetica, sans-serif;
					font-size:11px;
					color:#443602;
					margin-top:3px;
					margin-bottom: 5px;
					line-height:15px;
					font-weight:normal;
				}
				
				#etiket p.prijs{
					margin-left:10px;
					margin-right:10px;
					font-family:Arial, Helvetica, sans-serif;
					font-size:13px;
					color:#ce0707;
					margin-top:3px;
					margin-bottom:5px;
					font-weight:bold;
					border-top:1px solid #dbceb5;
					border-bottom:1px solid #dbceb5;
					padding-top:5px;
					padding-bottom:5px;
				}
				
				#etiket p.koopsolden{
					float:left;
					font-family:Arial, Helvetica, sans-serif;
					font-size:11px;
					color:#fff;
					font-weight:bold;
					background-color:#ce0707;
					width:60px;
					text-align:center;
					height:22px;
					margin-top: 5px;
					margin-bottom: 10px;
					padding-top:6px;
				}
				
						#etiket p.meerinfo{
							float:right;
							background: transparent url(../images/bg_meerinfo.gif) no-repeat;
							text-align:center;
							width:130px;
							height:28px;
							padding-top:6px;
							margin-top:5px;
							font-size:10px;
							color:#fff;
						}

				
						#etiket p.meerinfo a{
							font-family:Arial, Helvetica, sans-serif;
							font-size:10px;
							color:#fff;
							font-weight:bold;
						}
				
				#etiket	.schaduw{
					clear:both;
					
					background: transparent url(../images/schaduw.gif) no-repeat;
					height:18px;

				}
				
				
				
				
		#etiketgroot{
			float:left;
			width:460px;
			background: transparent url(../images/bg_etiket.gif);
			display:inherit;
			margin-left:10px;
			margin-right:10px;
		}
		
				#etiketgroot .merk{
					background: transparent url(../images/t_etiketlang.gif) no-repeat;
					text-indent:50px;
					margin-bottom: 10px;
					padding-bottom:8px;
					padding-top:30px;
					font-family:Arial, Helvetica, sans-serif;
					font-size:15px;
					color:#0093d0;
					font-weight:bold;
				}
				
				#etiketgroot p.fotos{
					margin-left:10px;
					float:left;
					width:125px;
				}
				
						#etiketgroot img.foto{
							border:1px solid #bfaa80;
							margin-bottom: 15px;
						}
						
				#etiketgroot #uitleg{
					float:right;
					margin-right:10px;
					width:295px;
				}
				
				#etiketgroot #uitleg p.seizoenen, #etiketgroot #uitleg p.geslacht{
					border-bottom:1px solid #dbceb5;
					padding-bottom: 3px;
					margin-bottom:3px;
				}
				
				#etiketgroot .tekst{
					clear:both;
					font-family:Arial, Helvetica, sans-serif;
					font-size:13px;
					color:#443602;
					margin-top:5px;
					margin-bottom: 8px;
					line-height:18px;
					font-weight:normal;
				}
				
						#etiketgroot .artnummer{
							font-family:Arial, Helvetica, sans-serif;
							font-size:11px;
							color:#646565;
							margin-left:10px;
						}
						
				#etiketgroot p.prijs{
					font-family:Arial, Helvetica, sans-serif;
					font-size:13px;
					color:#ce0707;
					margin-top:3px;
					margin-bottom:5px;
					font-weight:bold;
					border-top:1px solid #dbceb5;
					border-bottom:1px solid #dbceb5;
					padding-top:5px;
					padding-bottom:5px;
				}
				
				#etiketgroot p.koopsolden{
					float:left;
					font-family:Arial, Helvetica, sans-serif;
					font-size:11px;
					color:#fff;
					font-weight:bold;
					background-color:#ce0707;
					width:60px;
					text-align:center;
					height:22px;
					margin-top: 5px;
					margin-bottom: 10px;
					padding-top:6px;
				}
				
						#etiketgroot p.meerinfo{
							float:right;
							background: transparent url(../images/bg_meerinfo.gif) no-repeat;
							text-align:center;
							width:110px;
							height:28px;
							padding-top:6px;
							margin-top:5px;
						}

				
						#etiketgroot p.meerinfo a{
							font-family:Arial, Helvetica, sans-serif;
							font-size:11px;
							color:#fff;
							font-weight:bold;
						}
				
				
				#etiketgroot .schaduw{
					clear:both;
					display:inherit;
					background: transparent url(../images/schaduwlang.gif) no-repeat;
					height:28px;

				}
				
form#bigsearch{
	margin-top: 10px;
	margin-left: 20px;
}

					#midden label{
						width:150px;
						float:left;
						font-family:Arial, Helvetica, sans-serif;
						font-size:12px;
						color:#0093d0;
						font-weight:bold;
					}
					
					form#bigsearch select{
						border: 1px solid #0093d0;
						font-family:Arial, Helvetica, sans-serif;
						font-size:13px;
						color:#443602;	
						width: 155px;	
						padding:2px;
					}
					
					form#bigsearch .knop{
						padding: 0 5px 0 5px;
						width:80px;
						border:1px solid #443602;
					}
					
					form#bigsearch p{
						font-family:Arial, Helvetica, sans-serif;
						font-size:13px;
						color:#443602;
						margin-top: 7px;
						margin-bottom:10px;	
					}

			/*---------------------------------------- EINDE CONTENT MIDDEN ------------------------------------------ */
			
			/*---------------------------------------- START CONTENT RECHTS ------------------------------------------ */
#rechts{
	float:left;
	margin-left:10px;
	margin-right:10px;
	width:220px;
	/*met winkelwagen margin-top:6px;*/
	margin-top:30px;
}

		#winkelwagen{
			background: transparent url(../images/bg_winkelwagen.gif) repeat-y;
		}
		
			#winkelwagen p{
				font-family:Arial, Helvetica, sans-serif;
				font-size:13px;
				color:#443602;
				padding-left:10px;
				padding-right:10px;	
				line-height:18px;			
			}
			
					#winkelwagen a{
						font-family:Arial, Helvetica, sans-serif;
						font-size:13px;
						color:#443602;			
					}
					
					.geel{
						background-color:#ff0;
					}				
		
			.twinkelwagen{
				background: transparent url(../images/t_winkelwagen.gif) no-repeat;
				height:59px;
				text-indent:-9000px;
				padding-bottom:10px;
			}
			
			#winkelwagen .schaduw{
				background: transparent url(../images/schaduw.gif) no-repeat;
				height:18px;
				margin-top: 10px;
				margin-bottom: 10px;
			}
			
		#rechts .lijn{
			clear:both;
			border-bottom: 1px dotted #baa57d;
			margin-top: 7px;
			margin-bottom:15px;
		}
		
		#rechts p.ruimte{
			margin-bottom: 47px;
		}
		
		#rechts .meisje{
			float:left;
			margin-left:10px;
			background: transparent url(../images/ico_girl.png) no-repeat 0 50%;
			height:26px;
			text-indent:35px;
			width:100px;
		}
		
		#rechts .jongen{
			float:left;
			margin-left:10px;
			background: transparent url(../images/ico_boy.png) no-repeat;
			height:26px;
			text-indent:35px;
			width:100px;
		}
		
		#rechts .zomer{
			float:left;
			margin-left:10px;
			background: transparent url(../images/ico_zomer.png) no-repeat;
			height:26px;
			text-indent:35px;
			width:100px;
		}
		
		#rechts .herfst{
			float:left;
			margin-left:10px;
			background: transparent url(../images/ico_herfst.png) no-repeat;
			height:26px;
			text-indent:35px;
			width:100px;
		}
		
		#rechts .winter{
			float:left;
			margin-left:10px;
			background: transparent url(../images/ico_winter.png) no-repeat;
			height:26px;
			text-indent:35px;
			width:100px;
		}
		
		#rechts .lente{
			float:left;
			margin-left:10px;
			background: transparent url(../images/ico_lente.png) no-repeat;
			height:26px;
			text-indent:35px;
			width:100px;
		}
		
		#rechts .koopjes, #rechts .solden{
			float:left;
			margin-left:10px;
			background: transparent url(../images/ico_koopsolden.png) no-repeat;
			height:26px;
			text-indent:35px;
			width:100px;
		}
		
					#rechts .meisje a, #rechts .jongen a, #rechts .zomer a, #rechts .herfst a, #rechts .winter a, #rechts .lente a, #rechts .koopjes a, #rechts .solden a{
						font-family:Arial, Helvetica, sans-serif;
						font-size:13px;
						color:#443602;
					}
					
		#rechts h1{
			font-family:Arial, Helvetica, sans-serif;
			font-size:20px;
			color:#847353;
			padding-left:10px;
			padding-right:10px;
			margin-bottom: 3px;
		}
		
		#rechts p.vraag{
			font-family:Arial, Helvetica, sans-serif;
			font-size:13px;
			color:#443602;
			padding-left:10px;
			padding-right:10px;
			line-height:20px;
		}
		
					#rechts p.vraag a{
						font-family:Arial, Helvetica, sans-serif;
						font-size:13px;
						color:#443602;
					}
			/*---------------------------------------- EINDE CONTENT RECHTS ------------------------------------------ */

/*---------------------------------------- EINDE CONTENT ------------------------------------------ */

/*---------------------------------------- START FOOTER ------------------------------------------ */
#footer{
	clear:both;
	background: transparent url(../images/bg_footer.jpg) no-repeat;
	height:179px;
	padding-left:10px;
}

		#footer p, #footer a{
			padding-top:140px;
			font-family:Arial, Helvetica, sans-serif;
			font-size:11px;
			color:#fff;
			line-height:18px;
		}
		
#flockdesign{
	text-align:right;
	margin-right:10px;
	margin-top: 5px;
}

/*---------------------------------------- EINDE FOOTER ------------------------------------------ */

.vet{
	font-weight:bold;
}
