.teaser-two{
	background-color: transparent;
	height: 297px;
	overflow: hidden;
	margin-bottom: 15px;
	float: left;
	width: 373px;
	margin-right: 17px;
}

.teaser-two .imagelink{
	position: absolute;
	height: 243px;
	width: 373px;
	z-index: 999;
	overflow: hidden;
}

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

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

.teaser-two .text{
	color: #626365;
	position: relative;
	padding: 5px 5px 0 5px;
	font-size: 11px;
	overflow: hidden;
	font-weight: 700;
	top: -50px;
	margin: 0;
}

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

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

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

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