/* -------------------   tabellen   --------------------- */

table.gastenboek {
	background-color: #FFFFFF;
	background-position: top;
	margin: 0px;
	padding: 0px;
	width: 600px;
}
table.hoofdTabel {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-left-color: #999999;
	border-bottom-color: #999999;
}
table.kopPage {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
	border-bottom-color: #999999;
	background-color:#FBF0B0;
}
td.middenKolom {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #D8C34C;
}
td.topMenu {
	font-family:"Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	font-size:11px;
	font-weight: bold;
	color:#000000;
	background-color:#FFFFFF;/*#FBF0B0;*/
	border-bottom-color:#999999;
	border-bottom-width:1px;
	border-bottom-style:solid;
	padding:0px 20px 0px 20px;
	vertical-align:top;
}
td.nieuwsKolom {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #D8C34C;
	width:170px;
}
td.nieuwsBody {
	padding:30px;
}
td.bodyTable {
padding: 30px;width: 478px;
}
table.footer {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
	border-bottom-color: #999999;
}
td.homeKader {
	border-width:1px;
	border-color:#999999;
	border-style:solid;
	padding:3px;
}
table.homeKaderLeft {
	margin-top: 8px;
	margin-right: 4px;
	margin-bottom: 8px;
	margin-left: 8px;
}
table.homeKaderRight {
	margin-top: 8px;
	margin-right: 8px;
	margin-bottom: 8px;
	margin-left: 4px;
}
td.formFirstRow {
	font-family: 'Trebuchet MS', Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	background-color:#FFFFFF;
	border:1px solid #DDDDDD;
	text-align:left;
	padding-left: 5px;
}
td.formSecondRow {
	font-family: 'Trebuchet MS', Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	background-color:#EEEEEE;
	border:1px solid #DDDDDD;
	text-align:left;
	padding-left: 5px;
}
td.formFirstRowCenter {
	font-family: 'Trebuchet MS', Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	background-color:#FFFFFF;
	border:1px solid #DDDDDD;
	text-align:center;
}
td.formSecondRowCenter {
	font-family: 'Trebuchet MS', Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	background-color:#EEEEEE;
	border:1px solid #DDDDDD;
	text-align:center;
}
td.formFirstRowRight {
	font-family: 'Trebuchet MS', Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	background-color:#FFFFFF;
	border:1px solid #DDDDDD;
	text-align:right;
}
td.formSecondRowRight {
	font-family: 'Trebuchet MS', Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	background-color:#EEEEEE;
	border:1px solid #DDDDDD;
	text-align:right;
}