

/*t3_page*/
#t3_page{
	width:980px;
	overflow:hidden;
	margin:5px 15px 15px 15px;
}
/*/t3_page*/

/*-------------------------------------------------------------------------------------------------*/


	
	/*t3_stage*/
	#t3_stage{
		height:180px;
		overflow:hidden;
		width:980px;
		overflow:hidden;
		border:0;
		background:#black;
	}
		#t3_stage iframe{
			height:18px;
			width:980px;
			overflow:hidden;
			border:0;
			background:#black;
		}
	/*/t3_stage*/


/*/t3_header*/

/*
/*-------------------------------------------------------------------------------------------------*/

/*-------------------------------------------------------------------------------------------------*/
/*-------------------------------- TEASER CSS -----------------------------------------------------------------*/

.clearer{clear:both;}

/*Content-Cols*/
#t3_maincontent .t3_leftcol{
	width:340px;
	overflow:hidden;
	display:inline;
	margin-right:5px;
	float:left;
}

#t3_maincontent .t3_midcol{
	width:160px;
	overflow:hidden;
	display:inline;
	margin-right:5px;
	float:left;
}

* html #t3_maincontent .t3_midcol{
	margin-right:2px;
}

#t3_maincontent .t3_rightcol{
	width:160px;
	overflow:hidden;
}

/*/Content-Cols*/

/*-------------------------------------------------------------------------------------------------*/

/*------------------------  CSS -------------------------------------------------------------------------*/
img.treadimg {
	position: absolute;
	left: 10px;
	top: 0px;
	/*width: 134px;*/
	height: 62px;
}
 
div.SC-container{
	background:url(stage_bg.png) no-repeat;
	
}

/*mehr-Link*/
div.SC-container a {
	color: #012F60;
	font-family: Verdana; 
	font-weight: bold;
	font-size: 10px;
	/*background: transparent url(icon_link_arrow.png) left center no-repeat;*/
	padding-left: 3px;
	/*text-transform: uppercase;*/
}
div.SC-container { 
	width: 980px; 
	height: 250px;
	overflow: hidden;
	/*
	background: transparent url(bg.png);
	*/
	position: relative;
	font-family: Verdana; 
}
div.SC-container div.SC-back,

div.SC-container div.SC-next {
	position: absolute;
	top: 0px;
	width: 100px;
	height: 250px;
	cursor: pointer;
}
div.SC-container div.SC-back {
	left: 0;
	z-index: 3000;
}
div.SC-container div.SC-next {
	right:0;
	z-index: 3001;
}
div.SC-container ul {
	width: 30000px;
	margin:0;
	padding:0;
	left:0;
	top:0;
	position: absolute;
}
div.SC-container ul li {
	float: left;
	list-style: none;
	margin:0;
	padding:0;
	height: 180px;
	color: #fff;
}
div.SC-container ul li.SC-regular {
	width: 205px;
	background: transparent url(stage_spacer.png) no-repeat 0 12px;
}
div.SC-container ul li.SC-regular div.SC-Wrap {
	margin: 15px 30px 15px 10px;
	position: relative;
	 
}
div.SC-container ul li.SC-regular div.SC-Wrap img {
	position: absolute;
	left: 0;
	top: 0;

}

div.SC-container ul li.SC-regular div.SC-Wrap div.SC-inner {
	position: absolute;
	left: 0px;
	width: 190px;
	top: 65px;
}
div.SC-container ul li.SC-regular div.SC-Wrap div.SC-inner h3{
	margin: 0px 0 0px 0;
	height:26px;
}

div.SC-container ul li.SC-regular div.SC-Wrap div.SC-inner h3 a{
	font-size: 11px;
	font-family: Verdana;
	line-height: 1.1em;
	/*text-transform: uppercase;*/
	color:#fff;
	text-decoration:none;
	padding:0;
	background:0;
}
div.SC-container ul li.SC-regular div.SC-Wrap div.SC-inner p {
	font-size: 7.5pt;
	font-family: Verdana;
	font-weight:normal;
	line-height: 1.3em;
	margin:0;
	margin-top:3px;
	padding:0;
}
div.SC-container ul li.SC-fullWidth {
	width: 808px;
}
div.SC-container ul li.SC-fullWidth .SC-Wrap {
	margin:0;
	padding:0;
	border:0;
}
div.SC-container ul li.SC-fullWidth .SC-Wrap a {
	margin:0;
	padding:0;
	border:0;
}
div.SC-container ul li.SC-fullWidth .SC-Wrap a img {
	margin:0; 
	padding:0;
	border:0;

}
div.SC-container ul li .SC-Marker {
	background: transparent url(marker_outer-trans.png) right top no-repeat;
	font-size: 10px;
	text-transform: uppercase;
	position: absolute;
	padding-right: 3px;
	padding-left: 2px;
	left: 2px;
}
div.SC-container ul li .SC-Marker img {
	position: absolute;
	left: 0px;
	top: 0;
}
