/* div { border: solid 1px red; } */

  body {
    margin: 0px;
    padding: 0px;
    background-color: #00418D;
  }

  #bodyFrame {
    position: relative;
    width: 780px;
    margin: 0px auto 25px auto;
    text-align: left;
    background-color: white;
    background-image: URL('/_images/background.png');
    background-repeat: repeat-y;
  }

  #bodyHeader {
    width: 780px;
    height: 85px;
    margin: 0px auto 0px auto;
    text-align: left;
    background-image: URL('/_images/head.png');
    background-repeat: no-repeat;
    position: relative;
  }

  #bodyLeft {
    float: left;
    width: 210px;
    margin-top: 30px;
    padding-left: 10px;
    position: relative;
    padding-left: 20px;
  }

  #bodyMain {
    float: left;
    width: 325px;
    margin-top: 20px;
    position: relative;
  }

  #bodyRight {
    float: right;
    width: 195px;
    margin-top: 30px;
    position: relative;
    text-align: right;
    padding-right: 20px;
  }

  #copyright{
    width: 780px;
    background-color: white;
    text-align: center;
    margin: 0px auto 0px auto;
    padding-bottom: 4px;
  }

  #bodyFooter{
    width: 780px;
    background-color: #00418D;
    text-align: center;
    margin: 0px auto 0px auto;
    margin: 0px; padding: 0px;
  }

#bodyHeader h1 {
display:block;
position:relative;
width:760px;
height:46px;
overflow:hidden;
text-align:center;
padding-top: 34px;
color: #CCD9E8;
margin: 0px;
}

#bodyHeader a {
display:block;
position:absolute;
top:0px;
left:0px;
width:760px;
height:80px;
background: URL("/_images/title_atrakce.png") no-repeat;
}


