
/* DIV-SCROLLER
	Rahmen des Scrollers*/
#position {
	position: relative;
	border: 0px dashed #fff;
	background: transparent;
	top: 5px;
	left: -50px;
	width: 550px;
	height: 450px;
	
}

/* Positionierung der Scrollerbilder */
#scrollbuttons {
	z-index: 200;
	POSITION: absolute;
	TOP: 0px;
	LEFT: 570px;
	WIDTH: 14px;
	HEIGHT: 440px;
	border: 0px solid #fff;
}
.link {cursor:pointer; color:#666;}
.link:hover {color:#000}

/* Formatierung des Scrollfeldes */
.slider {
	position:relative;
	overflow:hidden;
	border: 0px solid #9ac1c9;
	height: 395px;
	background: transparent;
	margin-bottom: 20px;
}
/* Positionierung des Scrollinhaltes */
.slidercontent {
	position:absolute;
	border: 0px solid #000;
	color:#00CC99;
}
.slidercontent .upper {
	border-bottom:1px solid #9ac1c9
}
.section {padding:10px}


.newsslider {position:relative; overflow:hidden; border:0px solid #9ac1c9; height:195px; width:300px; background:#eef5f6; margin-bottom:20px}
.newsslidercontent {position:absolute}
.newsslidercontent .upper {border-bottom:0px solid #9ac1c9}
.newssection {padding:10px; height:75px}
