/* CSS Document */
a				{font-family:"Times New Roman", Times, serif;
                 font-size:20px;
				 text-decoration:none }
a:link          {color: green}
a:visited       {color: navy}
a:active        {color: black}
a:hover         {color: red;
                 text-decoration: underline}
p               {font-family:"Times New Roman", Times, serif;
                 font-style:italic;
				 font-weight:bold;
				 text-indent: 30px}
#nad_kontakt    {font-family:Arial, Helvetica, sans-serif;
                 font-size:12px}
#obs_kontakt    {font-family:Arial, Helvetica, sans-serif;
                 font-size:20px;
				 color:green}
h3              {cursor: pointer;
                 cursor: hand;
				 color:green;
				 text-decoration: underline}
.skryvany       {display: none}