
/* Layout für Seiten-Index */


.head {
  font-size: 10pt;
  position: absolute;
  left: 30px;
  width: 80%;
}

a.warping:link { color:white; text-decoration:none }
a.warping:visited { color:white; text-decoration:none }
a.warping:hover { color:white; text-decoration:underline }


.content {
   background-color:#aa2255;
   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:white;}
.link {color:#88ccff; 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}



