body, div, p, ul {
  font-family: century gothic, verdana, arial, sans serif;
}
body.home {
  background-color: black;
  color: white;
  text-align: center;
}
body.home div {
  margin: 0 auto;
}
body.home h1 {
  font-weight: normal;
  font-size: 24pt;
}
body.home h2 {
  font-weight: normal;
  font-size: 10pt;
}
body.home td {
  text-align: left;
  vertical-align: top;
  padding: 10px;
}
body.home a {
  color: white;
  text-decoration: none;
  line-height: 2em;
  font-size: 10pt;
}
a:hover {
  text-decoration: underline;
}
body.projekte {
  background-color: black;
  color: #999999;
  text-align: left;
  padding: 50px;
}
div#breadcrumbs {
  margin-bottom: 50px;
}
h1#pagetitle {
  font-weight: normal;
  font-size: 24pt;
}
body.projekte ul {
  list-style-type: none;
  margin: 0 auto;
  font-size: 12pt;
  line-height: 2em;
}
body.projekte a {
  color: white;
  text-decoration: none;
}
body.inhalt {
  background-color: #999999;
  color: black;
  text-align: left;
  padding: 50px;
}
body.inhalt div {
  margin: 0 auto;
  font-size: 12pt;
}
body.inhalt a {
  color: white;
  text-decoration: none;
}
