body { margin: 0 auto;
       padding: 0;
       font: Verdana;
       background-color: #112233;
     }

a:link    {color: #800000;
           font-weight: bold;
           text-decoration: none}

a:visited {color: #800000;
           font-weight: bold;
           text-decoration: none}

a:active  {color: red;
           text-decoration: none}

a:hover   {color: white;
           background-color: #3333FF;
           font-size: 100%;
           text-decoration: underline}

#page {
  position: absolute;
  border: solid 1px #000000;
  width: 960px;
  height: 720px;
  top: 10px;
  left: 10px;
  background-color: #78ABD8;
}

#obsah {padding: 5px;
        position: absolute;
        width: 700px;
        left: 130px;
        height: 610px;
        top: 80px;
        background-color: #EEEEEE;
        font-size: 14px;
        border: solid 0px #000000;
        overflow: auto}

#hlavicka {
  position: absolute;
  width: 960px;
  height: 80px;
  border: solid 0px #000000;
  background-color: #78ABD8;
}

#zapati {  position: absolute;
           width: 960px;
           height: 20px;
           top: 700px;
           background-color: #555555;
           font-size: 10px;
           text-indent: 80px;
           color: #FFFFFF}

#levy {
  position: absolute;
  width: 120px;
  height: 570px;
  top: 80px;
  background-color: #78ABD8;
  color: #0099FF;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 50px;
  font-size: 14px;
  border: solid 0px #000000;
}

#pravy {
  position: absolute;
  width: 110px;
  height: 610px;
  top: 80px;
  left: 840px;
  background-color: #78ABD8;
  color: #000000;
  padding: 4px;
  font-size: 14px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 20px;
  font-size: 14px;
  border: solid 0px #000000;
}


