html { height: 100% }
* {
  border: 0;
  margin: 0;
	padding: 0;
}
body {
	font-family: Verdana, sans-serif; font-size:11pt;
	text-align: left;
	color: navy;
	background-color: #fff;
	background-image: url("../img/index.jpg");
	background-position: center;
	background-repeat: no-repeat;
	height: 100%;
	width: 100%;
}
div {
	display: block;
}
table{
  margin: 10px auto;
}
tr:hover {
	background-color: gold;
}
tr.norow:hover {
	background-color: transparent;
}
.visit, .pocet, .pocet2 {
	width: 200px;
	text-align: center;
}
.pocet{
  width:70px;
}
.pocet2{
  width:230px;
}
th.pocet2{
  vertical-align: top;
}
#main{
	width: 1000px;
  height: 90%;
	margin: 0px auto;
	border: 2px solid beige;
	border-radius: 15px;
	padding:10px 20px;
	background-color:beige;
	opacity:0.7;
  position: relative;
}

a:link,a:visited,a:hover,a:active{
	color:navy;
	text-decoration:none;
	font-weight:bold;
}
a:hover{
	text-shadow: 0px 1px navy;
}
.tabulka{
  margin-bottom: 10px;
}
#title{
	margin-bottom: 20px;
	text-align: center;
	text-shadow: 3px 3px #fff;
}
.subtitle{
	font-weight:bold;
	text-shadow: 1px 1px #fff;
	font-size: 14pt;
	margin-top:10px;
}
.format{
	font-size:9pt;
	color: #222
}
.counterimg{
	opacity:0.5;
	position:absolute;
	bottom:0px;
	right:0px;
}
#logo{
  display: block;
  margin: 10px auto;
  /*position: absolute;*/
  width: 800px;
  height: 199px;
  bottom: 0;
}
#logo img{
  position: absolute;
  z-index: 10;
  width: 130px;
  height: 110px;
  right: 10px;
  top: 0px;
}
#jadro{  
  margin-top: -226px;
}