@charset "iso-8859-1";

body
{
  margin-top: 50px;
}

body, input, textarea, td
{
  font-family: Arial, sans-serif;
  background: #000000 none;
  color: #ffffff;
}

input, textarea
{
  font-size: 80%;
}

td.main
{
  padding: 30px 20px 20px 20px; /* top, right, bottom, left */
}

h4
{
  margin-top: 0;
  margin-bottom: -1em;
}

/* Order must be: link, visited, hover, active */

a:link, a:visited
{
  color: #ffff00;
  text-decoration: none;
}

a:hover, a:active
{
  text-decoration: underline;
}

p.menu
{
  border: 5px ridge gray;
  padding: 10px 10px 10px 10px; /* top, right, bottom, left */
  margin: 10px 0 10px 0; /* top, right, bottom, left */  
  background-color: gray;
  text-align: center;
}

p.menu a
{
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
}

p.menu a:hover
{
  color: #ffff00;
}

.accent
{
  color: #ffff00;
  font-weight: bold;
}

td.quote
{
  border: 7px ridge #ffffff;
  padding: 20px 20px 20px 20px; /* top, right, bottom, left */
  width: 400px;
}

p.text
{
  font-size: 150%;
}

p.author
{
  font-style: italic;
  text-align: right;
}

p.boven-quote
{
  margin-top: 2em;
  margin-bottom: 0.5em;
  font-size: 80%;
}

p.onder-quote
{
  margin-top: 0.5em;
  font-size: 80%;
}

td.nav
{
  vertical-align: top;
  padding: 25px 0px 0px 5px; /* top, right, bottom, left */
}

img
{
  border: 0px;
}

img.foto, img.foto-bij-tekst
{
  border: 2px solid #ffffff;
}

img.wit, img.wit-bij-tekst
{
  border: 6px double #ffffff;
}

img.foto-bij-tekst, img.wit-bij-tekst, img.bij-tekst
{
  margin: 10px 0px 10px 20px; /* top, right, bottom, left */
  float: right;
  clear: right;
}

p.left
{
  clear: left;
}

input, input.button, textarea
{
  border: 1px solid #ffffff;
  color: #ffffff;
}

ul.action
{
  margin-top: 50px;
  margin-left: 1.5em;
  padding-left: 0;
  font-size: 80%;
}

