/*  SYNERGIE.CSS - Stylesheet für www.derdunkleabgrund.de - Release 1.0 */
/*  CSS 2.1 - valide gemäß den Standards des W3C */
/*  CODE BY THOMAS WIMMER, QUELLDESIGN */

* {
  margin: 0;
  padding: 0;
}

img, div {
  behavior: url(iepngfix.htc);
}


/* GENERAL */

html, body {
  background-color: #000000;
  background-image: url(images/bg2.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  font-family: arial, helvetica, sans-serif;
  font-size: 12px;
  color: #acaa9d;
  height: 100%;
}

img {
  border: none;
}

a {
  color: #ffffff;
  text-decoration: none;
}


/* DESIGN */

#headerbar {
  width: 815px;
  height: 86px;
  position: fixed;
  top: 0;
  left: 50%;
  margin-left: -407px;
  background-image: url(images/header.png);
}

#nav {
  margin-top: 66px;
  text-align: center;
}

#nav a, #imp a {
  text-decoration: none;
  color: #eeeeee;
}

#nav a:hover, #imp a:hover {
  font-style: oblique;
  font-weight: bold;
}

#imp {
  color: #eeeeee;
  font-size: 10px;
  position: absolute;
  right: 30px;
  bottom: 1px;
}

#aktiv {
  font-style: oblique !important;
  font-weight: bold !important;
}

#content {
  width: 815px;
  background-image: url(images/content.png);
  margin: auto;
  min-height: 100%;
}

#text {
  padding-top: 100px;
  padding-bottom: 28px;
  width: 740px;
  margin: auto;
}

#footer {
  width: 815px;
  height: 18px;
  position: fixed;
  bottom: 0;
  left: 50%;
  margin-left: -407px;
  background-image: url(images/footer.png);
}

#copy {
  position: absolute;
  font-size: 10px;
  left: 35%;
  bottom: 1px;
}

dt {
  margin-top: 15px;
  text-decoration: underline;
}


dd {
    padding-left: 20px;
}

dd .absatz {
      margin-bottom: 15px;
}

.eintrag {
  margin-top: -1px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: solid 1px #acaa9d;
  border-bottom: solid 1px #acaa9d;
}

#social {
  position: absolute;
  top: 17px;
  left: 730px;
  width: 60px;
  height: 33px;
  background-image: url(images/social.png);
}

#social:hover {
  position: absolute;
  top: 17px;
  left: 730px;
  width: 60px;
  height: 33px;
  background-image: url(images/social_hover.png);
}

.hidden {
  visibility: hidden;
}


