body{
	background-image: url(./images/filler.png);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #521d26;
	min-height: 730px;
	min-width: 1010px;
	
	font-family: Arial;
	font-size: 14px;
	color:black;
}

td{
	font-size: 14px;
}

#mainDiv{
	position: absolute;
	height: 730px;
	width: 1010px;
	left:50%;
	margin-left: -505px;
	background-image: url(./images/framework.png);
	z-index: 2;
}

#homeLink, #openingstijdenLink,#menukaartLink,#fotosLink,#reserverenLink,#adresLink{
	position: absolute;
	top:80px;
	height: 40px;
	z-index: 3
}

#homeLink{
	left:280px;
	width: 60px;
}
#openingstijdenLink{
	left:348px;
	width:100px;
}
#menukaartLink{
	left:460px;
	width: 70px;
}
#fotosLink{
	left:541px;
	width: 40px;
}
#reserverenLink{
	left:590px;
	width:80px;
}
#adresLink{
	left:680px;
	width:43px;
}

#carels3Link{
	position: absolute;
	top:564px;
	left:748px;
	width:105px;
	height: 143px;
	z-index: 3;
}
#pakhuisLink{
	position: absolute;
	left:867px;
	top:547px;
	width:125px;
	height: 142px;
	z-index: 3;
}
#photoframeLeft{
	position: absolute;
	left:0px;
	top:100px;
	height: 600px;
	width:180px;
	z-index: 5;
}
#photoframeRight{
	position: absolute;
	left:830px;
	top:110px;
	width:180px;
	height: 390px;
	z-index: 5;
}

.teaserPhoto1{
	position: absolute;
	left:13px;
	top:122px;
	width:144px;
	height:151px;
	z-index: 4;
}
.teaserPhoto2{
	position: absolute;
	left:14px;
	top:314px;
	width:144px;
	height: 151px;
	z-index: 4;
}
.teaserPhoto3{
	position: absolute;
	left:17px;
	top:513px;
	width:141px;
	height: 148px;
	z-index: 4;
}
.teaserPhoto4{
	position: absolute;
	left:853px;
	top:126px;
	width:141px;
	height: 148px;
	z-index: 4;
}
.teaserPhoto5{
	position: absolute;
	left:850px;
	top:323px;
	width:146px;
	height: 151px;
	z-index: 4;
}

#contentDiv{
	position: absolute;
	left:255px;
	top:120px;
	width:490px;
	height: 520px;
	overflow: auto;
	z-index: 20;
	line-height: 22px;
	padding-top: 50px;
}

a:link, a:hover, a:visited, a:hover{
	text-decoration: none;
	color:#174011;
	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:black;
	line-height: normal;
}

h2{
	font-size: 18px;
}
h3,h4{
	font-family: 16px;
}

