* {
  margin: 0;
  padding: 0;
}


body {
  background-image: url(../images/back-body.jpg);
  color: #080B14;
  font-family: georgia, "times new roman", serif;
  font-size: 13px;
  line-height: 1.5em;
}
a {
  color: #616476;
  text-decoration: none;
  border-bottom: 1px dotted #616476
}
a:hover {
  border-bottom: 1px solid #616476
}


hr {
  margin: -1px 0 0 0;
  width: 1px;
  height: 1px;
  border: none;
  visibility: hidden;
  clear: all;
}


#wrapper {
  position: absolute;
  top: 49%;
  left: 50%;
  margin-top: -225px;
  margin-left: -404px;
  width:808px;
  height: 470px;
  overflow: hidden;
}

#top {
  height: 26px;
  background-image: url(../images/back-top.png);
  background-repeat: no-repeat;
}
#bottom {
  height: 26px;
  background-image: url(../images/back-bottom.png);
  background-repeat: no-repeat;
}
#content {
  padding: 0 26px;
  height: 395px;
  background-image: url(../images/back-content.png);
  background-repeat: no-repeat;
}
#leftcol {
  width: 408px;
  height: 395px;
  background-image: url(../images/back-leftcol.jpg);
  background-repeat: no-repeat;
  float: left;
}
    h1 {
      position: relative;
      margin-top: 211px;
      margin-left: 98px;
      width: 257px;
      height: 63px;
      overflow: hidden;
      z-index: 0;
    }
    h1 span {
      position: absolute;
      left: 0;
      top: 0;
      width: 257px;
      height: 63px;
      overflow: hidden;
      z-index: 2;
      background-image: url(../images/steffifischer.gif);
    }

#rightcol {
  margin: 20px 0 0 10px;
  padding: 75px 0 0 0;
  width: 338px;
  float: right;
}
    #rightcol p, #rightcol dl {
      margin: 0 0 2em 0;
    }
    #rightcol dt {
      width: 80px;
      float: left;
      clear: left;
    }

#copyright {
  text-align: right;
  width: 780px;
  font-size: 10px;
}
    #copyright a, #copyright a:hover {
      border: none;
    }


