#header-container {
  height: 90px;
  background-color: #000;
}
#langmenu {
  margin-left: 10px;
}

#langmenu ul li {
  margin-top: 20px;
  margin-right: 7px; 
  padding-right: 7px;
  border-right: 1px solid #707070;
  line-height: 10px;
  height: 13px;
  background: none;
}

#langmenu ul li img {
  vertical-align: top;
}

#langmenu a, #langmenu a:link, #langmenu a:active, #langmenu a:visited {
  color: #707070;
  font-weight: bold;
  text-decoration: none;
}

#langmenu a:hover, #langmenu a.active, #langmenu a.active:link, #langmenu a.active:active, #langmenu a.active:visited {
  color: #fff;
}

#langmenu ul li.last {
  border-right: 0;
}


#background-image {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: -1;
  width: 100%;
  bottom:200px;
  margin: 0 auto;
  text-align: center;
}


* html #background-image {
  position: absolute;
}

#background-image img {
  width: 100%;
}

#footer-container {
  height: 60px;
}

#teaser {
  padding-top: 20px;
  width: 956px;
  margin: 0 auto; 
  color: #707070;
  text-align: left;
  margin-bottom: -25px;
}

#content-container {
  background: url('../images/bggradblack.png') repeat-x;
  position: fixed;
  bottom: 0; left: 0; right: 0;
  text-align: center;
  padding: 0;
  margin: 0;
  height: 220px;
  padding-top: 0px;
  z-index: 3;
}

#content {
/*  position: absolute; */
  bottom: 0; left: 0; right: 0; top: 0;
  height: 100%;
  z-index: 3;
  width: 956px;
  margin: 0 auto;
}

* html #content-container {
  position: absolute;
  width: 100%;
  padding-right: 16px;
}

#claim {
  padding-top: 140px;
  display: none;
}

