/* CSS: Newsseite */

#hauptseite .newsmeldung {
  width:700px;
  height:100%;
  margin:0 auto;
  border:1px solid #000000;
}

#hauptseite .titel {
  width:690px;
  background:#7D775E;
  color:#EDEEE8;
  padding:5px;
  text-align:center;
}

#hauptseite p {
  padding:0.5em 5px;
}
