div.container_type_2, div.related_articles {
  width: 215px;
    font-size: 12px;
}


div.container_type_2_top, div.related_articles_top {
  background-repeat: no-repeat;
  height: 5px;
}
div.container_type_2_top {
    background-image: url("/img/assets/category-page/container-type-2/background/container-type-2-top.png");
}
div.related_articles_top {
  background-image: url("/img/assets/topic-page/additional-info-area/container-type-1/container-type-1-top.png");
}


div.container_type_2_middle, div.related_articles_middle {
  background-repeat: repeat-y;
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 1px;
}
div.container_type_2_middle {
  background-image: url("/img/assets/category-page/container-type-2/background/container-type-2-scalable-middle.png");
}
div.related_articles_middle {
  background-image: url("/img/assets/topic-page/additional-info-area/container-type-1/container-type-1-scalable-middle.png");
}


div.container_type_2_bottom, div.related_articles_bottom {
  background-repeat: no-repeat;
  height: 5px;
}
div.container_type_2_bottom {
  background-image: url("/img/assets/category-page/container-type-2/background/container-type-2-bottom.png");
}
div.related_articles_bottom {
  background-image: url("/img/assets/topic-page/additional-info-area/container-type-1/container-type-1-bottom.png");
}


div.container_type_2_title, div.related_articles_title {
  font-family: Verdana;
  font-size: 14px;
  color: #444444;
  padding-top: 8px;
  padding-bottom: 8px;

  background-image: url("/img/assets/topic-page/additional-info-area/seperator-line.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  margin-bottom: 13px;
}

div.middle-container {
  border-top: 1px solid #FFFFFF;
  border-bottom: 1px solid #E2E2E2;
}

ul.container_type_2_list li, ul.related_articles_list li {
  margin-bottom: 6px;
  background-repeat: no-repeat;
  padding-left: 19px;
  word-wrap: break-word;
}
ul.container_type_2_list li {
  background-image: url("/img/assets/category-page/container-type-2/bullet.jpg");    
  background-position: 0 4px;
}
ul.related_articles_list li {
  background-image: url("/img/assets/topic-page/additional-info-area/bullet-point.png");
  background-position: 1px 5px;
/*FIXME: Information design Version 06a 42 / 88: If necessary the headlines of the related topics must be adapted */
  max-height: 50px;
  overflow: hidden;
}

ul.container_type_2_list.single-item li {
    background-image: none;
    padding-left: 0px;
}

ul.container_type_2_list li a, ul.related_articles_list li a {
  font-family: Arial;
  font-size: 13px;
  color: #888888;
  text-decoration: none;
  line-height: 16px;
  display: inline-block;
}
ul.container_type_2_list li a:hover, ul.related_articles_list li a:hover{
  color: #0060ac;
}