.masterTable
{
	width: 850px; 
	height: 100%; 
	/*background: url('../../images/tableBG.jpg'); 
	background-repeat: repeat-y;*/
	background-color: white;
	border-left: 1px solid black;
	border-right: 1px solid black;
}

.header
{
	background-image: url('../../images/header.jpg');
	width:850px; 
	height:168px;
}

.tocArea
{
	/*background-image: url('../../images/tocBG.jpg');
	background-repeat: repeat-x;*/
	background-color: #878787;
	vertical-align: top; 
	width:174px; 
	height:100%;
	border-right: 1px solid #b2b2b2;
}

.tocLink
{
	background-image: url('../../images/tocBg2.jpg');
	background-repeat: repeat-x;
	text-align: right;
	border-top: 1px solid #616161;
	border-bottom: 0px solid #818181;
	width: 173px;
	height: 21px;
	padding-bottom: 10px;
}

.tocArea a
{
	padding-right: 5px;
	padding-left: 5px;
	text-decoration: none;
	font-weight: normal;
	color: white;
	font-size: 12pt;
}
	.tocArea a:Link { 	color: white; }
	.tocArea a:visited {	color: white; }
	.tocArea a:hover { font-weight: bold; color: #550000; }
	.tocArea a:active {	font-weight: bold; color: red; }

.contentArea
{
	vertical-align: top; 
	width:675px; 
	height: 100%;
}

.galleryTable
{
	padding: 0px;
	margin: 0px; 
}

.galleryTable td
{
	padding-left: 7px;
	border-bottom: 1px solid #AEAEAE;
	border-right: 1px solid #FFDDDD;
}

.galleryTable img
{
	border: 1px solid grey;
	margin: 2px;
}

.gastenboek
{
	background-color: FFFFFF;
	color: black;
	border-left: 6px solid #777777;
	border-right: 1px solid gray;
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
	width: 97%;
	padding: 10px; 
	line-height: 17pt;	
	vertical-align: top;
}

.gastenboekBerichtWit
{
	width: 97%;
	border: 1px solid #999999;
	padding-top: 5px;
	margin-bottom: 10px;
}

.gastenboekBerichtWit2
{
	background-color: #F9F9F9;
	width: 97%;
	border: 1px solid #550000;
	padding-top: 5px;
	margin-bottom: 10px;
}

.linksTable
{
	width: 100%;
}
.linksTable td
{
	text-align: center;
	border-bottom: 1px solid #550000;
	border-right: 1px solid #999999;
	padding-left: 7px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 2px;
}
.linksTable td p
{
	text-align: center;
}