ul#liste {
  text-align: center;
  /*        width: 500px;    /*
        font: 22px Verdana, Arial, sans-serif;
        list-style-type: none;
        margin: 0;
     /*   padding: 0 0 27px 30px; /**/
  border-bottom: 1px solid black; /*#0099FF; /**/
}

ul#liste li {
  font: 13px Verdana, Arial, sans-serif;
  display: inline-block;
  height: 42px;
  background-color: #e0e0e0; /*#A1FF8A;/**/
  margin: 1px 2px 0 1px;
  border: 1px solid black; /* #0099FF; /**/
}

#liste a {
  font: 13px Verdana, Arial, sans-serif;
  display: block;
  color: #666;
  text-decoration: none;
  padding: 3px 10px;
}
#liste a:hover {
  background: #fff;
}

#liste #hier a:active {
  font-weight: bold;
}
/**/
#liste li#hier {
  border-bottom: 1px solid #fff;
  background-color: #fff;
  font-weight: 800;
}
#liste li#hier a {
  color: #000;
}
/*
    #inhalt {
    border-width: 0 1px 1px 1px;
    border-color: #a5a5a5;
    border-style: solid;
    padding: 5px;
    background-color: #FFF;
}
/**/
