/* CSS Document */

body {
	background-color			:	#8E4F27;
	margin						:	0px;
	padding						:	0px;
}

h1 {
	font-family					:	Georgia, "Times New Roman", Times, serif;
	font-size					:	16px;
	font-weight					:	bold;
	color						:	#C8E9F1;
}

.wrapper {
	width						:	1005px;
	margin-left					:	auto;
	margin-right				:	auto;
}

.mainDiv {
	text-align					:	left;
	width						:	1005px;
}

.header {
	background-image			:	url(../images/header_bottom.jpg);
	background-repeat			:	no-repeat;
	height						:	252px;
	padding-left				:	63px;
	padding-right				:	64px;
	padding-top					:	0px;
}

#slider {
	width						:	878px;		
	height						:	232px;
}

.contentTable {
	background-image			:	url(../images/content_bg.jpg);
	background-repeat			:	repeat-y;
	width						:	1005px;
	z-index						:	1;
}

.navTD {
	background-image			:	url(../images/nav_top.jpg);
	background-position			:	left top;
	background-repeat			:	no-repeat;
	width						:	220px;
	z-index						:	2;
	float						:	left;
	text-align					:	right;
	padding-top					:	80px;
	padding-right				:	30px;
	min-height					:	275px;
	height						:	auto !important;
	height						:	275px;
}

.contentTD {
	background-image			:	url(../images/content_top.jpg);
	background-position			:	left top;
	background-repeat			:	no-repeat;
	width						:	665px;
	z-index						:	2;
	float						:	right;
	font-family					:	Georgia, "Times New Roman", Times, serif;
	font-size					:	14px;
	color						:	#C8E9F1;
	line-height					:	18px;
	padding-top					:	30px;
	padding-right				:	90px;
	padding-bottom				:	50px;
}

.contentTD a:link, .contentTD a:visited {
	color						:	#C8E9F1;
	text-decoration				:	underline;
}

.contentTD a:hover, .contentTD a:active {
	color						:	#C8E9F1;
	text-decoration				:	none;
}

.clearboth {
	clear						:	both;
	line-height					:	1px;
	font-size					:	1px;
	height						:	1px;
}

.footer {
	background-image			:	url(../images/footer_bg.jpg);
	background-repeat			:	no-repeat;
	height						:	126px;
	width						:	1005px;
	font-family					:	Georgia, "Times New Roman", Times, serif;
	font-size					:	11px;
	color						:	#43261A;
	padding-top					:	20px;
	text-align					:	center;
}

.footer a:link, .footer a:visited {
	color						:	#43261A;
	text-decoration				:	none;
}

.footer a:hover, .footer a:active {
	color						:	#43261A;
	text-decoration				:	underline;
}

.tekstveld {
	font-family					:	Georgia, "Times New Roman", Times, serif;
	font-size					:	11px;
	color						:	#333333;
	width						:	300px;
}

.select {
	font-family					:	Georgia, "Times New Roman", Times, serif;
	font-size					:	11px;
	color						:	#333333;
	width						:	306px;
}

.knop {
	font-family					:	Georgia, "Times New Roman", Times, serif;
	font-size					:	11px;
	color						:	#333333;
	width						:	150px;
}

.gastenboek {
	border-top					: 	1px solid #FFFFFF;
	border-right				: 	1px solid #FFFFFF;
}

.gastenboek td {
	padding						: 	5px;
	border-left					: 	1px solid #FFFFFF;
	border-bottom				: 	1px solid #FFFFFF;
}



