#Inhalt {
	margin: 40px 10px 10px 30px;
	width: 200px;
}
#scrollercontent {
	clip: rect(0,900px,390px,0);
	width: 177px;
	position: absolute;
}

.scroller {
	float: right;
	width: 10px;
	margin-top: 355px;
	margin-right: 8px;
}
.scroller .arrow_top {
	cursor: pointer;
	padding: 4px;
	background-image: url(scrollup.gif);
	background-repeat: no-repeat;
}
.scroller .arrow_bottom {
	cursor: pointer;
	padding: 4px;
	background-image: url(scrolldown.gif);
	background-repeat: no-repeat;
}
.scroller .bar {
	height: 1px;
	margin: 2px;
	border: 0;
}
.wrapper {
	width: 200px;
	margin: 0 auto;
	height: 300px;
	clear: both;
}
.wrappergross {
	width: 523px;
	margin: 0 auto;
	height: 300px;
	clear: both;
}
