html {
  background-color: #000000;
  margin: 10px;
}

body {
  background-color: #6b0c22;
  margin: 0 auto 0 auto;
  padding: 0;
  width: 960px;
  min-height: 780px;
  margin-bottom: 10px;
  display: -ms-flex;
  -ms-flex-direction: row;
  -ms-flex-wrap: wrap;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  height: 100%;
}

a img {border: none;}

h1#header {
  padding: 0;
  margin: 0;
  background-image: url("../img/header.jpg");
  background-repeat: no-repeat;
  min-width: 960px;
  width: 960px;
  height: 190px;
}

h1#header a {
  display: block;
  width: 960px;
  height: 190px;
  color: #cce7f9;
  background-image: url("../img/de-laatste-eer.png");
}

h1#header a span {
  visibility: hidden;
}

h1#header a:hover {
  text-decoration: none;
}

a {
  text-decoration: none;
  color: #588c8c;
}

a:hover {
  text-decoration: underline;
}

form label {
  display: block;
  width: 120px;
  float: left;
  margin-bottom: 10px;
  clear: left;
}

form textarea {
  margin-top: 10px;
  margin-bottom: 10px;
}

#content .mceEditor table.mceLayout {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
  margin-left: -11px !important;
}

table#mce_fullscreen_tbl {
  margin-top: inherit !important;
  margin-bottom: inherit !important;
}

div.title-mce-fullscreen {
  background-color: #ffffff;
  color: #000000;
  left: 0;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  box-sizing: border-box;
  position: absolute;
  top: 107px;
  width: 100%;
  z-index: 999999;
  height: 39px;
}

ul#menu {
  width: 210px;
  background-color: #011c26;
  padding: 10px;
  margin: 0;
  margin-top: 10px;
  margin-left: 10px;
  float: left;
  height: 100%;
}

ul#menu li {
  list-style-type: none;
}

ul#menu li {
  font-size: 17px;
}

ul#menu li.collapsed, ul#menu li.expanded {
  cursor: pointer;
}

ul#menu li a {
  font-family: Corbel;
  color: #f4cb89;
}

ul#menu li a.selected {
  color: #d9042b;
}

ul#menu li {
  font-family: Corbel;
  color: #f4cb89;
}

ul#menu li.expanded {
  background-image: url("../img/uitklapmenu-pijl-beneden.png");
  background-repeat: no-repeat;
  background-position: 200px 9px;
}

ul#menu li.collapsed {
  background-image: url("../img/uitklapmenu-pijl-rechts.png");
  background-repeat: no-repeat;
  background-position: 200px 6px;
}

div#content {
  float: left;
  padding: 10px;
  margin: 10px;
  width: 680px;
  min-width: 680px;
  min-height: 550px;
  background-color: #011c26;
}

p#copyright {
  margin: 0;
  padding: 0;
  clear: left;
  font-size: 11px;
  opacity: 0.5;
  filter: alpha(opacity=50);
  padding-top: 10px;
  margin-bottom: -30px;
}