/* Uvodni nastaveni */
body
{
	border:  0px none;
	margin:  0px;
	padding: 0px;
	font-family: "Tahoma";
	font-size: small !important;
	text-align: center;
}

p, img, table, tr, th, td, h1, h2, h3, h4, h5,div
{
	border:  0px none;
	margin:  0px;
	padding: 0px;
}

a:link { color:#006600;text-decoration:none;font-weight:bold;font-size: 9pt; }
a:visited { color:#006600;text-decoration:none;font-weight:bold;font-size: 9pt; }
a:active { color:#006600;text-decoration:none;font-weight:bold;font-size: 9pt; }
a:hover { color:#006600;text-decoration:underline;font-weight:bold;font-size: 9t; }



/* Formularove prvky - start */
.form_prvek
{
  padding:1px;
  font-size : 9pt;
  font-weight: normal;
  border: solid 1px #018436; 
  color: #018436; 
  background:#ffffff none;
}

.tlacitko{
   margin-top:5px;
   font-size : 10pt;
   font-weight: bold;
   color: #ffffff;
   text-align: center;
   background-color: #018436;
   
}

table { border-collapse: collapse; }
td { padding: 1px; } 


h1{
color: #018436;
font-weight: bold;
font-size: 14pt;
margin: 15px 0px 30px 0px;
}
