html, body {
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #cccccc;
  width: 100%;
  height: 100%;
  text-align: left;
  font-family: Verdana,Arial,Helvetica,sans-serif;
}
body#home a#l1, body#debian a#l2, body#s3 a#l3, body#s4 a#l4, body#s5 a#l5, body#s6 a#l6 {
  background: black none repeat scroll 0%;
  color: white;
}
#background {
  position: absolute;
  z-index: 1;
  width: 100%;
}
#oben {
  overflow: auto;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
#inhalt {
  padding: 5px 19% 20px 2%;
}
#fest {
  position: absolute;
  top: 25px;
  width: 160px;
  z-index: 10;
  color: #556677;
  right: 15px;
}
#vertmenu {
  margin: 0px;
  padding: 0px;
  font-size: 100%;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  width: 160px;
}
#vertmenu h1 {
  margin: 0px;
  padding: 3px 0 5px 3px;
  font-size: 90%;
  width: 159px;
  display: block;
  color: #333333;
}
#vertmenu ul {
  border:  none;
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
}
#vertmenu ul li {
  margin: 0px;
  padding: 0px;
}
#vertmenu ul li a {
  border-bottom: 1px dashed black;
  padding: 18px 0px 0px 4px;
  font-size: 80%;
  display: block;
  text-decoration: none;
  color: #666666;
  width: 160px;
  height: 35px;
}
#vertmenu ul li a:hover, #vertmenu ul li a:focus {
  color: #000000;
  background-color: #eeeeee;
}
