div#zajimavosti {
  position: relative;
  z-index: 2;
  width: 589px;
  height: auto;
/*  height: 725px;*/
}

  div#zajimavosti * {
    position: relative;
    top: 0; left: 0;
    margin: 0; padding: 0;
    color: #535353;
    font-size: 13px;
  }

  div#zajimavosti div.item {
    min-height: 150px;
    width: 560px;
    min-height: 165px; /*    height: 165px;*/
    height: auto;
    background: #c1d0df;
    margin: 0 0 2px 10px;
    padding: 10px;
  }

  div#zajimavosti div.gray {
    background: #ddd;
  }

  div#zajimavosti div.image_wrap {
    float: left;
    margin: 5px;
    text-align: center;
    margin-left: -5px;
  }

  .zajimavosti-h1 {
	  font-size: 13px;
	text-align: center;
	padding: 10px;
  }
  
  .zajimavosti-description {
    color: black;
    font-size: 13px;
    padding: 10px;
    text-align: justify;
  }
  
  div#zajimavosti h3 {
    font-weight: normal;
  }

  div#zajimavosti h2 {
    position: relative;
    float: left;
    width: 360px;
  }

  div#zajimavosti h2 a { text-decoration: none; }
  div#zajimavosti h2 a:hover { text-decoration: underline; }

  div#zajimavosti h4 {
    position: relative;
    float: right;
  }

  div#zajimavosti h5 {
    font-weight: normal;
    font-size: 12Px;
    position: relative;
    float: left;
    font-style: italic;
  }

  div#zajimavosti a 
  {
    position: relative;
    color: #535353;
    font-size: 12px;
    font-weight: bold;
    text-decoration: underline;
  }

  div#zajimavosti a:hover
  {
    text-decoration: none;
  }
  
  div#zajimavosti a.show-more
  {
	float: right; 
  }
