@import url('standard.css');

#center {
  position: absolute;
  left: 50%;
  top: 0px;
  width: 1px;
  height: 1px;
  overflow: visible;
}

#frame {
  position: absolute;
  left: -408px;
  top: 0px;
  width: 816px;
  height: auto;
}

/*==============MENU=================*/

#menu {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 40px;

  background: rgb(21,144,1);
}

#menu ul {
  margin: 0px;
  padding: 0px;
  margin-top: 12px;

  list-style: none;
}

#menu ul li {
  display: inline;
  margin-left: 38px;
  color: white;
  font-size: 11pt;
}

#menu ul li a {
  color: white;
}

/*==============LANGUAGES==============*/
#languages {
  position: absolute;
  right: 0px;
  bottom: 0px;
}

#languages img {
  margin-right: 3px;
  margin-bottom: 0px;
}



/*==============HEAD=================*/
#head {
  position: absolute;
  left: 0px;
  top: 40px;
}

/*==============IMAGE AREA=============*/

#imageArea {
  position: absolute;
  left: 0px;
  top: 316px;
  width: 234px;
  height: 289px;
}

#imageArea img {
  margin-bottom: 2px;
}

/*==============SUBMENU=================*/
#submenu {
  position: absolute;
  left: 252px;
  top: 289px;
  width: 545px;
  height: 22px;

  color: rgb(21,144,1);
  text-align: left;
  font-weight: bold;
}

#submenu a {
  color: rgb(21,144,1);
}

#submenu img {
  margin-left: 17px;
  margin-right: 17px;
  vertical-align: middle;
}

/*==============CONTENT=================*/

#content {
  position: absolute;
  left: 252px;
  top: 326px;
  width: 553px;
  height: 276px;

  overflow: auto;
}

/*==============FOOTER=================*/
#footer {
  position: absolute;
  left: 0px;
  top: 619px;
  height: 25px;
  width: 100%;
  background: rgb(21,144,1);
}

#footer div {
  position: relative;
  padding-top: 4px;
  width: 100%;
  text-align: center;
  color: white;
}

#footer div a {
  color: white;
}

#footer div img {
  margin-left: 20px;
  margin-right: 20px;
  vertical-align: middle;
}
