/*   NULOVANI   */
  ul, li{  
    padding: 0;
    margin: 0;
    list-style: none;
    }
  h1, h2, h3, h4, h5, h6{
    margin: 0;
    padding: 1em 0 0.25em 0;
    }


  .skryt{
    display: none;
    }


/*   MAIN SETTINGS   */
  body{
    background-image: url(grafika/tapeta_tmgreen.gif);
    font-family: Trebuchet MS;
    color: #ffffaa;
    margin-top: 20px;
    }
  a{
    text-decoration: none;
    color: #ffffaa;
    }
  p{
    text-align: justify;
    text-indent: 3em;
    margin: 0;
    }
  h3{
    padding-bottom: 20px;
    }
  img{
    border: none;
    }




/*   MAIN KOMPONENTS   */
  #page{
    width: 770px;
    margin: 0 auto 0 auto;
    }
  #hlavicka{
    width: 100%;
    height: 150px;
    padding-top: 0;
    padding-bottom: 20px;
    background: url(grafika/hlavicka.jpg) no-repeat;
    text-indent: -20000em;
    }
  #obal1{
    width: 100%;
    background: url(grafika/tapeta_menu.bmp) 0 0 repeat-y;
    }
  #obal2{
    width: 100%;
    background: url(grafika/tapeta_telo.bmp) 180px 0 repeat-y;
    }
  .telo{
    float: right;
    width: 550px;
    padding: 20px;
    }


/*   MENU   */
  #menu{
    width: 160px;
    height: 330px;
    float: left;
    text-align: center;
    }
  #menu li a#sipecka{
    display: block;
    width: 63px;
    margin: 50px auto 40px;
    }
  #menu li a.nesipecka{
    display: block;
    background: url(grafika/button1.jpg);
    width: 150px;
    height: 27px;
    margin: 5px auto 0;
    padding: 3px 0 0 0;
    text-align: center;
    }
  #menu li a.nesipecka:hover{
    background: url(grafika/button2.jpg);
    }


/*   UVOD   */
  #uvod p a{
    text-decoration: underline;
    font-style: italic;
    }



/*   PROJEKTY   */
  #projekty ul{
    padding-left: 40px;
    }
  #projekty li{
    padding: 3px 0;
    list-style: disc;
    }
  
  #foto_projekt{
    width: 150px;
    height: 235px;
    float: left;
    padding-right: 20px;
    padding-bottom: 5px;
    }
  #foto_projekt a{
    padding-top : 5px;
    text-align: center;
    display: block;
    text-decoration: none;
    }
  #foto_projekt a img{
    width: 150px;
    height: 200px;
    }
  #zobraz_projekty ul{
    padding-left: 40px;
    margin-bottom: 20px;
    }
  #zobraz_projekty li{
    list-style: disc;
    }

  #zobraz_projekty li a{
    font-style: italic;
    text-decoration: underline;
    }
  .foto_projekt_detail{
    width: 137px;
    height: 137px;
    float: left;
    text-align: center;
    }
  .foto_projekt_detail img{
    margin: 0 auto;
    }



/*   ARCHIV   */
  #pismenka{
    width: 513px;
    margin: 15px auto 10px;
    }
  #pismenka a{
    display: block;
    width: 27px;
    float: left;
    text-align: center;
    font-weight: bold;
    }
  .wallpaper{
    width: 110px;
    height: 190px;
    padding-top: 20px;
    float: left;
    text-align: center;
    }
  .wallpaper img{
    margin-bottom: 5px; 
    }
  #zobraz_archiv img{
    padding: 15px;
    }



  #cisla_stranek{
    display: block;
    width: 100%;
    text-align: center;
    padding-bottom: 20px;
    }
  #cisla_stranek a{
    text-decoration: underline;
    }
  #zpet{
    display: block;
    width: 100%;
    text-align: center;
    
    }


/*   KONTAKT   */
  #kontakt ul{
    padding-left: 20px;
    margin-bottom: 20px;
    }
  #kontakt a{
    font-weight: bold;
    }

