#news_preview {
  width: 100%;
  border-collapse: collapse
}

#news_preview .ramec {/* Bunka tabulky s obsahem */
  width: 280px;
  height: 230px;
  background-position: center center;
  background-repeat: no-repeat;
  vertical-align: bottom;
}

#news_preview .h_vypln {
  width: 1px;
}

#news_preview .v_vypln {
  height: 1px;
}

#news_preview a .popis_box .datum {
  display: block;
  margin-bottom: 10px;
  color: #FFFFFF;
  font-family: arial;
  font-weight: normal;
  font-size: 12px;
  
}

#news_preview a .popis_box {
  font-family: arial;
  font-weight: bold;
  font-size: 17px;
  color: #79D152;
  margin: 0px;
  padding: 10px 10px;
/* filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
 */
}

#news_preview a .popis_box p {
  margin: 0px;
  margin-top: 5px;
  padding: 0px;
  font-family: arial;
  font-weight: normal;
  font-size: 11px;
  color: #0C0B20;
}
