#plan {
margin-top:-1em;
text-align:center;
height:330px;
width:600px;
background-position:top center;
background-repeat:no-repeat;
overflow:visible;
}

#titel {
	text-align:left;
}

.stepcarousel{
position: relative; /*leave this value alone*/
text-align:center;
top: 0.25em;
margin: auto;
background-color:#BFD4B5;
overflow: scroll; /*leave this value alone*/
width: 510px; /*Width of Carousel Viewer itself*/
height: 110px; /*Height should enough to fit largest content's height*/
}

.stepcarousel .belt{
position: absolute; /*leave this value alone*/
left: 0;
top: 0;
}

.stepcarousel .panel{
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin:5px 6px;/*margin around each panel*/
/*width: 80px; Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}
.stepcarousel .panel a img{border:none;}

.tool{
margin-top: 0.25em;
margin-left:1.5em;
}

#bigImage {
	
	width: 520px;
	/*height:600px;*/
	margin:auto;	
	padding: 1em;

}

#bigImage .left {
	float:left;
	width: 65%;
	margin-right:0.5em;
	overflow:hidden;
	}

#bigImage .right {
	text-align:left;
	float:right;
	width: 32%;
	
}
