@import url(producten.css);

*{
	margin:0;
	padding:0;
}

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

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

#wrapper{
	margin:0 auto;
	text-align:left;
	width:902px;
	position:relative;
}

#head{
	float:left;
	width:902px;
	height:144px;
	background: url(../images/head.jpg) no-repeat bottom left;
}

#winkelwagen{
	float:right;
	width:200px;
	padding:40px 0 0 0;
}

#menu{
	float:left;
	width:902px;
	height:36px;
	background: url(../images/menu_bg.jpg) no-repeat top left;
}

#menu ul{
	list-style:none;
	padding:1px 0 0 60px;
}

#menu li{
	float:left;
	padding:8px 55px 0 55px;
	height:25px;
	background: url(../images/menu_li.jpg) no-repeat top right;
}

#content-overall{
	float:left;
	width:882px;
	padding:10px;
	margin-top:13px;
	background: #fff url(../images/content_top.jpg) no-repeat top left;
}

#content-overall-home{
	float:left;
	width:882px;
	padding:10px;
	margin-top:13px;
	background: #fff url(https://www.coutureshop.nl/images/content-overall-home.jpg) no-repeat top left;
}

#home-content{
	float:left;
	width:556px;
	padding:7px 0 10px 0;
}

#home-content2{
	float:left;
	width:556px;
	padding:7px 0 10px 0;

}

#content{
	float:left;
	width:556px;
	padding:10px 0 10px 0;
}

#slogan{
	width:546px;
	float:left;
	/*height:229px;*/
	height:130px;
	margin:20px 0 20px 0;
	background: url(../images/home_slogan_banner2.jpg) no-repeat top left;
	position:relative;
}

#slogan2{
	width:546px;
	float:left;
	height:229px;
	margin:10px 0 20px 0;
	background: url(../images/gd_slogan_banner.jpg) no-repeat bottom left;
	position:relative;
}

#slogan a{
	display:block;
	position:absolute;
	width:132px;
	height:98px;
	right:0;
	bottom:0;
	text-decoration:none;
}

#slogan2 a{
	display:block;
	position:absolute;
	width:132px;
	height:98px;
	right:0;
	bottom:59px;
	text-decoration:none;
}

#zoeken {
	padding: 40px 0 0 20px;
	width: 520px;
}

#zoeken input, #zoeken select{
	border:1px solid #d1c2d9;
}

#zoeken .submit{
	width:150px;
	margin-top:10px;
}

#home-content-tekst{
	float:left;
	width:321px;
}

.home-tekst{
	float:left;
	width:293px;
	height: 215px;
	padding:6px 10px 0 10px;
	background: url(../images/home_tekst_bg.jpg) no-repeat top left;
	margin:0 0 0 6px;
}

.home-tekst2{
	float:left;
	width:321px;
	padding:0 0 0 7px;
	margin:0 0 10px 0;
}

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