/* css-Formatierung der Diashow */

/* allgemein: (Übersicht und Einzelseiten) */
body {
       background-color:#000000;
       text-align:center;
       color:#399;
       margin:10px;
       border:0px;
       }

/* Schrift-Festlegung: */
body , table , td {
  font-family:Arial, Helvetica, sans-serif;
  font-size:1.2em;
  }

/* Überschrift Übersichtsseite: */
h1 {
     text-align:center;
     margin-top:1em;
     }

img {
      border:0px;
      padding:0px;
      margin:0px;
      }

/* Die Links in der Symbol-Navigation der Einzelseiten:  */
a.symbol { font-size:1.0em; font-weight:bold; }
a.symbol:link { text-decoration:none; color:#399; }
a.symbol:hover { text-decoration:none; color:#399; }
a.symbol:active { text-decoration:none; color:#399; }
a.symbol:visited { text-decoration:none; color:#399; }

/* Formatierung der Bild-Tabelle bei Einzelseiten  */
.bild {
        margin-left:auto;
        margin-right:auto;
        }
/*
div.bild { width:800px; }
div.foto { float:left; width:600px; }
div.bildtitel { float:right;width:190px; }
*/

/* Formatierung der Thumbnail-Zelle  */
.bildzelle {
             text-align:center;
             border-spacing:0px;
             margin:0px;
             padding:5px;
             line-height:0px;
             border:1px solid #399;
             }

/* Formatierung der Thumbnail-Tabelle  */
#thumbtable {
              margin:auto;
              border-spacing:0px;
              empty-cells:show;
              padding:0px;
              border:1px solid #399;
              }

/* Formatierung der Überschrift bei Übersichtsseite  */
#mainheading { margin-top:1em; }

/* Formatierung der Bildunterschrift bei Einzelseiten  */
.bildtitel { font-weight:bold;
             font-size:0.8em;
             margin-top:0.5em;
             }

/* Formatierung der Bildunterschrift bei Einzelseiten  */
.bildautor { font-style:italic;
             font-size:0.8em;
             margin-top:0.5em;
             margin-bottom:0.5em;
             }

/* Navigation bei Einzelseiten: */
.navigation { text-align:center;
              margin:auto;
              clear:both;
              }
/* obere Navigation bei Einzelseiten: */
#oben { margin-top:1em; }


/* untere Navigation bei Einzelseiten: */
#unten { display:none; }

/* div mit preload-Bild wird unsichtbar gemacht */
.preload { background:white;
           display:none;
           }

/* bei Einzelseiten die Druckausgabe der Navigationstabelle unterdrücken: */
@media print {
  .navigation { display:none; }
  }
