﻿/* =========================
   Basis
   ========================= */
body {
  font-family: Arial, Helvetica, Verdana, sans-serif;
  background: #d9d6c8;
  color: #000;
  margin: 0;
  text-align: left;

  /* legacy IE scrollbars */
  scrollbar-face-color: #ffffff;
  scrollbar-shadow-color: #ffffff;
  scrollbar-highlight-color: #ffffff;
  scrollbar-3dlight-color: #ffffff;
  scrollbar-darkshadow-color: #ffffff;
  scrollbar-track-color: #ffffff;
  scrollbar-arrow-color: #990000;
}

.center { text-align: center; }

/* =========================
   Tabellen / cellen
   ========================= */
td.mijncel,
td.mijncel a {
  display: block;
  width: 100%;
  font-size: 14px;
  text-decoration: none;
  color: #ffffff;
  background: #003366;
}

td.mijncel a:hover {
  color: #003366;
  background: #ecd99f;
}

td.mijncel2 {
  width: 100%;
  font-size: 12px;
  color: #000;
}

td.mijncel2 a {
  display: block;
  width: 100%;
  font-size: 14px;
  text-decoration: none;
  color: #ff0000;
  background: #ffffff;
}

td.mijncel2 a:hover {
  color: #ffffff;
  background: #330099;
}

td.mijncel3 {
  width: 100%;
  font-size: 10px;
  color: #000;
}

/* =========================
   Links
   ========================= */
.links,
.oldtime {
  font: 12px verdana;
  color: #ffffff;
  text-decoration: none;
}

a:hover.links,
a:hover.oldtime {
  text-decoration: underline;
}

.selected_oldtime {
  font: 14px verdana;
  color: red;
  text-decoration: none;
}

/* =========================
   Menu
   ========================= */
.menu2 {
  font: 14px verdana;
  color: #0000ff;
  background: #ffffff;
}

/* =========================
   Layout
   ========================= */
.sitewrap {
  width: 900px;
  margin: 20px auto;
  background: #ffffff;
  border: 1px solid #888;
}

.layout {
  display: flex;
}

.sidebar {
  flex: 0 0 170px;
  background: #c7b57a;
  padding: 8px;
  overflow: visible;
}

.content {
  flex: 1 1 auto;
  min-width: 0;
  padding: 12px 18px;
}

.content:after {
  content: "";
  display: block;
  clear: both;
}

/* =========================
   Header
   ========================= */
.headerbar {
  background: #9a7d1f;
  color: #fff;
  padding: 6px 10px;
  font-weight: bold;
  font-size: 12px;
}

.headerbar a {
  color: #fff;
  text-decoration: underline;
  font-weight: normal;
}

/* =========================
   Navigatie
   ========================= */
.navitem {
  position: relative;
  margin-bottom: 4px;
}

.sidebar > .navitem > a {
  display: block;
  padding: 5px 8px;
  background: #9a7d1f;
  color: #ffffff !important;
  text-decoration: none;
  border: 1px solid #6f5a14;
  font-size: 13px;
}

.sidebar > .navitem > a:hover {
  background: #a88b2a;
}

/* =========================
   Submenu (definitief)
   ========================= */
.submenu {
  display: none;
  position: absolute;
  left: 165px;
  top: 0;
  min-width: 120px;
  background: #9a7d1f;
  border: 1px solid #6f5a14;
  z-index: 9999;
}

.sidebar .submenu a {
  display: block;
  padding: 5px 8px;
  background: #9a7d1f !important;
  color: #ffffff !important;
  border: 1px solid #6f5a14 !important;
  font-size: 13px;
  text-decoration: none;
}

.sidebar .submenu a:hover {
  background: #b8a55f !important;
}

/* hover trigger */
.has-sub:hover .submenu {
  display: block;
}

/* =========================
   Paginatie
   ========================= */
.pagenav {
  text-align: center;
  margin: 10px 0;
  line-height: 1.6;
  white-space: normal;
  word-spacing: 2px;
}

.pagenav a.oldtime,
.pagenav span.oldtime,
.pagenav span.selected_oldtime {
  display: inline-block;
  padding: 2px 4px;
  margin: 0 1px;
  border-radius: 2px;
  text-decoration: none;
}

.pagenav a.oldtime {
  background: transparent !important;
  color: #000 !important;
}

.pagenav span.selected_oldtime {
  color: #c00 !important;
  font-weight: bold;
  background: transparent !important;
}

/* =========================
   Prev / Next knoppen
   ========================= */
.navbtn {
  padding: 2px 6px;
  border: 1px solid #888;
  border-radius: 3px;
  background: #f2f2f2;
}

a.navbtn,
span.navbtn {
  color: #000 !important;
  background: transparent !important;
  font-weight: normal;
  text-decoration: none;
}

a.navbtn:hover {
  text-decoration: underline;
}

.navbtn.disabled,
span.navbtn.disabled {
  opacity: 0.35;
  color: #999 !important;
  border-style: dashed;
  cursor: default;
}
@media (max-width: 768px) {
  .layout { display: block; }
  .sidebar { width: auto; margin: 0 0 12px 0; }
  .content { width: auto; }
  .sitewrap { padding: 10px; }
  img { max-width: 100%; height: auto; }
}