.teaser span 
{
	width: 166px;
	display: block;
	height: 31px;
	padding: 7px 10px 7px 10px;
	color: #fff;
	line-height: 125%;
	font-size: 10px;
	font-weight: bold;
}

.teaser_brown span
{
	background: url('/images/teaser_no_arrow.png') no-repeat left bottom;
}

.teaser_brown_link span
{
	background: url('/images/teaser_no_arrow.png') no-repeat left bottom;
	cursor: pointer;
}

.teaser_over span
{
	background: url('/images/teaser_over_fi.png') no-repeat left bottom;
	cursor: pointer;
}

.teaser_red span
{
	background: url('/images/Teaser_Red_fi.png') no-repeat left bottom;
}

.teaser_red_link span
{
	background: url('/images/Teaser_Red_fi.png') no-repeat left bottom;
	cursor: pointer;
}

html>body .teaser span {
	min-height: 29px;
}