.item {
  clear: both;
  display: block;
	width: 640px;
	min-height: 75px;
	border: 1px solid #ed6f00;
	
	cursor: pointer;
	text-decoration: none;
	color: #333333;
	
	position: relative;
	top: 0;
	left: 0;
	margin: 0 0 15px 0;
}

.item .nr {
  float: left;
	width: 22px;
	background-image: url('../../img/design/news_bg.jpg');
		color: #FFFFFF;
	height: 75px;
	text-align: center;
	line-height: 75px;
}

.item .afbeelding {
  float: left;
	height: 75px;
	width: 145px;
	
	background-position: center;
}

.item .verder {
  position: absolute;
	right: 10px;
	bottom: 10px;
	display: block;
	float: left;
	width: 75px;
	background-image: url('../../img/design/cats_titel.jpg');
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
}

.item .prijs {
  position: absolute;
	right: 10px;
	top: 15px;
	color: #ff6908;
	font-weight: bold;
	font-size: 15px;
}

.item .tekst {
  float: left;
  margin: 0 5px 5px 5px;
	width: 300px;
}
