/* CSS für die Newsmeldungen */

#hauptseite .newsmeldung {
  width:750px;
  margin:25px auto;
  border:1px solid #000;
}

#hauptseite .newsdatum {
  padding:0.5em 0;
  width:100%;
  text-align:center;
  background-color:#202E53;
  font-family:Arial, sans-serif;
  font-size:12pt;
  font-weight:bold;
  color:#EDEEE8;
}

#hauptseite .newstext {
  padding-left:20px;
}