   body
   {
		background-color: #000000;
   }

/* Gebruikt om 100% tabel lengte te krijgen */

   html, body, #wrapper {
      height:100%;
      margin: 0 ;
      padding: 0;
      border: none;
      text-align: center;
   }
   
   #wrapper {
	margin: 0 auto;
	text-align: left;
	vertical-align: middle;

	background-color: #F2F2F2;
	border: 1px  solid #000000;

	
   }


td.balk
{
	background-image: url(../images/bodyback.gif);
	background-repeat: repeat;

}

tabe.content{
background-color: #F2F2F2;
}
td.content
{	
	text-align: left;
	vertical-align: top;
	color: #ffffff;
	background-color: #666666;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 20px;
	padding-bottom: 10px;
	
}

td.content2
{	
	text-align: left;
	vertical-align: top;
	color: #ffffff;
	background-color: #666666;
	padding: 0px;
	margin: 0px;

}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
}

p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 15px;

}

a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #ffffff;
}

