* { margin: 0px; padding: 0px; }
html, body { font-family: Rockwell,Arial; font-size: 12px; color: #5f5f5f;height:100%; background:#eaeaea; }
input, select, textarea { font-family: Arial; font-size: 12px; color: #000; }
textarea {
	border-color:#4C4C4C #848484 #848484 #4C4C4C;
	border-style:solid;
	border-width:1px;
}
body {}
img { border: 0px; }
div.koopje img {
	border: 1px solid #CACED1;
}
.clear {
	clear:both;
}
#wrapper {
	width: 1004px;
	margin: 0 auto;
}
#header {
	background: url(/images/header.gif) no-repeat 0 0;
	height: 95px;
	width: 994px;
	padding-top:15px;
	padding-left:10px;
}
#content_wrapper {
	background: #fff;
	width: 984px;
	height:1%;
	padding:10px;
	overflow:hidden;
}
#logo{
	width: 300px;
	height: 70px;
	display: block;
	background: url(/images/logo.png) no-repeat 0 0;
}
#logo span {
	display: none;
}
#menu {
	background: url(/images/menubg.gif) repeat-x 0 0;
	height: 27px;
	width: 1004px;
}
#menu ul {
	list-style: none;
}
#menu ul li {
	padding: 5px 8px;
	color: #fff;
	float: left;
}
#menu ul li a {
	color: #fff;
}

div.koopje {
	width: 246px;
	height: 400px;
	float: left;
	position: relative;
}

div.koopje ul {
	padding-left:15px;
}
div.koopje h3 {
	width:220px;
}

div.koopje img {
	height: 200px;
	width: 200px;
}

div.pricesticker {
	height: 100px;
	width: 100px;

	position:absolute;
right:3px;
top:154px;
	background: url(/images/pricesticker.png) no-repeat 0 0;
}
div.pricestickersoldout {
	height: 100px;
	width: 100px;
	right: 15px;
	position:absolute;
	top:142px;
	background: url(/images/pricestickersoldout.png) no-repeat 0 0;
}
div.pricestickerexpired {
	height: 100px;
	width: 100px;
	right: 15px;
	position:absolute;
	top:142px;
	background: url(/images/pricestickerexpired.png) no-repeat 0 0;
}
div.pricestickerexpired span{
	display: none;
}
div.pricesticker span {
	position: absolute;
	top:42px;
	left: 10px;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	width:90px;
}

div.koopje img.supplier {
	width: 200px;
	height: auto;
}