a:link, a:visited, a:active {
  color: #888888; background-color: transparent; text-decoration: none; }
a:hover {
  color: #CCCCCC; background-color: transparent; text-decoration: none; }

body {
  margin: 0; padding: 0;
  color: #888888; background-color: black; }

#kop {
  position: fixed; top: 0; left: 0;
  width: 100%; height: 150px;
  z-index: 2; }
#koplinks {
  width: 100%; height: 150px;
  background-color: black;
  background-position: 0 25px;
  background-image: url("images/logo4xk.png");
  background-repeat: repeat-x; }
#kopmidden {
  width: 600px; height: 100px;
  position: absolute; top: 25px; left: 25px;
  background-image: url("images/logo4.png"); }

#menu {
  position: fixed; top: 150px; left: 25px;
  width: 175px;
  font-family: "Garamond";
  text-align: right }
#menu h1 {
  font-size: 100%; font-weight: normal;
  border-bottom: 1px solid; }  
#menu ul {
  margin: 0; padding: 0;
  list-style: none; }
#menu ul li {
  font-size: 150%;
  margin: 0.5em 0 0 0; }
#menu ul li + li {
  margin-top: 1em; }
#menu ul li em {
  font-style: normal; font-weight: bold; }
#menu ul li.klein {
  margin-top: 3em;
  font-size: 100%; }
#menu ul li.klein + li.klein {
  margin-top: 1em; }

#inhoud {
  padding: 150px 350px 125px 300px;
  font-family: "Garamond";
  text-align: justify;
  z-index: 0 }
#inhoud h1 {
  font-size: 100%; font-weight: normal;
  border-bottom: 1px solid; }
#inhoud h2 {
  font-size: 100%; font-weight: normal;
  margin-top: 19px; margin-bottom: 1em; }
#inhoud p {
  line-height: 1.25em; }
#inhoud p.indent {
  margin-left: 2em; }
#inhoud p a {
  font-weight: bold; }
#inhoud table.lijst, table.lijstcompact {
  border-spacing: 0; }
#inhoud table.lijst td {
  text-align: left;
  vertical-align: baseline;
  padding: 0 2em 1em 0; }
#inhoud table.lijstcompact td {
  text-align: left;
  vertical-align: baseline;
  padding: 0 2em 0 0; }
#inhoud ul {
  margin: 0; padding: 0;
  list-style: none; }
#inhoud ul li {
  font-size: larger;
  margin-top: 1em; }
#inhoud div.poezie p {
  font-style: italic;
  margin-left: 4em; margin-right: 4em; }
#inhoud blockquote {
  font-style: italic; }

#foto img {
  position: fixed; top: 150px; right: 50px;
  border: 1px solid;
  z-index: 1; }

#voet {
  position: fixed; bottom: 0; left: 0;
  margin: 0; padding: 0;
  width: 100%; height: 100px; 
  z-index: 1; }
#voetlinks {
  width: 100%; height: 100px;
  background-color: black;
  background-image: url("images/logo4xv.png");
  background-repeat: repeat-x; }

* html body {
    padding: 150px 0px 125px 0;
    overflow: hidden; }
* html #kop {
    position: absolute; }
* html #menu {
    position: absolute; }
* html #foto img {
    position: absolute; }
* html #voet {
    position: absolute;
    bottom: -1px; }
* html #inhoud {
    padding: 0 350px 0 300px;
    height: 100%; width: 100%;
    overflow: auto; }
