/** 
  @class header
  */
div.header {
  border: 1px solid #acafb0;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background-color: white;
  background-image: url('../res/header_background.gif');
  background-repeat: repeat-x;
  background-position: bottom;
  height: 33px;
  position: absolute;
  left: 14px;
  top: 18px;
  width: 948px;
  z-index: 10;
}  

div.header * {
  float: left;
  
}

/* LOGO */
div.header h1 {
  dbackground-image: url('../res/finalist_logo-trans.png');
  background-repeat: no-repeat;
  padding: 0;
  margin: 1px 3px 1px 16px;
  width: 110px;
  height: 31px;
  float: left;
}

div.header h1 a {
  text-indent: -1000px;
  overflow: hidden;
  width: 100%;
  height: 100%;
  display: block;
}

div.header h1 img {
  border: none;
}


/* Block positioning */
#sitesearch {
  position: absolute;
  right: 0px;
  top: 0px;
}
#languages {
  position: absolute;
  right: 183px;
  top: 0px;
}
