.pulka_obsahu_l{
  float: left;
  width: 50%;
  *width: 49%;
  height: 92%;
  text-align: center;
  padding: 4% 0% 4% 0%;
  color: #FFFFFF;
  
  background-position: center top;
  background-repeat: no-repeat;
  background-image: url("../../img/bg_l.jpg");
}
.pulka_obsahu_p{
  float: left;
  width: 50%;
  height: 92%;
  text-align: center;
  padding: 4% 0% 4% 0%;
  color: #111111;
  
  background-position: center top;
  background-repeat: no-repeat;
  background-image: url("../../img/bg_p.jpg");
}
.logo{
  margin-bottom: 20px;
  margin-left: 110px; /*obrazek ma vpravo velky stin*/
}
.obal_texty{
  display: block;
  margin: 0px 0px 5px 0px;
  text-align: center;
  min-height: 40px;
}
.text_rozdelovnik1{
  display: inline-block;
  font-size: 28px;
  margin-right: 5px;
  line-height: 28px;
}
.text_rozdelovnik2{
  display: inline-block;
  font-size: 34px;
  font-weight: bold;
  line-height: 28px;
}
.cara{
  display: inline-block;
  clear: both;
  width: 210px;
  height: 6px;
  margin: 26px 0px 26px 0px;
  background-position: left top;
  background-repeat: repeat;
  background-image: url("../../img/bg_banner_bila_12.png");
  
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  behavior: url(../../funkce/PIE.php);
}
.cara2{
  display: inline-block;
  clear: both;
  width: 210px;
  height: 6px;
  margin: 26px 0px 26px 0px;
  background-color: #ffffff;
  
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  behavior: url(../../funkce/PIE.php);
}
.tl_navstivte_l{
  float: left;
  width: 60%;
  height: 34px;
  line-height: 34px;
  font-size: 16px;
  font-weight: bold;
  padding: 8px 32px 8px 13px;
  margin-top: 45px;
  color: #3C2110;
  background-color: #B6B7B9;
  text-align: right;
  
  background-position: 110px center;
  background-repeat: no-repeat;
  background-image: url("../../img/ic_right_banner.png");
  
  -webkit-border-radius: 0px 20px 20px 0px;
  -moz-border-radius: 0px 20px 20px 0px;
  border-radius: 0px 20px 20px 0px;
  behavior: url(../../funkce/PIE.php);
}
.tl_navstivte_l:hover{
  color: #3C2110;
  background-color: #C7C7C7;
}

.tl_navstivte_p{
  float: right;
  width: 60%;
  height: 34px;
  line-height: 34px;
  font-size: 16px;
  font-weight: bold;
  padding: 8px 13px 8px 32px;
  margin-top: 45px;
  color: #111111;
  background-color: #B6B7B9;
  text-align: left;
  
  background-position: 110px center;
  background-repeat: no-repeat;
  background-image: url("../../img/ic_right_banner.png");
  
  -webkit-border-radius: 20px 0px 0px 20px;
  -moz-border-radius: 20px 0px 0px 20px;
  border-radius: 20px 0px 0px 20px;
  behavior: url(../../funkce/PIE.php);
}
.tl_navstivte_p:hover{
  color: #111111;
  background-color: #C7C7C7;
}
.tl_navstivte_l img{
  margin-right: 25px;
}
.tl_navstivte_p img{
  margin-left: 25px;
}

/* pomocne */
.mr_ne{
	margin-right: 0px;
}

/*--- Responsive design ---*/
@media only screen and (max-width: 1520px) {  /*res loga*/

.logo {
  width: 70%;
  margin-left: 10%;
}

}

@media only screen and (max-width: 660px) {	/*preskaldej*/

.cara, p{
  display: none;
}
.tl_navstivte_l, .tl_navstivte_p{
  margin-top: 20px;
}

}

@media only screen and (max-width: 500px) {	/*preskaldej*/

.pulka_obsahu_l{
  width: 100%;
  clear: both;
  height: auto;
}
.pulka_obsahu_p {
  width: 100%;
  clear: both;
  height: auto;
}

.obal_texty{
  display: none;
}
.logo {
  width: 50%;
  margin-bottom: 0px;
}

}

@media only screen and (max-width: 400px) {

.logo {
  width: 60%;
  margin-bottom: 0px;
}
.pulka_obsahu_l{
  height: 46%;
  padding: 4% 0% 0% 0%;
}
.pulka_obsahu_p {
  height: 46%;
  padding: 0% 0% 4% 0%;
}

}