body {
	background-image: url(achtergrond.jpg);
	font-family: arial;
	size: 8pt;
}

td
{
  border-style: solid;
  border-width: 0px;
/*  text-align: center; */
  font-size: 8pt;
  color: white;
/*  font-weight: bold; */
}

td.titel
{
  background:url(img/titel.jpg) no-repeat;
  background-color: white;
  height:28px;
  background-position: top right;
}

td.lBlauwMenu
{
  /* background-color: #A4CFE4; border: #FFFFFF solid 1px; */
  background-color: #A4CFE4; 
  border-top-width: 1px; 
  border-bottom-width: 1px;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-bottom-style: solid;
  border-right-style: solid;
  border-left-style: solid;
  border-top-color: #FFFFFF; 
  border-bottom-color: #FFFFFF;
  border-right-color: #FFFFFF;
  border-left-color: #A4CFE4;
}

td.dBlauwMenu
{
  background-color: #2D5675; 
  border-top-width: 1px; 
  border-right-width: 1px;
  border-left-width: 1px; 
  border-bottom-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-color: #2D5675;
  border-right-color: #FFFFFF;
  border-left-color: #2D5675;
  border-bottom-color: #FFFFFF;
}

a
{
  text-decoration: none;
  color: #FFFFFF;
}

a.redlink
{
  text-decoration: none;
  color: red;
}

a.redlink:hover
{
  background-color: red;
  text-decoration: underline;
  color: white;
}

.redlink
{
  text-decoration: none;
  color: red;
  cursor: hand;
}

.redlink:hover
{
  background-color: red;
  text-decoration: underline;
  color: white;
  cursor: hand;
}

a.menu:hover
{
  background-color: red;
  text-decoration: none;
  color: white;
}

a.menu:visited
{
  text-decoration: none;
  color: white;
}

td.schaduw
{
  background-color: #7AA3C1;
}

.blackText
{
  font-family: arial, verdana, sans-serif;
  color: #000000;
  font-size: 8pt;
}

.footer
{
  font-family:  verdana, sans-serif;
  background-color:#A4CFE4;
  color: #000000;
  font-size: 8pt;
  padding-left: 10px;
  BORDER-TOP: #2D5675 1px solid;
  BORDER-BOTTOM: #2D5675 1px solid;
  BORDER-LEFT: #2D5675 1px solid;
  BORDER-RIGHT: #2D5675 1px solid;
}

.hr {
height: 0;
border: 0;
border-top: 2px solid #ffffff;
}

.berichtTitel
{
  background-color: #ffcc00;
  color: #000000;
  font-weight: bold;
  font-size: 9pt;
  font-family: Arial, Helvetica, sans-serif;
}

a.yellowlink
{
  text-decoration: underline;
  color: black;
}

a.yellowlink:hover
{
  background-color: #ffcc00;
  text-decoration: none;
  color: black;
}

.postedBy
{
  color: #999999;
  font-size: 10px;
  font-family: Arial, Helvetica, sans-serif;
}


