@charset "utf-8";

/*
* Copyright (c) 2005--2006 Geert Hendrickx
*
* $Id: print.css,v 1.2 2008/12/03 10:16:07 ghen Exp $
*/

body
{ font-family: serif;
  background: white;
  padding: 0;
  margin: 0;
}

h1
{ margin: 0;
  padding: 1em 0;
  text-align: center;
}

h2
{ font-size: medium;
  margin: 0;
  padding: 0.5em 1ex 0.5em 1ex;
  border: 1px solid gray;
}

h3
{ font-size: small;
  margin: 0;
  padding: 1em 0 0 0;
}

h2.date
{ font-size: x-small;
  color: #aaa;
  padding: 0;
}

p
{ line-height: 150%;
}

input.veld, textarea.veld
{ width: 95%;
}

img
{ border: none;
}

img.affiche
{ max-width: 90%;
  border: 1px solid #444;
}

hr
{ border: none;
  margin: 1em 12em;
}

div#master
{ width: 90%;
  margin: 5ex auto 5ex auto;
  border: none;
  background: white;
}

#header
{ color: black;
  background: white;
}

ul#menu
{ display: none;
}

a:link
{ color: black;
  text-decoration: none;
}

a:visited
{ color: black;
  text-decoration: none;
}

a:link:hover
{ text-decoration: underline;
}

a:visited:hover
{ text-decoration: underline;
}

#content
{ width: 100%;
  float: left;
  background: white;
  font-size: small;
  color: black;
  text-align: justify;
  padding: 1em 0;
  min-height: 50ex;
}

div.item
{ margin: 0 1em 0 1em;
  border: none;
  padding: 0 1.5em 0 1.5em;
}

div.sidebar
{ display: none;
}

ul
{ padding: 0 0 0 3em;
}

ul.links
{ list-style-type: none;
}

p.affiche
{ text-align: center;
}

p.affiche a.current
{ font-weight: bold;
}

blockquote
{ font-style: italic;
}

table.cast
{ width: 99%;
  text-align: left;
}

td
{ vertical-align: top;
}

td.rol
{ width: 50%;
}

td.naam
{ width: 50%;
}

td.jaar
{ width: 10%;
}

td.stuk
{ width: 90%;
}

div.border
{ border: #eee solid thick;
  border-right: none;
}

#footer
{ background: white;
  color: black;
  font-size: x-small;
  text-align: right;
}

#bottommenu
{ display: none;
}

#footer a
{ color: black;
}
