#main {
  overflow: hidden;
  background: rgb(134,125,120);
}

#historik {
  margin-top: 7px;
}

#historikContent {
  position: absolute;
  left: 360px;
  top: 0px;
  bottom: 0px;
  right: 0px;

  overflow: auto;

  text-align: left;
}

#historikContent p {
  margin-left: 0px;
  margin-right: 20px;
  color: white;
}

#historikContent h1 {
  margin-left: 0px;
  color: white;
}
