/*  div { border: solid 1px yellow; } */
  
  body {
    margin: 0px;
    padding: 0px;
    text-align: center;
    }

  #mainFrame {
    width: 1000px;
    margin: 0px auto 0px auto;
    text-align: left;
    }

  #bodyHeader {
    position: relative;
    margin: 0px;
    padding: 0px;
    height: 225px;
    background: url('../_images/head.jpg') no-repeat;
    background-position: 10px 0px;   
    text-align: center;
    background-color: white;
    }
    
  #headerAkce {
    position: absolute;
    top: 37px;
    left: 660px;
    }    

  #bodyMenu {
    position: relative;
    float: left;
    margin: 0px;
    padding: 5px 50px 0px 0px;
    height: 45px;
    width: 950px;
    text-align: right;
    background: url('../_images/menu-background.png') no-repeat;
    }
    
  #menuLang {
    position: absolute;
    left: 30px;
    top: 5px;
    width: 120px;
    height: 45px;
    text-align: left;
    }    

  #bodyMain {
    position: relative;
    float: left;
    background: url('../_images/main-background.png') repeat-y;
    width: 1000px;
  }  
  
  #bodyLeft {
    position: relative;
    float: left;   
    width: 250px;
    padding-left: 32px;
    padding-bottom: 15px;
    text-align: center;
    font-size: 0.83em;
    }

  #leftFlash {
    position: relative;
    float: left;   
    width: 200px;
    height: 380px;
    margin: 25px 0px 35px 5px;
    }

  #bodyText {
    position: relative;
    float: left; 
    width: 400px;  
    margin-top: 30px;
    padding: 0px;
    text-align: left;
    padding: 0px 20px 15px 30px;    
    min-height: 400px;
    _height: 400px;
    }

  #bodyRight {
    position: relative;
    float: left;   
    width: 190px;
    margin: 0px 0px 0px 20px;
    text-align: left;
    }
    
  #rightTip {
    position: relative;
    float: right;   
    width: 173px;
    margin-top: 40px;
    padding: 0px 5px 5px 12px;
    text-align: left;
    background-color: white;
    border-top: solid 1px black;
    }

  #bodyFooter {
    clear: both;
    padding: 0px 0px 3px 0px;
    text-align: center;
    font-size: 0.74em;
    background-color: white;
    width: 100%;
    }
    