img
{
    border-width : 0px;
    border-style : none;
    border-color : transparent;
}

/* Styles for scrolling layers and scrollbars  */
div#holder1 {
  position:absolute; left:0px; top:0px;
  width:727px; height:355px;
  overflow:hidden; z-index:100 }
div#wn1  {
  position:absolute; left:0; top:0;
  width:700px; height:355px;
  clip:rect(0, 700px, 355px, 0);
  overflow:hidden; z-index:1
  }
/* op7 needs width set here too (?) */
div#lyr1 { width:700px }
div.content {
  position:absolute;
  left:0; top:0; z-index:1 ;
  }

/* Set small font-size or size/position of div's will be off in some browsers  */
div#scrollbar1 {
  position:absolute;
  left:711px; top:0px;
  width:16px; height:342px;
  font-size:1px; z-index:2;
  visibility: hidden;
  }
div#track1 {
  position:absolute; left:3px; top:12px;
  width:8px; height:322px;
  z-index:1;
  background-color: #f5f5f5;
  }
div#dragBar1 {
  position:absolute; left:0px; top:0px;
  width:8px; height:8px;
  background-image: url("http://www.e-ausweis.at/scroller/dragbar.gif");
  z-index:50;
  }
div#up1 { position:absolute; left:0px; top:0; z-index:2 }
div#down1 { position:absolute; left:0px; bottom:0; z-index:3 }

