body {
  height: 100%;
  background: #fff url(img/body-bg.gif) top repeat-x;
}

#header {
  width: 850px;
  height: 125px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  padding-bottom: 16px;
  clear: both;
}

#header .logo {
  position: relative;
  top: 16px;
  left: -15px;
  float: left;
}

#header h1 {
  display: none;
}

#toolbar {
  float: left;
  width: 100px;
  text-align: center;
  padding: 2px;
  position: relative;
  left: 400px;
  background: #345fad;
}

#toolbar img {
  vertical-align:middle
  padding: 2px;
}

.langmenu-act img {
  opacity:0.50;
  filter:alpha(opacity=50);
}