/* $Id: index.css,v 1.4 2004/10/06 14:36:17 thodi Exp $ */

h2.indexpage {
  font-weight: bold;
  font-size: x-large;
  text-align: center;
}

h2.umzug {
  font-weight: bold;
  font-size: x-large;
  text-align: center;
  color: #7e1919;
  background: white;
  border: solid 2px black;
  padding: 2px;
}

h2.umzug .number {
  color: white;
  background: #7e1919;
  padding-left: 2px;
  padding-right: 2px;
  padding-top: 0px;
  padding-bottom: 0px;
}

h2.indexpage:before {
  content: "";
}

h2.indexpage .number {
  color: #7e1919;
  background: white;
  padding-left: 2px;
  padding-right: 2px;
  padding-top: 0px;
  padding-bottom: 0px;
}

h3.indexpage {
  font-weight: bold;
  font-size: large;
  text-align: center;
}

