@charset "utf-8";
/* CSS Document */

/********************
HTML Tags
********************/

/** reset defaults **/
body, html, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, form, fieldset, legend, p, img {margin:0;padding:0;}
img {border:none;}


body {
	text-align:center;
	margin:30px 0;
	background:#676767 url(../img/bg-body.jpg) repeat-x;
}

/** headings **/
h1 {font-size:1.15em;}
h2 {font-size:1.2em;}

/** links **/
a:link, a:visited, a:hover {color:#D49F00;text-decoration:underline;}
a:hover {text-decoration:none;}

/**********************
LAYOUT DIVS & STYLES
**********************/

#pagewrap {
	width:1000px;
	height:629px;
	text-align:left;
	margin-left:auto; 
	margin-right:auto;
	background:url(../img/bg-schat.jpg) no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
}
#pagewrap.bg-piraat {background:url(../img/bg-piraat.jpg) no-repeat;}

#header {
	height:165px;
}
#header-l {
	width:612px;
	margin:11px 0 0 202px;
	display:inline;
	float:left;
}   
#header-r {
	width:168px;
	margin:7px 0 0 -10px;
	display:inline;
	float:left;
	font-size:.55em;
	text-align:right;
}
#header-r a {color:#fff; margin:0 3px; text-decoration:none;}
#header-r a:hover {text-decoration:underline;}

#contentwrap {
	height:407px;
	margin-left:222px;
}

#menu ul {
	margin:0;
	padding:0;
	font-size:.8em;
	list-style-type:none;
	border-right: 1px solid #D49F00;
}
#menu li {float:left;}
#menu li a {
	width:106px;
	padding:1px 0 4px 0;
	display: block;
	text-align:center;
	border-top: 1px solid #D49F00;
	border-left: 1px solid #D49F00;
	border-bottom: 1px solid #D49F00;
	color:#fff;
	background:#707173;
	text-decoration:none;
}
#menu a.right {border-right: 1px solid #D49F00;}
#menu li a:hover {color:#D49F00;}
#menu li#active a {background:#58585A;}

#content {
	width:514px;
	height:358px;
	padding:0 6px 0 14px;
	font-size:.7em;
	line-height:15px;
	background:#58585A;
	border-left: 1px solid #D49F00;
	border-bottom: 1px solid #D49F00;
	border-right: 1px solid #D49F00;
}
#content.bglichtgrijs {background:#E2E3E4;}
#contentscroll {
	height:358px;
	margin:0 0 0 0;
	overflow:auto;
}
#contentmargin {
	margin:24px 20px 0 0;
}

#footer {
	margin:7px 0 0 223px;
}

table#prijzen td {
	padding:1px 0 0 0;
}

.bodyvoorwaarden {
	margin:0;
	padding:0;
	width:526px;
	background:#58585A;
	background-image:none;
}
#voorwaarden {
	margin:24px 6px 6px 14px;
	text-align:left;
	font:.7em Arial, Helvetica, sans-serif;
	color:#fff;
	line-height:15px;
}
#voorwaarden ol {margin:24px 24px 0 24px;}
#voorwaarden li {margin-bottom:4px;}

/********************
FORM STYLES
********************/
input, select, textarea {
	font:11px Arial, Helvetica, sans-serif;
	color:#1A171B;
}
label, input, select {
	display:block;
	float:left;
}
label {
	width:90px;
	margin-top:1px;
	margin-bottom:4px;
}	
form br {clear:left;}
.inputField {
	width:392px;
	height:15px;
	border:1px solid #F3E1B9;
	margin-bottom:10px;
	background-color:#F3E1B9;
}
.normalfloat {display:inline; float:none; margin-left:0px;}
.vbutton {
	width:80px;
	margin:2px 0 0 90px;
	display:inline;
	cursor:pointer;
	font-size:11px;
	color:#fff;
	border:1px solid #D49F00;
	background-color:#707173;
	letter-spacing:1px;
}

/********************
GENERIC STYLES
********************/
.floatright {float:right;}
.floatleft {float:left;}
.clear {clear:both;}
.sml {font-size:.95em;}
.justify {text-align:justify;}
.center {text-align:center;}
.hide {display:none;}
.geel {color:#D49F00;}
.geel a, .geel a:visited {color:#D49F00;}
.zwart {color:#1A171B;}
.zwart a, .zwart a:visited {color:#1A171B;}
.rood {color:#E5322C;}
.logo-reisopmaat {margin-left:123px;}
.header {padding:6px 0 8px 0;}
.vs-prijzen {margin:0 0 8px 13px;}

/********************
thickbox
********************/

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #fff;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#fff;
}

#TB_window a:link {color: #D49F00; text-decoration:none;}
#TB_window a:visited {color: #D49F00; text-decoration:none;}
#TB_window a:hover {color: #D49F00; text-decoration:underline;}
#TB_window a:active {color: #D49F00; text-decoration:none;}
#TB_window a:focus{color: #D49F00; text-decoration:none;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(../img/macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #58585A;
	z-index: 102;
	color:#fff;
	display:none;
	border: 1px solid #D49F00;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
	color:#fff;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#4D4D4F;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:0px;
	margin-top:1px;
	_margin-bottom:1px;
}

