@charset "UTF8";
/* style-160828-v */ /* bei Voll-Ansichtseiten */
.mitte {  /* Bild mittig horizontal und vertikal */ /* wiki.selfhtml.org */
  max-height: 750px;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.ecke,               /* Link in Ecke oben rechts */
.eckeli,             /* Link in Ecke unten links */
.eckere {            /* Link in Ecke unten rechts */
  position: absolute;
  text-decoration: none;
  padding: 0 8px 0 8px;
  border: 2px solid #000000;
}
.ecke {
  top: 30px;
  right: 30px;
}
.eckeli {
  bottom: 30px;
  left: 30px;
}
.eckere {
  bottom: 30px;
  right: 30px;
}
.ecke, .eckeli, .eckere, h2 {
  margin: 0;
}
a:hover {
  color: #ff0000;
}