body {
  margin: 2px;
  padding: 2px;
  font-family: arial, sans-serif;
  font-size: 12px;
  background-color: white;
  
  color: black;
  border: 0px; 
  text-align: center;
}

html {
  background: white;
}

#body {
  width: 1050px; 
  height: auto; 
  min-height: 90%;
  
  padding: 0px;
  margin: 0px;
  margin-top: auto; 
  margin-left: auto; 
  margin-right: auto;

  text-align: left;   
  background: #fff;
}

#hlavicka {
  height: 118px;
  
  margin: 0px;
  padding: 0px;
  
  background: url('img/top.png') no-repeat top right;
  border: 1px solid rgb(203,203,203);
}

#menu {
  height: 19px;
  
  padding: 2px;
  margin-top: 2px;
  margin-bottom: 2px;
  
  border: 1px solid rgb(168,12,54);
  background-color: rgb(254,241,244);
}

#telo {
  width: 1050px;
  margin-top: 5px;
}

#levy-sloupec {
  width: 200px;
  float: left;
  overflow: auto;
  
  margin-top: 0px;
  text-align: justify;
   
  background-color: white;
  border: 0px;
}

#pravy-sloupec {
  width: 830px;
  margin-left: 15px;
  float: right;
}

#obsah_uvod {
  width: 610px;

  float: left;
  overflow: auto;
  
  margin-top: 10px;
  font-size: 14px;
  text-align: justify;
}

#obsah_sluzby {
  width: 610px;
  min-height: 350px;
  float: left;
  overflow: auto;
  
  margin-top: 10px;
  font-size: 14px;
  text-align: justify;
}

#obsah_onas {
  width: 610px;
  min-height: 350px;
  float: left;
  overflow: auto;
  
  margin-top: 10px;
  font-size: 14px;
  text-align: justify;
}

#obsah_odmena {
  width: 610px;
  min-height: 350px;
  float: left;
  overflow: auto;
  
  margin-top: 10px;
  font-size: 14px;
  text-align: justify;
}

#obsah_aktuality {
  width: 610px;
  min-height: 350px;
  float: left;
  overflow: auto;
  
  margin-top: 10px;
  font-size: 14px;
  text-align: justify;
    
  background-image: url("./img/bgr_uvod.png");
  background-repeat: no-repeat; 
  background-position: 65% 0%;
}

#obsah_kestazeni {
  width: 610px;
  min-height: 350px;
  float: left;
  overflow: auto;
  
  margin-top: 10px;
  font-size: 14px;
  text-align: justify;
    
  background-image: url("./img/bgr_odkazy.png");
  background-repeat: no-repeat; 
  background-position: 65% 0%;
}

#obsah_poradna {
  width: 610px;
  min-height: 350px;
  float: left;
  overflow: auto;
  
  margin-top: 10px;
  font-size: 14px;
  text-align: justify;
    
  background-image: url("./img/bgr_odkazy.png");
  background-repeat: no-repeat; 
  background-position: 65% 0%;
}

#obsah_faq {
  width: 610px;
  min-height: 350px;
  float: left;
  overflow: auto;
  
  margin-top: 10px;
  font-size: 14px;
  text-align: justify;
}

#obsah_predpisy {
  width: 610px;
  min-height: 350px;
  float: left;
  overflow: auto;
  
  margin-top: 10px;
  font-size: 14px;
  text-align: left;
    
  background-image: url("./img/bgr_kestazeni.png");
  background-repeat: no-repeat; 
  background-position: 65% 50%;
}

#obsah_kontakt {
  width: 610px;
  min-height: 350px;
  
  float: left;
  overflow: auto;
  
  margin-top: 10px;
  font-size: 14px;
  text-align: justify;
    
  background-image: url("./img/bgr_kestazeni.png");
  background-repeat: no-repeat; 
  background-position: 65% 50%;
}

#obsah_oadvokacii {
  width: 610px;
  min-height: 350px;
  float: left;
  overflow: auto;
  
  margin-top: 10px;
  font-size: 14px;
  text-align: justify;
}

#obsah_galerie {
  width: 610px;
  min-height: 550px;
  float: left;
  overflow: auto;
  
  margin-top: 10px;
  font-size: 14px;
  text-align: justify;
}

#pravy-sloupec-vpravo {
  width: 200px;
  margin-left: 5px;
  margin-top: 0px;
  float: right;
  background-color: white;
  
  border: 0px;
  text-align: justify;
}

#contact_bar {
  width: 1050px; 
  height: 92px;
  clear: both;
  
  margin: 0px;
  margin-bottom: 0px;
    
  border: 1px solid rgb(203,203,203);
  background-image: url("./img/bottomleft.png"); 
  background-repeat: no-repeat; 
  background-position: 0% 0%;
  background: rgb(254,241,244);
}

#paticka {
  width: 100%;
  height: 18px;
  clear: both;
   
  margin: 0px; 
   
  border: 0px;
  background: #fff;
}

