html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}
body, div, p, a, h1, label, input, textarea {
  font-family: Verdana,Arial;
  font-size: 10px;
  color: #DEDEDE;
  padding: 0px;
  margin: 0px;
}
h1 {
  margin-bottom: 12px;
}
h1 span {
  display: none;
}
h1.fendee {
  background: url(../img/logo_fendee.gif) 0 0 no-repeat;
  width: 86px;
  height: 11px;
}
h1.fendeesign {
  background: url(../img/logo_fendeesign.gif) 0 0 no-repeat;
  width: 95px;
  height: 14px;
  margin-top: 150px;
}




body {
  background-color: #000000;
  width: 100%;
  height: 100%;
}
#abstand {
    float: left; 
    height: 50%; 
    margin-bottom: -285px; 
    width: 100px;
}
#container {
  clear: left;
  width: 910px;
  height: 569px;
  margin: 0px auto;
  background: url(../img/bg_container.jpg) 0 0 no-repeat;
}

#content {
  height: 540px;
}
.innerContent {
  padding: 70px 0 0 19px;
  overflow: auto;
  height: 490px;
}
.innerContent div {
  margin-bottom: 5px;
}
.img_text {
  margin-left: 15px;
}





#navigation {
  height: 29px;
}
#logo {
  float: left;
  margin-left: 3px;
}

#meta_nav {
  float: left;
  width: 58px;
  margin-left: 849px;
  margin-top: -13px;
}
#icons {
  margin-top: 0px;
  margin-left: 27px;
}
*+html #icons {
  margin-top: 0px;
  margin-left: 22px;
}
* html #icons {
  margin-top: 0px;
  margin-left: 22px;
}
#icons a {
  float: left;
  margin-top: 6px;
  margin-right: 6px;
}
#icons a.last {
  margin-top: 4px;
  margin-right: 0px;
}