body{
	background-image: url(./images/background.jpg);
	background-color: black;
	min-height: 760px;
	min-width: 1000px;
	
	font-family: Verdana;
	font-size: 14px;
	color:white;
}

#backgroundImage{
	position: fixed;
	width:100%;
	height: 100%;
	z-index: 1;
	top:0px;
	left:0px;

}

#downloadAppImage{
	position: absolute;
	z-index: 200;
	left:479px;
	top:510px;
	width: 304px;
	height: 246px;
}

#mainDiv{
	position: absolute;
	z-index: 2;
	background-image:url(./images/framework.png);
	width:1000px;
	height: 752px;
	top:10px;
	left:50%;
	margin-left: -500px;
}

#homeLink{
	position: absolute;
	top:199px;
	left: 128px;
	width:102px;
	height: 33px;
	z-index: 3;
}

#openingstijdenLink{
	position: absolute;
	top:252px;
	left:128px;
	width:181px;
	height: 45px;
	z-index: 3;
}
#menukaartLink{
	position: absolute;
	top:308px;
	left:128px;
	width:113px;
	height: 32px;
	z-index: 3;
}

#menukaartSpanishLink{
	position: absolute;
	top:308px;
	left:245px;
	width:38px;
	height: 32px;
	z-index: 3;
}
#menukaartFrenchLink{
	position: absolute;
	top:308px;
	left:330px;
	width:38px;
	height: 32px;
	z-index: 3;
}

#menukaartEnglishLink{
	position: absolute;
	top:308px;
	left:290px;
	width:35px;
	height: 32px;
	z-index: 3;
}


#fotosLink{
	position: absolute;
	top:362px;
	left:128px;
	width:69px;
	height: 32px;
	z-index: 3;
}
#reserverenLink{
	position: absolute;
	top:421px;
	left:128px;
	width:135px;
	height: 30px;
	z-index: 3;
}
#adresLink{
	position: absolute;
	top:473px;
	left:128px;
	width:69px;
	height: 30px;
	z-index: 3;
}
#carels3Link{
	position: absolute;
	left:30px;
	top:571px;
	width: 119px;
	height: 160px;
	z-index: 3;
}
#pakhuisLink{
	position: absolute;
	left:151px;
	top:580px;
	width:147px;
	height:154px;
	z-index: 3;
}

#photoFramesOverlay{
	position: absolute;
	right: 0px;
	width:260px;
	height:752px;
	top:0px;
	z-index: 5;
}
.teaserPhoto1{
	position: absolute;
	left: 767px;
	top:59px;
	width:198px;
	height: 148px;
	z-index: 4;
}
.teaserPhoto2{
	position: absolute;
	left:774px;
	top:214px;
	width:202px;
	height: 152px;
	z-index: 4;
}
.teaserPhoto3{
	position: absolute;
	left:756px;
	top:367px;
	width:207px;
	height: 156px;
	z-index: 4;
}
.teaserPhoto4{
	position: absolute;
	left: 764px;
	top:536px;
	width: 198px;
	height: 148px;
	z-index: 4;
}
#copyright{
	position: absolute;
	left: 764px;
	top:708px;
	width:236px;
	height:44px;
	z-index: 10;
}
#wmitLink{
	position:absolute;
	left: 900px;
	top:710px;
	width: 50px;
	height: 20px;
	z-index: 11;
}

#contentDiv, #contentLargeDiv{
	position: absolute;
	left:390px;
	top:70px;
	width:350px;
	height: 610px;
	overflow: auto;
	z-index: 20;
	
	line-height: 22px;
}
#contentLargeDiv{
	width:535px;
	
}

a:link, a:hover, a:visited, a:hover{
	text-decoration: none;
	color:#ead896;
	border-bottom: 1px dotted white;
}
a:hover{
	border-bottom: 1px solid white;
}

h1,h2,h3,h4{
	font-weight: normal;
	font-size: 22px;
	padding:0px;
	margin-bottom: 10px;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	color:#ead896;
	line-height: normal;
}

h2{
	font-size: 18px;
}
h3,h4{
	font-family: 16px;
}

