/* ------ Content ------ */

#container {
  width: 79.5%;
  float: right;
}
#content {
  width: 71%;
  float: left;
  margin: 0 0 0 .5em;
  color: inherit;
  background: White url(../images/artikel-bck.jpg) repeat-x 0 0;
  min-height: 600px;
  height: auto !important; /* für moderne Browser */
}
.artikel {
  background: White url(../images/artikel-bck.jpg) repeat-x 0 0;
  margin: 0 0 1em 0;
  padding: .5em;
}
.artikel2 {
  margin: .5em 0 2em 0;
  padding: 0 .5em;
}
.artikel2 h1, .artikel2 h5 {
  margin: .5em 0 0 0;
  padding: 5px 0 0 26px;
  background: transparent url(../images/h1-bck.gif) no-repeat 0 0;
  background-position: center left;
  height: 42px;
  font-size: 150%;
  font-weight: normal;
  text-decoration: underline;
  text-align: center;
}
.artikel h1, .artikel h5 {
  border-bottom: 1px solid White;
  font-size: 130%;
  padding: 3px 0;
}
.artikel h2 {
  letter-spacing: -.04em;
  font-size: 110%;
  border-bottom: 1px solid White;
}
.csc-header-date {
  font-size: 11px;
  font-weight: bold;
  text-align: right;
}