.teaser-normaal, .teaser-groot, .teaser-service {
	float: left;
	display: block;
	width: 145px;
	margin-top: 5px;
	margin-left: 8px;
	margin-right: 7px;
}

.teaser-service {
	width: 125px;
	margin-right: 11px;

	margin-left: 10px;
}

.teaser-speciaal {
	float: right;
	display: block;
	position:relative;
	width: 307px;

	/*margin-right: 9px;*/
	margin-left: 9px;
	margin-bottom: 15px;

}
.teaser-speciaal-item {
	padding: 15px;
}
.teaser-last {
	margin-right: 0px;
}
.teaser-normaal img, .teaser-service img {
	overflow:hidden;
}
.teaser-item {
	height: 150px;
}
.teaser-groot img {
	width: 307px;
	height: auto;
	overflow:hidden;
}
.teaser-groot {
	width: 307px;
}
.teaser-groot .teaser-image, .teaser-normaal .teaser-image {
	height: 100px;
	overflow: hidden;
}
.teaser-content {
	background-color: #FCC242;
	height: 50px;
}

.teaser-item a {
	display: block;

	padding: 1px;
	padding-top: 5px;
	padding-left: 5px;
	background-position: top left;
	background-repeat: no-repeat;
}

.teaser-normaal a, .teaser-groot a {
	color: white;

	font-size: 1.2em;

	font-weight: bold;
	text-decoration: none;
}
.teaser-normaal a:hover, .teaser-groot a {
    color: #C4312C;
}
.teaser-groot a:hover {
	color: white;
}

