@charset "iso-8859-1";

body
{
  margin-top: 50px;
}

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

body.kaarten
{
  margin: 40px 10px 20px 10px; /* top, right, bottom, left */  text-align: center;
}

img.kaarten
{
  margin: 10px 10px 10px 10px; /* top, right, bottom, left */
}

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

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

h1
{
  margin-top: 0;
  font-size: 150%;  
}

h2
{
  font-size: 100%;
  margin-top: 0;
  margin-bottom: -1em;
}

body.kaarten h1
{
  font-size: 200%;
  margin: 30px 0 50px 0px; /* top, right, bottom, left */
}

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

a:hover
{
  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.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;
}

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

td.site-naam
{
  vertical-align: top;
  padding: 10px 10px 10px 0px; /* top, right, bottom, left */
}

td.site-tekst
{
  vertical-align: top;
  padding: 10px 0px 10px 10px; /* top, right, bottom, left */
}

