/* news */
.MTKultwerkNews {
  margin-bottom:25px;
}
.MTKultwerkNews .standard .item {
  border-bottom: 2px solid #072822;
  line-height: 0px;
}

.MTKultwerkNews .standard .firstitem {
  border-top: 2px solid #072822;
}

.MTKultwerkNews .standard h3 {
  line-height: 11px;
  font-weight: bold;
  font-size: 11px;
  margin: 0px 0px 0px 0px;
  padding: 4px;
  cursor: hand;
  cursor: pointer;
  border:none;
}


.MTKultwerkNews .standard h3.active {
  background-image: url(/images/reference_active_bg.gif);
  background-repeat: repeat-x;
}


.MTKultwerkNews .standard .newsitemcontent {
  color:#072822;
  display: none;
  margin-bottom: 0px;
  padding: 4px;
}

.MTKultwerkNews .standard h3 .title {
  color:#072822;
  text-transform: uppercase;
}

.MTKultwerkNews .standard .item h3.active .title,
.MTKultwerkNews .standard .item h3 .date {
  color:#D60019;
}

.MTKultwerkNews .standard .archivelink {
  margin-top:25px;
}
.MTKultwerkNews .standard .archivelink a {
  text-transform: uppercase;
  font-weight:bold;
  color:#D60019;
  text-decoration: none;
}