/* CSS Document */
table.venkovni td{
	border-width: 0px;
	border-style: solid;
	border-color: black;
	border-collapse: collapse;
	background-color: white;
}

table.normal td{
	border-width: 1px;
	border-spacing: 0px;
	border-style: solid;
	border-color: black;
	border-collapse: collapse;
	background-color: white;
}

table.menu td{
	border-width: 0px 1px 0px 1px;
	border-spacing: 0px;
  font-family: arial;
  font-size: 12px;
  border-color: black;
  text-align: center;
  background: whitesmoke;
}


table.menu th{
	background:black;
	color:white;
	border-width: 1px;
}

table.menu{
  background: whitesmoke;
}


.web{
  font:verdana;
  font-weight:700;
  font-size:22px;
}

.hindex{
  vertical-align: baseline;
  font-size:40px;
  color: silver;
}

.kategorie{
  font-style:arial;
  font-weight:700;
  font-size:20;
}

.h1{
  font:verdana;
  font-weight:700;
  font-size:20px;
}

.normaltext{
  padding: 15px; 
  text-align: justify;
  letter-spacing: 1px;
  line-height: 25px;
}

.upozorneni{
  font:verdana;
  font-size:10px;
  color:silver;
  line-height: 15px;

}

a:link {
  color: blue;
  text-decoration: none;
}
a:visited {
  color: blue;
  text-decoration: none;
}
a:hover {
  color: navy;
  text-decoration: none;
}
a:active {
  color: blue;
  text-decoration: none;
}
