/* div { border: solid 1px red; } */ 

  body {
    margin: 0;
    padding: 0;
    background-color: #00418D;
  }

  #bodyFrame {
    position: relative;
    width: 780px;
    margin: 0px auto 25px auto;
    text-align: left;
    background-color: white;
    background-image: URL('/_images/atrakce.background.png');
    background-repeat: repeat-y;
  }

  #bodyHeader {
    width: 780px;
    height: 75px;
    margin: 0px auto 0px auto;
    text-align: left;
    background-image: URL('/_images/atrakce.head.png');
    background-repeat: no-repeat;
    position: relative;
  }

  #bodyHeader h1 {
    position:relative;
    width:760px;
    height:41px;
    overflow:hidden;
    text-align:center;
    color: #CCD9E8;
    margin: 0px;
    padding-top: 34px;
  }
  
  #bodyHeader a {
    display:block;
    position:absolute;
    top:0px;
    left:0px;
    width:760px;
    height:75px;
  }

  #bodyLeft {
    float: left;
    width: 240px;
    margin-top: 100px;
    position: relative;
  }

  #bodyMain {
    float: left;
    width: 330px;
    margin: 0px;
    padding-top: 50px;
    position: relative;
    background-color: #FFFFCC;
  }

  #bodyRight {
    float: right;
    width: 210px;
    margin-top: -52px;
    position: relative;
    text-align: right;
  }

  #images {
    float: right;
    text-align: right;
    margin: 0px 0px 20px 0px;
    padding-right: 18px;
    border-bottom: solid 1px #00418D;
    }

  #odkaz {
    width: 515px;
    background-color: white;
    text-align: left;
    padding-left: 117px;
    margin: 0px 0px 0px 123px;
    border-bottom: solid 1px #00418D;
    font-size: 16px;
    font-weight: bold;
  }

  #copyright {
    background-color: white;
    text-align: left;
    padding-left: 20px;
   }

  #bodyFooter{
    width: 780px;
    background-color: #00418D;
    text-align: center;
    margin: 0px auto 0px auto;
    padding: 0px;
  }



