/* --------------------------------------------------
Author: pylla.lampicka
Name: Default CSS (style.css)
URL: 
Licence: Uč se z toho, kopíruj, dělej si s tím co 
  chceš. Má to jen jednu podmínku - Nech nahoře 
  tuhle hlavičku.
Popis: 
----------------------------------------------------- */

@import url("reset.css");

body {
background-color: black;
text-align: center;
min-width: 1024px;
font-family: times New Roman;
font-size: 18px;
color: #215c03;
}

#stranka {
width: 1024px;
margin: 0 auto 0 auto;
width: 1024px;
text-align: left;
}

#hlavicka {
width: 1024px;
height: 361px;
background-image: url(images/hlavicka.jpg);
}

    #hlavicka h1 {
    display: none;
    }
    
    #hlavicka ul {
    height: 34px;
    position: relative;
    left: 320px;
    top: 237px;
    margin: 0;
    padding: 0;
    list-style-type: none;
    }
    
    #hlavicka ul li {
    height: 34px;
    float: left;
    margin: 0;
    padding: 0;
    }
    
    #hlavicka ul li a {
    height: 34px;
    background-repeat: no-repeat;
    display: block;
    }
    
    #hlavicka ul li a h4 {
    display: none;
    }
    
    #hlavicka ul li.home a {
    background-image: url(images/home.gif);
    width: 112px;
    }
    
    #hlavicka ul li.home a:hover {
    background-image: url(images/home2.gif);
    width: 112px;
    }
    
    #hlavicka ul li.kontakt a {
    background-image: url(images/kontakt.gif);
    width: 161px;
    }
    
    #hlavicka ul li.kontakt a:hover {
    background-image: url(images/kontakt2.gif);
    width: 161px;
    }
    
    #hlavicka ul li.restaurace a {
    background-image: url(images/restaurace.gif);
    width: 212px;
    }
    
    #hlavicka ul li.restaurace a:hover {
    background-image: url(images/restaurace2.gif);
    width: 212px;
    }
    
    #hlavicka ul li.ubytovani a {
    background-image: url(images/ubytovani.gif);
    width: 172px;
    }
    
    #hlavicka ul li.ubytovani a:hover {
    background-image: url(images/ubytovani2.gif);
    width: 172px;
    }
    
#obsah {
padding: 10px 200px 10px 200px;
font-size: 1.3em;
}

      #obsah h2 {
      font-size: 30px;
      font-weight: bold;
      margin: 0 0 10px 0;
      }
      
      #obsah h3 {
      font-size: 30px;
      font-weight: normal;
      }
      
      #obsah p {
      margin: 10px 0 0 10px;
      }
      
      #obsah table {
      border: none;
      }
      
          #obsah table th {
          font-weight: bold;
          min-width: 120px;
          text-align: left;
          }
          
#obsah a img {
border: none;
}

#obsah .podtrhnute {
text-decoration: underline;
font-size: 26px;
margin-bottom: 0;
padding-bottom: 0;
}
