@CHARSET "UTF-8";

.teaserContainer{
	margin: 0 0 4px;
	width: 985px;
	height: 174px;
	overflow: hidden;
	background: url('../img/bg_frontPageTeaserBig.jpg') top left no-repeat;
}

.page .teaser{
	margin-top: 4px;
}

.teaserContainer .teaser{
	position: relative;
	width: 324px;
	height: 174px;
	overflow: hidden;
	float: left;
	margin: 0 6px 0 0;
}

.teaserContainer .teaser_right{
	position: relative;
	width: 324px;
	height: 174px;
	overflow: hidden;
	float: right;
	margin: 0;
}

* 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: -36px 0 0 4px;
	background: #fff;
	opacity: 0.8;
	filter: alpha(opacity = 80);

}

.teaserContainer .teaser_right .headlineContainer{
	width: 315px;
	height: 30px;
	margin: -36px 0 0 4px;
	background: #fff;
	opacity: 0.8;
	filter: alpha(opacity = 80);

}

.teaserContainer .teaser .teaserContent{
	position: absolute;
	z-index: 3;
	width: 315px;
	height: 136px;
	top: 143px;
	margin-left: 4px;
}

.teaserContainer .teaser_right .teaserContent{
	position: absolute;
	z-index: 3;
	width: 315px;
	height: 136px;
	top: 143px;
	margin-left: 4px;
}

.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_blue_bullet.gif) no-repeat 290px center;
	opacity: 1.0;
}

.teaserContainer .teaser_right .teaserContent h2{
	position: relative;
	margin: 0px 0px 1px 0px;
	padding: 5px 20px 0px 10px;
	font-size: 15px;
	height: 25px;
	background: url(../img/arrow_blue_bullet.gif) no-repeat 290px center;
	opacity: 1.0;
}

.teaserContainer .teaser .teaserContent .contentContainer{
	background: #fff;
	height:274px;
	padding: 10px;

}

.teaserContainer .teaser_right .teaserContent .contentContainer{
	background: #fff;
	height:274px;
	padding: 10px;

}


.teaserContainer .teaser .teaserContent .contentContainer a{
	font-weight: bold;
	text-decoration: none;
}

.teaserContainer .teaser_right .teaserContent .contentContainer a{
	font-weight: bold;
	text-decoration: none;
}

/**
 ** GLOBIT SCMR/EuroCMR �nderungen 
 *
**/


