@charset "UTF-8";
/* CSS Document */

DIV.MainContainer {
  width: 1024px;
  height: 768px;
  border: solid 1px #808080;
  text-align: left;
  overflow: hidden;
  background-image: url(Hintergrund1024.jpg);
}

DIV.Header {
  height: 125px;
  overflow: hidden;
  border-bottom: solid 1px #111111;
}

DIV.HeaderLogo {
  width: 105px;
  height: 122px;
  border-right: solid 1px #000000;
  background-image: url(logo_transparent.gif);
}


DIV.ContentPane {
  width: 850px;
  height: 580px;
  margin-left: 106px;
  background-color: #FFFFFF;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

DIV.LeftSideSpacer {
  float: left;
  border-right: solid 1px #111111;
  width: 105px;
  height: 100%;
}

DIV.MenuBar {
  height: 25px;
  background-color: #111111;
}


DIV.MenuButton {
  float: left;
  vertical-align: middle;
  width: 104px;
  height: 25px;
  margin-right: 2px;
  line-height: 25px;
  overflow: hidden;
  font-family: Tahoma;
  font-size: 11px;
  font-weight: bold;
  color: #000000;
  background-color: #FFFFFF;
  opacity: 0.9;
  cursor: pointer;
}

#ContentFrame {
  width: 850px;
  height: 580px;
}
