@charset "utf-8";
/* CSS Document */

BODY {
  background: #9BA5B0 url("images/background_start.jpg") repeat-y fixed;

  scrollbar-face-color: #efefef; 
  scrollbar-highlight-color: #FFF; 
  scrollbar-shadow-color: #5B5F00; 
  scrollbar-3dlight-color: #5B5F00; 
  scrollbar-arrow-color: #5B5F00; 
  scrollbar-track-color: #efefef; 
  scrollbar-darkshadow-color: #FFF; 
  
  font-family: palatino linotype, georgia, Book Antiqua, helvetica, sans-serif;
  color: #333;
}

#startpagina {
  width: 777px;
  height: 650px;
  border: 10px solid #FFF;
  background: #DFEDFD;
  margin-top: 40px;
  margin-bottom: 40px;

  position: absolute;
  left: 50%;
  margin-left: -388px; /* half the width of the div */
}

#startpagina_fotos {
  width: 100%;
  border-bottom: 10px solid #FFF;
}

#startpagina_titel {
	position: absolute;
	z-index: 20;
	margin-left: 7px;
	margin-top: 5px;
	font-size: 24pt;
	color: #FFF;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 2;
}

#startpagina_tekst P {
	text-align: center;
	font-size: 18px;
}

#startpagina_tekst A {
	color: #444;
	text-decoration: none;
}

#pagina {
	background: #DFEDFD url("images/background.jpg") no-repeat 50% 50% fixed;
	border: 10px solid #FFF;
	min-height: 300px;
	width: 900px;
	margin-top: 30px;
	position: absolute;
	left: 50%;
	margin-left: -450px; /* half the width of the div */
}

#pagina_titel {
	background: #DFEDFD;
}

#pagina_titel h1 {
	font-family: Palatino Linotype, Book Antiqua, helvetica, sans-serif;
	color: #0E70E1;
	font-weight: bold;
	font-size: 34px;
	text-align:center;
	font-style: italic;
	margin-top:0px;
}

#pagina .quote {
	float: right;
	width: 300px;
	background: url("images/openquote.gif") 20% 0% no-repeat;
	margin-top: -40px;
	padding-left: 30px;
}

#pagina .quote p {
	color: #666;
	font-size: 14pt;
	text-align: right;
}

#pagina_titel #menu {
	background: #BCC8D6;
	height: 23px;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	margin-top: -15px;
	width:900px;
}

#pagina_titel .menuitem {
	float: left;
	width: 150px;
	text-align: center;
}

#pagina_titel #menu a {
	text-decoration: none;
	color: #0E70E1;
}

#pagina_titel #menu a:hover, #pagina_titel #menu a.active:hover {
	color: #FFF;
}

#pagina_titel #menu a.active {
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
}

#pagina h2 {
	font-family: Palatino Linotype, Book Antiqua, helvetica, sans-serif;
	color: #0E70E1;
	font-weight: bold;
	font-size: 25px;
	text-align:left;
	margin: 20px 20px 10px 30px;
}

#pagina h3 {
	font-family: Palatino Linotype, Book Antiqua, helvetica, sans-serif;
	color: #0E70E1;
	font-weight: bold;
	font-size: 20px;
	text-align:left;
	margin: 20px 20px 10px 30px;
}

P {
	margin-left: 30px;
	margin-right: 30px;
	line-height: 140%;
	font-size: 12pt;
}

P.slogan {
	text-align: center;
	font-weight: bold;
	font-size: 14pt;
	color: #800000;
	font-variant: small-caps
}

P.small {
	font-size: 8pt;
	margin-top: 50px;
}

P.center {
	text-align: center;
}

P.bigger {
	font-size: 13pt;
}

P A {
	color: #0E70E1;
}

#welkom_leduret {
	border: 1px solid #000;
	float: left;
	margin-left: 20px;
	margin-right: 30px;
	margin-bottom: 20px;
}

#welkom_levieuxlogis {
	border: 1px solid #000;
	float: left;
	margin-bottom: 20px;
}

#thumbnails {
	margin-left: 30px;
	margin-right: 10px;
	margin-top: 20px;
}

#thumbnails img {
	border: 1px solid #0E70E1;
	margin-right: 5px;
	margin-bottom: 10px;
	width: 90px;
	height: 60px;
}

#thumbnails img:hover {
	border: 1px solid #ffbf73;
}

.image {
	border: 1px solid #004888;
}

.imageright {
	float: right;
	margin-left: 10px;
	margin-top: 5px;
	border: 1px solid #004888;
}

TABLE.gastenboek_navigatie {
	width: 850px;
	margin-left: 20px;
	margin-bottom: 20px;
}

TD.gastenboek_navigatie {
	width: 283px;
}

TABLE.gastenboek {
	border:1px solid #589cea;
	width: 850px;
	margin-left: 20px;
}

TABLE.gastenboek TH {
	vertical-align: top;
	text-align: left;
	padding-left: 5px;
}	

TABLE.contact {
	margin-left: 30px;
}

TABLE.contact TH {
	vertical-align: top;
	text-align: left;
	width: 120px;
}

TABLE.contact INPUT, TEXTAREA, SUBMIT {
	border: 1px solid #004888;
}
