body {
	font-family: Verdana, sans-serif;
	font-size: 10pt;
	background-color: #f4edcf;
	background-image:url("/images/frame_bg.gif");
	background-position: center top;
	background-repeat:repeat-y;
	margin:0px;
	padding:0px; /* Opera needs this */
}
	
/* Layout stijl */
#frame {
	position:absolute;
	left: 50%;
	width:760px;
	margin-left:-380px;
	margin-top: 0px;
	padding:0px;
}

/* Hide from IE5-mac. Only IE-win sees this. \*/
* html div#frame { margin-left: -380px; }
/* End hide from IE5/mac */

#navigation {
	width:180px;
	padding:0px;
	float:left;
}
	
#content {
	width:580px;
	padding:0px;
	float:right;
	background-color:transparent;
}
	
#sidepanel {
	width:160px;
	padding:0px;
	float:right;
	background-color:transparent;
}
	
#header {
	width:760px;
	height:175px;
	margin:0px;
	padding:0px;
	background: url("/images/header.gif");
}

/* Einde layout */

/* Tag layout */
h1 {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	margin: 0px 50px 0px 30px;
	padding:5px;
	background-image: url("/images/h1bg.gif");
	background-repeat: repeat-x;
	color: maroon;
}

.h1 {
	padding: 0px 5px 0px 5px;
	background-color: #ffcc99;
}

h2 {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	margin: 10px 30px 0px 30px;
}

p {
	margin: 10px 50px 10px 30px;
	font-family:Verdana, sans-serif;
	font-size:9pt;
}

ul {
	margin: 10px 50px 10px 30px;
}

#adres { 
	position: absolute;
	left:600px;
	top:80px;
	width: 140px;
	text-align:left;
	padding:0px;
	margin:0px;
	color: white;
	font-size: 8pt;
	font-family: Verdana, sans-serif;
}

#topnav {
	position: absolute;
	left: 210px;
	top: 115px;
}

/* Menustijl */
#navigation ul {
	width:165px;
	margin: 10px 0px 0px 15px;
	padding: 0;
	list-style-type: none;
	font-size: 10pt;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

#navigation ul ul {
	margin: 1px 0px 0px 0px;
}

#navigation li { margin: 0 0 1px 0; }

#navigation li#active {
	margin: 0px;
}

#navigation a {
	display: block;
	padding: 5px 10px;
	width:140px;
	color: #fff;
	border-left: 5px solid brown;
	background-color: brown;
	text-decoration: none;
}

#navigation a#current {
	font-weight: bold;
	color: maroon;
	background-color: #ffcc99;
}

#navigation a:hover {
	color: #fff;
	background-color: orange;
	text-decoration: none;
}

#navigation ul ul li { margin: 0px 0px 1px 0px; }

*html #navigation ul ul li { margin: 0; } /*IE Hack */

#navigation ul ul a {
	display: block;
	font-size: 8pt;
	padding: 3px 5px 3px 20px;
	width:135px;
	border-left: 5px solid brown;
	color: maroon;
	background-color: #ffcc99;
	text-decoration: none;
}

#navigation ul ul a:hover {
	color: #fff;
	background-color: orange;
	text-decoration: none;
}
/*Einde menustijl*/

/*speciale stijlen*/
table.tarieven {
	width: 500px;
	margin: 0px 50px 0px 30px;
	border: 1px solid black;
	background-color: navajowhite;
	padding: 10px;
	font-size: 8pt;
}

td.warning {
	text-align:center;
	color:red;
}

div.gourmet {
	margin: 0px 50px 20px 30px;
	padding: 5px;
	background-color: navajowhite;
	background-image: url('/images/gourmet.jpg');
	background-repeat: no-repeat;
	background-position: right bottom;
	border: 1px solid black;
}

div.buffet {
	margin: 0px 50px 20px 30px;
	padding: 5px;
	background-color: navajowhite;
	background-image: url('/images/buffet.jpg');
	background-repeat: no-repeat;
	background-position: right bottom;
	border: 1px solid black;
}

div.eetcafe {
	margin: 0px 50px 20px 30px;
	padding: 5px;
	background-color: navajowhite;
	border: 1px solid black;
}

table.pub {
	margin: 0px 25px 20px 25px;
	padding: 5px;
}

table.competitie {
	margin: 0px 30px 20px 30px;
	padding: 5px;
}

div#koffietafel {
	margin: 0px 50px 20px 30px;
	padding: 5px;
	background-color: navajowhite;
	background-image: url('/images/koffietafel.jpg');
	background-repeat: no-repeat;
	background-position: right bottom;
	border: 1px solid black;
}


#sidepanel p {
	margin:15px 5px 15px 5px;
	background-color: brown;
	padding:10px;
}

#sidepanel img {
	border: 1px solid #ffcc99;
}

p.remark {
	margin-top: 0px;
	font-style: italic;
	font-size: 8pt;
}

p.center {
	text-align:center;
}
	

#navigation a.kerst {
	display: block;
	padding: 0px;
	width:180px;
	border: 0px;
	background-color: none;
	text-decoration: none;
}


/* Speciale stijl voor de fotogalerijen */
div.center {
	width: 461px;
	padding:0px;
	margin: 0 auto;
}

.col1 {
	float:left;
	width:150px;
	height: 20px;
}

.col2 {
	float:left;
	width: 161px;
	height: 20px;
	text-align:center;
}

.col3 {
	float:left;
	width:150px;
	height: 20px;
	text-align:right;
}
/* Einde fotogalerijen-stijl */
