#col123, #col1, #col2 {
  float: left;
}
#col4, #col23, #col3 {
  float: right;
}
#col1 {
  width: 168px;
  width: 170px;
  /*background-color: red;*/
}
#col123 {
  width: 845px;
}
#col23 {
  width: 653px;
  /*background: red;  */
}
  #col23 .inner {
    float: left;
    width: 663px;
    background-color: #ffffff;
    margin-bottom: 10px;  
  }
#col2 {
  width: 468px;
  margin: 0px;
  padding: 10px;
  padding-top: 0px;  
  /*background-color: brown;*/
}
#col3 {
  width: 160px;
  margin: 0px;

  background-color: #f6fcb5;
  font-size: 90%;
  background-image: url('../img/layout/bg_col3.png');
  background-repeat: no-repeat;
  /*background-color: green;*/
}
#col4 {
  width: 125px;
  padding-right: 10px;
  /*background-color: blue;*/
}

/*tabulka s ikonami*/
.icons {
  width: 100%;
}
.icons td {
  text-align: center;
  width: 16%;
  font-size: 85%;
  padding: 5px;
}
.icons td h2 {
  font-size: 120%;
}

/*zmena zobrazeni zaznamu*/
#col2 .article-perex {
  width: 468px;
}
#col2 .article-perex .text {
  width: 468px;
}
.highlight {
  float: left;
  width: 448px;
  background-color: #cee9c4;
  padding: 10px;
  margin-bottom: 10px;
  color: #333333;
}
.highlight span {
  font-weight: bold;
  color: red;
  font-size: 120%;
}
.h {
  background-color: yellow;
  color: blue;
}
.highlight h1,
.highlight h2,
.highlight h3
{
color: #29691A;
}

#col23 table td {
  padding: 3px;
}
#col23 table td p {
  margin: 0px;
  padding: 0px;
}

