body {
  min-width: 320px;
  font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 24px;
  color: #222222;
}
h1 {
  font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size:1.6em;
  text-align:center;
}
h1, h2, h3 {
  font-weight:normal;
  padding:10px;
  color: #0584d1;  /*  */
}

details {
  min-height:48px;
  max-width:900px;
}

details summary h2 {
  display:inline;
}
p, ul {
  background-color:transparent;
}
p {
  padding-left:10px;
}
.zentriert {
  text-align:center;
}
.nach_oben {
  vertical-align:top;
}
.nach_rechts {
  text-align:right;
}
a {
 color: #0070a8;
 text-decoration:none;
}

table, 
table td, 
table th {
  padding:5px;
  border-color:#bebebe;
}
table {
  max-width:90%;
  margin-left:10px;
}
.uneingeschraenkt {
  background-color:#e5ffd5;
}
.teilweise {
  background-color:#ffeeaa;
}
.eingeschraenkt {
  background-color:#ffd5d5;
}
ol.fette_liste li {
  font-weight:bold;
}
ol.fette_liste ul li {
  font-weight:normal;
}
ol.fette_liste li > p {
  font-weight:normal;
}
