/* CSS Document */
/* CSS Document */

body {
      background-color: rgb(192,192,192);
      text-align: center;  
}

img{
  border:0;
}

h1{
  text-align: center;
}

a{
  font-family: Trebuchet MS;
  text-decoration: none;
  color: black;
  }
a:hover{
  text-decoration: underline;
  }
a:linked{
  color: white;
  }

#menu{
  margin-top: 0;
  text-align: left;
  color: white;
  height: 23px;
  background: url(images/menu_unselected.jpg) repeat-x ;
  }
  
a.menu{
  font-family: Trebuchet MS;
  font-size: 13pt;
  color: white;
  height: 23px;
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
  border-right-color: white;
  border-right-style: solid;
  border-right-width: 1px;
}
a.menu_akt{
  background: url(images/menu_selected.jpg) repeat-x ;
  font-family: Trebuchet MS;
  font-size: 13pt;
  color: black;
  height: 23px;
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
  border-right-color: white;
  border-right-style: solid;
  border-right-width: 1px;
}

#stranka{
      text-align: center;
      border: thin rgb(125,178,193) solid;
      width: 802px;
      margin: auto auto auto auto;
      }
      

#stranka-obsah{
      border: thin rgb(63,89,95) solid;
      background-color: white;
      font-family: Trebuchet MS;
  }
      
#hlavicka{
  background-color: rgb(62,187,123);
  }
  
#hlavicka-obsah{
  width: 800px;
  height: 191px;
  background: url(images/hlavicka.png) no-repeat ;
  margin: 0;
}
  
#telo{
    font-family: Trebuchet MS;
    margin: 15px;
  }
  
#pata{
  text-align: center;
  font-size: xx-small;
  font-weight: normal;
  color: white;
  background-color: rgb(0,165,80);
  }

.vypis_vse_plovouci{
  clear: both;
  }
/* CSS Document */
