html,body{
	margin: 0px;
	height: 100%;
	text-align: center;
	font-family: 'Trebuchet MS','Verdana','Arial';
	background: url("img/bg.jpg") bottom center repeat-x #8cc63e;
	background-attachment: fixed;
	font-size: 12px;
}

a{
  color: black;
  text-decoration: none;
}

a:hover{
  text-decoration: underline;
}

h2{
  margin-top: 0px;
  text-align: left;
}

form{
    margin: 0px;
}

img{
    border: 0px;
}

div.clear {
    float: none;
    clear: both;
    font-size: 0px;
    height: 0px;
}

div.okno{
  margin: 0 auto;
	background: white;
	width: 840px;
	height: auto;
	min-height: 95%;
	_height: 95%;
	position: relative;
}

div.header{
  height: 270px;
  position: relative;
}

div.footer{
  height: 50px;
  min-height: 5%;
  _height: 5%;
  width: 840px;
  margin: 0 auto;
  background: url("img/footer.jpg") center center;
}

div.footer div.text{
  float: left;
  margin: 18px 20px;
  font-size: 11px;
}

div.jazyky{
  position: absolute;
  top: 10px;
  right: 10px;
}

div.jazyky a{
  display: block;
}

div.jazyky img{
  width: 20px;
  margin: 2px;
}

div.menu{
  width: 840px;
  height: 30px;
  color: black;
  font-size: 14px;
  font-weight: bold;
  font-style: italic;
  background: url("img/bg_menu.jpg") center center;
}

div.menu table{
  height: 30px;
}

div.menu td{
  padding: 0 18px;
  vertical-align: middle;
}

div.menu a{
  color: black;
}

div.content{
  font-size: 14px;
  padding: 20px 20px 10px 20px;;
}

table.prihlaska td{
  text-align: left;
}

.ok{
  color: green;
  width: 100%;
  text-align: center;
}

.error{
  color: red;
  width: 100%;
  text-align: center;
}

.ciara_v{
  width: 1px;
  font-size: 0px;
  background: white;
}

td.prazdny_riadok{
  height: 40px;
}

img.mapky{
  margin: 20px;
 cursor: hand;
 cursor: pointer;
}

td.kontakt_nazov{
  color: black;
	vertical-align: top;
	font-weight: bold;
	font-size: 14px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 20px;
	height: 30px;
}

.tabulka_text{
  vertical-align: top;
  text-align: left;
  padding: 0 0 5px 0;
}

.tabulka_popisok{
  vertical-align: top;
  font-weight: bold;
  text-align: left;
  padding: 0 0 5px 0;
}

img.facebook{
  position: absolute;
  bottom: 5px;
  right: 5px;
}