.teaser-four{
	background-color: #E6E7E8;
	height: 207px;
	overflow: hidden;
	margin-bottom: 15px;
	float: left;
	width: 178px;
	margin-right: 17px;
}

.teaser-four .imagelink{
	position: absolute;
	height: 126px;
	width: 178px;
	z-index: 999;
	overflow: hidden;
}

.teaser-four .kategorie{
	color: #FFF;
	line-height: 20px;
	padding: 0 5px;
	height: 20px;
	font-size: 13px;
	font-weight: 700;
	background-color: #FF8A1E; /* #FF9E1C;*/
	margin: 0;
}

.teaser-four .titel{
	color: #FFF;
	font-size: 15px;
	position: relative;
	top: -44px;
	height: 41px;
	background: url(images/teaser-bg.png) repeat 0 0 transparent;
	line-height: 19px;
	overflow: hidden;
	font-weight: 700;
	padding: 0px 5px;
	z-index: 999;
	margin: 0;
}

.teaser-four .text{
	color: #626365;
	position: relative;
	padding: 5px 5px 0 5px;
	font-size: 11px;
	overflow: hidden;
	font-weight: 700;
	top: -41px;
	margin: 0;
	max-height: 59px;
	line-height: 14px;
}

.teaser-four .link{
	color: #626365;
	font-weight: 700;
	padding-left: 5px;
	font-size: 11px;
	overflow: hidden;
	text-decoration: none;
}

.teaser-four.white {
	background-color: transparent;
}

.teaser-four.last {
	margin-right: 0;
}

/*
.item img { 
	-webkit-filter: grayscale(1);
}
.item img:hover {
	-webkit-filter: grayscale(0);
}*/