/* CSS Document */
/*e-jindrich */
body
    {
    background-color: rgb(150,150,150) ; 
    }
div
    {
    font-family: arial;
    font-size: 14px;
    }
p
    {
    margin-top: 0;
    margin-bottom: 0;
    }
div.vystavba                           
    {
    color:red;
    font-size: 200%;
    text-align: center;
    text-decoration: blink;
    position: relative;
     top: 30px;
    } 
div.index_l                               /*MENU INDEXU leve*/
    {
    color: black;
    text-align: left;
    line-height: 180%;
    text-decoration: none;
    text-align: right;
    font-size: 150%;
    position: absolute;
     top: 200px;
     left: 100px;
    }
div.index_p                               /*MENU INDEXU prave*/
    {
    color: black;
    text-align: left;
    line-height: 180%;
    text-decoration: none;
    text-align: left;
    font-size: 150%;
    position: absolute;
     top: 200px;
     left: 500px;
    }
h1.index                                 /*hlavní nadpis indexu */
    {
    color: black;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    font-size: 180%;
    position: relative;
     top: 20px;
    }
a   {
    color: black;
    text-decoration: none;
    }
a:visited 
    {
    color: rgb(60,60,60);
    }
a.l:hover 
   {
    color: black;
    font-weight: bold;
    position: relative;
    left: -20px; 
   }

a.p:hover 
   {
    color: black;
    font-weight: bold;
    position: relative;
    left: 20px 
   }
img.vodoznak
  {
  /*position: relative;
  top: 10px; */
  } 
table
  {
  width: 650px;
  font-size: 180%;
  position: relative;
  top: -270px;
  left: -3%
  }   