#uvod img { 
      padding: 3px;
      margin: 0 5px 0 5px;
      border: 1px solid;
      float: right;
      background: white;
          }
.prvni:first-letter{ 
      font-size: 20px;
      font-weight: bold;
      color: #999999;
              }
p {
      line-height: 150%;
      text-indent: 25px;
      text-align: justify;
        }
strong {
      font-weight: bold;
       }
h1 {       
      font-family: "Comic Sans MS", fantasy;
      margin: 5px 0px 5px 0px;
      padding: 0;
      font-size: 35px;
      color: black;
      text-align:center;
   }
          
#footer a:link { 
      color: #999999;
      text-decoration: none;
             }
#footer a:visited {
      color: #999999;
      text-decoration: none;
                }
#footer a:hover {
      color: #999999;
      text-decoration: underline; 
              }
#footer a:active {
      color: #999999;
      text-decoration: none;
               }

#menu li {
      list-style-image: url(images/sipka.gif);
         }
#menu a:link { 
      font-weight: bold;
      font-family: "Comic Sans MS", fantasy;
      font-size: 15px;
      color: black;
      text-decoration: none;
             }
#menu a:visited {
      font-weight: bold;
      font-family: "Comic Sans MS", fantasy;
      font-size: 15px;
      color: black;
      text-decoration: none;
                }
#menu a:hover {
      font-weight: bold;
      font-family: "Comic Sans MS", fantasy;
      font-size: 15px;
      color: black;
      text-decoration: underline; 
              }
#menu a:active {
      font-weight: bold;
      font-family: "Comic Sans MS", fantasy;
      font-size: 15px;
      color: black;
      text-decoration: none;
               }

#nadpis h1 { 
      margin: 6px;
      padding: 0;
      font-family: "Comic Sans MS", fantasy;
      font-size: 48px;
      color: blue;
           }

/* layout */
body {
      background-image: url(images/drevo.jpg);
     }

#wrapper {
      margin-top: 5px;
      width: 900px;
      margin-right: auto;
      margin-left: auto;
      border-right: 1px dashed;
      border-left: 1px dashed;
      border-top: 1px dashed;
      text-align: left;
         }

#nadpis { 
      text-align: center;
      width: 900px;
      padding-top: 0px;
      background: url(images/banner.png) no-repeat right top;
      border-bottom: 1px dashed;
      height: 90px;
      float: left;
        }
#menu {
      float: left;
      width: 150px;
      clear: left;
      }
#main {
      font-family: Georgia, "Times New Roman", Times, Serif;
      float: left;
      width: 728px;
      margin-left: 5px;
      padding: 5px 5px 5px 10px;
      border-left: 1px dashed;
      display: inline;
      font-size: 14px;
      }

#footer {
      font-family: Georgia, "Times New Roman", Times, Serif;
      font-size: 12px;
      border-top: 1px dashed;
      border-bottom: 1px dashed;
      color: #999999;
      padding: 5px;
      clear: both;
      margin-bottom: 5px;
      text-align: center;
        }	
	
