:root{
  --liniefarbe: rgb(190, 190, 190);
}
#tabellen_rahmen{
  margin: 2rem;
  
}

.jahr{
  width: 12rem;
  height: 2rem;
  font-weight: 600;
  vertical-align: center;
  border-top: 1px solid var(--liniefarbe);
}
.text{
  height: 2rem;
  vertical-align: center;
  border-top: 1px solid var(--liniefarbe);
}

.text a{
  text-decoration: none;
  font-weight: 700;
  color: var(--linkfarbe);
}

.text a:hover{
  text-decoration: underline;
  font-weight: 700;
  color: var(--linkfarbe);
}