* {
	margin: 0;
	padding: 0;
}

body {
	margin:0;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:100%;
	height:100%;
	background:#fff;
	min-width:900px;    	/* Minimum width of layout - remove line if not required */
					/* The min-width property does not work in old versions of Internet Explorer */
	background-color: white;
	font-size: 62.5%;
	font-family: Arial,Helvetica,sans-serif;
/*	font-family: Helvetica, 'Trebuchet MS', sans-serif;*/
/*	overflow: hidden;*/
}

div#admin {
	position: absolute;
/*	display: none;*/
	display: block;
	left: 0px; /* 32 */
	top: 0px;
	width: 280px;
	bottom: 0px;
	background-color: white;
}

div#container {
	position: absolute;
	display: block;
	/* left: 280px; */
	left: 32px; 
	top: 32px;
	right: 32px;
	bottom: 32px;
/*	background: white url('../img/bg0.jpg') no-repeat center bottom;*/
	overflow: hidden;
	min-width: 800px;
	min-height: 750px;
}
div.home#container       {	background: white url('../img/bg_home.jpg') no-repeat center bottom; }
div.restaurant#container {	background: white url('../img/bg_restaurant.jpg') no-repeat center bottom; }
div.beach#container      {	background: white url('../img/bg_beach.jpg') no-repeat center bottom; }
div.events#container     {	background: white url('../img/bg_events.jpg') no-repeat center bottom; }
div.media-news#container {	background: white url('../img/bg_media-news.jpg') no-repeat center bottom; }
div.gallery#container    {	background: white url('../img/bg_gallery.jpg') no-repeat center bottom; }
div.vacatures#container  {	background: white url('../img/bg_vacatures.jpg') no-repeat center bottom; }
div.contact#container    {	background: white url('../img/bg_contact.jpg') no-repeat center bottom; }

#left
{
	display: block;
	width: 780px;
	margin: 32px 0 32px 0px; /* 248 */
}

	#content {
		position: absolute;
		top: 80px;
/*		z-index: 11;*/
		position: relative;
	}

	#content p {
		margin-bottom: 16px;
	}

	#content .left_img {
		float: left;
		display: block;
		margin-right: 16px;
	}
	
	#content .right_img {
		float: right;
		display: block;
		margin-left: 16px;
	}
	
		ul#navigation {
			position: absolute;
			left: 90px;
			height: 85px;
			margin: 0; padding: 0;
			width: 635px;
/*			letter-spacing: 0.5px;*/
		}
			
			ul#navigation li {
				text-align: center;
				line-height: 85px;
				background-color: black;
				float: left;
				width: 85px;
				height: 85px;
				margin-right: 5px;
				list-style-type: none;
			}

			ul#navigation li a:link,
			ul#navigation li a:visited,
			ul#navigation li a:hover {
				background-color: white;
				width: 85px;
				height: 85px;
				display: block;
				color: black;
				text-decoration: none;
			}
			ul#navigation li a:focus {
				outline: 0;
			}	
			ul#navigation li a.selected,
			ul#navigation li:hover a {
				background-color: #e65525;
			}

			ul.closed#navigation {
				height: 28px;
				line-height: 28px;
			}

			ul.closed#navigation li {
				line-height: 28px;
				width: 28px;
				height: 28px;
			}
			ul.closed#navigation li a:link,
			ul.closed#navigation li a:visited,
			ul.closed#navigation li a:hover {
				font-size: 120%;
				width: 28px;
				height: 28px;				
			}

	div.closer {
		position: absolute;
		top: 0;
		width: 28px;
		height: 28px;
		display: block;
		background-color: white;
		text-align: center;
		line-height: 28px;		
	}
	div.closer a {
		color: black;
		text-decoration: none;
		outline: none;
	}
	div#closer {
		left: 720px;
	}

	#ologo {
		position: absolute;
		display: block;
		width: 85px;
		height: 85px;
		background-color: white;
		left: 0;
		top: 0px;
/*		z-index: 15;*/
	}
	#ologo a img { border: 0; }

	#textcontainer {
		overflow: hidden;		
		font-size: 1.1em;
		line-height: 1.5em;
		position: absolute;
		display: block;
		left: 90px;
		top: 90px;
		width: 593px; /* 625 */
		height: 448px; /* 480 px */
		padding: 16px;
		/* background-color: white;  rgba(255,255,255,0.9); */
		background: url("../img/bg-white.png") repeat scroll top left;
	}
		#textcontainer a {
			color: #f15d22;
		}
		#textcontainer a img {
			border: 0;
		}
		#textcontainer ul {
			list-style-position: inside;
		}
		
		#beachclubo_small {
			position: absolute;
			width: 164px;
			height: 20px;
			bottom: 16px;
			right: 16px;
			display: block;
			background: url("../img/beachclubo.png") no-repeat scroll top left;
		}

#footer {
/*	font-size: 80%;*/
	position: absolute;
	display: block;
	float: left;
	left: 90px;
	top: 575px;
	width: 593px; /* 625 */
	height: 32px;
	line-height: 32px;
	text-align: justify;
	background-color: white; /* rgba(255,255,255,0.9); */
	padding-left: 16px;
	padding-right: 16px;
}
#footer a {
	background-color: #e65525;
}
#footer div {
	display: inline-block;
}
#footer:after {
	display: inline-block;
	content: "";
	width: 100%;
	height: 0px;
}

#right
{
	display: block;
	margin: 32px 32px 32px 780px;
/*	background-color: #eee;*/
}
div#nieuwsbrief {
	margin-top: 8px;
}
div#nieuwsbrief form input[type="text"] {
	height: 18px;
	margin-left: 8px;
	border: 1px solid #999;
}
#nieuwsbrief_name.blur,
#nieuwsbrief_email.blur {
	color: gray;
}
div#gallery .photo {
	float: left;
	width: 70px;
	height: 70px;
	display: block;
	padding: 3px;
	padding-right: 4px;
	margin: 3px;
	border: 0;
}
div#gallery .photo a img {
	width: 70px;
	height: 70px;
	border: 0;
}


