@import url("typografie.css");
@import url("catmenu.css");
@import url("reviews.css");
@import url("bottom-menu.css");
@import url("producten.css");
@import url("homepagina.css");
@import url("bestellen.css");
@import url("milkbox/milkbox.css");
@import url("../system/seo/aanvragen/contact.form.css");

*{
	margin:0;
	padding:0;
}

html {
	overflow: -moz-scrollbars-vertical;
}

body {
	background: #fff url(../images/bg.jpg) repeat-x top left;
	text-align:center;
}

#wrapper{
	margin:0 auto;
	text-align:left;
	width:961px;	
	position:relative;
	background:url(../images/wrapper_bg.jpg) repeat-y top left;
}

#head{
	float:left;
	width:933px;
	background: url(../images/head.jpg) no-repeat top left;
	padding:18px 14px 0 14px;
	height:215px;
	overflow:hidden;
}

#header-left{
	float:left;
	width:281px;
}

#logo{
	float:left;
	width:356px;
}

#header-right{
	float:left;
	width:296px;
}

#ideal{
	float:left;
	width:296px;
	height:113px;
	background: url(../images/ideal-keurmerk.jpg) no-repeat top left;
	overflow:hidden;
}

#zoeken{
	float:left;
	width:296px;
	height:43px;
	overflow:hidden;
}

#mainSearch {
	height:42px;
	width:215px;
	background: url(../images/zoekenbg.jpg) no-repeat top left;
	border:none;
	margin:0;
	padding:1px 8px 0 24px;
	color:#999999;
	font-size:13px;
	font-style:italic;
	float:left;
}

.zoeken_btn {
	float:left;
	border:0;
	margin:0;
	height:43px;
}

#winkelwagen{
	float:left;
	height:59px;
	width:296px;
	overflow:hidden;
	padding:8px 0 0 0;
	background: url(../images/ww.jpg) no-repeat top left;	
}

#catmenu{
	float:left;
	width:961px;
	height:60px;
	background: url(../images/catmenu_bg.jpg) no-repeat top left;
}

/*Verdere opmaak van het menu staat in catmenu.css*/

#spacer{
	float:left;
	width:913px;
	height:32px;
	padding:10px 24px 0 24px;
	background: url(../images/spacer.jpg) no-repeat top left;	
}

.sorteren{
	float:left;
	width:225px;
	filter:alpha(opacity=30);
	-moz-opacity:0.3;
	-khtml-opacity: 0.3;
	opacity: 0.3;
}
.sorteren:hover{
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
}

.sorteren2{
	float:left;
	width:225px;
}

.breadcrumb{
	float:left;
	width:463px;
	text-align:center;
}

.paginanummering{
	float:left;
	width:225px;
	text-align:right;
}

#content{
	float:left;
	padding:15px 20px 30px 20px;
	width:921px;
	background: url(../images/content_bg.jpg) no-repeat top left;		
}

#tekst{
	float:left;
	width:900px;
	padding:0 15px 20px 15px;
}

#tekst-links{
	float:left;
	width:440px;
	margin-right:70px;

}

#tekst-rechts{
	float:left;
	width:380px;
}

.winkelimpressie {
	margin: 5px 12px 10px 0;
	width:110px;
	height:90px;
	overflow:hidden;
	border:2px solid #c1b362;
	float:left;

}

.winkelimpressie img{
	border:none;
	width:110px;
	height:90px;
}

#tijdlijn{
	width:900px;
	margin:15px 0 15px 0;
	border-bottom:2px solid #fff;
	float:left;
}

#tijdlijn a{
	padding:7px 21px 7px 21px;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	display:inline;
	float:left;
}

#tijdlijn a:hover{
	background:#fff;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

#tijdlijn a.active {
	background:#fff;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
	color:#2a648c;
}

input.input, input.btn_inloggen{
	width:165px;
	padding:2px;
	border:1px solid #c1b362;
	font-family:Trebuchet MS;
	font-size:12px;
	overflow:auto;
}

select{
	padding:2px;
	border:1px solid #c1b362;
	font-family:Trebuchet MS;
	font-size:12px;
}

#banner-bottom{
	float:left;
	width:961px;
	height:97px;
	overflow:hidden;
}

#bottom-menu{
	float:left;
	width:961px;
	height:42px;
	background: url(../images/bottom_menu.jpg) no-repeat top left;	
}

#contact-links{
	float:left;
	width:430px;
	padding:0 30px 0 10px;
}

#contact-rechts{
	float:left;
	width:430px;
}

#footer{
	float:left;
	background:#fff url(../images/footer.jpg) no-repeat top left;
	width: 941px;
	height:25px;
	padding:10px 20px 0 0;
	text-align:right;
}


#trefwoorden{
	float:left;
	background:#fff ;
	width: 941px;
	height:25px;
	padding:10px 20px 0 0;
	text-align:center;
	color:#5283ab;
	font-size:11px;
}

#trefwoorden a{
	font-weight:normal;
	color:#5283ab;
	text-decoration:none;
}

