  body {
    margin: 10px 0 0 0;
    padding: 0;
    text-align: center;
    background: white;
  }

  #pageFrame {
    width: 780px;
    margin: 0 auto 0 auto;
    text-align: left;
  }

  #bodyHeader {
    position: relative;
    margin: 0;
    padding: 0;
    height: 75px;
    text-align: left;
    background: URL('/_images/headermotiv.jpg') no-repeat 100% 0px;
  }

  #bodyMenu {
    margin: 20px 0 0 0;
    padding: 0; 
    text-align: left;
    border-bottom: solid 3px #231893;
    position: relative;
    z-index: 90;
  }

  #langUrl {
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top:0;
    z-index: 100;
  }

  #bodyMainTop {
    height: 15px;
    margin: 10px 0 0 0;
    padding: 0;
    border: none;
    background: URL('/_images/bodymainbg.top.png') no-repeat 0 0;
  }

  #bodyMain {
    background: URL('/_images/bodymainbg.png') repeat-y 0 0;
    float: left;
    width: 780px;
  }

  #bodyMainBottom {
    height: 52px;
    background: URL('/_images/bodymainbg.bottom.png') no-repeat 0 0;
    clear: both;
  }

  #mainContentOuter {
    width: 580px;
    background: white;
    float: left;
    margin: 0 0 0 2px;
    padding: 0;
  }

  div[id]#mainContentOuter {
    height: auto;
  }

  #mainContent {
    padding: 0 15px 0 160px;
    margin: 0 0 -30px 0;
    background: URL('/_images/vahy.jpg') no-repeat 20px 60px;
    position: relative;
    z-index: 10;
    min-height: 420px;
    height: 420px;
  }

  div[id]#mainContent {
    height: auto;
  }

  #mainContent h2 {
    margin-left: -140px !important;
  }

  #mainRight {
  float: right;
  position: relative;
  right: 15px;
  width: 160px;
  background: white;
  margin: 0;
  padding: 0;
  }


  div[id]#mainRight {
    height: auto;
  }

  #bodyFooter {
    clear: both;
    padding: 5px;
    color: #231893;
    text-align: center;
    border-top: solid 3px #231893;
  }

  #bodyFooter a { color: #231893; text-decoration: underline; }
  #bodyFooter a:hover { color: #666; }

