/* -------------------------- */
/* GENERAL */
/* -------------------------- */

html,body				{ margin: 0; padding: 0; }

body
	{
	background-color: #fff;
	font-family: verdana,helvetica,sans-serif;
	font-size: 0.9em;
	color: #000;
	}

div#wrapper
	{
	background-color: #fff;
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	}

.button					{ cursor: hand; cursor: pointer; }
.clear					{ clear: both; }

a						{ color: #cb2127; text-decoration: underline; }
a:hover					{ color: #f90; text-decoration: underline; }

#breadcrumb p			{ display: none; }

/* -------------------------- */
/* HEADER */
/* -------------------------- */

div#header
	{
	background: none;
	height: 50px;
	padding: 0px;
	margin:0px;
	}

div#header h1
	{	
	background: none;
	border-bottom: 1px solid #000;
	font-size: 1.4em;
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 30px;
	text-indent: 0px;
	margin: 0px;
	}

/* -------------------------- */
/* MENU */
/* -------------------------- */

#languages		{ display: none; }
#navigation		{ display: none; }
#subnavigation	{ display: none; }

/* -------------------------- */
/* CONTENT */
/* -------------------------- */

div#main		{ position:relative; }

div#content
	{
	font-size: 0.85em;
	float: none;
	position:relative;
	width: 100%;
	/* http://wellstyled.com/css-underscore-hack.html */
	text-align: left;
	padding: 0px;
	}
	
div#content_full
	{
	font-size: 0.85em;
	/* http://wellstyled.com/css-underscore-hack.html */
	text-align: left;
	padding: 0px;
	}

h3
	{
	font-weight: normal;
	font-size: 1.4em;
	margin: 5px auto;
	}

#regions td img
	{
	border: 1px solid #999;
	}	
	
/* -------------------------- */
/* THEMES */
/* -------------------------- */

#themes			{ position: relative; margin-top: 10px;	}

.blockone, .blocktwo
	{
	border: 0px solid #000;
	position: relative;
	width: 46%;
	height: 105px;
	padding: 5px;
	display: block;
	}

.blockone		{ float: left; }
.blocktwo		{ margin-left: 52%; }

.blockone h3, .blocktwo h3
	{
	font-size: 1.1em;
	color: #000;
	text-transform: uppercase;
	margin: 0px;
	line-height: 1em;
	}

.blockone img, .blocktwo img
	{
	float: left;
	margin: 0px;
	padding: 0px;
	}
	
.block
	{
	position: relative;
	display: block;
	padding: 0px;
	padding-right: 5px;
	margin: 0px;
	margin-left: 108px;
	}

.blockone a, .blocktwo a
	{
	font-weight: bold;
	color: #cb2127;
	text-decoration: none;
	}
	
/* -------------------------- */
/* NEWS */
/* -------------------------- */

.news
	{
	border: 1px solid #000;
	margin-top: 15px;
	padding: 10px;
	}

.news h3
	{
	font-weight: bold;
	font-size: 1em;
	margin: 0px;
	}

.news .date, #newsdetail .date
	{
	font-size: 0.9em;
	color: #999;
	}

.news img.gfx-news
	{
	border: 2px solid #000;
	width: 100px;
	float: left;
	margin-right: 10px;
	}

#newsdetail h3
	{
	font-size: 1.6em;
	margin: 0px;
	}

#newsdetail img.gfx-news-big
	{
	float: right;
	margin-left: 10px;
	}	

/* -------------------------- */
/* BOOKINGS */
/* -------------------------- */

form#frm				{ display: none; }	

/* -------------------------- */
/* SIDEBAR */
/* -------------------------- */

#sidebar				{ display: none; }

/* -------------------------- */
/* FOOTER */
/* -------------------------- */

#footer
	{
	background: none;
	border-top: 1px solid #000;
	position: relative;
	clear:both;
	font-weight: normal;
	font-size: 0.8em;
	color:#000;
	height:20px;
	margin: 0px;
	}

#footer p				{ position: relative; padding: 4px 0px 0px; margin: 0px 0px 0px 0px; }
#footer p#ftrmenu		{ display: none; }

#footer p#copyright		{ float: left; font-weight: normal; font-size: 0.95em; color: #000; margin-left: 0px; width: 250px; }

#hollandia				{ display: none; }


/* -------------------------- */
/* TDI */
/* -------------------------- */

.buttons				{ display: none; }

/* --------------------------  */
/* SEARCH */
/* --------------------------  */

#searchbox				{ width: 320px; }

.search_desc, .search_desc_events
	{
	font-size: 1em;
	font-weight: normal;
	text-transform: none;
	width: 110px;
	vertical-align: top;
	}

.search_desc_events		{ width: 170px; }

.search_combo				{ font-size: 0.8em; width: 200px; }
.search_input				{ font-size: 0.8em; width: 195px; }
.search_valid_69			{ font-size: 0.8em; width: 150px; }
.search_evenementen_date	{ font-size: 1.1em; width: 160px; }
.search_evenementen_combo	{ font-size: 1.1em; width: 160px; height: 308px; }
.search_evenementen_input	{ font-size: 1.1em; width: 330px; }

.search_buttons
	{
	cursor: pointer;
	cursor: hand;
	}
	
/* --------------------------  */
/* BROWSE */
/* --------------------------  */

.browse_table		{ padding: 0px; }

.browse_subject
	{
	background-color: #fff;
	vertical-align: top;
	font-weight: bold;
	color: #000;
	}

.browse_desc0			{ border-top: 1px solid #ccc; padding: 4px; }
.browse_desc1			{ border-top: 1px solid #ccc; width: 25%; padding: 4px; }
.browse_desc2			{ border-top: 1px solid #ccc; width: 18%; padding: 4px; }
.browse_desc3			{ border-top: 1px solid #ccc; width: 18%; padding: 4px; }
.browse_desc4			{ border-top: 1px solid #ccc; width: 18%; padding: 4px; }

.browse_data			{ border-top: 1px solid #ccc; vertical-align: top; padding: 4px; }

.browse_data_desc		{ font-weight: bold; }

.browse_line0			{ background: #fff; }
.browse_line1			{ background: #fff; }

.browse_data_first		{ font-weight: bold; border-top: 1px solid #ccc; vertical-align: top; padding: 4px; }

.browse_order_gif		{ display: none; }

/* browse legenda */

.browse_legend
	{
	background: #fff;
	w\idth:96%;
	margin: 0px;
	padding: 0px;
	}

.browse_table_legend	{ padding: 4px; }

.browse_subject_legend
	{
	background-color: #8aaedc;
	vertical-align: top;
	font-weight: bold;
	font-size: 0.8em;
	color: #fff;
	text-transform: uppercase;
	}

.browse_desc_legend0			{ width: 245px; }
.browse_desc_legend1			{ }

.browse_data_legend				{ font-size: 0.85em; color: #000; border-bottom: 1px solid #00a5e8; }

.browse_data_legend_name		{ float: left; font-weight: bold; width: 240px; padding-bottom: 4px; }

.browse_data_legend_place		{ margin-left: 250px; padding-bottom: 4px; }


/* Steps */

#breadcrumb_steps				{ display: none; }
#steps_found					{ display: none; }

#steps_navigation				{ display: none; }

#steps_wrapper					{ position: relative; }

#steps_wrapper_steps
	{
	width: 20%;
	float: left;
	}

#steps_wrapper_steps h6
	{
	background-color: #fff;
	border-bottom: 1px solid #000;
	font-weight: bold;
	font-size: 1em;
	color: #000;
	padding: 4px;
	margin: 6px 0px 6px 0px;
	}

.step_count
	{
	font-size: 0.8em;
	color:#b2b2b2;
	}

.step_more
	{
	font-weight: bold;
	padding-left: 4px;
	text-decoration: none;
	}

#steps_wrapper_results
	{
	width: 76%;
	float: right;
	}

#steps_wrapper_results h2
	{
	background-color: #f28e00;
	font-weight: bold;
	font-size: 1em;
	color: #fff;
	padding: 4px;
	margin: 6px 0px 6px 0px;
	}

/* Advo */

table.advo_table
	{
	}

.advo_text				{ padding: 5px; }
.advo_logo				{ padding: 5px; }

/* --------------------------  */
/* PRINT */
/* --------------------------  */

#history_back
	{
	text-align: right;
	margin-bottom: 10px;
	}

.print_table
	{
	width: 100%;
	padding: 0px;
	}

.print_desc, .print_multi_desc
	{
	background-color: #fff;
	font-weight: bold;
	text-transform: none;
	padding: 4px 8px 4px 0px;
	width: 25%;
	vertical-align: top;
	}

.print_name
	{
	font-weight: bold;
	color: #000;
	text-transform: none;
	padding: 4px;
	padding-left: 0px;
	}

.print_name_kop
	{
	border: solid #000;
	border-width: 1px 0px 1px 0px;	
	background-color: #fff;
	font-weight: bold;
	color: #000;
	text-transform: uppercase;
	padding: 4px;
	padding-left: 8px;
	}


.print_data, .print_sub_title, .print_multi_data, .print_multi_sub_title
	{
	vertical-align: top;
	padding-left: 8px;
	}

.print_multi_data		{ }

.print_sub_title, .print_multi_sub_title
	{
	font-weight: bold;
	}

.print_spaceline		{ }
.print_spacer_desc		{ height: 10px; }
.print_spacer_data		{ }


/* TDI 1 op N */

.print_table_moreinfo		{ width: 100%; }

.print_desc_moreinfo, .print_multi_desc_moreinfo
	{
	background-color: #fff;
	padding: 4px 8px 4px 0px;
	line-height: 1em;px;
	font-weight: bold;
	color: #000;
	width: 25%;
	vertical-align: top;
	}

td.print_data_moreinfo, td.print_multi_data_moreinfo
	{
	padding: 4px 8px 4px 8px;
	}

td.print_sub_title_moreinfo, td.print_multi_sub_title_moreinfo
	{
	background-color: #fff;
	font-weight: bold;
	}
	
/* --------------------------  */
/* ARRANGEMENTEN */
/* --------------------------  */

#packages
	{
	display: block;
	}
	
#packages h4
	{
	background-color: #fff;
	border: solid #000;
	border-width: 1px 0px 1px 0px;
	font-size: 1.1em;
	color: #000;
	padding: 4px; 
	margin-bottom: 5px;
	}

/* SEARCH */

.search_combo			{ font-size: 0.8em; width: 200px; }


/* SEARCH & BROWSE */

.package
	{
	background: #fff;
	border: 0px solid #f28e00;
	width: 23%;
	}
	
.package .photo
	{
	height: 130px;
	text-align: left;
	}

.border
	{
	margin: 5px;
	}
	
	
.artikel_prijs
	{
	padding: 3px;
	height: 65px;
	}

.artikel
	{
	font-size: 0.9em;
	color: #000;
	text-transform: uppercase;
	}

.prijs
	{
	font-size: 11px;
	font-weight: bold;
	color: #ccc;
	}
	
div.arrangementborder
	{
	background-color: #ebecf4;
	padding: 4px;
	width: 160px;
	height: 70px;
	}

/* PRINT */

#content_full #blockleft
	{
	background-color: #fff;
	border: 0px solid #ccc;
	width: 32%;
	padding: 2px;
	float: left;
	}

#blockleft #photo
	{
	margin: 5px;
	text-align: left;
	}

#inclusives
	{
	width: 100%;
	padding: 2px;
	}

#inclusives h4
	{
	background: #fff;
	border: solid #000;
	border-width: 1px 0px 1px 0px;
	font-weight: normal;
	font-size: 0.9em;
	color: #000;
	padding: 2px;
	margin: 0px;
	text-transform: uppercase;
	}
	
#content_full #blockright
	{
	width: 60%;
	margin-left: 36%;
	}	
	
#blockright h4
	{	
	font-weight: normal;
	font-size: 1.3em;
	margin: 0px;	
	}
	
.inclus1
	{
	color: #000;
	}
	
#blockbanner
	{
	width: 32%;
	padding: 2px;
	float: left;	
	}

#blockinfo
	{
	border-top: 1px solid #000;
	width: 60%;
	padding: 4px;
	margin-left: 36%;	
	}

#blockinfo h4
	{
	font-weight: bold;
	font-size: 1.1em;
	color: #000;
	margin: 0px;
	}
	
#formbox
	{
	border: 1px solid #f28e00;
	width: 650px;
	padding: 4px;
	}	