  body {
    margin: 0;
    padding: 0;
    text-align: center;
    background-color: #fff1cc;
  }

  #MainFrame {
    position: relative;
    width: 780px;
    background-color: white;
    margin: 0px auto 0px auto;
    text-align: center;
    border-style: none solid none solid;
    border-width: 4px;
    border-color: #660000;
  }

  #Header {
    border-bottom: solid 2px #e27923;
    text-align: left;
    padding: 4px 0px 4px 0px;
  }
  #Header img {
    display: block;
  }

  #Menu { text-align: left; padding: 20px; }
  #Menu img { display: block; float: left; }
  #Menu img.floatRight { float: right; }

  #bodyMain {
    clear: both;
    width: 510px;
    margin: 0px auto 0px auto;
    position: relative;
  }
   #bodyMain p {
    text-align: left;
    margin: 7px 0px 8px 0px;
  }

  img#napiste {
    position: absolute;
    bottom: 40px;
    right: 10px;
    }
/* #odkaz a:hover { border-bottom: solid 1px #660000; } */

  #Footer{
    margin-top: 20px;
    padding: 10px;
    font-size: 12px;
    clear: both;
    border-top: solid 2px #e27923;
  }

  #Copyright { text-align: left; position: absolute; bottom: 40px; left: 20px; }
  #Copyright a { color: #e2d1b7; font-size: 80%; text-decoration: none; }
  #Copyright a:hover { color: #e27923; font-size: 80%; }
