
/* CSS-optimiertes Layout */


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

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

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

.banner { padding: 15px 15px 15px 15px; }

h1.short, h1.medium, h1.normal, h1.long {
  color: white;
  font-family: Arial, Sans Serif;
  font-weight: bold;
  margin: 0;
}
h1.short {font-size: 20pt;}
h1.medium {font-size: 17pt;}
h1.normal {font-size: 14pt; font-weight: normal;}
h1.long {font-size: 11pt;}

img.showpix {
 height: 300px;
 width: 400px;
 position: absolute;
 z-index:10;
}

#armatur, #navigation {
  font-family: Arial, Sans Serif;
  font-size: 9pt;
}
#armatur {
  position: relative;
  top: 10px;
  z-index:20;
}

.line {line-height:5pt}

.normal2 {color:black;cursor:text;text-decoration:none}
.normal3 {color:white;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}

div.info {position:relative;font-size:10pt;height:12pt;width:200px;background:white;color:black;overflow:auto}

