/* ImageSlide with text left
---------------------------------------------------------------------*/
div#fce_imageslide{
	overflow:hidden;
}
ul#uAcc {
	list-style-type:none;
	overflow:hidden;
	width:1000px;
	margin:0;
	padding:0;
}
ul#uAcc li {
	float:left;
}
div#accCont {
	width:720px;
	height:350px;
	/*overflow:hidden;*/
	position:relative;
}
div.col2.ref {
	float:left;
	font-size:0.97em;
	color:#FFF;
}
div.col2.ref b{
	color:#000;
	}
div.col2.left.ref {
	width:210px;
	padding:15px;
	position:relative;
	z-index:5;
	height:320px;
	/* background-color:#b0b1b3; */
	background-color:#A0A1A3;
}
div.col2.right.ref{
	width:720px;
	height:350px;
	position:relative;
	z-index:10;
}

div.bildlegende{
	display:none;
	position:absolute;
	width:210px;
	left:-225px;
	bottom:15px;
	text-align:right;
	color:#1f1d21;
	/*background-color:#090;*/
	font-size:10px;
	}

