﻿@media screen, print {
body { 
  background: #ff9966; 
  margin: 0px;
  padding: 20px;
}

td {
  vertical-align: top;
  padding: 5px;
  border-left: 0px;
  border-bottom: 0px;
  border-top: 1px;
  border-right: 1px;
  border-style: solid;
}

a:hover {
  background: beige;
}

a.def {
  border-bottom: 1px dotted;
  text-decoration: none;
}

h1 {
  margin-top: 0px;
}

#pageindex {   /* Lijst met onderwerpen */
  font-size: 18px;
  list-style: none;
}

p.menuexpl {
  font-size: 14px;
  margin-top: 0;
  margin-left: 20px;
  margin-bottom: 10px;
}

#content {
  background: #ffcc99;
}

#footnote {    /* Copyright notice, last updated, etc. */
  font-size: 9px;
	font-weight: bold;
	text-align: center;
	line-height: 12px; 
}

.hidden {
  display: none;
}
}

@media screen {
#content {
  padding: 50px;
}

body { 
  padding: 20px;
}
}

@media print {
#content {
  padding: 0px;
}

body { 
  padding: 0px;
}
}
