html, body {
  margin:0; padding:0; 
  background-color: #000;
  font: 100% Trebuchet MS, Tahoma, Helvetica, Arial, sans-serif; color: #333; text-align: center;
}

a{
  color: #F8F400;
}

a span{
  display: none;
}

h5{
  margin: 0; padding: 0;
  font-size: 110%;
}



#hlavicka {
  width: 100%;
  background-color: #0E60A3;
  z-index: 10; 
}

#hlavicka-obsah  {
  margin: 0 auto; padding: 0;
  width: 894px;
  text-align: left;
  position: relative;
  z-index: 10;
}

#hlavicka-obsah h1 {
  margin: 0; padding: 0;
}

#hlavicka-obsah h1 a{
  margin: 0; padding: 0;
  display: block;
  background: transparent url('../img/logo.jpg') 0 0 no-repeat;
  width: 304px; height: 88px;
}


#topmenu p{
    font-size: 100%; 
    margin: 0; padding: 0 0 5px 0;
    position: absolute;
     right: 0; bottom: 0;
    bottom: -18px;
}

#topmenu p a{
  color: #fff;
  text-decoration: none; 
  margin: 10px 10px 0 10px;
  float: left;
}

#topmenu p a:hover{
  color: #F8F400;
}

#topmenu p a.selected{
    position: relative; 
    z-index: 10; 
    float: left;
    margin: 0 0 0 10px;
    width: 148px; height: 48px;
}

#topmenu p a.uvod{
    background: transparent url('../img/btn_uvod.png') left top no-repeat;
}

#topmenu p a.tech{
    background: transparent url('../img/btn_tech.png') left top no-repeat;
}

#topmenu p a.foto{
    background: transparent url('../img/btn_foto.png') left top no-repeat;

}

#topmenu p a.kontakt{
    background: transparent url('../img/btn_kontakt.png') left top no-repeat;
    width: 98px; height: 48px;
}

#topmenu p a.cenik{
    background: transparent url('../img/btn_cenik.png') left top no-repeat;
    width: 98px; height: 48px;
}

#main_photo{
  margin: 0; padding: 0;
  width: 100%; height: 266px;
  background: transparent url('../img/bg_main.jpg') center top repeat-x;
  position: relative;
}

#main_photo-obsah{
  margin: 0 auto; padding: 0;
  width: 894px;
  text-align: left;
  position: relative;
  top: 45px;
}


#main{
  width: 100%;
  background: #1C1E1B url('../img/bg_main_shadow.png') left top  repeat-x;
}

#main-obsah{
  margin: 0 auto; padding: 10px 0 10px 0;
  width: 894px;
  text-align: left;
  font-size: 80%;
  color: #fff;
}

#main-obsah h2{
  margin: 0; padding: 0;
  color: #F8F400;
  font-size: 160%; font-weight: normal;
}

#main-obsah h3{
  margin: 0; padding: 20px 0 0 0;
  color: #F8F400;
  font-size: 130%; font-weight: normal;
}

#main-obsah h3.prvni{
  padding: 0;
}

#main-obsah p{
  line-height: 150%;
}

#main-obsah h4{
  margin: 0; padding: 0;
  color: #F8F400;
  font-size: 130%; font-weight: normal;
}

#main-obsah .levy{
  float: left;
  width: 512px;
  padding: 15px 0 15px 20px;
 /* background: transparent url('../img/bg_main.jpg') center bottom no-repeat;*/
}

#main-obsah .pravy{
  margin: 0 0 0 552px;
  border-left: 1px solid #DDD;
  padding: 15px 0 15px 20px;
}

#main-obsah .pravy img{
  border: 0;
  margin: 0 1px;
  vertical-align: middle;
}

#main-obsah .pravy hr {
  height: 1px;
  border: 0;
  border-top: 1px solid #ddd;
  margin: 5px 0 15px 0;
}


#main-obsah .moto{
  font-size: 200%; font-style: italic; color: #83BB44;
  text-align: center; 
  padding: 20px 0 20px 0;
}

#paticka{
  width: 100%;
  border-top: 2px solid #CCC;
  background: #095494 url('../img/bg_paticka.png') left top repeat-x;
}

#paticka-obsah{
  margin: 0 auto; padding: 15px 0 15px 0;
  width: 894px;
  text-align: left;
  font-size: 90%; color: #fff;
}

#paticka-obsah .levy{
  float: left;
  width: 289px;
  padding: 3px 20px 10px 20px;
}

#paticka-obsah .pravy{
  margin: 0 0 0 298px;
  border-left: 1px solid #ccc;
  padding: 3px 0 10px 30px;
  position: relative;
}

#paticka-obsah p{
  line-height: 150%;
}

#paticka-obsah label{
  float: left;
  width: 130px;
}

#paticka-obsah input{
  border: 1px solid #ccc;
  width: 200px;
}

#paticka-obsah textarea{
  border: 1px solid #ccc;
  width: 431px; height: 100px;
}

#paticka-obsah input.send_button{
  border: 0;
  position: absolute;
  right: 50px; top: 24px;
  width: 123px; height: 47px;
}

#paticka-obsah .special{
  display: none;
}

#paticka-obsah a{
  color: #F8F400;
}

.gall img{
  border: 0;
  margin: 0 12px 0 12px;
}

#mapa
{
  width:400px;
  height:280px;
  border:0;
  margin: 0 auto;
}

.right{
  text-align: right;
}

.center{
  text-align: center;
}

.stred img{
  vertical-align: bottom;
  margin: 0 10px 0 20px;
}

.velky{
  font-size: 170%;
}

hr.cleaner {
  clear: both;
  visibility: hidden;
  height: 0;
  margin: 0; padding: 0;
}




