/*Bühne für horizontalen Bildlauf*/
#horizont {  width: 552px; height: 504px; white-space:nowrap; }
#horizontimp {  width: 552px; height: 504px; }
/*horizontale Bildläufe*/ 
.bildlauf a{ display:inline; margin-right:10px;} 

/*Definition anpassbare Scrollbalken*/
.customScrollerContainer {}
.customScrollerContent {}
  
/* VERTIKAL */ 
.divVScrollerBar {width: 12px; margin-left: 3px;}
/* Bereich oben, unten */
.divVScrollerBarUp, .divVScrollerBarDown {cursor: pointer; height: 12px;}
/* Pfeile oben und unten */
.divVScrollerBarUp span, .divVScrollerBarDown span {display: block;	width: 12px; height: 12px; line-height: 0; font-size: 0;}
.divVScrollerBarUp span {background: #73abd1 url(../images/v_oben.gif) no-repeat center top;}
.divVScrollerBarDown span {background: #73abd1 url(../images/v_unten.gif) no-repeat center top;}

/* ORIZONTAL */
.divOScrollerBar {height: 12px;}
/* Bereich links,rechts */
.divOScrollerBarLeft, .divOScrollerBarRight {cursor: pointer;	width: 12px;}
/* Pfeile links und rechts */
.divOScrollerBarLeft span, .divOScrollerBarRight span {display: block; height: 12px; width: 12px; line-height: 0; font-size: 0;}
.divOScrollerBarLeft span {background: #63849d url(../images/o_links.gif) no-repeat center top;}
.divOScrollerBarRight span {background: #63849d url(../images/o_rechts.gif) no-repeat center top;}

/* Pfeile hover */ 
.divVScrollerBarUp span.hover {background: #7997ac url(../images/v_oben.gif) no-repeat center bottom;}
.divVScrollerBarDown span.hover {background: #7997ac url(../images/v_unten.gif) no-repeat center bottom;}
.divOScrollerBarLeft span.hover {background: #7997ac url(../images/o_links.gif) no-repeat center bottom;}
.divOScrollerBarRight span.hover {background: #7997ac url(../images/o_rechts.gif) no-repeat center bottom;}
/* TRACE */
.divVScrollerBarTrace, .divOScrollerBarTrace {background: #dededc;  border:solid 1px #7b7c7e; line-height: 0px;	font-size: 0px;}
/* cursor */
.divVScrollerBarCursor, .divOScrollerBarCursor {cursor: pointer;}
.divVScrollerBarCursor span {display: block; height: 100%;	width: 12px; background: #63849d url(../images/v_cursor.gif) no-repeat left center;	line-height: 0;	font-size: 0;}
.divOScrollerBarCursor span {display: block; height: 12px;	width: 100%; background: #63849d url(../images/o_cursor.gif) no-repeat center top; line-height: 0; font-size: 0;}
/* balken hover */
.divVScrollerBarCursor span.hover { background: #7997ac url(../images/v_cursor.gif) no-repeat right center;}
.divOScrollerBarCursor span.hover { background: #7997ac url(../images/o_cursor.gif) no-repeat center bottom;}