@charset "UTF-8";
/* CSS Document */

html, body {
	height:100%; /* héél belangrijk */
	padding:0;
	margin:0;
	background-color:#5c5a56;
}

#container {
	position:relative;
	margin:0 auto;
	width:1000px;
	min-height:1470px;  
	height:auto !important; /* voor moderne browsers */  
	height:100%; /* voor IE */
	background-color:#FFF;
}

#footer {
	position:absolute;  
	bottom:0; /* heel belangrijk */
}

#hoofdnavigatie {
	position:absolute;
	width:1000px;
	left:0px;
	top:0px;
	background-image:url(../afbeeldingen/bg_hoofdnavigatie.jpg);
	background-position:right;
	background-repeat:no-repeat;
}

#hoofdnavigatie ul{
	list-style-type:none;
}

#hoofdnavigatie li{
	float:left;
}

#hoofdnavigatie a{
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:normal;
	color:#5c5a56;
	text-decoration: none;
	padding: 40px 15px 5px 15px;
	width:280px;
	height:25px;
}

#hoofdnavigatie a:hover{
	background-color:#4a3f3d;
	color:#FFF;
}

#hoofdnavigatie a.active{
	background-color:#4a3f3d;
	color:#FFF;
}

#swf{
	position:absolute;
	height:300px;
	width:1000px;
	top:50px;
	left:0;
}

#zusterweb{
	position:absolute;
	top: 290px;
	left: 790px;
	width:200px;
	height:60px;
	z-index:1;
}

#zusterweb a{
	cursor:pointer;
}

#inhoud_links{
	position:absolute;
	width:250px;
	top:380px;
	left:35px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:22px;
	color:#5c5a56;
}

#inhoud_rechts{
	position:absolute;
	width:680px;
	top:370px;
	left:300px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:22px;
	color:#5c5a56;
}

#nieuwsbrief{
	width:223px;
	border-bottom:#5c5a56 dotted 1px;
	border-top:#5c5a56 dotted 1px;
}

h1{
	color:#2d2725;
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:normal;
	text-decoration:none;
}

h2{
	color:#825249;
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:normal;
	text-decoration:none;
}

h3{
	color:#432b26;
	font-family: Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:normal;
	text-decoration:none;
	padding:0;
	margin:0;
}

h4{
	color:#825249;
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:normal;
	text-decoration:none;
	margin:0;
	padding:0;
	padding-left: 25px;
}

a{
	color:#825249;
	text-decoration:none;
}

a.creative{
	color:#825249;
	font-size:10px;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

.map{
border:#5c5a56 1px solid;
}

ul{
list-style-type:none;
}

/* tabel met menu of gerechten */

table.menu{
width:100%;
padding:2px;
}

table.menu1{
width:100%;
padding:3px;
background-color:#f7f0ef;
border: #2d2725 1px solid;
text-align:center;
}
	tr{
		margin-top: 5px;
	}
    
td.gerecht{
background-color:#f7f0ef;
padding:3px;
margin:3px;
border: #2d2725 1px solid;
border-right: none;
}

td.prijs{
background-color:#f7f0ef;
padding:3px;
margin:3px;
border: #2d2725 1px solid;
border-left: none;
width:50px;
}

div.item{
	width:100%;
	padding:3px;
	background-color:#f7f0ef;
	border: #2d2725 1px solid;
	text-align:center;
	float:left;
}
	div.item img{
		float:left;
	}

div.clr{
	clear:both;
}

.centertext{
	text-align:center;
}
.fleft{
	float:left;
}
.fright{
	float:right;
}
.bgborder{
	background-color:#f7f0ef;
	padding:3px;
	margin:3px;
	border: #2d2725 1px solid;
}
.full{
	width:670px;
}
.w135{
	width:135px;
}
.i35{
	padding-left:35px;
}
.marginbottom25{
	margin-bottom:25px;
}

div#hide{
	display:none;
}

.LeftImage{
	float:left;
	margin-right:10px;
}
