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

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

a { color: yellow; }
.normal {color:white; cursor:text; font-weight:normal; text-decoration:none}

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

.headlink { color: white; }

.content {
   background-color:#3377ee;
   position:relative;
}

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

hr { background-color: white; color: white; height: 2px; }

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:white; font-weight:bold;}
.link {color:yellow; font-weight:normal;}



