#navtop,
#navbottom {
  background-color: #ffffff;
  background-repeat: no-repeat;
  float: left;
  width: 100%;
  border: solid #ccc;
  border-width: 1px 0;
}
#navbottom {
  margin-top: 10px;
}
#navtop ul,
#navbottom ul {
  margin: 0;
  padding: 0 20px;
  list-style: none;
  font-size: 85%;
}
#navtop li,
#navbottom li {
  float: left;
  margin: 0;
  padding: 0;
  background-image: none;
  line-height: normal;
  text-indent: 0;
  white-space: nowrap;
}
#navtop a,
#navtop strong,
#navbottom a,
#navbottom strong {
  display: block;
  padding: 4px 10px;
  border: solid #ccc;
  border-width: 0 1px 0 0;
  color: #7ac;
  text-decoration: none;
  white-space: nowrap;
}
#navtop .current strong,
#navtop .current a,
#navbottom .current strong,
#navbottom .current a {
  background-repeat: no-repeat;
}
#navtop a:hover,
#navtop .current a:hover strong,
#navtop .current strong,
#navbottom a:hover,
#navbottom .current a:hover strong,
#navbottom .current strong {
  color: #000;
}
#navtop a:hover,
#navbottom a:hover {
  background-repeat: no-repeat;
}
#navtop a strong,
#navtop .current a strong,
#navbottom a strong,
#navbottom .current a strong {
  background: none;
  padding: 0;
  border: none;
}
#navtop .h,
#navbottom .h {
  border-left-width: 1px;
}
#navtop #currentversion {
  font-size: 85%;
  margin: 0;
  padding: 4px 20px 0 20px;
  text-transform: lowercase;
  line-height: normal;
  border: none;
  text-align: right;
  display: block;
  white-space: nowrap;
}

#statuszeile {
  font-size: 60%;
  text-align: center;
}

#container {
  margin: 0;
  border: 1px solid #999999;
  padding: 1em 1em 1em 1em;
}
