
/* Dient für Seiten mit Fotogalerien ohne Navigation */
body {
      margin: 0;
      padding: 0;
      background-color: #000000;
      color: #FFFFFF;
      font-family: Arial,Helvetica,Verdana,Tahoma,sans-serif;
}
a:link, a:visited {
      text-decoration: none;
      color: yellow;
}
a:hover, a:active {
      text-decoration: none;
      color: yellow;
      font-weight: normal;
}
#headerJS {
      position: absolute;
      top: 0px;
      left: 81px;
      background-color: transparent;
}
#headerJSq {
      position: absolute;
      top: 0px;
      left: 0px;
}
#fotogal0 {
      position: absolute;
      top: 0px;
      left: 81px;
      width: 829px;
      text-align: center;
}
#fotogalhead {
      position: absolute;
      top: 180px;
      left: 81px;
      width: 829px;
      text-align: center;
}
#fotogal {
      position: absolute;
      top: 280px;
      left: 81px;
      width: 829px;
      text-align: center;
}
#contentcenter {
      position: absolute;
      top: 180px;
      left: 260px;
      width: 630px;
      overflow: hidden;
      text-align: center;
}
#contentcenter a:link, #contentcenter a:visited {
      text-decoration: none;
      color:yellow;
}
#contentleft0 {
      position: absolute;
      top: 180px;
      left: 260px;
      width: 630px;
      overflow: hidden;
      text-align: left;
}
h1 {
      font: 150%  Arial, Verdana, Tahoma, "Trebuchet MS", sans-serif;
      font-weight: 700;
}
h2 {
      font: 120% Verdana, Tahoma, "Trebuchet MS", Arial, sans-serif;
      font-weight: 700;
}
h3 {
      font: 90% Verdana, Tahoma, "Trebuchet MS", Arial, sans-serif;
      font-weight: 600;
}
content p {
      font-size: 70%;
      line-height: 1.3em;
      padding-left: 1.2em;
}
.copywrite {
        font-style: italic;
        font-size: 60%;
        margin-top: 0px;
}