/**
 * Style sheet scroller
 */
.stepcarousel
{
	height:260px;
	position:relative;
	overflow:hidden;
	margin-left:2px;
	background-color:#D6DBE5;
	border:1px solid #ddd;
}

.stepcarousel .belt
{
	left:0;
	top:0;
	position:absolute;
}

.stepcarousel .panel
{
	width:910px;
	overflow:hidden;
	float:left;
	margin:10px 50px 10px 30px;
}

.stepcarousel .panel .description
{
	width:550px;
	float:left;
}

.stepcarousel .panel .currentakt
{
	margin-bottom:8px;
	font-weight:normal;
	text-decoration:underline;
	font-size:10px;
	text-transform: uppercase;
}

.stepcarousel .panel h1, .stepcarousel .panel h1 a
{
	font-weight:bold;
	font-size:16px;
	color:#336699;
}

.stepcarousel .panel p
{
	font-weight:bold;
	font-size:11px;
	color:#000;
	line-height:16px;
}

.stepcarousel .panel .picture
{
	float:right;
	padding:6px;
	background-color:#fff;
	border:1px solid #ddd;
}

a.morelink
{
	float:left;
	margin-top:10px;
	padding:4px 8px;
	font-weight:normal;
	font-size:8pt;
	color:#cc0000;
}

a:hover.morelink
{
	font-weight:bold;
	text-decoration:none;
	color:#336699;
}

