html,
body,
#layout-container,
#layout-main {
  background-color: transparent;
  background-image: none;
  padding: 0;
  min-height: 0;
  float: none;
}
* {
  overflow: visible !important;
}

#layout-container {
  width: auto;
  border-width: 0;
}

.layout,
.fotogroep,
#flashcontent {
  display: none !important;
}

#layout-main {
  display: block !important;
  margin-left: 0 !important;
}

.structural {
  display: block;
}

.left + div + *,
.right + div + * {
  margin-top: 0;
}

