/* hlavni */
.text
     {color: rgb(0,153,255);
      font-size: 13px;
      text-align: justify;
      font-family: sans-serif;
      text-decoration: none;
      text-indent:1.5em;
      }
.tab  
      {padding: 0 1em 0 1em;}
h3    {color: rgb(0,153,255);
       font-size:14px;
       font-family: sans-serif;
       text-decoration: none;
       font-weight: bold;}
h2    {color: rgb(0,153,255);
       font-size:16px;
       font-family: sans-serif;
       text-decoration: none;
       font-weight: bold;}
/* prezentace */
.popis
       {color: rgb(0,153,255);
       font-size: 12px;
       font-family: serif;
       font-style: italic;
       text-align: justify;
       }
.thumb {float: left;
       border-width: 0px;
       margin: 0px 8px 0px 0px;}      
/* menu */
.menu  {text-align: center;
       background-color: black;
       width: 760px;
       border-width: 0px;
       }
.menu a{
        color: white;
        background-color: rgb(0,153,255);
        padding-left: 1em;
        padding-right: 1em;
        margin-bottom: 0.5em;
        font-family: sans-serif;
        text-decoration: none;
        font-size: 14px;}
.menu a:hover{
        background-color: rgb(0,153,255);
        color: yellow;
        text-decoration: underline;
        padding: 0.1em 1em 0.5em 1em;
        font-size: 14px;
        }
      #zombie{
        color: rgb(0,0,0);
        background-color: rgb(0,153,255);
        padding-left: 1em;
        padding-right: 1em;
        font-family: sans-serif;
        text-decoration: none;
        font-size: 14px;
        } 
