DIV#langsel {
  text-align: right;
  float: right;
  width: 220px;
  height: 20px;
  margin: 0px;
  padding: 0px;
  margin-top: 50px;
}

DIV#essentials {
  color: #fff;
  width: 505px;
  float:left;
  margin: 0px;
  margin-top: 50px;
  padding: 0px;
  padding-right: 10px;
}

DIV#essentials UL {
  list-style: none;
  text-align: right;
  margin: 0px;
  padding: 0px;
}

DIV#essentials UL LI {
  float: center;
  display: inline;
  position: relative;
  padding-left: 10px;
}

DIV#essentials UL LI A{
  line-height: 15px;
  color: #777;
  vertical-align: middle;
  text-decoration: none;
}

DIV#essentials UL LI A:hover{
  line-height: 15px;
  color: #fff;
  vertical-align: middle;
  text-decoration: none;
}

DIV#header {
  height: 135px;
  margin-top: 5px;
  margin-bottom: 5px;
  clear: both;
}

DIV#header DIV#logo {
  float: right;
  width: 220px;
  height: 135px;
  background-image: url(../images/style/logo_lb.jpg);
  background-repeat: no-repeat;
  background-position: 0px 0px;
}

DIV#header DIV#header_left {
  margin-right: 5px;
}

DIV#header DIV#picture{
  height: 95px;
  background-image: url(../images/style/pic1_neu_lb.jpg);
  width: 515px;
  padding: 0px 0px;
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-color: #fff;
}

