body {
  background-color: rgb(236,236,236); 
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  line-height: 15px;
  color: #000000;
  margin: 0;
  padding: 0;
  height: 100%;
  overflow: auto;
}

div {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  line-height: 15px;
  color: #000000;
}

a {
  color: #000000;
  text-decoration: none;
  font-style: italic;
  font-weight: bold;
  border: 0;
}

a:hover {
  color: white;
}

img {
  border: 0;
}


/* ********************************************************* */

div#content {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -205px;
  margin-left: -380px;
  background-image: url(/images/bg/main.jpg);
  background-repeat: no-repeat;
  background-position: 20px 20px;
  z-index: 0;
  width: 745px;
  height: 408px;
}

div#navi {
  position: absolute;
  border:0;
  width: 709px;
  left: 26px;
  bottom: 6px;
  height: 27px;
  z-index: 1;
}

#navinormal, #navihilite {
  position: absolute;
  top: 0px;
  left: 0px;
}
#navinormal {
  z-index: 2;
}


#navihilite {
  z-index: 3;
}


div.headline {
  background-image: url(/images/pfeil.gif);
  background-repeat: no-repeat;
  padding-left: 17px;
}

div#copy {
  position: absolute;
  left: 36px;
  top: 7px;
  z-index: 1;
  background-repeat: no-repeat;
  font-size: 8pt;
  overflow: hidden;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 11px;
}


div.boxnormal {
  /* 274 x 295 */
  background-image: url(/images/bg/normal.jpg);
  width: 253px;
  height: 285px;
}

div.boxtiny {
  /* 242 x 108 */
  background-image: url(/images/bg/tiny.jpg);
  width: 221px;
  height: 98px;
}

div.boxwide {
  /* 400 x 283 */
  background-image: url(/images/bg/wide.jpg);
  width: 375px;
  height: 271px;
/*
  width: 379px;
  height: 273px;
*/
}

div.boxwelcome {
  /* 197 x 173 */
  background-image: url(/images/bg/welcome.jpg);
  width: 176px;
  height: 163px;
}


div.boxsmall {
  /* 269 x 175 */
  background-image: url(/images/bg/small.jpg);
  width: 248px;
  height: 164px;
}

div.boxthin {
  /* 220 x 315 */
  background-image: url(/images/bg/thin.jpg);
  width: 199px;
  height: 305px;
}


div#impressum {
  /* 313 x 198 */
  position: absolute;
  left: 271px;
  top: 86px;
  background-image: url(/images/bg/impressum.jpg);
  background-repeat: no-repeat;
  width: 292px;
  height: 188px;
  padding-left: 10px;
  padding-top: 10px;
  padding-right: 11px;
  z-index: 1;
  font-size: 8pt;
}

div#copy p, div#impressum p {
  margin-top: 0.5em;
}

div#icon {
  position: absolute;
  z-index: 1;
}

#icon a:hover {
  color: black;
}

div.pager .prev {
  position: absolute;
  bottom: 10px;
  left: 10px;
  margin: 0;
}
div.pager .next {
  position: absolute;
  bottom: 10px;
  right: 15px;
  margin: 0;
}

.transpoverlay {
  position: absolute;
  background-color: white;
  z-index: 3;
  opacity: 0.8;
  -moz-opacity: 0.8;
  filter: alpha(opacity=80);
  border-style: solid;
  border-width: 1px;
  border-color: black;
  padding:5px;
}


ul {
  margin-left: 2em;
  padding-left: 0px;
  margin-top: 0px;
  margin-bottom: 0.5em;
}


@media print {

  div.pager, div#navi {
    display: none;
  }

  div#content {
    position: absolute;
    top: 0px;
    left: 0px;
    margin: 0px;
  }

}

