body,td,th {
	color: #FFFFFF;
	font-family: Trebuchet MS, Arial;
	font-size: 14px;
}
body {
	background-color: #11283D;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
}
a:link {
	color: #BE7851;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #BE7851;
}
a:active {
	text-decoration: none;
	color: #BE7851;
}
.tabel_main {
	width: 900px;
}
.tabel_td227 {
	height: 227px;
}
.headerbg {
	background-image: url(../images/headerbg.jpg);
	height: 43px;
	background-repeat: no-repeat;
	font-size: 18px;
	color: #FFFFFF;
	vertical-align: middle;
	padding-left: 30px;
}
.footerbg {
	background-image: url(../images/footerbg.jpg);
	height: 3px;
	background-repeat: no-repeat;
	background-position: right;
	width: 697px;
}
.contentbg {
	background-repeat: repeat-y;
	background-image: url(../images/contentbg.jpg);
	padding-top: 50px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
}
.menupadding {
	padding-top: 0px;
	padding-left: 30px;
}
.smalltekst {
	font-size: 11px;
}
.gasteboekheader {
	font-weight: bold;
	color: #BE7851;
}
/* Special items : error containers, field hints, required table cell  */
	.KT_field_error {
		color: #cc0000;
	}
	.KT_field_hint {
		color:#0000cc;
		font-size: 10px;
	}
	.KT_tngtable td.KT_required {
	}
	/* span containing the "*" for required field labels */
	.KT_tngtable label span.KT_required {
		padding: 0 2px;
		color: #cc0000;
		font-family: Courier New, Courier, monospace;
		font-weight: normal;
	}
/* The client-side error displaying */

	/* How the label should change on error */
	.form_validation_field_error_label {
		/* color:#cc0000; */
	}
	/* How the input's container (TD) should change on error */
	.form_validation_field_error_container {
		/* border: 2px solid black; */
	}

	/* How the input textfield should change on error */
	.form_validation_field_error_text {
		/* border:2px solid #cc0000; */
	}

	/* The actial error message style */
	.form_validation_field_error_error_message {
		color:#BE7851;
		font-weight: normal;
		clear:left;
	}
	form.form_validation_form_error table {
		border: 2px solid red;
	}.menubg {
	background-image: url(../images/menubg.jpg);
	background-repeat: no-repeat;
}

