#outerdv { 
  border:0px solid #92A0B8;
  /* Breite auf jeden Fall anpassen! */
  width:840px;
  overflow:hidden;
  background-color:#92A0B8;
}

/* Inneres DIV wird f?r das Scrolling ben?tigt */
#innerdv { 
  padding:0px;
  margin:7px 0;
  position:relative;
  left:0px;
  top:0px;
  cursor: pointer;
}

/* Tabelle f?r die Bilder */
table#scrollimages { 
  padding:0px;
  margin:0px;
  border-collapse:collapse;
}

/* Zellen und Bilder: Border muss zusammenfallen! */
table#scrollimages tr td { 
  padding:1px;
  margin:0px;
}

table#scrollimages img {
  margin:0px;
  padding:0px;
  border-width:0px;
}

/* Beschreibung unter dem Bild */

div#imgdesc { 
  width:98%;
  margin-left:1%;
  border:1px solid red;
}

div#imgbox { 
  width:98%;
  margin-left:1%;
  border:1px solid red;
  text-align:center;
}

