/* -------------------------------------- */
/*  ALGEMENE OPMAAK                       */
/* -------------------------------------- */

html, body {
	width: 100%;
	height: 100%;
	}

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #4F4F4F;
	margin: 0;
	padding: 0;
	}

#body {
	position: absolute;
	top: 50%;
	display:block;
	width: 100%;
	margin: 0 auto;
	margin-top: -275px;
	}

#container {
	position: relative;
	display: table;
	width: 1003px;
	height: 550px;
	#position: relative;
	overflow: hidden;
	background-color: #538FCA;
	margin: 0 auto;
	text-align: left;
}

#mainContent {
	position:absolute;
	width: 1003px;
	height: 550px;
	}

/* -------------------------------------- */
/*  SECOND HOMES CONTENT CLASS            */
/* -------------------------------------- */

h1.second-homes {
	position: absolute;
	top: 111px;
	left: 117px;
	background-image: url('images_splash/logo_secondhomes.jpg');
	width: 243px;
	height:101px;
	}

h1.second-homes span {
	display:none;
		}

a.second-homes {
	position: absolute;
	top: 250px;
	left: 73px;
	width: 358px;
	margin: 0;
	text-decoration: none;
	cursor: pointer;
	}

a.second-homes span {
	display: block;
	padding: 10px;
	color: #FFF;
	font-size: 11px;
	line-height: 18px;
	margin: 0;
	height: 70px;
	border: solid 1px #BBD3EB;
	border-bottom: 0;
	overflow: hidden;
	cursor: pointer;
	}

a.second-homes img {
	border: 0;
	}

/* -------------------------------------- */
/*  VACANCES CONTENT CLASS                */
/* -------------------------------------- */

h1.vacances {
	position: absolute;
	top: 77px;
	left: 625px;
	background-image: url('images_splash/logo_vacances.jpg');
	width: 262px;
	height:107px;
	}

h1.vacances span {
	display:none;
	}

a.vacances {
	position: absolute;
	top: 220px;
	left: 574px;
	width: 358px;
	margin: 0;
	text-decoration: none;
	cursor: pointer;
	}

a.vacances span {
	display: block;
	padding: 10px;
	color: #FFF;
	font-size: 11px;
	line-height: 18px;
	margin: 0;
	height: 70px;
	border: solid 1px #BBD3EB;
	border-bottom: 0;
	overflow: hidden;
	cursor: pointer;
	}

a.vacances img {
	border: 0;
	}

/* -------------------------------------- */
/*  FOOTER                                */
/* -------------------------------------- */

#footer {
	position: absolute;
	bottom: 0;
	background-image: url('images_splash/footer.jpg');
	height: 25px;
	width: 1003px;
	font-size: 10px;
	color: #FFF;
	line-height: 25px;
	text-align: center;
	}

#footer a {
	text-decoration: none;
	color: #FFF;
	}

/* -------------------------------------- */
/*  BACKGROUND CONTENT BOX                */
/* -------------------------------------- */

#mainBack .winter {
	width: 1003px;
	height: 364px;
	background-image: url('images_splash/contentBack.jpg');
	background-repeat: repeat-y;
	}

#mainBack .zomer {
	width: 1003px;
	height: 161px;
	}

#mainBack .winter img, #mainBack .zomer img {
	padding: 0;
	margin: 0;
	border: 0;
	}