/* top level html containers */
html { height: 100%; overflow: auto; padding: 0; margin: 0; }
body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	color: #fff;
	font-family: trebuchet MS, arial, sans-serif;
	font-size: 12px;
	background: #140118 url('../img/bg.jpg') center no-repeat;
	scrollbar-base-color: #140118;
	scrollbar-arrow-color: #efa828;
	scrollbar-3dlight-color: #27082e;
	scrollbar-darkshadow-color: #27082e;
	scrollbar-face-color: #27082e;
	scrollbar-track-color: #140118;
}

/* general styling rules */
a { color: #fff; }
a:hover { color: #f0a829; }
table, form, p { margin: 0px; padding: 0px; }
img { border: 0px; }

/* form validation */
input.disabled { border: 1px solid #F2F2F2; background-color: #F2F2F2; }
/* input.required, textarea.required { border: 1px solid #00A8E6; } */
input.validation-failed, textarea.validation-failed { border: 1px solid #FF3300; color : #FF3300; }
input.validation-passed, textarea.validation-passed { border: 1px solid #00CC00; color : #000; }
.validation-advice { color: #a68eab; font-weight: bold; }
.custom-advice { color: #C8AA00; font-weight: bold; }

.clearer {
	clear: both;
	font-size: 1px;
	height: 1px;
}

/* tabs */
#tabs_window { height: 410px; width: 100%; overflow: hidden; position: relative; }
#tabs_mover { position: absolute; height: 100%; }
ul.vertical { margin: 0px; padding: 0px; height: 100%; }
ul.vertical li { margin: 0px; padding: 0px; height: 100%; width: 35px; float: left; overflow: hidden;}
ul.vertical li.desc { text-align: justify !important; height: 396px; padding-top: 10px; }
ul.vertical li.vertical { cursor: pointer; }

ul.vertical li.vertical.locations { width : 35px; }

/* forms */
.pos {
	text-align: right;
	vertical-align: top;
	padding-top: 4px;
}

.input input, .input textarea {
	font-size: 12px;
	border: 1px solid #a58daa;
	background: #1e0523;
	color: #fff;
	font-family: arial, sans-serif;
	padding: 2px;
	width: 180px;
}
.input textarea {
	width: 300px;
	height: 160px;
}

/* absolute centering, http://www.wpdfd.com/editorial/thebox/deadcentre4.html */
#mainframe {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 880px;
	margin-left: -440px;
	height: 580px;
	margin-top: -282px;
	overflow: hidden;
	text-align: left;
}

.disclaimer {
	clear: both;
	float: right;
	font-size: 10px;
	margin-right: 10px;
	margin-top: 2px;
}
.disclaimer a {
	color: #4c3550;
	text-decoration: none;
}

/* header */
.header {
	border-bottom: #2e1d31 1px solid;
	padding-bottom: 6px;
}

/* menu */
.menu {
	border-top: #2e1d31 1px solid;
	padding-top: 10px;
}
.menu img { /* current right rounding */
	margin-top: 0;
	margin-right: -9px;
}
.menu img.item {
	vertical-align: top;
	margin-top: 9px;
	margin-right: 0;
}
.menu div {
	padding-left: 10px;
	height: 30px;
	display: block;
	float: right;
}
div.current {
	background: url('../img/menu/current_left.gif') no-repeat top left;
	margin-right: 6px;
	margin-left: 6px;
}
div.current a {
	color: #efa828 !important;
}

/* pagination */
.pagination {
	padding-right: 10px;
}
.pagination a {
	text-decoration: none;
}

.pagination div.current {
	background: url('../img/pagination/current_left.gif') no-repeat top left;
}

.pagination div {
	padding-left: 6px;
	height: 16px;
	display: block;
	float: right;
}

.pagination span {
	vertical-align: top;
	margin-top: 9px;
	margin-right: 0;
}

.pagination img { /* current right rounding */
	margin-top: 0;
	margin-right: -4px;
}

/* content general */
.content {
	margin: 10px 0 10px 0;
	padding: 0 10px 0 10px;
	height: 420px;
	overflow-y: auto; 
	overflow-x: hidden; 
}

.music {
	float: left;
	margin: 8px;
}

/* contact */
.contact_table {
	border-collapse: collapse;
}
.contact_table td {
	vertical-align: top;
	padding-right: 14px;
}

/* home */
.body_home {
	background-image: url('../img/bg_home.jpg');
}

.div_home {
	padding: 5px; 
	height: 400px; 
	overflow: hidden;
	font-size: 11px;
}

.home_table td {
	width: 129px;
	height: 129px;
}

#hometxt {
	position: absolute;
	left: 740px;
	top: 90px;
	width: 125px;
	height: 390px;
}


/* disclaimer boxes (dialog & dialoggray) */
#dialoggray {
	position: absolute;
	z-index: 3;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: #000000;
}

#dialog, #dialog_route {
	position: absolute;
	z-index: 5;
	left: 50%;
	width: 400px;
	margin-left: -200px;
	height: 390px;
	top: 50%;
	margin-top: -250px;
	padding: 20px;
	text-align: left;
	border: 1px solid #2e1d31;
	background-color: #140118;
}

#dialog_route {
	width: 800px;
	margin-left: -400px;
	height: 460px;
	top: 50%;
	margin-top: -250px;
}

#algemene_voorwaarden {
	width: 395px;
	height: 320px;
	overflow: hidden;
	font-size: 11px;
	margin: 15px 0 10px 0;
	padding-right: 10px;
	text-align: justify;
	background: white;
}

.route_beschrijving_a {
	width: 55%;
	float: left;
	margin-bottom: 4px;
}
.route_beschrijving_b {
	width: 45%;
	float: left;
}

#directions {
	height: 380px;
	overflow: auto;
}


/* .gmnoprint a {
	display: none !important;
} */

pre {
	font-family: trebuchet MS, arial;
}

.error {
	color: #f0a828;
}