body {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  font-family: Arial, Helvetica, sans-serif;
  color: #000;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.2em;
  background-image: url('../images/bg.jpg');
  background-repeat: repeat-x;
  background-position: top center;
  background-color: #98c839;
}

#topBanner {
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -450px;
  width: 900px;
  height: 462px;
  clear: both;
  background-image: url('../images/top.jpg');
  background-repeat: no-repeat;
  background-position: top center;
}

#topBanner h1 {
  margin: 0;
  padding: 0;
  width: 900px;
  height: 140px;
  clear: both;
  border: 0;
}

#topBanner h1 a {
  display: block;
  width: 900px;
  height: 140px;
}

#topBanner h1 a span {
  display: none;
}

#topBanner ul {
  margin: 0;
  padding: 14px 26px 0 27px;
  width: 847px;
  height: 70px;
  clear: both;
  border: 0;
  list-style-type: none;
}

#topBanner ul li {
  margin: 0;
  padding: 0;
  width: 121px;
  height: 70px;
  float: left;
  border: 0;
  text-align: center;
}

#topBanner ul li a {
  margin: 0;
  padding: 26px 0 0 0;
  width: 121px;
  height: 44px;
  border: 0;
  display: block;
  font-size: 1.3em;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
}
#topBanner ul li a:hover { text-decoration: underline; }

#content {
  position: absolute;
  top: 462px;
  left: 50%;
  margin-left: -450px;
  width: 900px;
  height: auto;
  z-index: 3;
  float: left;
  font-size: 1em;
  line-height: 1.3em;
  background-image: url('../images/content_bg.gif');
  background-repeat: repeat-y;
  background-position: 0px 0px;
}

#fullPage {
  width: 846px;
  clear: both;
  padding: 0px 27px 0 27px;
}

#bottomBanner {
  margin: 0;
  padding: 0 10px 0 10px;
  width: 880px;
  height: 38px;
  clear: both;
  text-align: center;
  font-size: 0.9em;
  line-height: 1em;
  background-image: url('../images/bottom.jpg');
  background-repeat: no-repeat;
  background-position: 0px 0px;
}

a {
  color: #f67119;
  text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

.prazdny {
  width: 100%;
  height: 16px;
  clear: both;
}

.prazdny10 {
  width: 100%;
  height: 10px;
  clear: both;
}

form {
  margin: 0;
  padding: 0;
}

img {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

p {
  padding: 0;
  margin: 0 0 10px 0;
}

h1 {
  padding: 5px 0 10px 0;
  margin: 0;
  font-weight: bold;
  font-size: 1.7em;
  line-height: 1em;
  color: #7fb01d;
}

h2 {
  margin: 0;
  padding: 0 0 10px 0;
  font-weight: bold;
  font-size: 1.2em;
  line-height: 1em;
}

ul {
  padding: 0px;
  margin: 0 0 0 20px;
  border: 0px;
}

.ordertextbox { width: 300px; border: 1px solid color: #004896; }
.textpole { width: 500px; height: 100px; border: 1px solid color: #004896; }
.tlacitko { color: #fff; border: 1px solid #fff; padding: 1px 5px 1px 5px; }
.obrazekvpravo { float: right; border: 1px solid #ccc; padding: 3px; margin: 0 0 10px 10px; }
.obrazek { border: 1px solid #fff; margin: 0 0 5px 0; }

#aktuality {
  width: 204px;
  float: right;
  margin: 0 0 0 20px;
  background-color: #d4f391;
}

#aktuality .aktuality_top {
  width: 204px;
  height: 10px;
  clear: both;
  background-image: url('../images/aktuality_top.gif');
  background-repeat: no-repeat;
  background-position: 0px 0px;
}

#aktuality .aktuality_middle {
  width: 184px;
  padding: 0 10px 0 10px;
  clear: both;
}

#aktuality .aktuality_bottom {
  width: 204px;
  height: 10px;
  clear: both;
  background-image: url('../images/aktuality_bottom.gif');
  background-repeat: no-repeat;
  background-position: 0px 0px;
}

.fotka {
  width: 170px;
  height: 170px;
  border: 3px solid #98c839;
  background-color: #fff;
  margin: 0 17px 20px 17px;
  float: left;
}

.fotka:hover {
  border: 3px solid #f67119;
}


