div.artsen {
	margin-top: 20px;
}
div.arts {
	display:block;
	float:left;
	width:46%;
	margin-right:10px;

	margin-bottom:20px;
	height:120px;
}

div.arts.first {
	margin-left:0;
}

div.arts_img {
	float:left;
	width:95px;
}

div.arts_img img {
	border: 1px solid black;
}

div.arts_content {
	display:block;
	float:left;
	width: 220px;
	margin-left:5px;
	padding: 0px 10px 10px 5px;
}

div.arts_content h2 {
	font-weight: bold;
	margin:4px 0 0 0 !important;
}

div.arts_content h2 a {
	color:#ce7819;
	text-decoration:none;
}

div.title {
  color: #696e7a;
  font-style: italic;
  font-weight: bold;
  height:33px;
  min-height: 33px;
  text-transform: uppercase;
}

a.readmore {
  color: #83a900;
  text-decoration: none;
}



