@CHARSET "UTF-8";

.teaserContainer {
	width:990px;
	height:174px;
	overflow:hidden;
	margin:0 0 6px 0;
}

.teaserContainer .teaser {
	position: relative;
	width:324px;
	height:174px;
	overflow:hidden;
	float:left;
	margin-right:6px;

}

.teaserContainer .teaser img {
	margin:0;
	padding:0;
}
 
.teaserContainer .teaser .headlineContainer {
	width:312px;
	height:30px;
	margin:-42px 0 0 6px;
	background:#fff;
	opacity:0.85;
	filter: alpha(opacity = 85);
}

.teaserContainer .teaser .teaserContent {
	position: absolute;
	width:312px;
	margin:-26px 0 0 6px;
	font-size:14px;	
}

.teaserContainer .teaser .teaserContent h2{
	background: url(../img/gif/arrow_teaser.gif) right 6px no-repeat;
    margin-top:0px; 
    margin-left:6px;
    margin-bottom:6px;
    margin-right:6px;
	color:#3f3f3f;
}

.teaserContainer .teaser .teaserContent .contentContainer{
	background: #fff;
	padding:6px;
	margin-top:14px;
	height:111px;
	opacity:0.95;
	filter: alpha(opacity = 95);
}

.teaserContainer .teaser .teaserContent .contentContainer p a{
	text-decoration: none;
	background: url(../img/gif/arrow_white_bullet_01.gif) left top no-repeat;
	padding:0 0 4px 26px;
	font-size:15px;
	color:#f90;
}
