/* ------ Die hier eingetragenen Werte fuer top left width height ------- */
/* ---------- sind in scroller.js ab Zeile 394 zu wiederholen! ---------- */

/* ------------- Zur Kontrolle bzw. Testen der Koordinaten -------------- */
/* -------------- das Script vorruebergehend abschalten! ---------------- */

body
  {
    /*background-color: white;*/
  }

#Bar
  {
    position: absolute;
    left: 380px;
    top: 0px;
    width: 10px;
    height: 466px;
    z-index: 2;
    /*background-color: orange;*/
  }
#Scroller
  {
   position: absolute;
   left: 380px;
   top: 0;
   width: 10px;
   height: 20px;
   z-index: 3;
   cursor: move;
   background-color: #6d6b6a;
   layer-background-color: #6F2D20;
  }
#Content
  {
     padding: 0px;
     position: absolute;
     top: 0px;
     left: 0px;
     width: 390px;     
     overflow: hidden;
     visibility: visible;
     z-index: 2;
     /*background-color: green;*/
  }