html, body{
  height: 100%;
  margin: 0px;
  font-family: 'Verdana','Arial',sans-serif;
  font-size: 9.5pt;
  color: #555555;
  background: url('img/bg.png') top left repeat-x #e4f3bc;
}

a{
  color: #555555;
  text-decoration: underline;
}

a:hover{
  text-decoration: none;
}

form{
  margin: 0px;
}

img{
  border: 0px;
}

h1{
  display: block;
  font-size: 22px;
  padding: 0px;
  margin: 0px 0px 18px 0px;
}

h2{
  border-bottom: solid 1px #8aae28;
}

h2,h3,h4,h5,h6{
  padding: 0px;
  margin: 0px 0px 0px 0px;
}

div.clear {
  float: none;
  clear: both;
  font-size: 0px;
  height: 0px;
}

div.okno{
	height: auto;
	min-height: 100%;
	_height: 100%;
	position: relative;
	z-index: 1;
	text-align: center;
}

div.okno_2{
	width: 960px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
	text-align: left;
}

div.footer{
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
	text-align: center;
  font-size: 9px;
  height: 30px;
  color: #e4f3bc;
  padding: 25px 0px 0 0px;
  background: url('img/bg_footer.png') bottom left repeat-x;
}

div.footer a{
  color: #e4f3bc;
  text-decoration: none;
}

div.footer a:hover{
  text-decoration: underline;
}

.error{
  color: red;
}

table.kontaktny_formular td{
  vertical-align: top;
}

table.kontaktny_formular td.popisok{
  padding-top: 2px;
  font-weight: bold;
  text-align: right;
}

div.nahlad{
  position: absolute;
  top: 20px;
  left: 0px;
  right: 0px;
  text-align: center;
  z-index: 999;
  width: 100%;
  text-align: center;
  display: none;
}

div.nahlad img{
  border: solid 5px white;
}

div.filter{
  position: absolute;
  width: 100%;
  height: auto;
  min-height: 100%;
  _height: 100%;
  top: 0px;
  left: 0px;
  background: black;
  z-index: 998;
  opacity: 0.8;
  filter: alpha(opacity=80);
  display: none;
}

div.top{
  height: 109px;
  background: url('img/bg_top.png') left top no-repeat;
}

div.top img{
  margin: 25px 0 0 20px;
}

div.header{
  height: 140px;
  padding: 40px 0 0 35px;
  background: url('img/bg_header.png') left top no-repeat;
  color: white;
}

div.header h3{
  font-size: 17px;
}

div.header a{
  color: white;
  text-decoration: none;
}

div.header a:hover{
  color: white;
  text-decoration: underline;
}

div.header ul{
  margin: 0;
  padding: 0 0 0 20px;
}

div.header ul li{
  list-style-image: url('img/header_odrazka.png');
  list-style-position: outside;
  padding-left: 3px;
  margin: 5px 0;
  font-weight: bold;
}

div.main{
  padding: 20px 0 90px 0;
}

div.main img{
  border: solid 8px white;
}

img.zem{
  position: absolute;
  top: 9px;
  right: 0px;
  z-index: 0;
}

div.menu{
  height: 40px;
}

div.menu div.polozka{
  float: left;
  position: relative;
  z-index: 1;
  margin: 0 8px 0 0;
  background: url("img/bg_menu_top.png") top left repeat-x #88aa22;
}

div.menu div.polozka_left{
  background: url("img/bg_menu_left.png") bottom left no-repeat;
}

div.menu div.polozka_right{
  background: url("img/bg_menu_right.png") bottom right no-repeat;
}

div.menu div.polozka a{
  display: block;
  color: white;
  font-weight: bold;
  text-decoration: none;
  padding: 9px 10px;
}

div.menu div.polozka a:hover{
  padding-top: 11px;
}

div.lave_menu{
  float: left;
  width: 200px;
}

div.lave_menu a{
  display: block;
  text-decoration: none;
  color: #8aae28;
  font-weight: bold;
  padding: 8px 0 8px 5px;
  border-top: solid 1px #d4e3a3;
}

div.lave_menu a:hover{
  color: #303030;
}