.module_grid_3 {
  width:960px;
  margin:0 auto;
}

.module_grid_3:after {
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
}

.module_grid_3 *,.module_topic_slider * {
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  -ms-box-sizing:border-box;
  -o-box-sizing:border-box;
  box-sizing:border-box;
}

/*
.module_grid_3 .link_article:before,.link_article:before .link_article:before {
  content:'\203A';
  position:relative;
  top:-.1em;
  padding-right:.2em;
}
*/

.module_grid_3 .link_article {
    margin: 10px 0 0 0;
    display: inline-block;
}
.module_grid_3 .article {
  float:left;
  width:33.33333%;
  padding:0 10px;
}

.module_grid_3 .category,.module_grid_3 .headline,.module_grid_3 .textline {
  display:block;
}

.module_grid_3 .link_image .image {
  display:block;
  width:auto;
  max-width:100%;
  height:auto;
}

.module_grid_3 .headline {
  font-weight:200;
  font-size:32px;
/*  line-height:26px; */
  text-align:center;
}

.module_grid_3 .bodytext {
  line-height:26px;
}
