.vertical-nav {
  width: 170px; */
  /*background-color: #bae1f9;*/
  padding: 0;
  /*border-right: 1px solid #ccc;*/
  height: 638px; /* volle Höhe des Bildschirms */
  /*position: fixed; /* bleibt beim Scrollen sichtbar */
  /*"width: 170px; height: 638px; */
}
.vertical-nav a {
  display: block;
  padding: 10px;
  color: #3f3f3f ;
  text-decoration: none;
  transition: background-color 0.3s;
}
.vertical-nav a:hover {
    /*background-color: #ffae0052;*/
    /*font-size:15px;*/
    /* color: #ff4d00 ; */
    text-decoration: underline;
}
table{font-family:Verdana, Geneva, Tahoma, sans-serif;
	  font-size:15px;
}