.content p {
  padding: 5px 0;
  font-size: 90%;
  } 
.content h1 {
  padding: 0 0 10px 0;
  font-size: 150%;
  font-weight: normal;
  }
.content .sub_block {
  width: 970px;
  padding-top: 50px;
  }
.content .sub_block .top .hrot {
  background: url('../img/hrot.png') 0 0 no-repeat;
  _background: url('../img/hrot.gif') 0 0 no-repeat;
  position: absolute;
  width: 122px;
  height: 55px;
  top: -49px;
  left: 50px;
  }
/*---- obecny bily blok na sub ---*/
.content .sub_block .top {
  height: 15px;
  font-size: 0;
  line-height: 0;
  background: #f47216 url('../img/bck_hp_block_top.jpg') 0 0 no-repeat;
  position: relative;
  }
.content .sub_block .bottom {
  background: #f47216 url('../img/bck_sub_block_bottom.jpg') 0 100% no-repeat;
  padding: 10px 20px 20px 20px;
  min-height: 160px;
  _height: 160px;
  }  
/*---- obsahova cast --- / obecne / --*/ 
.content .sub_block .bottom h2 {
  padding: 0 0 10px 0;
  margin: 0;
  }
.content .sub_block .bottom h2.separator {
  border-bottom: 1px solid #f47216; 
  } 
.content .sub_block .bottom h2 span {
  font-size: 70%;
  font-weight: normal;
  }  
.content .sub_block .bottom h3 {
  padding: 10px 0;
  margin: 0;
  font-size: 90%;
  }  
.content .sub_block .bottom ul {
  margin: 0 0 10px 0;
  }
.content .sub_block .bottom .lc {
  float: left;
  width: 500px;
  }  
.content .sub_block .bottom .rc {
  float: left;
  width: 430px;
  }    
.content .sub_block .bottom ul li {
  list-style-type: none;
  padding: 2px 20px 2px 20px;
  font-size: 90%;   
  background: url('../img/li.jpg') 0 7px no-repeat;
  #background: url('../img/li.jpg') 0 10px no-repeat;
  }
/*--- table ---*/
.content .sub_block .bottom table {
  border-collapse: collapse;
  border: none;
  width: 930px;
  margin: 10px 0;
  }
.content .sub_block .bottom table th {
  background: #f47216;
  color: #fff;
  font-size: 90%;
  border: 1px solid #f47216;
  padding: 5px 10px;
  }
.content .sub_block .bottom table td {
  border: 1px solid #f47216;
  padding: 5px 10px;
  font-size: 80%;
  }
.content .sub_block .bottom table td.big {
  font-size: 100%;
  text-align: right;
  font-weight: bold;
  width: 200px;
  }
.content .sub_block blockquote {
  font-size: 90%;
  text-align: right;
  }         