/* Grundstruktur */

body { background-color: #ffffff; color: #000000; font-family:Arial; font-size:13px;
 padding: 1px; }

#format { width: 1000px; margin-left: auto; margin-right: auto; background-color:#cccccc; border: 1px solid #333a2c; }
/* width: 62.6em; */
#format_liste { width: 500px; margin-left: auto; margin-right: auto; background-color:#cccccc; border: 1px solid #333a2c; }
/* width: 62.6em; */

#kopf { background-color: #cccccc; }

#logo { width:1000px height: 90px; padding: 10px;}
#nav { width: 99.8%; height: auto; padding: 20px; }
* html #nav { width: 100.01%; margin-top: -2px; }

#container { margin: auto; width: 1000px; }
#container_liste { margin: auto; width: 500px; }
#left { width: 10px; float: left; background-color: #cccccc; padding: 5px; }
#content { width: 950px; float: left; background: #FFFFFF;  border: 1px solid #333a2c; padding: 5px; }
#content_liste { width: 450px; float: left; background: #FFFFFF;  border: 1px solid #333a2c; padding: 5px; }
#right { width: 10px; float: right; background: #cccccc; padding: 5px; }           
.clr { clear: both; }

#fuss { clear: both; text-align:left; color:#000000; font-size:85%; padding:4px 10px; }


/* Galerie */


#scrollgalerie {
     background: #ffffff;          /* Hintergrundfarbe der Galerie */
     border: 1px #000000;          /* auch möglich: dotted | dashed | solid | inset | outset | groove */
}
#gross {
     background: #ffffff;          /* Hintergrundfarbe des großen Bildes */
      width: 420px;                /* Breite des breitesten Bildes + 20px */
      height: 410px;               /* Höhe des höchsten Bildes + 10px */
     border: 1px; solid #000000;
}
#scrollfenster {
     overflow:auto;
     width: 164px;                 /* Breite der Vorschaubilder + 20px für den Scrollbalken*/
     height: 440px;                /* Höhe des großen Bildes -10px */
     border: 1px solid #000000;    /* auch möglich: dotted | dashed | double | inset | outset | groove */
     padding: 5px;                 /* Abstand der Bilder zum Rand */
  }


#textzelle {                          /* Textzeilenformat */
     border-top: 1px dotted #000000;  /* Rahmenstil Dicke und Farbe */
     font-size: 100%;
}


.Art {                                /* Schrift unter Vorschaubild */
    text-align: left;
    font-size: 60%;
}
