
/* Layout für Seiten-Index */


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

.content {
   background-color:#3377ee;
   position:relative;
}
#liste {
  font-family:Verdana,Arial;
  font-size: 10pt;
  padding: 30px 15px 5px 25px;
}

.logo {
  color: yellow;
  font-family: Comic Sans MS, Times New Roman, Times;
  font-weight: bold;
  font-size:24pt;
  line-height:28pt;
}

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

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

.line {line-height:5pt}

.list {color:#d8d8c0; font-weight:bold;}
.link {color:yellow; font-weight:normal;}
.normal {color:white; cursor:text; font-weight:normal; text-decoration:none}
.normal2 {color:black;cursor:text;text-decoration:none}
.normal3 {color:yellow;cursor:text;text-decoration:none}
div.info {position:relative;font-size:10pt;height:12pt;width:200px;background:white;color:black;overflow:auto}
div.menu {color:black; line-height:14pt}
a.menu {color:blue; line-height:14pt}
a.clickpix:link {
  color:yellow;
  text-decoration:none}
a.clickpix:visited {color:yellow;text-decoration:none}
a.clickpix:hover {color:yellow;text-decoration:underline}


