/* CSS Document */
div.vystavba                           
    {
    color:red;
    font-size: 30;
    text-align: center;
    text-decoration: blink;
    position: relative;
    top: 5px;
    /*left: 415px; */
    }
h1.index                                 /*hlavní nadpis indexu */
    {
    color: blue;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    font-size: 200%;
    position: relative;
     top: 20px;
    }
a.formular
  {
 /* font-size: 140%;
  position: absolute;
     top: 650px;
     left: 140px;*/
  }
body
  {
  background-image: url(./jm_modre.jpg);
  background-repeat: repeat;
  }
div.zaklad
  {
  color: rgb(50,50,50);
    font-weight: bold;
    text-align: left;
    text-decoration: none;
    font-size: 180%;
    position: relative;
     top: 100px;
     left: 50px;
  }
ul.odkazy
  {
  list-style-type: square;
  color: rgb(50,50,50);
    /*font-weight: bold;*/
    text-align: left;
    text-decoration: none;
    font-size: 170%;
    width: 900px;
    position: relative;
     left: 120px;
     top: 140px; 
  }
li.odkazy
  {
  margin-top: 10px;
  }
td.formular
  {
  font-weight: bold;
  vertical-align: top;
  }
td.f                         /*ostatní bunky ve formuláři */
  {
  font-weight: bold;
  }
div.formular
  {
  position: relative;
     left: 80px;
     top: 100px;
  }
input.formular
  {
  position: relative;
     left: 400px;
  }
div.zpet
  {
  color: blue;
  font-size: 200%;
  font-weight: bold;
  text-align: center;
  position: relative;
     top: 200px;
  }
a.zpet
  {
  color: rgb(0,91,131);
  font-size: 150%;
  text-align: center;
  position: relative;
     top: 500px;
     left: 120px;
  }
body.vyska
  {
  min-height: 1000px;
  }
div.delka
  {
   position: relative;
     top: 200px;
     left: 140px;
  }