#algemeen_body_container {
  position: absolute;
  top: 250px;
  left: 175px;
  width: 450px;
  height: 370px;
  background-color: #FF0026; 
  z-index: 0;

}

#algemeen_title_container {
  position: absolute;
  top: 180px;
  left: 175px;
  width: 450px;
  height: 60px;
  background-color: #FF0026;
  z-index: 1;
}

/* Editables */

#body {
  position: absolute;
  left: 10px;
  top: 10px;
}

#body {
  width: 400px;
  height: 320px;
  overflow: auto;
  padding: 10px;
}

/* Edit fields */

#algemeen_body_container .editor_field {
  width: 440px;
  height: 360px;
}


#algemeen_title_container .editor_field {
  width: 440px;
  height: 40px;
}

a, a:visited {
color: black;
text-decoration: none;
}
a:hover {
color: white;
background-color: transparent;
}

