  html { background-color: black } 

  #header {
    padding: 1ex;
    background-color: black;
    color: white;
    text-align: center;
  }

  #header h1 {
    margin: 0ex;
	font-size: 300%;
	font-style: italic;
	font-weight: normal;
  }

  #headerbar { border-bottom: 1px solid black; }
  #footer { background-color: black; color: white ; }

  #body {
    overflow: auto;
    background-color: #A16936;
    color: white;
    padding: 10px;
    text-align: center
  }

  .justified { text-align: justify; }

  #menu {
    font-family: serif;
    font-size: 100%; 
    font-weight: normal;
  }

  #left { 
    float: left;
    height: 100% 
    background-color: yellow;
  } 

  #right {
    float:right;
    height: 1em;
    width: 7em;
    background-color: black;
  }

  .bar {
	clear: both;
	padding: 3px;
	text-align: center;
	font-size: 90%;
    background-color: #AAAAAA;
  }

  .left, .right {
    padding: 0px 1em;
  }

  .left {
	float: left;
	text-align: left;
  }

  .right {
	float: right;
	text-align: right;
  }

  /* styling the menu */

  #menu a {
	text-decoration: none;
	font-weight: normal;
	font-size: 100%;
    padding-right: 1em;
  }

  #menu a:hover {
	text-decoration: underline;
  }

  #menu .webgen-menuitem-selected {
	border-left: 3px solid black;
  }

  #menu ul {
	list-style-type: none;
	padding: 0px;
	margin-left: 10px;
  }

  #menu li > ul {
	font-size: 95%;
  }

  #menu li {
    margin: 0.0em 0px;
    /* padding-left: 5px; */
  /*  border-left: 3px solid #CCCCCC; */
    text-align: right;
  }

  /* Vertical menu */

  .vertmenu ul {
    width: 8em;
  }

  .vertmenu ul ul {
    left: 7em;
    border: 0px;
    text-align: center;
  }

  .vertmenu ul ul a {
    background-color: black;
    color: white;
    text-align: center;
  }

  .vertmenu li {
    background-color: red;
  }

  .vertmenu a { 
    background-color: black;
    color: white;
  }

/* Witte lijnen rond een table */
  .wittelijnen {
    border: 1px solid white;
    border-collapse: collapse;
  }
  .wittelijnen tr td { 
    border: 1px solid white;
    padding-top: 0.1em;
    padding-bottom: 0.1em;
  }

  table.centered {
    margin-left: auto;
    margin-right: auto;
  }

  table.fullwidth {
    width: 95%;
  }


  .centered tr td {
    text-align: center;
  }

  td {
    padding: 0pt 2pt;
  }
