p.bart {
	padding: 5px;
	background-color: yellow;
}

/* ---[ All ]--- */

html, body {
	height: 100%;
	font-family: 'Georgia';
	color: #333;
	background: #f9f2e0 url(/layouts/engelenburg/images/bg-body-autumn.jpg) no-repeat fixed center 0;
}

#wpr-page {
	margin: 0 0 -233px;
	min-height: 100%;
	text-align: center;
}

#page {
	margin: 0 auto 233px auto;
	padding: 0;
	overflow: hidden;
	width: 960px;
	text-align: left;
	background-color: #fff;
}

/* ---[ Header ]--- */

#wpr-header {
	position: relative;
	height: 395px;
	background-color: #551a12;
}

#header {

}

#header-address-language {
	padding: 3px 0 7px 0;
	height: 15px;
	background-color: #645729;
	text-align: center;
}

#header-address-language address,
#header-address-language ul {
	display: inline;
	font-size: 85%;
	color: #f9f2e0;
}

#header-address-language a {
	color: #f9f2e0;
}

#header-address-language a:hover {
	text-decoration: none;
}

#header-address-language ul li {
	display: inline;
}

#header-address-language ul li a {
	display: inline-block;
	text-indent: -9999px;
	width: 20px;
	margin-right: 5px;
	background: transparent url(/layouts/engelenburg/images/bg-language.gif) no-repeat 0 2px;
}

#header-address-language ul li.en a {
	background-position: 0 -18px;
}

#header-address-language ul li.de a {
	background-position: 0 -38px;
}

#header-address-language ul li.fr a {
	background-position: 0 -58px;
}

#header-top {
	position: absolute;
	left: 0;
	top: 25px;
	z-index: 100;
	height: 115px;
	width: 960px;
	text-indent: -9000px;
	background: transparent url(/layouts/engelenburg/images/bg-header-top.png) no-repeat top left;
}

#logo {
	position: absolute;
	top: 12px;
	left: 53px;
	width: 137px;
	height: 97px;
}

#logo a {
	display: block;
	width: 137px;
	height: 97px;
	outline: 0;
	text-indent: -9000px;
}

#pay-off {
	margin: 15px auto 0 auto;
	width: 415px;
	height: 100px;
	background: transparent url(/layouts/engelenburg/images/bg-pay-off.png) no-repeat center 1px;
}

.hotel #pay-off      { background-position: center -107px; }
.restaurant #pay-off { background-position: center -215px; }
.feestelijk #pay-off { background-position: center -323px; }
.zakelijk #pay-off   { background-position: center -431px; }
.golf #pay-off       { background-position: center -539px; }

.en #pay-off {
	background: transparent url(/layouts/engelenburg/images/bg-pay-off-en.png) no-repeat center 1px;
}

.en.hotel #pay-off      { background-position: center -107px; }
.en.restaurant #pay-off { background-position: center -215px; }
.en.events #pay-off     { background-position: center -323px; }
.en.meetings #pay-off   { background-position: center -431px; }
.en.golf #pay-off       { background-position: center -539px; }

.de #pay-off {
	background: transparent url(/layouts/engelenburg/images/bg-pay-off-de.png) no-repeat center 1px;
}

.de.hotel #pay-off      { background-position: center -107px; }
.de.restaurant #pay-off { background-position: center -215px; }
.de.feiern #pay-off     { background-position: center -323px; }
.de.geschaftlich #pay-off   { background-position: center -431px; }
.de.golf #pay-off       { background-position: center -539px; }

.fr #pay-off {
	background: transparent url(/layouts/engelenburg/images/bg-pay-off-fr.png) no-repeat center 1px;
}

.fr.hotel #pay-off      { background-position: center -107px; }
.fr.restaurant #pay-off { background-position: center -215px; }
.fr.evenements #pay-off { background-position: center -323px; }
.fr.reunions #pay-off   { background-position: center -431px; }
.fr.golf #pay-off       { background-position: center -539px; }

#logo-relais-chateaux {
	position: absolute;
	top: 12px;
	right: 50px;
	width: 84px;
	height: 90px;
}

#logo-relais-chateaux a {
	display: block;
	width: 84px;
	height: 90px;
	outline: 0;
	background: transparent url(/layouts/engelenburg/images/bg-logo-relais-chateaux.png) no-repeat left top;
	text-indent: -9000px;
}

/* ---[ Content ]--- */

#wpr-main {
	margin: 0 0 25px 0;
	background: #fff url(/layouts/engelenburg/images/bg-wpr-main.gif) top left;
}

.LMR-home #wpr-main {
	margin-top: 25px;
	background-image: url(/layouts/engelenburg/images/bg-wpr-main-home.gif);
}

.M #wpr-main,
.LM #wpr-main {
    background: none;
}

#main {

}

/* ---[ Footer ]--- */

#wpr-footer {
	clear: both;
	margin: 0 auto;
	padding: 20px 20px 0 20px;
	width: 920px;
	height: 213px;
	background: #645729 url(/layouts/engelenburg/images/bg-footer-autumn.gif) repeat-x top left;
}

#footer {

}

#tagcloud {
	float: left;
	margin: 0 50px 20px 0;
	width: 550px;
	height: 150px;
}

#tagcloud .content ul {
	text-align: justify;
}

#tagcloud .content ul li {
	display: inline;
	margin: 0;
	padding: 0;
	line-height: 200%;
	background: none;
}

#tagcloud .content a {
	margin: 0 15px 0 0;
	text-decoration: none;
	color: #a29a7f;
}

#tagcloud .content a.size1 { font-size: 153.9%; }
#tagcloud .content a.size2 { font-size: 123.1%; }
#tagcloud .content a.size3 { font-size: 93%;    }

/* ---[ Clearing elements ]--- */

/* clear float container without source markup - http://www.positioniseverything.net/easyclearing.html */
#wpr-page:after,
#wpr-header:after,
#wpr-main:after,
#main:after,
#wpr-footer:after,
#wpr-generalmenu:after,
#wpr-content:after,
#wpr-sidebar-left:after,
#wpr-sidebar-right:after,
#wpr-breadcrumbs:after,
.content:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
	line-height: 0;
}

/* ---[ Layout ]--- */

#wpr-sidebar-left,
#wpr-content,
#wpr-sidebar-right {
	float: left;
	overflow: hidden;
	min-height: 10px;
	padding: 0;
}

.LMR-home #wpr-sidebar-left {
	margin: 10px 20px;
	width: 410px;
}

.LM #wpr-sidebar-right {
    display: none;
}

#wpr-sidebar-left {
	margin: 10px 35px 10px 0;
	width: 200px;
}

.M #wpr-sidebar-left,
.M #wpr-sidebar-right {
	display: none;
}

.M #wpr-content {
	padding: 0 20px;
	width: 920px;
}

.LM #wpr-content {
    width: 680px;
}

#sidebar-left {

}

.LMR-home #wpr-content {
	margin: 10px 16px;
	width: 220px;
}

#wpr-content {
	margin: 10px 17px 10px 0;
	width: 450px;
}

#content {

}

.LMR-home #wpr-sidebar-right {
	margin: 10px 22px 10px 16px;
	width: 220px;
}

#wpr-sidebar-right {
	margin: 10px 22px 10px 15px;
	width: 220px;
}

#sidebar-right {

}

/* ---[ Mainmenu ]--- */

#wpr-mainmenu {
	position: absolute;
	margin: 0;
	left: 0;
	bottom: 0;
	width: 960px;
	height: 31px;
	background-color: #551a12;
}

#mainmenu {

}

#mainmenu ul {
	text-align: center;
}

#mainmenu ul li {
	float: left;
}

#mainmenu ul li.vergaderactie,
#mainmenu ul li.vergaderactie a {
	display: none;
}

#mainmenu ul li.first {
	margin-left: 25px;
}

#mainmenu ul li a {
	display: block;
	padding: 8px 29px;
	height: 15px;
	text-decoration: none;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	color: #fff;
}

body.en #mainmenu ul li a {
	padding: 8px 31px;
}

body.fr #mainmenu ul li a {
	padding: 8px 26px;
}

body.de #mainmenu ul li a {
	padding: 8px 29px;
}

#mainmenu ul li a:hover,
#mainmenu ul li.current a {

}

/* ---[ Submenu ]--- */

.LMR-home #wpr-submenu {
	display: none;
}

#wpr-submenu {
	margin-bottom: 15px;
}

#submenu {

}

#submenu ul li {

}

#submenu ul li a {
	display: block;
	margin: 0 0 0 20px;
	border-bottom: 1px solid #ccc;
	padding: 0 0 10px 0;
	color: #333;
	font-size: 93%;
	letter-spacing: 0.2em;
	text-decoration: none;
	text-transform: uppercase;
}

#submenu ul li ul li {

}

#submenu ul li ul li a {
	margin-left: 0;
	border: none;
	padding: 10px 0 10px 20px;
	color: #68100f;
}

#submenu ul li.current ul li.current a,
#submenu ul li.current ul li a:hover,
#submenu ul li.current ul li.current ul li.current a,
#submenu ul li.current ul li.current ul li a:hover {
	background: transparent url(/layouts/engelenburg/images/bg-bullets.gif) no-repeat 9px 14px;
}

#submenu ul li.current ul li.current ul li.current a,
#submenu ul li.current ul li.current ul li a:hover {
	background-position: 19px 13px;
}

#submenu ul li.current ul li.current ul li a {
	padding-left: 30px;
	background: none;
	font-size: 77%;
}

/* ---[ Breadcrumbs ]--- */

.LMR-home #wpr-breadcrumbs {
	display: none;
}

#wpr-breadcrumbs {
	clear: both;
	width: 920px;
	padding: 8px 20px 1px 20px;
	background-color: #fff;
}

#breadcrumbs {

}

#breadcrumbs ul {

}

#breadcrumbs ul li {
	float: left;
}

#breadcrumbs ul li a {
	padding: 0 6px 0 10px;
	background: transparent url(/layouts/engelenburg/images/bg-bullet-breadcrumb.gif) no-repeat 0 5px;
	font-size: 93%;
	color: #645729;
	text-decoration: none;
}

#breadcrumbs ul li a:hover {

}

#breadcrumbs ul li.last a {

}

#breadcrumbs ul li.pos2 a {
	margin: 0;
	padding-left: 0;
	background: none;
}

/* ---[ Generalmenu ]--- */

#wpr-generalmenu {
	clear: both;
	border-top: 1px solid #938a6a;
}

#generalmenu {

}

#generalmenu ul {

}

#generalmenu ul li {
	float: left;
	padding: 10px 35px 10px 0;
}

#generalmenu ul li a {
	color: #fff;
	font-size: 77%;
	letter-spacing: 0.2em;
	text-decoration: none;
	text-transform: uppercase;
}

#generalmenu ul li a:hover {

}

#generalmenu ul li.current a {

}

/* ---[ Content ]--- */

.content {
	padding: 0;
}

.LMR-home #content .content,
#sidebar-right .content {
	margin-bottom: 20px;
	border-bottom: 1px solid #ccc;
}

.LMR-home #content .content.last,
#sidebar-right .content.last {
	border-bottom: 0;
}

/* ---[ Paragraph formatting ]--- */

.content p {
	color: #333;
}

.LMR-home #content .content p,
.LMR-home #content .content label {
	color: #551a12;
	font-size: 93%;
}

#sidebar-right .content p,
#sidebar-right .content label {
	font-size: 93%;
	color: #551a12;
}

/* ---[ Table ]--- */

.content table {
	border: 0;
}

.content table tr th {
	border: 0;
	color: #fff;
	font-weight: bold;
	background-color: #551a12;
}

.content table tr {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.content table tr td {
	border: 0;
}

.content table.review {
	width: 220px;
}

/* ---[ Headers ]--- */

.content h1,
.content h2,
.content h3 {

}

.LMR-home .content h1 {
	margin: 0 0 25px 0;
	font-size: 182%;
	text-transform: none;
	letter-spacing: 0;
}

.content h1,
.content h2 {
	margin-bottom: 15px;
	color: #333;
	font-size: 93%;
	text-transform: uppercase;
	letter-spacing: 0.2em;
}

.content h2,
.content h3 {
	margin: 0 0 10px 0;
}

.content h3 {
	color: #551a12;
	font-size: 93%;
	font-weight: bold;
}

/* ---[ Links ]--- */

.content a {
	text-decoration: none;
	color: #68100f;
}

.content a:hover {
	text-decoration: underline;
}

#sidebar-right .content a {
	text-decoration: underline;
}

#sidebar-right .movie a {
    display: block;
    padding-top: 170px;
    text-decoration: none;
	background: transparent url(/layouts/engelenburg/images/bg-movie.jpg) no-repeat top left;
}

/* ---[ Images ]--- */

.content img,
.content img.left {
	margin: 0 0.8em 0.5em 0;
}

.content img.right {

}

.content img.review {
	float: right;
	border: 3px solid #ccc;
}

.photo-album img {
	margin: 0 6px 6px 0;
}

.photo-album-js img {
	margin: 0 9px 9px 0;
}

.photo-album-js img.last {
	margin-right: 0;
}

/* ---[ Text formatting ]--- */

.content strong {

}

.content em {

}

/* ---[ Lists ]--- */

.content ul {

}

.content ul li {
	margin-left: 0;
	padding: 0.1em 0 0.1em 0.8em;
	list-style-type: none;
	background: transparent url(/layouts/engelenburg/images/bg-bullets.gif) no-repeat 0 0.75em;
}

.content ul li ul li {
	margin-left: 0.5em;
}

.content ul li ul li ul li {
	margin-left: 1em;
}

.LMR-home .content ul li {
	font-size: 93%;
}

/* ---[ News sidebar ]--- */

#news-sidebar p {
	font-size: 93%;
}

#news-sidebar p.more {
	margin: 0 0 10px;
	color: #68100f;
}

#news-sidebar p.all a {
	color: #645729;
}

.content #news-sidebar a {
	text-decoration: none;
}

.content #news-sidebar a:hover {
	text-decoration: underline;
}

/* ---[ Lists ]--- */

.content ul {

}

/* ---[ Online reserveren ]--- */

#content .content form#searchform .DatePicker,
#sidebar-right .content form#searchform .DatePicker {
	width: 110px;
}

#butt {
	width: auto;
}

#sidebar-right .button a,
.form_line .button_controleer_beschikbaarheid,
#sidebar-right .content .form_line .button_controleer_beschikbaarheid {
	cursor: pointer;
	display: block;
	margin: 5px 0;
	padding: 6px 3px 0 0;
	width: 222px;
	height: 29px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	background: #fff url(/layouts/engelenburg/images/bg-sprite.png) no-repeat 0 0;
}

#sidebar-right .button a {
	padding-top: 4px;
}

#sidebar-right .button a:hover,
.form_line .button_controleer_beschikbaarheid.hover,
#sidebar-right .content .form_line .button_controleer_beschikbaarheid.hover {
	text-decoration: none;
	background-position: 0 -35px;
}

/* ---[ Inschrijven nieuwsbrief ]--- */

.content .inschrijven_nieuwsbrief,
#sidebar-right .content .inschrijven_nieuwsbrief {
	display: block;
	padding-left: 35px;
	line-height: 115%;
	text-decoration: none;
	background: #fff url(/layouts/engelenburg/images/bg-sprite.png) no-repeat 0 -70px;
}

.content .inschrijven_nieuwsbrief:hover,
#sidebar-right .content .inschrijven_nieuwsbrief:hover {
	text-decoration: underline;
}

/* ---[ Arrangementen ]--- */

.arrangement {
	position: relative;
	margin-bottom: 20px;
	border-bottom: #999 1px solid;
}

.arrangement p img {
	position: absolute;
	left: 0;
}

.arrangement h3,
.arrangement p,
.arrangement ul {
	margin-left: 150px;
}

.arrangement ul li {
	border-left: #68100f 1px solid;
	display: inline;
	margin-left: 10px;
	padding-left: 10px;
	background: none;
}

.arrangement ul li:first-child {
	border: 0;
	margin-left: 0;
	padding-left: 0;
}

.arrangement a {
	font-style: italic;
}

/* ---[ Header Slideshow ]--- */

#wpr-slideshow {
	position: absolute;
	top: 25px;
}

#slideshow {
	overflow: hidden;
	height: 339px;
}

.slideshow {
	display: block;
	position: relative;
	z-index: 0;
}

.slideshow-images {
	display: block;
	overflow: hidden;
	position: relative;
}

.slideshow-images img {
	display: block;
	position: absolute;
	z-index: 1;
}

.slideshow-thumbnails {
	overflow: hidden;
}

.slideshow-images-visible {
	opacity: 1;
}

.slideshow-images-prev {
	opacity: 0;
}

.slideshow-images-next {
	opacity: 0;
}


/* ---[ Routeplanner ]--- */

#route_form {
	margin: 1.25em 0;
	padding: 0 !important;
}

#route_error,
#route_result {
	position: relative;
	left: 0;
	width: 450px;
}

#route_error.hidden,
#route_result.hidden {
	position: absolute;
	left: -9000px;
	top: 0;
}

#map_canvas {
	margin: 1.25em 0;
	height: 400px;
}

#directions {
	margin-bottom: 1em;
}

#directions table,
#directions table td,
#directions table td + td,
#directions table td + td + td {
	width: auto;
	margin: auto;
	padding: auto;
	text-align: left;
}

.content #directions table,
.content #directions table td {
	border: none;
}

/* ---[ 360 pano's ]--- */

iframe {
	border: none;
}

/* ---[ mediaboxAdvanced ]--- */

/* Overlay background styling */

#mbOverlay {
	position: fixed;
	z-index: 9998;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

/* Legacy fix for older browsers */

#mbOverlay.mbOverlayFF {
	background: transparent url(/layouts/engelenburg/images/mediaboxAdvanced/80.png) repeat;
}

#mbOverlay.mbOverlayIE {
	position: absolute;
}

/* Overlay panel styling */

#mbCenter {
	position: absolute;
	z-index: 9999;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
	-webkit-box-shadow: 0px 5px 20px rgba(0,0,0,0.50);
	-khtml-box-shadow: 0px 5px 20px rgba(0,0,0,0.50);
	-moz-box-shadow: 0px 5px 20px rgba(0,0,0,0.50);
	box-shadow: 0px 5px 20px rgba(0,0,0,0.50);
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=180, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=180, Color='#000000');
}

#mbCenter.mbLoading {
	background: #fff;
	/* This style is applied only during animation. */
	/* For example, the next lines turn off shadows */
	/* improving browser performance on slow systems. */
	/* To leave shadows on, just remove the following: */
	-webkit-box-shadow: none;
	-khtml-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

#mbImage {
	position: relative;
	left: 0;
	top: 0;

/* Inline content styling */

	font-family: Myriad, Verdana, Arial, Helvetica, sans-serif;
	line-height: 20px;
	font-size: 12px;
	color: #fff;
	text-align: left;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 10px;
}

/* Title, Caption and Button styling */

#mbBottom {
	min-height: 20px;
	font-family: 'Georgia', serif;
	line-height: 20px;
	font-size: 100%;
	color: #551a12;
	text-align: left;
	padding: 0 10px 10px;
}

#mbTitle, #mbPrevLink, #mbNextLink, #mbCloseLink {
	display: inline;
	color: #551a12;
	font-weight: bold;
	line-height: 20px;
	font-size: 12px;
}

#mbNumber {
	display: inline;
	color: #551a12;
	line-height: 14px;
	font-size: 13px;
	margin: auto 10px;
}

#mbCaption {
	display: block;
	color: #551a12;
	line-height: 14px;
	font-size: 10px;
}

#mbPrevLink, #mbNextLink, #mbCloseLink {
	float: right;
	outline: none;
	margin: 0 0 0 10px;
	font-weight: normal;
}

#mbPrevLink b, #mbNextLink b, #mbCloseLink b {
	color: #551a12;
	font-weight: bold;
	text-decoration: underline;
}

#mbPrevLink big, #mbNextLink big, #mbCloseLink big {
	color: #551a12;
	font-size: 16px;
	line-height: 14px;
	font-weight: bold;
}

#mbBottom a, #mbBottom a:link, #mbBottom a:visited { /* Thanks to Danny Jung for feedback and corrections */
	text-decoration: none;
	color: #ddd;
}

#mbBottom a:hover, #mbBottom a:active {
	text-decoration: underline;
	color: #fff;
}

/* Error message styling */

#mbError {
	position: relative;
	font-family: Myriad, Verdana, Arial, Helvetica, sans-serif;
	line-height: 20px;
	font-size: 12px;
	color: #fff;
	text-align: center;
	border: 10px solid #700;
	padding: 10px 10px 10px;
	margin: 20px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#mbError a, #mbError a:link, #mbError a:visited, #mbError a:hover, #mbError a:active {
	color: #d00;
	font-weight: bold;
	text-decoration: underline;
}

