#container {
	height: 850px;
}
#kijkerwrap {
	position: absolute;
	top: 39px;
	width: 360px;
	height: 195px;
	padding: 10px;
}
#kijkerwrap div {
	width: 360px;
	height: 195px;
	overflow-y: scroll;
}
#kijker h2 {
	width: 176px;
	height: 23px;
	margin: 0 auto;
	background-image: url("../images/home/kijker.png");
	text-indent: -9000px;
}
#kijker h2.en {
	width: 239px;
	height: 29px;
	background-image: url("../images/home/spotlight.png");
}
#kijker {
	position: absolute;
	top: 300px;
	left: 30px;
	width: 380px;
}
#top {
	position: absolute;
	top: 335px;
	left: 530px;
	width: 400px;
	height: 220px;
	padding: 10px;
}
#top .product {
	width: 400px;
	height: 220px;
}
#new_nl {
	position: absolute;
	top: -37px;
	left: -37px;
	display: block;
	background-image: url("../images/home/nieuw.png");
	width: 74px;
	height: 74px;
	text-indent: -9000px;
}
#new_en {
	position: absolute;
	top: -37px;
	left: -37px;
	display: block;
	background-image: url("../images/home/new.png");
	width: 74px;
	height: 74px;
	text-indent: -9000px;
}
#bottom {
	position: absolute;
	top: 595px;
	left: 530px;
	width: 400px;
	height: 220px;
	padding: 10px;
}
#bottom .product {
	width: 400px;
	height: 220px;
}
#kijkerwrap, #top, #bottom {
	z-index: 2;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 20px;
	border: 3px solid #110A31;
	background-color: #fff;
	behavior: url("../style/border-radius.htc");
}
.product {
	text-align: center;
}
.imageWrap {
	width: 170px;
	height: 140px;
	padding: 0;
	margin: s0;
	float: left;
}
.tekst-wrap {
	float: left;
	width: 230px;
	padding: 0;
	margin: 0;
}
.tekst-wrap p {
	margin: 8px;
	font-weight: bold;
}
.product h3 {
	font-size: 24px;
	margin-top: 0;
	margin-bottom: 8px;
	text-transform: uppercase;
}
.main-tekst {
	text-align: justify;
}
.imageWrap .image {
	max-width: 170px;
	max-height: 140px;
	margin: auto;
}
.meerinfo_nl, .meerinfo_en {
	display: block;
	background-image: url("../images/shop/info.png");
	width: 89px;
	height: 33px;
	text-indent: -9000px;
	float: left;
	margin: 0 8px 0 18px;
}
.meerinfo_en {
	background-image: url("../images/shop/info_en.png");
}
.bestellen_nl, .bestellen_en {
	display: block;
	background-image: url("../images/shop/bestellen.png");
	width: 89px;
	height: 33px;
	text-indent: -9000px;
	float: left;
	margin: 0 18px 0 8px;
}
.bestellen_en {
	background-image: url("../images/shop/bestellen_en.png");
}
.knoppen {
	position: absolute;
	bottom: 10px;
}
