html, body {
	font-family		:	Verdana;
	font-size		:	13px;
	color				:	black;
	margin			:	0px;
	padding			:	0px;
}

table {
	border-collapse	:	collapse;
	margin			:	0px;
}

td {
	padding			:	0px;
	vertical-align: top;
}

table.main {
	width				:	987px;
	margin-left		:	auto;
	margin-right	:	auto;
}

table.main td {
	border			:	0px solid green;
}

td.menu {
	/*background		:	url('gfx/menubg.gif') bottom right repeat-x;*/
	/*width				:	717px;*/
}

td.commercial {
	padding-top: 5px;
	height			:	96px;
	text-align: right;
}

td.spacer {
	height			:	30px;
}

div#menu {
}

div#menu div.menuitem {
	float				:	right;
}

div.menuitem * {
	float				:	left;
}

div.menu A {
	color: white;
	}
div.menu {
	/*background		:	url('gfx/repeat.jpg') repeat-x;*/
	background: url('gfx/stippels.gif') repeat-x;
	background: #1567b0;
	/*height			:	16px;*/
	color				:	black;
	font-weight		:	bold;
	padding: 5px 5px 0px 5px;
	font-size		:	12px;
	margin-left: 1px;
}

a {
	text-decoration	:	none;
	color					:	white;
}

div#voordeel {
	width					:	377px;
	height				:	260px;
	background			:	url('gfx/voordeel_banner.jpg') no-repeat top left;
	float					:	left;
}

div#boeking {
	width					:	574px;
	height				:	260px; /* 192 */
	/*background			:	url('gfx/boekings_banner.jpg') no-repeat top left;*/
	float					:	right;
}

table.submenu td {
}

div.submenu {
	width					:	243px;
	height				:	376px;
}

div.submenu div.content {
	width					:	230px;
	height				:	269px;
	margin-top			:	80px;
	color					:	white;
	overflow				:	hidden;
	float					:	left;
}

table.content {
	width					:	100%;
}

div.content P {
	margin-left: 1em;
	margin-right: 1em;
	}

td.banner {
	width					:	130px;
	vertical-align: top;
}

iframe {
	width					:	100%;
	border				:	0px;
	height				:	600px;
	scrolling			:	no;
}

LABEL {
	display: block;
	float: left;
	width: 8em;
	clear: both;
	}


#voordeel P {
	margin-left: 1em;
	color: white;
	font-weight: bold;
	}

.disclaimer {
	color: #909090;
	font-size: 80%;
	padding: 1em;
	}

#menu2 {
	background: #1567b0;
	float: left;
	}
	#menu2 A {
		padding: 5px;
		display: block;
		float: right;
		font-weight: bold;
		background: url('gfx/stippels.gif') right 0px repeat-y;
		}
	#menu2 A:hover {
		color: yellow;
		}

#submenus {
	clear: both;
	}
#submenus DIV {
	position: absolute;
	background: #6699cc;
	display: none;
	}
#submenus A {
	color: white;
	padding: 5px;
	float: left;
	display: block;
	font-weight: bold;
	background: url('gfx/stippels.gif') right 0px repeat-y;
	}
	#submenus A:hover, #submenus .active {
		color: yellow;
		}
