#headercont {
  width: 100%;
  height: 80px;
  display: inline-block;
}

#headerleftcont {
  height: 80px;
  /* PHP: width */
  /* PHP: background-image */
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  /* display: block; float: left; */
  position: absolute; left: 0px;
  z-index: 9999;
}

#headerrightcont {
  height: 80px;
  width: 580px;
  background-image: url('/images/header.jpg');
  background-repeat: no-repeat;
  background-position: right;
  cursor: pointer;
  /* display: block; float: right; */
  position: absolute; right: 0px;
  z-index: 1;
}

#headeruser {
  font-size: 14px;
  font-weight: bold;
  position: absolute; right: 8px; top: 80px;
}

#headerusername {
  display: inline;
  float: left;
}
#headerdepname {
  display: inline;
  float: right;
}

#depselectform {
  display: inline; padding: 0px;
  float: right;
  margin-left: 8px;
}

/*
#headercont      { background-color: #ccc; }
#headerleftcont  { background-color: #0ff; }
#headerrightcont { background-color: #0ff; }
#headeruser      { background-color: #0ff; }
*/
