
/* ------------------------------------------------- carouselContainer */

.mc_container {
	line-height:18px;
	width:740px;
	overflow:hidden;	
	background: #F2F2F2;	
	padding-top:19px;
	padding-bottom:10px;
}

.mc_container .prev{
	background: url(/img/m/start_teaser_zurueck.gif) no-repeat 0 78px;
	float:left;
	margin-left:6px;
	margin-right:7px;
	height: 100px;
	width:15px;
	border:0;
}
.mc_container .next{
	background: url(/img/m/start_teaser_vor.gif) no-repeat 0 78px;
	float:right;
	margin-right:6px;
	height:100px;
	width:15px;
	border:0;
}

/* ------------------------------------------------- carouselItem */

.mc_container .mc_item{
	float:left;
	margin-right:18px;
	width:216px; /* braucht nur der ie6  */
}
.mc_container .mc_item .thumbnail{
	height:155px;
	background:url(/img/m/bg_start_teaserbild_gross.gif) no-repeat;
	padding:7px 7px;
}

.mc_container .mc_item .anleser{
	color:#0375c7;
	text-transform:uppercase;
	padding:0 8px 2px 8px;
	overflow:hidden;
	white-space: nowrap;
}
.mc_container .mc_item .link a{
	color:#0375c7;
	font-weight:bold;
}
.mc_container .mc_item .anleser a{
	color:#0375c7;
	font-size:11px;
}
.mc_container .mc_item .link{
	padding:0 8px 5px 8px;
}
.mc_container .mc_item .tablePic{
	text-align:center;
	vertical-align:middle;
	width:198px;
	height:151px;
}
