@CHARSET "UTF-8";
/*
	Algemeen en tekst
*/
body{
	background-image: url('img/back_Patroon.jpg');
	text-align: center;
	min-width: 900px;
}
h1, h2, h3, p, li, td{
	font-family: verdana, helvetica, sans-serif;
	font-size: 11px;
	color: #003f2d;
	font-weight: 500;
	
}
img{
	border: 0px;
}
table{
	margin-left: -4px;
}
.green, a{
	color: #78a22f;
}

.big{
	font-size: 16px;
	font-weight: bold;
}
.beetjebig{
	font-size: 16px;
}
.center{
	text-align: center;
}
div#logo{
	position:absolute;
	cursor: pointer;
	width: 450px;
	height: 170px;
}
div#main{
	position: relative;
	background-image: url('img/main.png');
	background-repeat: no-repeat;
	width: 881px;
	height: 612px;
	text-align: left;
	margin:0 auto;
}
div#foto{
	position: relative;
	left: 460px;
	top: 60px;
	width: 400px;
	height: 375px;
}
div#tekst{
	width: 400px;
	height: 340px;
	position: absolute;
	left: 30px;
	top: 200px;
}
div#footer{
	text-align: center;
	position: absolute;
	bottom: 15px;
	width: 100%;
}
/*
	Layout voor de pagina's
*/
div.titel{
	background-image: url('img/titels.png');
	background-repeat: no-repeat;
	width: 136px;
	height: 19px;
}
div#belles{
	background-image: url('img/belles.png');
	background-repeat: no-repeat;
	width: 245px;
	height:77px;
	position: absolute;
	left: 68px;
	bottom: 0px;
}
img.recensie{
	margin-right: 20px;
	margin-top: 30px;
}
/*
	Layout voor de menu's
*/
div#menu{
	position: relative;
	top: 35px;
	left: 453px;
	width: 414px;
	height: 120px;
}
div#menuLeft, div#menuRight{
	float: left;
	width: 207px;
	padding-top: 20px;
}
div#menuRight{
	
}
a.menu{
	display: block;
	width: 207px;
	height: 20px;
}
a#itemHome{
	background-image: url('img/menu.png');
	background-repeat: no-repeat;
	background-position: 0px -20px;
}
a#itemRestaurant{
	background-image: url('img/menu.png');
	background-repeat: no-repeat;
	background-position: 0px -40px;
}
/* De pagina Emporter is verwijderd */
a#itemEmporter{
	background-image: url('img/menu.png');
	background-repeat: no-repeat;
	background-position: 0px -40px;
}
a#itemStamtafel{
	background-image: url('img/menu.png');
	background-repeat: no-repeat;
	background-position: 0px -60px;
}
a#itemKaart{
	background-image: url('img/menu.png');
	background-repeat: no-repeat;
	background-position: 0px -80px;
}
a#itemPrijzen{
	background-image: url('img/menu.png');
	background-repeat: no-repeat;
	background-position: 0px -100px;
}
a#itemReserveren{
	background-image: url('img/menu.png');
	background-repeat: no-repeat;
	background-position: 0px -140px;
}
a#itemAdres{
	background-image: url('img/menu.png');
	background-repeat: no-repeat;
	background-position: 0px -160px;
}
a#itemRecensies{
	background-image: url('img/menu.png');
	background-repeat: no-repeat;
	background-position: 0px -180px;
}
a#itemActiviteiten{
	background-image: url('img/menu.png');
	background-repeat: no-repeat;
	background-position: 0px -200px;
}
a#itemWerken{
	background-image: url('img/menu.png');
	background-repeat: no-repeat;
	background-position: 0px -220px;
}

li{
	font-weight:bold;
}