body {
  background-color: #1E531D;
  background-image: url(green-noise.jpeg);
  color: #AAAA00;
  font-family: sans-serif;
}

a {
  color: #AACCFF;
  text-decoration: none;
}

a:hover {
  color: #88FFBB;
  text-decoration: underline;
}

div.content-box {
  float: left;
  margin-right: 3em;
  margin-bottom: 2em;
  max-width: 30em;
}

div.float-sync { clear: both; }

h2, b { color: #CCDD00; }

ul { line-height: 1.2em; }
ul li { padding-bottom: 0.5em; }

.feature-list .ready:after {
  content: " [verfügbar]";
  color: #00FF00;
  font-size: smaller;
}

.feature-list .alpha:after {
  content: " [geplant]";
  color: #FF4422;
  font-size: smaller;
}

.feature-list .head {
  color: #FFFFFF;
  font-weight: bold;
}

.feature-list ul {
  color: #DDDDDD;
  font-weight: normal;
}

dl dt { font-weight: bold; }
dl dd { margin-bottom: 0.8em; }

.impressum-link {
  font-size: smaller;
  text-align: right;
}

sup { font-size: 60%; }

p.footnotes {
  font-size: smaller;
  margin-left: 5%;
  margin-right: 10%;
}

sup, p.footnotes { color: #808022; }
p.footnotes b { color: #909900; }
