		/*body {
			background-color: #FFF;
			margin: 0;
			padding: 0;
			width: 100%;
			height: 100%;
			overflow: hidden;
		}
		p {
			margin: 0 0 8px 0;
			padding: 0;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 11px;
			color: #000;
		}
		div img {
			display: block;
		}
		a {
			color: #BA3B0A;
		}
		a img {
			border: 0;
		}
		#download {
			position:absolute;
			left:0;
			bottom:0;
			width:100%;
			height:40px;
			border-top: 1px solid #D4CBB9;
		}
		#download p {
			padding:15px 0 0 20px;
		}*/
		
		#scrollcontainer { 
			/*	Innerhalb dieses Containers liegt der gesamte Scroll-Leisten-Klumpatsch.
			Mit position:relative; positionieren. */
			position: relative;
			left: 0;
			top: 0;
			width: 185px;
			height: 330px;
			overflow: hidden;
			z-index: 10;
			margin:20px 0 0 20px;
			float:left; 
			display:inline;
		}
		
	 
		#scrollinhalt {
			/*	Innerhalb dieses Divs liegt der Inhalt. */
			position: absolute;
			left: 0;
			top: 0;
			width: 170px;
			z-index: 10;
		}
		#scrollbarbox {
			/*	Dieses Div umschliesst alle Elemente der Scroll-Leiste.
				Es ist standardmaessig ausgeblendet und wird eingeblendet, wenn der Inhalt groesser ist als der sichtbare Bereich und somit gescrollt werden muss. */
			display: block;
			visibility: hidden;
			position: absolute;
			right: 0;
			top: 0;
			height: 330px;
			width: 11px;
			/*width:20px;*/
			overflow: hidden;
		}
		#scrolltrack {
			/*	Dieses Div stellt die Scroll-Leiste dar.
				Zur individuellen Gestaltung kann ein Hintergrund-Bild verwendet werden. */
			position: absolute;
			left: 0;
			top: 10px;
			width: 10px;
			/*width:19px;*/
			height: 300px;
			overflow: hidden;
			background-image: url(../img/scrollbar/v_track_bg.png);
			background-repeat: repeat-y;
			z-index: 10;
		}
		#scrollgreifer {
			/*	Greifer-Grafik. 
				Liegt innerhalb des Scroll-Track */
			display: block;
			position: absolute;
			left: 0;
			top: 0;
			width: 10px;
			height: 20px;
			/*height: 19px;
			width: 19px;*/
			
			overflow: hidden;
			z-index: 10;
		}
		#scrollpfeiloben {
			/*	Pfeil-Grafik oben (bei vertikaler Scrollbar) / links (bei horizontaler Scrollbar) */
			display: block;
			position: absolute;
			left: 0;
			top: 0;
			width: 10px;
			height: 10px;
			overflow: hidden;
			z-index: 20;
		}
		#scrollpfeilunten  {
			/*	Pfeil-Grafik unten (bei vertikaler Scrollbar) / rechts (bei horizontaler Scrollbar) */
			display: block;
			position: absolute;
			left: 0;
			top: 310px;
			width: 10px;
			height: 10px;
			overflow: hidden;
			z-index: 30;
		}
		#springpfeil  {
			/* "Spring-Nach-Oben-Pfeil"-Grafik. */
			display: block;
			position: absolute;
			left: 0;
			top: 320px;
			width: 10px;
			height: 10px;
			overflow: hidden;
			z-index: 40;
		}
		
		
		#scrollcontainer2 { 
			position: relative;
			left: 0;
			top: 0;
			width: 200px;
			height: 300px;
			overflow: hidden;
			z-index: 10;
			margin:20px 0 0 20px;
			float:left; 
			display:inline;
		} 
		#scrollinhalt2 {
			position: absolute;
			left: 0;
			top: 0;
			height: 285px;
			width: 400px;
			z-index: 10;
			overflow: hidden;
		}
		#scrollbarbox2 {
			display: block;
			visibility: hidden;
			position: absolute;
			left: 0;
			bottom: 0;
			height: 11px;
			width: 200px;
			overflow: hidden;
		}
		#scrolltrack2 {
			position: absolute;
			left: 10px;
			top: 0;
			width: 170px;
			height: 10px;
			overflow: hidden;
			background-image: url(../img/scrollbar/h_track_bg.png);
			background-repeat: repeat-x;
			z-index: 10;
		}
		#scrollgreifer2 {
			display: block;
			position: absolute;
			left: 0;
			top: 0;
			width: 20px;
			height: 10px;
			overflow: hidden;
			z-index: 10;
		}
		#scrollpfeillinks2 {
			display: block;
			position: absolute;
			left: 0;
			top: 0;
			width: 10px;
			height: 10px;
			overflow: hidden;
			z-index: 20;
		}
		#scrollpfeilrechts2  {
			display: block;
			position: absolute;
			left: 180px;
			top: 0;
			width: 10px;
			height: 10px;
			overflow: hidden;
			z-index: 30;
		}
		#springpfeil2  {
			display: block;
			position: absolute;
			left: 190px;
			top: 0;
			width: 10px;
			height: 10px;
			overflow: hidden;
			z-index: 40;
		}
