/* CSS Document */
 body{
  background: url('images/textura-body.png') repeat-x rgb(78,143,64);
  text-align: center;
  font-family: "Trebuchet MS";
  font-size: 13px;
  color: rgb(0,0,0);
  position: relative;
  margin: 5px 0 60px 0;
  padding: 0;
  }
  #pack{
  width: 800px;
  margin: 0 auto; 
  text-align: left;
  background: rgb(255,255,255) url('images/body-spodek.png') no-repeat bottom;
  }
  a#header-logo{
  width: 274px;
  height: 214px;
  display: block;
  text-decoration: none;
  background: rgb(80,115,147) url('images/hlavicka-logo.png') no-repeat;
  float: left;
  }
  
  p#header-tip{
  margin: 0;
  padding: 0; 
  height: 214px;
  width: 526px;
  background: rgb(112,128,144) url('images/hlavicka3.png') no-repeat; 
  float: right;
  position: relative; 
  }    
  p#header-tip span{
  position: absolute;
  top: 45px; right: 45px;
  display: block;
  width: 150px;  
  }
  
  p#header-tip a{
  color: #003366;
  text-decoration: underline;
  }
  p#header-tip a:hover{
  color:#428134;
  text-decoration: none;
  }
  .cleaner{
  width: 1px;
  height: 1px;
  line-height: 1px;
  font-size: 1px;
  clear: both;
  }
  ul#menu{
  width: 250px;  
  margin: 0;
  #margin: 14px 0 0 0;
  padding: 0;
  margin-bottom: 10px;
  }
  #menu li{
  list-style: none;  
  }
  #menu li.headline{
  background: rgb(80,143,64) url('images/menu-nadpis-pozadi.png') no-repeat;  
  line-height: 35px;
  padding-left: 20px;
  margin: 14px 0 5px 0;
  #margin: 0 0 5px 0;
  
  }
  #menu .headline h3{
  color: rgb(255,255,255);
  font-size: 16px;
  margin: 0;
  padding: 0;
  }
  #menu li a{
  text-decoration: none;
  color: rgb(0,0,0);
  font-size: 15px;
  width: 230px;
  padding-left: 20px;
  line-height: 35px;
  background: rgb(233,233,233) url('images/menu-odkaz-pozadi.png');
  display: block;
  }
  #menu li a:hover{
  background: rgb(165,165,165) url('images/menu-hover-pozadi.png') no-repeat;
  }
  #form-mail{
  width: 250px; 
  margin: 14px 0 0 0;  
  padding: 0;
  background: rgb(80,118,151);
  text-align: center;
  }
  #form-mail h3{
  color: rgb(255,255,255);
  font-size: 16px;
  margin: 0;
  padding: 5px 20px;
  text-align: left;
  }
  div#contain{
  width: 470px;
  padding: 0 35px 20px 45px;
  #padding-top: 14px;
  float: right;
  }
  #contain p{
  margin: 0 0 15px 0;
  padding: 0;
  line-height: 160%;
  }
  
  #contain a{
  color: #003366;
  text-decoration: underline;
  }
  #contain a:hover{
  color:#428134;
  text-decoration: none;
  }
  #left{
  width: 250px;
  float: left;
  position: relative; left: 13px;
  }
  #fast-mail{
  width: 207px;
  margin: 0 auto;
  padding: 0;  
  }
  #fast-mail p{
  margin: 0 0 10px 0;
  padding: 0;
  }
  #fast-mail textarea{
  width: 207px;
  height: 115px;
  background: rgb(255,255,255);  
  border: 0;
  }
  #fast-mail .input{
  width: 187px;
  height: 21px;    
  background: url('images/input.gif');
  margin: 0;
  padding: 10px 10px 5px 10px;
  border: 0;
  }
  #fast-mail .submit{
  float: left;
  width: 108px;
  height: 31px;
  line-height: 31px;
  background: rgb(58,105,47) url('images/submit-pozadi.png');
  border: 0;
  margin-bottom: 12px;
  #margin-bottom: 3px;
  color: rgb(255,255,255);
  font-size: 14px;
  font-weight: bold;
  font-family: "Trebuchet MS";
  }
  .non-padmar{
  padding: 0;
  margin: 0;
  }
  h1{
  color: rgb(255,255,255);
  text-align: left;
  width: 760px;
  margin: 0 auto;
  margin-top: 60px;
  margin-bottom: 5px; 
  font-size: 25px;
  }
  h2{
  color: rgb(0,0,0);
  font-size: 24px;
  padding-left: 45px;
  background: url('images/nadpis-odrazka.png') no-repeat center left;
  margin: 30px 0 10px 0;
  }
  ul#box-other{
  width: 250px;   
  margin: 14px 0 15px 0;
  padding: 0 0 15px 0;
  background: rgb(67,102,137) url('images/box-modry-konec.png') no-repeat bottom;
  }
  #box-other li{
   background: rgb(67,102,137) url('images/box-modry-pozadi-ostatni.png');
   list-style: none;
   margin: 0;
   padding: 0 0 0 20px;
   color: rgb(255,255,255);
  }
  #box-other li h3{
  margin: 0;
  padding: 5px 0 7px 0;
  color: rgb(255,255,255);
  font-size: 16px;
  }
  span.square-inside{
  width: 5px;
  height: 5px;
  line-height: 5px;
  font-size: 4px;
  background: rgb(255,255,255);
  display: block;
  float: left;  
  margin: 7px 12px 0 10px;
  _margin-left: 5px;
  }
  #footer{
  margin: 0 auto;
  padding: 0;
  color: rgb(255,255,255);
  font-size: 14px;
  clear: both;
  position: relative; top: 26px;
  text-align: center;
  }
  h2.first-headline{
  margin-top: 14px;
  _margin-top: 0;
  }
  
  table.prices{
  width: 420px;
  margin: 0px 0;
  }
  .prices td, .prices th{
  border-top: 1px solid rgb(117,117,117);
  border-left: 1px solid rgb(117,117,117);
  padding: 8px 20px 8px 8px;
  text-align: center;
  }
  .prices th{
  padding: 12px;
  text-align: center;
  font-weight: bold;
  }
  .prices .right-last{
   border-right: 1px solid rgb(117,117,117);
  }
  .prices .last-tr td{
  border-bottom: 1px solid rgb(117,117,117);
  }
  .prices td.service{
  text-align: center;
  padding: 8px; 
  }
  .prices .colored{
  background: rgb(228,233,238);
  }
  

   #all-a {
    margin: 0 auto;
    height: 95px;
    width: 470px;   
    position: relative; 
                        
    }
            
    .arrow-a {                
      width: 21px;
      height: 95px;
      cursor: pointer;
      cursor: hand;
      position: absolute;             
      top: 0;            
      }
            
    #left-a a {
    width: 21px;
    height: 95px;
    display: block; 
    background: url('images/arrow-left.png') no-repeat;
    left: 0;
    }
            
    #right-a a {
    width: 21px;
    height: 95px;
    display: block; 
    background: url('images/arrow-right.png') no-repeat;
    right: 0;
    }
            
  #middle-a  {
    float: left;
    width: 435px;    
    position: absolute;
    top: 0; left: 24px;           
  }
  #middle-a img {
    border: 0;                
    margin: 0 4px;
  }

  li#ods {
  margin-left: 25px;
  list-style-type:square;
  }
  li#ods2 {
  margin-left: 50px;
  list-style-type:circle;
  }
  
  ul#svc li {
  margin-top: 5px;
  }
  
  ul#kontakt {
  list-style-type: none;
  }
  
  img#right-img {
  float: right;
  margin-left: 10px;
  }
  #form-mail p {
  color: white;
  }
  
 #contain li {
    margin-top: 11px;   
  }
 #contain ul {
    margin: 25px 0;
 }
 
 .uniform {
      margin: 10px 20px;;
      padding: 15px;
  }
  .uniform form {
      margin: 0;
      padding: 0;
  } 
  .uniform label {
      margin: 0;
      padding: 0;
  }
  .uniform form input {
      width: 200px;
      padding: 3px;
      border: 1px solid rgb(148,148,148);
      margin-bottom: 5px; 
  } 
  .uniform textarea {
      width: 375px;
      height: 200px;
      padding: 5px;  
      margin: 0 0 15px 0;
      border: 1px solid rgb(148,148,148);     
  }
    #rozp {
      width: 90px;
      height: 13px;
      padding: 5px;  
      margin: 0 0 0 5px;
      border: 1px solid rgb(148,148,148);     
  }
  .uniform p {
      margin: 0 0 0 15px;    
  }
  .option {
      padding-bottom: 5px;
  }
  .uniform legend {
      margin-bottom: 20px;
      font-weight: bold;
      color: black;
  }
  .uniform form .checkbox {
      width: auto;     
      margin: auto;            
      border: none;
  }
   p.checkbox-p {
   margin-top:10px;
    margin-bottom: 5px;
  }

.offon {
    margin: 0;
    padding: 10px 0;
    text-align: center;
}

div.sloupec {
      float: left;      
      width: 198px;  
  }
  .sloupec p {
      margin: 0 !important;
      padding: 4px 0 !important;
  }
  .odsazeni {
      position: relative;
      left: 10px;
  }
  
#rotate { 
width: 460px;  
height: 100px;  
overflow: hidden; 
margin: 15px 0;
  }

#rotate img {
margin: 0 8px; 
border: 4px solid #299DCA;
}


 #telf {
  text-align: center;
  }
  #telf .fgr {
  color: #509040;
  }
  
  #facebook {
  padding-top: 10px;
  padding-bottom: 15px;
  }


  #eudaj {
  display:none;
  }
  
    #seo-discount {
  width:450px;
  height: 50px;
  border: 2px solid #426588;
  margin-top: 10px;
  margin-bottom: -20px;
  text-align:center;
  font-size:16px;
  }
