ul.nav {
  border-bottom: 1px solid #667abe;
  border-top: 1px solid #667abe;
  padding: 5px 18px 5px 18px;
  margin: 6px 0 -1px 0;
  text-align: center;
  font-size: 11px;
  line-height: 18px;
}

ul.nav li {
  margin: 0 9px 0 9px;
  display: inline;
}

ul.nav li.fineprint {
  float: left;
  color: #999999;
  margin: 0;
}

ul.nav li.switchlang {
  float: right;
  color: #999999;
  margin: 0;
  border: 0;
}

ul.nav a, ul.nav a.visited {
  color: navy;
  text-decoration: none;
}

body {
  font-family: "Dejavu Sans", "BitStream Vera Sans", Verdana, sans-serif;
  color: black;
  margin: 0;
}
body fieldset {
  display: flex;
  margin: 1em;
  padding: 0.5em;
  align-items: center;
  /*TODO 80% nicht gleich 80% (table)*/
  width: 80%;
  border: solid 2px #f0f0f0;
}
body fieldset #search-field {
  min-width: 10%;
  width: 30em;
  max-width: 25%;
}
body fieldset .checkbox-group {
  margin-left: 1em;
}
body table {
  margin: 1em;
  width: 80%;
  border: solid 2px #f0f0f0;
  border-collapse: collapse;
}
body table tr:first-child {
  background-color: #f0f0f0;
}
body table tr.mark-even-row {
  background-color: #f4f4f0;
}
body table th, body table td {
  text-align: left;
  padding: 0.3em;
}
body table th a, body table td a {
  color: navy;
  text-decoration: none;
}

h1 {
  font-size: 24px;
  line-height: 35px;
  margin-top: 18px;
}

h1, h2 {
  font-weight: bold;
  padding: 0 2% 0 18px;
  margin-bottom: 18px;
  text-indent: 0;
  border-bottom: 1px solid #667abe;
}

/*# sourceMappingURL=search.css.map */
