#links {
  float: left;
  margin-top: 10px;
  width: 233px;
  background-color: #acb5ba;
}

#rechts {
  float: right;
  width: 233px;
  background-color: #acb5ba;
  margin-top: 10px;
}

#bluebg {
  position: relative;
}

#content {
  margin-left: 250px;
  margin-right: 250px;
}

.bobbel {
  float: left;
  height: 8px;
  width: 8px;
  border: 1px solid white;
  background-color: #31448a;
  margin: 6px 10px;
  font-size: 7px;
}

#rechts h1, #links h1 {
  background-color: #8390ba;
  margin: 0px;
  padding: 4px;
  font-size: 12px;
  font-weight: bold;
  color: white;
}

#mainmenu a {
  color: white;
}