#inhalt {
}
#bildgrund {
	position: absolute; 
	top: 470px;
	left: 0px;
	height: 160px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	clear:both;
	background: url(pics/bg.png);
	 background-color:#606725;
	z-index: 2;
}
#mbwrapper {
	clear:left;
	position:absolute;
	left:0;
	top:470px;
	width:100%;
	background:url(pics/bglarge.gif) center top no-repeat;
}
#movingboxes {
	clear:both;
	position: relative; 
	width: 987px;
	margin: 0 auto;
	padding: 0px 18px 11px 13px;
	text-align: left;
	color: #606725;
	line-height: 140%;
	z-index: 3;
}

#wrapper {
    width: 839px;
    margin: 0px auto;
}

#intro {
    padding-bottom: 10px;
}

#slider {
    width: 839px;
    margin: 0;
    position: relative;
}

.scroll {
	overflow: hidden;
	width: 839px;
    margin: 0 auto;
    position: relative;
}

.scrollContainer {
	position: relative;
}

.scrollContainer div.panel {
    padding: 0 10px 0 0;
	height: 229px;
	width:160px;
	float:left;
}

#left-shadow {
	position: absolute;
	top: 0;
	left: 0;
	width: 12px;
	bottom: 0;
	background: url(../images/leftshadow.png) repeat-y;
}

#right-shadow {
	position: absolute;
	top: 0;
	right: 0;
	width: 12px;
	bottom: 0;
	background: url(../images/rightshadow.png) repeat-y;
}

.inside {
	padding: 0px;
}

.inside img {
	display: block;
	width:160px;
	margin: 0 0 10px 0;
}

.inside h2 {
	font-weight: normal;
	color: #111;
	font-size: 16px;
	margin: 0 0 8px 0;
}

.inside p {
	font-size: 11px;
	color: #ccc;
}

.scrollButtons {
    position: absolute;
    top: 160px;
    cursor: pointer;
	z-index:1000;
}

.scrollButtons.left {
    left: 0px;
}

.scrollButtons.right {
    right: 0px;
}

.hide {
    display: none;
}
