/*
 * $Id: main.css,v 1.3 2006-05-30 08:56:06 sven Exp $
 */

body { background: #000113 url('/images/layout/bg-gradient.png') top left repeat-x; }
div#container { width: 955px; margin: 0 auto; }

/* header parts */
div#header { position: relative; height: 75px; }
	img#logo {
		position: absolute;
		bottom: 8px;
		left: 9px;
		width: 291px;
		height: 52px;
		color: #FFFFFF;
		font-size: 36px;
		cursor: pointer;
	}

/* main content Edge Top */
div#contentEdgeTop { height: 7px; background: url(/images/layout/content-edges.gif) 0 0 no-repeat; }

/* main content */
div#body { position: relative; }

	/* main menu */
	div#mainMenu { position: absolute; left: 325px; top: -39px; z-index: 100; }
	div#mainMenu ul.menu { position: relative; height: 32px; overflow: visible; }
	div#mainMenu li {
		position: relative;
		float: left;
		width: 116px;
		padding-left: 4px;
		background: url(/images/layout/buttons.gif) 1px -32px no-repeat;
		overflow: visible;
	}
	div#mainMenu li.hasChildren ul {
		position: absolute;
		margin: 0px;
		padding-top: 15px;
		top: 32px;
		left: 1px;
		background: #071f4f;
	}
	div#mainMenu li.hasChildren li { float: none; background: none; padding-left: 0; width: auto; }
	div#mainMenu a {
		display: block;
		line-height: 1.3em;
		padding: 3px 9px 0 9px;
		height: 29px;
		width: 98px;
		background: url(/images/layout/buttons.gif) right -32px no-repeat;
		color: #fff;
		font-size: 11px;
		margin:0;
		text-decoration:none;
		text-align: center;
	}
	div#mainMenu ul.menu a:hover,
	div#mainMenu ul.menu a.itemOn { color: #EDD9A4; }
	div#mainMenu li.hasChildren li a {
		background: none;
		white-space: nowrap;
		padding: 0;
		height: 25px;
		line-height: 20px;
		width: 109px;
		padding: 0 0 0 10px;
		text-align: left;
		color: #edd9a4;
	}
	div#mainMenu li.hasChildren li a:hover { text-decoration: underline; }

div#contentEdgeBottom {
	position: relative;
	top: -3px;
	height: 10px;
	width: 100%;
	background: url(/images/layout/content-edges.gif) 0 -7px no-repeat;
}

div#visual {
	width: 955px;
	height: 269px;
	overflow: hidden;
	color: #f8c97b;
	font-size: 25px;
	line-height: 15px;
}

div#content {
	position: relative;
	min-height: 386px;
	width: 955px;
	background: url('/images/layout/bg-content.gif') top left repeat-x;
	background-color: #e9d5a0;
}

div#contentBody{
	padding: 10px;
	color: #244892;
	font-size: 12px;
	line-height: 20px;
}
	div#contentBody h1, h2{
		color: #244892;
		font-size: 30px;
		line-height:170%;
	}

div#contentBottom {	position: relative; background: #e9d5a0; height: 54px; width: 955px; }

div#breadCrumb {
	width: 945px;
	height: 20px;
	vertical-align: middle;
	background: url('/images/layout/bg-breadcrumbs.gif') left top repeat-y;
	color: #918a7f;
	font-size: 11px;
	padding: 6px 0 0 10px;
}

div#breadCrumb a {
	color: #d29227;
	font-size: 11px;
	text-decoration: underline;
}

/* START subs menu's in header and footer*/
ul.subsMenu { width: 955px; padding: 10px 0; margin: 0; }
ul.subsMenu { list-style-type: none; text-align: center; }
ul.subsMenu li { display: inline; margin: 0; padding: 0 0 0 11px; }
ul.subsMenu li a { color: #444f6d; font-size: 11px; text-decoration: none; }
ul.subsMenu li a:hover { text-decoration: underline; }
ul.topSubsMenu li a { color: #666f8d; padding-bottom: 0; }
/* END subFooter menu's*/

img#exclusief { position: absolute; top: 17px; left: 21px; }

div#homeVisual {
	width: 955px;
	height: 517px;
	background: url('/images/home.jpg') top left no-repeat;
}
div.box {}
div.box div.leftLayout,
div.box div.rightLayout,
div.box div.contentBox {
	width: 6px;
	height: 237px;
	float: left;
	background: url(/images/layout/bg-box.gif) 0 0 no-repeat;
}
div.box div.rightLayout { background-position: 0 -237px; }
div.box div.contentBox {
	background-position: 0 -474px;
	background-repeat: repeat-x;
}
div#homeContent {
	position: absolute;
	top: 228px;
	font-size: 12px;
	line-height: 30px;
	padding: 0;
	color: #244892;
	margin-left: 20px;
}
div#homeContent div.contentBox { width: 321px; }
ul#countries { position: absolute; right: 10px; top: 10px; }
ul#countries li { float: left; padding-right: 5px; }
ul#countries li a {
	display: block;
	width: 30px;
	height: 20px;
	overflow: hidden;
	color: transparent;
	line-height: 0;
	text-decoration: none;
	font-size: 0;
}
ul#countries li.nl a { background: url(/images/flags/nl_embossed_tiny.gif) 0 0 no-repeat; }
ul#countries li.en a { background: url(/images/flags/en_embossed_tiny.gif) 0 0 no-repeat; }
ul#countries li.de a { background: url(/images/flags/de_embossed_tiny.gif) 0 0 no-repeat; }
ul#countries li.fr a { background: url(/images/flags/fr_embossed_tiny.gif) 0 0 no-repeat; }
ul#countries li.es a { background: url(/images/flags/es_embossed_tiny.gif) 0 0 no-repeat; }

a.reserveButton, a.filmButton {
	display: block;
	margin-right: 14px;
	float: right;
}

div#homeVisual div#contentBottom { background: none; top: 428px; }

td.photoAlbum {
	padding-right: 5px;
	padding-bottom: 5px;
}
td.commentName {
	font-weight: bold;
}
td.commentDate {
	padding-left: 100px;
	font-size: 0.8em;
}
#contactForm table.psmForm { width: 592px; }


/* homepage below footer */
div#homeLowerContent {
	color: #4e6ca5;
}
div#homeLowerContent h1, h2 {
	font-size: 26px;
	color: #4e6ca5;
}