/* Ostpack-CSS-File */

@font-face {
    src: url("./brieincarnation.ttf") format("truetype");
}

html, body {
  color: #333;
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 100%;
  line-height: 1.4;
}

body {
  margin: 0 auto;
  padding: 0;
}

/* der container fuer den inhalt */

#container {
  background-color: #ffffff;
  max-width: 70em;
  margin: 0px auto;
  margin-bottom: 10px;
  margin-top: 10px;
  border-radius: 2px;
}

/* kopf der seite und titel */

#head {
  margin-right: 40px;
  margin-top: 40px;
  background-image: url(img/logo.gif);
  background-position: right;
  background-repeat: no-repeat;
  background-color: #890c0c;
  color: white;
  height: 100px;
  text-align: right;
}

#titel {
  position: relative;
  top: 50px;
  /* padding-right: 180px; */
  font-family: Brieincarnation, Verdana, Arial, Helvetica, sans-serif;
  font-size: 1.3em;
  text-align: left;
}

/* den titel mit etwas schatte nversehen */

h2 {
  margin-left: 40px;
  text-shadow: black 0.1em 0.1em 0.2em;
}

h4 {
  font-size: 1.2em;
}

/* Navigationsblock */

#navigation {
  float: left;
  margin-top: 50px;
  margin-left: 10px;
  margin-bottom: 30px;
  width: 150px;
}

dt {
  margin-left: 5px;
}

dt.ueberschrift {
  font-weight: bold;
  padding-bottom: 5px;
  margin-bottom: 3px;
  margin-left: 0px;
}

dd {
  margin-top: 10px;
  margin-left: 20px;
  margin-bottom: 10px;
}

/* der Hauptblock */

#main {
  /* text-align: justify; */
  margin-top: 50px;
  margin-right: 70px;
  margin-left: 200px;
  margin-bottom: 50px;
}

#neues {
  padding-top: 10px;
}

/* footer */

#footer {
  clear: both;
  text-align: center;
  margin-right: 20px;
  border-top: solid 1px black;
}

p.header {
  text-align: center;
  font-weight: bold;
  font-size: 1.2em;
}

p.kopf {
  font-weight: bold;
}

p.top {
  text-align: right;
  margin-right: 20px;
}

#img {
  border: none;
}

img.moppeds {
  float: left;
  margin-left: 0px;
  margin-top: 10px;
  margin-right: 20px;
  margin-bottom: 5px;
}

.thumbnail {
  background-color: #ffffff;
  border: 1px solid black;
  padding: 10px;
  margin: 10px;
  float: left;
}

div.bilder {
  text-align: center;
  margin-top: 20px;
}

img.bilder {
  background-color: #ffffff;
  border: 1px solid black;
  padding: 10px;
  text-align: center;
}

img {
  border: none;
}

/* die links */

a {
  color: #333;
}

a:link {
  color: #890c0c;
  text-decoration: none;
}

a:visited {
  color: #890c0c;
  text-decoration: none;
}

a:hover {
  color: #890c0c;
  text-decoration: underline;
}

a:active {
  color: #890c0c;
  text-decoration: underline;
}

a.anker {
  text-decoration: none;
  font-weight: bold;
}

a.anker:hover {
  color: #333;
}

a.kontakt {
  color: #890c0c;
}

/* die Navigation in den Bilderseiten */

.bildernavigation {
  text-align:center;
  margin-top: 30px;
}

a.back {
  margin-right: 200px;
}

a.next {
  margin-left: 200px;
}

/* css-spielchen */

a #oben {
  display: none
}

a:hover #unten {
  display: none;
}

a:hover #oben {
  display: inline;
}

/* Schnellnavigation */

#schnellnavigation {
  padding-left: 20px;
}

/* AKVS head start v1.4 */

div#akct {
    position: absolute;
    top:0px; right: 0px;
    z-index: 2342;
    width:113px;
    height:88px;
    background-image: url(http://wiki.vorratsdatenspeicherung.de/images/Akvse.gif);
    background-repeat: no-repeat;
    background-position: right top;
    border:none;
    padding:0;
    margin:0;
    text-align: right;
}

div#akct img {
    border:none;
    padding:0;
    margin:0;
    background: none;
}

div#akct a#akpeel img {
    width: 100%;
    height: 100%;
}
div#akct a, div#akct a:hover {
    text-decoration: none;
    border:none;
    padding:0;
    margin:0;
    display: block;
    background: none;
}

div#akct a#akpeel:hover {
    position: absolute;
    top:0px;
    right: 0px;
    z-index: 4223;
    width:500px;
    height:500px;
    display: block;
    background-image: url(http://wiki.vorratsdatenspeicherung.de/images/Akvsb.gif);
    background-repeat: no-repeat;
   background-position: right top;
}

div#akct a#akpreload    {
    background-image: url(http://wiki.vorratsdatenspeicherung.de/images/Akvsb.gif);
    background-repeat: no-repeat;
    background-position: 234px 0px;
}
