
#nieuws{
	position: relative;
	float: right;
	width: 250px;
	margin-right: 10px;
  background-color: #fff;
	text-align: left;
	font-size: 11px;
}

#nieuws h1{
  font-size: 18px;
  color: #f78f1e;
}

#nieuws a{
  text-decoration: none;
}

.nieuwsitema{
  font-size: 12px;
  font-weight: bold;
  color: #e77f0e;
}
.nieuwsitemn{
  font-size: 11px;
  font-weight: bold;  
  color: #999;
}

#nieuws span{
  font-size: 11px;
  color: #8e8a83;
}

.lijn
{
  width: 250px;
  height: 1px;
  background-color: #c6c4c1;
	margin: 0;
	padding: 0;
  margin-bottom: 10px;
  margin-top: 5px;
  overflow: hidden;
}

