
/* body tag is in the PHP file */

table.frame {
	width: 100%;
	height: 100%;
	border: 0px;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}

td.frame {
	vertical-align: top;
	text-align: center;
}

#frame {
	position: relative;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 912px;

}
/* ------------------------------------- 
   Grafische onderdelen
*/

/*
#back {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 912px;
	height: 690px;
	z-index: 20;
}
*/

#logo {
	position: absolute;
	left: 10px;
	top: 10px;
	width: 159px;
	height: 107px;
	z-index: 30;	
}
#homebutton {
	position: absolute;
	left: 360px;
	top: 112px;
	width: 20px;
	height: 15px;
	z-index: 32;	
}

#rightshadow {
	position: absolute;
	left: 903px;
	top: 0px;
	width: 7px;
	height: 552px;
	z-index: 20;	
}

#vlag-nl {
	position: absolute;
	left: 350px;
	top: 400px;
	width: 59px;
	height: 41px;
	z-index: 30;	
}

#vlag-fr {
	position: absolute;
	left: 491px;
	top: 400px;
	width: 59px;
	height: 41px;
	z-index: 30;	
}

/* ------------------------------------ */
/* Website buttons */
#wbutfaciliteiten {
	position: absolute;
	left: 390px;
	top: 0px;
	width: 128px;
	height: 89px;
	z-index: 30;	
}

#wbutverhuur {
	position: absolute;
	left: 518px;
	top: 0px;
	width: 128px;
	height: 89px;
	z-index: 30;		
}

#wbutgolf  {
	position: absolute;
	left: 646px;
	top: 0px;
	width: 128px;
	height: 89px;
	z-index: 30;	
}

#wbutrestaurant {
	position: absolute;
	left: 774px;
	top: 0px;
	width: 128px;
	height: 89px;
	z-index: 30;	
}
/* ------------------------------------ */

#menubalk {
	position: absolute;
	left: 390px;
	top: 116px;
	width: 512px;
	height: 18px;
	z-index: 20;	
}

#menucontent {
	position: absolute;
	left: 390px;
	top: 116px;
	width: 512px;
	height: 18px;
	z-index: 22;
	
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #ffffff;	
	
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 1px;
		
}


#topfoto {
	position: absolute;
	left: 0px;
	top: 134px;
	/* width: 512px;
	height: 18px; */
	z-index: 20;	
}


#contentblok {
	
	padding-top: 20px;
	padding-left: 25px;
	padding-right: 30px;
	padding-bottom: 40px;
	
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	
	vertical-align: top;
}


/* --------- Text Elements -------------- */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	color: #8f0000;
	font-weight: bold;
}

p, li, td {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	color: #000000;	
}

p.gerecht-frans {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	color: #000000;	
	padding-top: 15px;
	padding-bottom: 0px;
}

p.gerecht-nederlands {
	font-family: Arial;
	font-size: 11px;
	font-style: italic;
	color: #000000;	
	padding-top: 3px;
	padding-bottom: 5px;
	padding-left: 10px;
}

p.centered {
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	color: #000000;	
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	text-align: center; 
}


th {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	font-weight: bold;
}

p.italic {
	font-family: Arial;
	font-size: 12px;
	font-style: italic;
	color: #000000;
}

table.tabel-verhuur-prijzen
{
  border: 1,solid, #ff0000;
  width: 200px;
}

td.tabel-verhuur-prijzen-heading
{
	text-align:center;
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	font-weight: bold;

}

td.tabel-verhuur-prijzen-detail
{
	text-align:center;
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	font-weight: normal;

}








