body {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  font-family: Arial, Helvetica, sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.1em;
  background-color: #000;
}

#topBanner {
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -500px;
  width: 1000px;
  height: 256px;
  clear: both;
}

#topBanner h1 {
  float: left;
  margin: 45px 0px 0px 302px;
}

#topBanner h1 a {
  display: block;
  width: 180px;
  height: 96px;
}

#topBanner h1 a span {
  display: none;
}

#content {
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -500px;
  width: 1000px;
  height: auto;
  z-index: 3;
  float: left;
  font-size: 1em;
  line-height: 1.2em;
}

#half1Page {
  margin: 0px;
  padding: 0px 0px 0px 0px;
  width: 431px;
  height: auto;
  float: left;
}

#half1Page ul {
  margin: 0 0 0 38px;
  padding: 0;
  width: 342px;
  clear: both;
  list-style-type: none;
}
#half1Page ul li {
  margin: 0 0 5px 0;
  padding: 0;
  width: 342px;
  clear: both;
}
#half1Page ul li a {
  display: block;
  margin: 0;
  padding: 0;
  width: 342px;
  height: 45px;
  background-image: url('../images/menu_uvodni-strana.gif');
  background-repeat: no-repeat;
  background-position: 0px -50px;
}
#half1Page ul li.o-nas a { background-image: url('../images/menu_o-nas.gif'); }
#half1Page ul li.repertoar a { background-image: url('../images/menu_repertoar.gif'); }
#half1Page ul li.ukazky a { background-image: url('../images/menu_ukazky.gif'); }
#half1Page ul li.dotazy-a-vzkazy a { background-image: url('../images/menu_dotazy-a-vzkazy.gif'); }
#half1Page ul li.fotogalerie a { background-image: url('../images/menu_fotogalerie.gif'); }
#half1Page ul li.kontakt a { background-image: url('../images/menu_kontakt.gif'); }
#half1Page ul li a:hover,#half1Page ul li a.selected { background-position: 0px 0px; }
#half1Page ul li a span { display: none; }

#half2Page {
  margin: 0px;
  padding: 130px 0px 0px 0px;
  width: 569px;
  height: auto;
  float: right;
}

#half2Page h1 {
  margin: 0px;
  padding: 0 0 15px 0;
  text-align: right;
  font-size: 2.8em;
  color: #d1c497;
  font-weight: normal;
  line-height: 1em;
}

#half2Page h2 {
  margin: 0px;
  padding: 0 0 15px 0;
  font-size: 1.8em;
  color: #d1c497;
  font-weight: bold;
}

#half2Page h3 {
  margin: 0px;
  padding: 0 0 3px 0;
  font-size: 1.3em;
  color: #d1c497;
  font-weight: bold;
}

#bottom2Banner {
  color: #666;
  font-size: 0.8em; 
  margin: 0px;
  padding: 150px 0px 0px 50px;
  width: 950px;
  height: 65px;
  clear: both;
  background-image: url('../images/bg2.gif');
  background-repeat: no-repeat;
  background-position: 0px 0px;
}

#bottom2Banner a {
  color: #666;
  text-decoration: none;
}

#bottom2Banner a:hover {
  text-decoration: underline;
}

#bottom3Banner {
  color: #666;
  font-size: 0.8em; 
  margin: 0px;
  padding: 110px 0px 0px 50px;
  width: 950px;
  height: 65px;
  clear: both;
}

#bottom3Banner a {
  color: #666;
  text-decoration: none;
}

#bottom3Banner a:hover {
  text-decoration: underline;
}

a {
  color: #d1c497;
  text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

.prazdny {
  width: 100%;
  height: 25px;
  clear: both;
}

form {
  margin: 0;
  padding: 0;
}

img {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

p {
  padding: 0;
  margin: 0 0 15px; 0;
}

ul {
  padding: 0px;
  margin: 5px 0 0 20px;
  border: 0px;
}

.boxinput {
  border: 1px solid #eee;
  width: 130px;
  background-color: #e5dec4;
  color: #000;
}

.boxselect {
  border: 1px solid #eee;
  background-color: #e5dec4;
  color: #000;
}

.boxtextarea {
  border: 1px solid #eee;
  width: 200px;
  height: 50px;
  background-color: #e5dec4;
  color: #000;
}

.boxtlacitko {
  border: 1px solid #eee;
  background-color: #6a634c;
  color: #fff;
}

.fotka {
  width: 170px;
  height: 170px;
  border: 3px solid #6a634c;
  background-color: #e5dec4;
  margin: 0 5px 5px 5px;
  float: left;
}

.fotka:hover {
  border: 3px solid #fff;
}

.fotka2 {
  width: 150px;
  height: 150px;
  border: 3px solid #6a634c;
  margin: 0;
}

.fotka2:hover {
  border: 3px solid #fff;
}

table.profily {
  width: 100%;
  border-collapse: collapse;
  border: 0;
}

table.profily td {
  width: 33%;
  border: 0;
  text-align: center;
}

.content-uvodni-strana {
  background-image: url('../images/bg1.jpg');
  background-repeat: no-repeat;
  background-position: bottom center;
}

