body
{
  width: 100%;
  background-color: #666666;
  text-align: center;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
}

div#main
{
  width: 787px;
  margin: 0 auto;
}

table
{
  border-collapse: collapse;
}

a
{
  color: #8c172e;
  text-decoration: underline;
}
a:hover
{
  text-decoration: none;
}

a.boldlink
{
  font-weight: bold;
}

td.header
{
  background-color: #ccc;
  font-weight: bold;
  font-size: 12px;
  color: #fff;
  padding-left: 21px;
}

td.header a
{
  color: #fff;
  text-decoration: none;
}
td.header a:hover
{
  color: #333;
}

table.main_table
{
  margin: 0 auto;
  padding: 0;
  margin: 0;
  border: 0;
}

td.left
{
  padding: 21px 0;
  background-color: #fff;
  vertical-align: top;
  text-align: center;
}

td.right
{
  width: 66%;
  background-color: #cccccc;
  padding: 21px 12px;
  text-align: left;
  vertical-align: top;
}

.redtext
{
  font-size: 12px;
  color: #8c172e;
  line-height: 22px;
}

div#intro_plaatjes
{
  width: 250px;
  text-align: center;
}

div#intro_plaatjes img
{
  margin-bottom: 8px;
}

td.right div#thumbnails
{
  width: 486px;
  margin: 0 auto;
}

td.right div.thumbnail
{
  position: relative;
  float: left;
  background-color: #bbb;
  width: 154px;
  height: 154px;
  margin: 4px;
}
td.right div.thumbnail img
{
  position: relative;
  border: 2px solid #666666;
}

td.right form input
{
  width: 220px;
}

td.right form textarea
{
  width: 270px;
}

table.informatie td
{
  font-size: 12px;
  color: #8c172e;
  line-height: 22px;
}


