@CHARSET "UTF-8";

.teaserContainer{
	margin-top: 4px;
	width: 985px;
	height: 180px;
	overflow: hidden;
	background: url('../img/bg_frontPageTeaserBig.png') top left no-repeat;
}

.teaserContainer .teaser{
	position: relative;
	width: 315px;
	height: 136px;
	overflow: hidden;
	float: left;
	margin: 18px 0px 0px 10px;
}


* html .teaserContainer .teaser{
	position: relative;
	width: 315px;
	height: 136px;
	overflow: hidden;
	float: left;
	margin: 18px 5px 0px 5px;
}
 
.teaserContainer .teaser .headlineContainer{
	width: 315px;
	height: 30px;
	margin-top: -36px;
	background: #fff;
	opacity: 0.9;
	filter: alpha(opacity = 90);

}

.teaserContainer .teaser .teaserContent{
	position: absolute;
	z-index: 3;
	width: 315px;
	height: 136px;
	top: 106px;
}


.teaserContainer .teaser .teaserContent h2{
	position: relative;
	margin: 0px 0px 1px 0px;
	padding: 5px 20px 0px 10px;
	font-size: 15px;
	height: 25px;
	background: url(../img/arrow_red_bullet.gif) no-repeat 290px center;
	opacity: 1.0;
	color: #bf7300;
}

.teaserContainer .teaser .teaserContent .contentContainer{
	background: #fff;
	height:274px;
	padding: 10px;
}

.teaserContainer .teaser .teaserContent .contentContainer a{
	font-weight: bold;
	text-decoration: none;
}
