#news_content h1 {
  color: #00a5c8;
}
p {
  color: #333;
}
#news_content table#form td input.button {
  width: auto;
  border: 3px solid #419daf;
  padding: 0 15px;
  background: #00a5c8;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: arial, verdana, sans-serif;
  margin-top: 15px;
  cursor: pointer;
}
#news_content table#wrapper td, 
#news_content table#archiv td {
  background: #fccd58;
  color: #333;
}
#news_content table#wrapper td.background {
  background: #fccd58 url(/site/images/cell_bg_summer.gif) 100% 100% no-repeat;
}
#news_content table#wrapper td.background_2 {
  background: #fccd58 url(/site/images/cell_bg2_summer.gif) 100% 0 no-repeat;
}
.news_popup {
  background: #fff;
}