body {
    padding: 0px;
    margin: 10px;
    background-color: #000000;
    font-family: 'Sans' , Sans-serif;
    font-size: 11pt;
    background: url("img/pozadi.jpg");
}
.text {
  font-family: Verdana;
  font-size: 10pt;
  color: rgb(0, 0, 0);
}
/* Link */
a { 
  font-family:Arial;
  font-size:13px;
  text-decoration: none;
  font-weight: bold;
  color: #000000;
}
a:hover  {
	text-decoration : underline;
}

h1 {
	font-family: Arial;
	font-size: 20px;
  color: #042F00;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}

/* Tabulka */
td {
	padding-left: 5;
	padding-right: 5;
}
.nadtitul {
  background-color: #000000;
	font-family: Sans;
	font-size: 14px;
  color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}
.titul {
  background-color: #6fd096;
	font-family: Arial;
	font-size: 20px;
  color: #000000;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}
.podtitul {
  background-color: #c8e6d0;
	font-family: Arial;
	font-size: 13px;
  color: #000000;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
}
.odkaz {
  width: 20%;
  background-color: #6fd096;
	font-family: Arial;
	font-size: 12px;
  color: #000000;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	padding-left: 20;
	border-bottom: 1px dashed rgb(255,255,255);
}
.popis {
  background-color: #ffffff;
	font-family: Arial;
	font-size: 12px;
  color: #000000;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	border-bottom: 1px dashed rgb(111,208,150);
}
caption {
	font-family: Arial;
	font-size: 13px;
  background-color: #008080;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	padding-top: 4;
  padding-bottom: 4;
  padding-left: 5;
}
.copyright {
	font-family: verdana;
  vertical-align: bottom;
	text-align: center; 
	font-size: 10px;
	font-weight: normal;
	color: #808080;
}
