body {
  padding: 0;
  margin: 0;
  font-family: Arial, sans-serif;
  font-size: 100.01%;
  text-align: center;
}
#container {
  width: 760px;
  margin: 0 auto;
  text-align: left;
}
h1 {
  background-repeat: no-repeat;
  text-align: right;
  font-size: 2em;
  height: 140px;
  padding-top: 1px;
}
h1 span {
  display: block;
  height: 39px;
  padding-top: 60px;
  margin-top: 40px;
  padding-right: .2em;
  border-right: 5px solid silver;
  border-bottom: 5px solid silver;
}
#intree {
  font-size: .8em;
}
#intree a {
  color: black;
  text-decoration: none;
}
#intree a:hover {
  text-decoration: underline;
}
#menu {
  width: 10em;
  float: left;
  margin-left: 16px;
  padding-left: 0;
  margin-right: 2em;
  font-size: .8em;
  font-weight: bold;
  list-style-image:url(../bilder/bullet-rund.gif);
}
#menu ul {
  margin-left: 16px;
  margin-top: .3em;
  padding-left: 0;
  list-style-image:url(../bilder/bullet-dreieck.gif);
}
#menu li {
  margin-bottom: .2em;
}
#menu li.current a {
  color: #e61e33;
}
#menu li.current ul a {
  color: black;
}
#menu a {
  color: black;
  text-decoration: none;
}
#content {
  margin: 1em 0 1em 12em;
  padding: .5em;
  background-color: #edeeef;
  font-size: .9em;
  border-right: 5px solid silver;
  border-bottom: 5px solid silver;
}
#content li {
  margin-bottom: .5em;
}
h2 {
  background: url(../bilder/banner-h2.png) right;
  height: 30px;
  padding-top: 20px;
  padding-left: 5px;
  color: white;
  font-size: 1.8em;
}
h3 {
  font-size: 1.2em;
}
img.icon-gross {
  float: right;
  margin-left: 5px;
  margin-bottom: 5px;
}
img.portrait {
  float: left;
  margin-right: 5px;
  margin-bottom: 5px;
}
#content ul.uebersicht {
  margin-top: -1em;
}
#content ul.uebersicht li {
  font-size: larger;
  margin-bottom: 0.3em;
}
div.list{
  margin-left: 40px;
}
a {
  color: #e61e33;
}
a.more {
  color: #e61e33;
  font-style: italic;
  font-weight: bold;
  text-decoration: none;
}
a.more:hover {
  text-decoration: underline;
}
blockquote {
  border-bottom: black thin solid;
}
p.cite {
  font-style: italic;
}
