body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
	line-height: 150%;
	background: #eeffee;
	padding-right: 100px;
}

a {
  color: #005000;
  text-decoration: none;
}

a:hover {
  background: white;
}

hr {
  clear: both;
  margin: 0px 0px;
  background: #c0c0c0;
  height: 1px;
  border: none;
  padding: 0;
}

h3 {
  color: #009000;
  font-size: 120%;
}

h2 {
  font-size: 150%;
}

.nadpis {
  color: #00c000;
}

.sloupec1 {
  float: left;
  width: 40%;
  padding: 25px;
}

.sloupec2 {
  float: left;
  padding: 25px;
  width: 40%;
}

.tit {
  display: block;
  float: left;
  width: 110px;
  font-weight: bold;
  text-align: right;
}

.hod {
  margin-left: 10px;
  display: block;
  text-align: left;
  float: left;
}


