@charset "UTF-8";
/* CSS Document */

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	background-attachment: fixed;
	background-color: #9c988c;
	background-image: url(../pics/achtergrond.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	scrollbar-face-color: #fbbd1e;
	scrollbar-3dlight-color: #fbd26a;
	scrollbar-highlight-color: #fae3a8;
	scrollbar-track-color: #fbcc55;
	scrollbar-arrow-color: #a27603;
	scrollbar-shadow-color: #a27603;
	scrollbar-darkshadow-color: #7b5902;
}
#mainkoningshuys {
	position:relative;
	width:900px;
	height:600px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 39px;
}
#textbox {
	width: 490px;
	height: 342px;
	overflow: auto;
	left:180px;
	top:92px;
	white-space: normal;
	padding-right: 20px;
	position: absolute;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: left;
}
#textboxreserveren {
	width: 520px;
	height: 342px;
	overflow: auto;
	left:160px;
	top:92px;
	white-space: normal;
	padding-right: 20px;
	position: absolute;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: left;
}
#fotobox {
	width: 490px;
	height: 336px;
	overflow: auto;
	left:180px;
	top:96px;
	padding-right: 20px;
	position: absolute;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: left;
}
.bodytekstcursief {
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-style: italic;
}
.bodytekstvet {
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
}
.kop {
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 20px;
}
.foto {
	margin-right: 3px;
	margin-bottom: 15px;
	height: 150px;
	width: 225px;
}
a:link {
	color:#C33;
	text-decoration:none;
}
a:visited {
	color:#C33;
	text-decoration:none;
}
a:hover {
	color:#FF6;
	text-decoration:underline;
}
a:active {
	color:#C33;
	text-decoration:none;
}
