
/* Layout für Bild-Index Seiten (Version 1.1) */

body, table {
  color: #0000cc;
  font-family: Verdana, Arial, Sans Serif;
  font-size: 10pt;
  background-color: white;
}

a { color: #006800; }
.normal {color:#0000cc; cursor:text; font-weight:normal; text-decoration:none}

.head {
  font-size: 10pt;
  position: absolute;
  left: 30px;
  width: 80%;
}

.headlink { color: #0000cc; }

.content {
   background-color: white;
   position:relative;
}

#liste {
  font-family: Verdana, Arial, Sans Serif;
  font-size: 10pt;
  padding: 30px 15px 5px 25px;
}

h1 {
  font-family: Verdana, Arial, Sans Serif;
  font-size: 12pt; 
}

.images {
  font-family: Verdana, Arial, Sans Serif;
  font-size: 10pt;
}

.line {line-height:5pt}

.list {color:#80b0e0; font-weight:bold;}
.link {color:#006800; font-weight:normal;}


