div.related-moduls {
  width: 650px;
}
div.related-modul {
  width: 650px;
  margin-bottom: 10px;
}

div.related-moduls div.clear {
}

div.related-moduls div.half {
  width: 325px;
  float: left;
}

div.related-moduls div.half a.title-image {
  float: left;
  cursor: pointer;
  display: block;
  width: 120px;
  height: 120px;
  overflow: hidden;
  background-color: rgb(231, 231, 231);
}

div.related-moduls div.half div.clear {
}

div.related-moduls div.half div.text-holder {
  float: left;
  width: 185px;
  padding-left: 10px;
  padding-right: 10px;
}

div.related-moduls div.half div.text-holder a.news-text {
  font-family: arial;
  font-size: 12px;
  line-height: 14px;
  color: #4e4e4e;
  text-decoration: none;
  cursor: pointer;
}

div.related-moduls div.half div.text-holder a.news-title {
  font-size: 16px;
  font-family: georgia;
  margin-bottom: 10px;
  display: block;
  text-decoration: none;
  cursor: pointer;
}

div.related-moduls div.half img.title-image {
  display: block;
  width: 120px;
  height: 120px;
  overflow: hidden;
}

div.related-moduls div.title {
  height: 20px;
  line-height: 20px;
  margin-bottom: 10px;
}

div.related-moduls div.title img.logo-image {
}