/* --------------------------------------- */
/* GENERAL */
/* --------------------------------------- */

body
	{
	background: url(/grfx/background.gif) #7fc1f1 repeat-x top;
	margin: 0px;
	}

body, td
	{
	font-family: verdana,arial,helvetica;
	font-size: 0.8em;
	color: #000;
	}

form					{ margin: 0px; padding: 0px; }

div#wrapper
	{
	background-color: #fff;
	position: relative;
	width: 990px;
	margin: 0px auto;
	}

#btn-back				{ text-align: right; }

.debug					{ color: #f00; display: block; }
.clear					{ clear: both; }
.button					{ cursor: pointer; }
.picright				{ margin-left: 10px; margin-bottom: 10px; }
.picleft				{ margin-right: 10px; margin-bottom: 10px; }

a						{ font-weight: bold; color: #2397e6; text-decoration: none; }
a:hover					{ font-weight: bold; color: #000; text-decoration: underline; }

/* ======================================= */


/* --------------------------------------- */
/* HEADER */
/* --------------------------------------- */

div#header
	{
	position: relative;
	background-repeat: no-repeat;
	height: 212px;
	display: block;
	}

div#header h1
	{
	position: absolute;
	font-weight: bold;
	font-size: 1.8em;
	color: #fff;
	margin: 0px;
	bottom: 2px;
	right: 15px;
	}

div#header #search
	{
	position: absolute;
	background: url(/grfx/background-quicksearch.gif) no-repeat;
	font-weight: bold;
	font-size: 0.85em;
	color: #0053a0;
	width: 106px;
	height: 70px;
	margin: 0px;
	padding: 10px 0px 0px 8px;
	top: 95px;
	left: 870px;
	}

div#header #search input
	{
	border: 1px solid #ccc;
	background: url(/grfx/background-inputbox.gif) no-repeat;
	width: 65px;
	height: 18px;
	margin: 0px;
	margin-top: 5px;
	padding: 0px;
	}

div#header #search img
	{
	margin: 0px;
	margin-left: 4px;
	}

div#header #languages
	{
	position: relative;
	background: url(/grfx/background-flags.png) no-repeat 870px 2px;
	height: 24px;
	margin: 0px;
	}

#languages ul
	{
	position: absolute;
	width: 105px;
	height: 24px;
	margin: 0px;
	padding: 0px;
	top: 8px;
	right: 8px;
	}

#languages li
	{
	position: absolute;
	text-indent: -9999px;
	text-decoration:none;
	list-style: none;
	height: 24px;
	}

#lm16 { width: 20px; left: 0px; }
#lm17 { width: 20px; left: 24px; }
#lm18 { width: 20px; left: 48px; }
#lm19 { width: 20px; left: 72px; }

#languages li#lm16 		{ background: url(/grfx/flags.png) no-repeat -0px 0px; }
#languages li#lm17 		{ background: url(/grfx/flags.png) no-repeat -24px 0px; }
#languages li#lm18 		{ background: url(/grfx/flags.png) no-repeat -48px 0px; }
#languages li#lm19 		{ background: url(/grfx/flags.png) no-repeat -72px 0px; }

#languages a    		{ background-color:transparent; text-decoration:none; display:block; height:11px; }

/* navigation */

#navigation
	{
	position:relative;
	border: 1px solid #fff;
	height:70px;
	margin:0px;
	padding:0px;
	top: 0px;
	left: 0px;
	}

#nav
	{
	position: absolute;
	background: #fff;
	filter: alpha(opacity=80);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
 	-moz-opacity: 0.80;
 	opacity:0.8;
 	width: 100%;
	height: 70px;
	margin: 0px;
	top: 0px;
	left: 0px;
	z-index: 99;
	}

#navigation ul
	{
	position:absolute;
	background:transparent;
	height:70px;
	list-style: none;
	line-height: 1;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	float: left;
	top: 0px;
	left: 0px;
	z-index: 100;
	}

#navigation ul li
	{
	float: left;
	padding: 0px;
	}

#navigation ul li#logo
	{
	background: url(/grfx/logo.png) no-repeat 15px 7px;
	width: 150px;
	height: 70px;
	text-indent: -9999px;
	}

#navigation a
	{
	display: block;
	font-family: arial,helvetica;
	font-weight: bold;
	font-size: 0.95em;
	color: #0053a0;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	width: 117px;
	height: 45px;
	padding-top: 25px;
	}

#subnavigation
	{
	position: relative;
	background: url(/grfx/background-subnavigation.gif) repeat-x 0px 0px;
	height: 52px;
	}

#subnavigation #subnav
	{
	position: relative;
	background: url(/grfx/background-subnav.gif) repeat-x 0px 9px;
	width: 810px;
	height: 52px;
	margin: 0px;
	margin-left: 15px;
	}

#subnavigation #subnav ul
	{
	position: relative;
	border: 0px;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}

#subnavigation #subnav li
	{
	float: left;
	padding: 0px;
	}

#subnavigation a
	{
	background: url(/grfx/background-subnav-option.gif) no-repeat right;
	display: block;
	font-size: 0.85em;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	padding: 1.15em 0.65em;
	}

/* ======================================= */

/* --------------------------------------- */
/* BREADCRUMB  */
/* --------------------------------------- */

#breadcrumb				{ font-size:0.8em; color: #999; margin-bottom: 10px; }
#breadcrumb a			{ font-weight: normal; color: #2397e6; text-decoration: none; }
#breadcrumb a:hover		{ font-weight: normal; color: #000; text-decoration: underline; }

/* ======================================= */

/* --------------------------------------- */
/* CONTENT */
/* --------------------------------------- */

div#main
	{
	position: relative;
	height: auto;
	_height: 370px;
	min-height: 370px;
	margin: 0px;
	padding-bottom: 0px;
	}

div#content, div#content_full
	{
	position: relative;
	font-size: inherit;
	height: auto;
	_height: 370px;
	min-height: 370px;
	margin: 0px;
	margin-left: 223px; /* sidebar */
	padding: 15px;
	padding-top: 10px;
	}

div#content_routeplanner
	{
	margin: 0px;
	padding: 0px;
	}


div#content_full
	{
	margin-left: 0px; /* sidebar */
	}

div#content table.internal_table td, div#content_full table.internal_table td
	{
	font-size: 1em;
	}

#content_movie
	{
	width: 350px;
	margin: 0px;
	margin-left: 10px;
	margin-bottom: 10px;
	float: right;
	}

div#sidebar
	{
	/* background: url(/grfx/background-sidebar.gif) repeat-y right; */
	width: 207px;
	margin: 0px;
	padding: 0px;
	padding-left: 15px;
	float:left;
	}

div#content h3,
div#content_full h3,
div#content h4
	{
	font-weight: bold;
	font-size: 1em;
	color: #0053a0;
	text-transform: uppercase;
	margin: 0px;
	margin-bottom: 10px;
	}

div#content h4
	{
	font-size: 0.85em;
	}

div#sidebar h3
	{
	background-color: #adeb50;
	font-weight: bold;
	font-size: 1em;
	color: #0053a0;
	margin: 0px;
	padding: 4px;
	}

/* cityguide */

div#sidebar ul#citynews
	{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	}

div#sidebar ul#citynews li
	{
	background: transparent url(/grfx/bulletnews.gif) 0px 5px no-repeat;
	padding-left:10px;
	line-height: 1.5em;
	}

#citydesc
	{
	position: relative;
	width: 430px;
	height: auto;
	_height: 220px;
	min-height: 220px;
	}

#citysidebar
	{
	position: relative;
	border: 1px solid #ccc;
	background-color: #eee;
	width: 270px;
	padding: 10px;
	float: right;
	right: 0px;
	}

#citysidebar h4
	{
	position: absolute;
	top: 10px;
	left: 10px;
	}

#citysidebar form
	{
	margin: 0px;
	margin-top: 10px;
	}

#citysidebar #portal
	{
	position: absolute;
	top: 25px;
	left: 15px;
	}

#cities
	{
	position: relative;
	height: auto;
	_height: 200px;
	min-height: 200px;
	}

.column
	{
	width: 230px;
	float: left;
	margin-right: 10px;
	}

#cities ul
	{
	list-style: none;
	margin: 0px;
	padding: 0px;
	}

#cities ul li a, #cities ul li a:hover
	{
	border-bottom: 1px dotted #99ADC2;
	color: #2397e6;
	display:block;
	padding: 2px 2px 2px 10px;
	text-decoration: underline;
	}

#cities ul li a:hover					{ color: #000; }

#cityguide					{ padding-top: 10px; }

/* tips */

#sidemenu, #sidemenu_cityguide
	{
	padding: 0;
	margin: 0;
	margin-bottom:15px;
	width: 207px;
	}

#sidemenu li, #sidemenu_cityguide li
	{
	list-style: none;
	border-top: 1px solid #fff;
	margin:0;
	}

#sidemenu li, #sidemenu_cityguide li
	{
	margin-left: -15px;
	  voice-family: "\"}\"";
	  voice-family:inherit;
	margin-left: 0;
	}

/* msie5 */

	/* margin-left: -15px; --> voor ie5 */

/*

* html body #sidemenu li a, html body #sidemenu_cityguide li a   { width: 155px; margin-left: -15px;  }

*/

#sidemenu li a:link, #sidemenu_cityguide li a:link
	{ font-weight: normal; color: #0053a0; }

#sidemenu li a:visited, #sidemenu_cityguide li a:visited
	{ font-weight: normal; color: #0053a0; }

#sidemenu li a:hover, #sidemenu_cityguide li a:hover
	{ font-weight: normal; border-left: 5px solid #2397e6; background: #ADD9F5; }

#sidemenu li a, #sidemenu_cityguide li a
	{ background: transparent; text-decoration: none; display: block; border-left: 5px solid #2397e6; width: 197px; font-weight: normal; padding: 1px; padding-left: 4px; }

#sidemenu li
	{
	overflow-x: hidden;
	}

div.tips
	{
	border: 1px solid #adeb50;
	display: block;
	margin: 5px 0px 5px 0px;
	padding: 2px;
	}

div.tips h4
	{
	font-weight: bold;
	font-size: 1em;
	color: #0053a0;
	text-transform: uppercase;
	margin: 0px;
	padding-left: 2px;
	}

div.tips p
	{
	margin: 1px;
	padding: 2px;
	}

div.tips p a
	{
	border-left: 0px;
	}

/* News */

.news
	{
	border-bottom: 1px dotted #adeb50;
	margin-top: 15px;
	padding: 0px;
	padding-bottom: 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 #adeb50;
	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;
	}


/* blocks */

div.box					{ position: relative; }

div.blockone,
div.blocktwo
	{
	background: url(/grfx/background-block.gif) #fff repeat-x bottom;
	border: 1px solid #adeb50;
	width: 358px;
	height: auto;
	_height: 120px;
	min-height: 120px;
	margin: 0px;
	top: 0px;
	}

div.blockone			{ position: relative; }
div.blocktwo			{ position: absolute; right: 0px; _right: 15px; }
div.block				{ display: block; margin-left: 110px; padding-right: 4px; word-spacing: 0em; }

div#content div.box div.blockone .block h4,
div#content div.box div.blocktwo .block h4
	{
	font-weight: bold;
	font-size: 1em;
	color: #0053a0;
	text-transform: none;
	margin: 0px;
	}

div.box p				{ margin: 0px; }

div.box img
	{
	/* beiden zetten anders gaan de blokjes om zeep */
	width: 100px;
	height: 100px;
	float: left;
	margin: 5px;
	}

/* Sitemap */

div#sitemap ul
	{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	}

div#sitemap ul li
	{
	background: transparent url(/grfx/bulletnews.gif) 0px 5px no-repeat;
	padding-left:15px;
	line-height: 1.5em;
	}

.chatbanner				{ margin-bottom: 10px; }

/* Form */

#form_contact		{ width: 100%; }
#form_contact td	{ font-size: 1em; }

.form_desc
	{
	width: 120px;
	vertical-align: top;
	padding-top: 4px;
	padding-right: 4px;
	}

.addthis_toolbox
	{
	width: 145px;
	float: right;
	}


/* ======================================= */


/* --------------------------------------- */
/* FULL SEARCH  */
/* --------------------------------------- */

#searchallresults
	{
	/* border-top: 2px dotted #adeb50; */
	margin: 0px;
	margin-top: 10px;
	padding-top: 10px;
	}

#searchallresults b			{ color: #0053a0; }


#searchallresults ol li
	{
	padding: 0px;
	padding-bottom: 10px;
	}

#searchallresults .lastupdate
	{
	font-style: italic;
	font-size: 0.8em;
	color: #999;
	}

#searchallresults .type
	{
	font-size: 0.8em;
	color: #999;
	}


table.full_text_table
	{
	width: 100%;
	}

table.full_text_table td, table.full_text_table td.buttons
	{
	font-size: 0.85em;
	}

/* ======================================= */

/* --------------------------------------- */
/* BOOKINGS.COM */
/* --------------------------------------- */

 #button1 {
  color:#FFFFFF;
  font-weight:bold;
  background-color:#adeb50;
  margin-left: 100px;
 }

.header {
    font-size: 12px;
    font-weight: bold;
}

.region-country-table {
  background: #FFFFFF;
  border: 1px solid #adeb50;
  width:200px;
  margin: 0px;

}

.inputcontainer, .but, .browse {
    padding: 0 .6em;
}


.title {
  font-size: 13px;
  background: #5bb1ed;
  color: #FFFFFF;
  font-weight: bold;
   padding: 4 0 4 9px;
   text-align:center;

}


/* ======================================= */

/* --------------------------------------- */
/* FOOTER */
/* --------------------------------------- */

#backnavigation
	{
	position: relative;
	font-size: 0.85em;
	color: #999;
	height: 15px;
	margin: 0px;
	margin-bottom: 10px;
	display: block;
	clear:both;
	}

#backnavigation	a
	{
	background: url(/grfx/icon-back.gif) no-repeat 0px 2px;
	font-weight: normal;
	color: #999;
	text-decoration: none;
	width: 75px;
	padding-left: 15px;
	display: block;
	float: right;
	}

div#footer
	{
	position: relative;
	background-color: #0053a0;
	clear:both;
	font-size: 0.85em;
	color: #fff;
	height: auto;
	min-height: 35px;
	_height: 35px;
	margin: 0px;
	padding: 0px;
	}

div#footer a			{ color: #fff; text-decoration: none; }
div#footer a:hover		{ color: #adeb50; text-decoration: none; }

div#footer p#ftrmenu
	{
	height: auto;
	min-height: 35px;
	_height: 35px;
	margin: 0px;
	margin-right: 300px; /* copyright */
	padding: 8px 4px 4px 15px;
	}

div#footer p#copyright
	{
	position: absolute;
	width:280px;
	text-align: right;
	margin: 0px;
	top:8px;
	right:15px;
	}


/* ======================================= */
/* ======================================= */
/* ======================================= */

