/* --------------------------------------- */
/* GENERAL HOLLANDSSCHIEREILAND css */
/* --------------------------------------- */

html,body						{ margin: 0; padding: 0; }

body
	{
	background-color: #8baedd;
	font-family: verdana,helvetica,sans-serif;
	font-size: 0.8em;
	color: #7b7a7b;
	}

div#wrapper
	{
	background: transparent url(/grfx/bg-wrapper.gif) top left repeat-y;
	position: relative;
	width: 802px;
	margin: 0 auto;
	padding: 0;
	}

.button							{ cursor: hand; cursor: pointer; }
.clear							{ clear: both; }
.lclear							{ clear: left; }
.rclear							{ clear: right; }
.picright						{ margin-left: 10px; }
.picleft						{ margin-right: 10px; }

a								{ color: #7b7a7b; text-decoration: underline; }
a:hover							{ color: #244994; text-decoration: underline; }

#formtbl						{ width: 100%; margin-top: 10px; }
.formdesc						{ width: 28%; font-weight: bold; text-transform: uppercase; vertical-align: top; padding-top: 2px; }

#tdi_map_browse_step
	{
	width: 100%;
	height: 570px;
	}

/* ======================================= */

/* --------------------------------------- */
/* HEADER */
/* --------------------------------------- */

div#header
	{
	background-position: top left;
	background-repeat: no-repeat;
	height: 220px;
	margin: 0 3px;
	}

#langsearch
	{
	position: relative;
	width: 260px;
	padding-top: 4px;
	margin-left: 4px;
	}

#languages
	{
	position:absolute;
	top: 6px;
	float: left;
	width: 250px;
	height: 22px;
	margin:0px 4px;
	}

#languages img
	{
	border: 1px solid #fff;
	}


#searchbar						{ float: right; width: 180px; height: 22px; }

.inputtext
	{
	border: 1px solid #fff;
	width:130px;
	height:10px;
	font-size:10px;
	margin-top: 2px;
	margin-bottom: 4px;
	}

#magnify						{ }

#vvvbar							{ width: 596px; height: 159px; margin-top: 4px; }

#vvv
	{
	background: transparent url(/grfx/vvvlogo-125.png) no-repeat;
	_background: transparent url(/grfx/vvvlogo-125.gif) no-repeat;
	position: relative;
	float: left;
	width: 94px;
	height: 70px;
	margin-left: 6px;
	margin-top: 5px;
	}

h1
	{
	font-size: 2.2em;
	color: #fff;
	width: 469px;
	height: 30px;
	margin-left: 80px;
	margin-top: 8px;
	}


#schierbar
	{
	position: absolute;
	top: 70px;
	left: 10px;
	margin-top: 5px;
	}

#schier							{ display: none; }

#subttlbar
	{
	font-weight: bold;
	font-style: italic;
	font-size: 1.4em;
	color: #fff;
	margin-left: 73px;
	}

#sidebartop
	{
	background-color: #8bafdd;
	position: absolute;
	top: 0px;
	right: 3px;
	width: 198px;
	height: 205px;
	}

#regionbar				{ padding: 10px; }

#fillnavbar, #fillnavbar_shop, #fillnavbar_web, #fillnavbar_kust, #fillnavbar_kop
	{
	position: relative;
	background: #8bafdd url(/grfx/bg-navigation.gif) no-repeat top right;
	width: 28px;
	height: 28px;
	float: right;
	}

#fillnavbar_shop
	{
	background: #8bafdd url(/grfx/bg-navigation_shop.gif) no-repeat top right;
	}

/* ======================================= */

/* --------------------------------------- */
/* NAVIGATION */
/* --------------------------------------- */

ul#nav							{ padding-top: 4px; }

#nav, #nav ul { /* all lists */
	float: left;
	width: 700px;
	list-style: none;
	line-height: 1;
	background: #8baedd;
	font-weight: normal;
	padding: 0;
	margin: 0 0 0 0;
	}

#m1, #m2, #m3, #m4, #m5, #m6, #m7 {
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 4px;
	background: url(/grfx/menubarstripe.gif) no-repeat right;
	}

#nav a {
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 0.25em 0.75em;
	}

#nav li { /* all list items */
	float: left;
	padding: 0;
	}

#nav li ul { /* second-level lists */
	position: absolute;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	height: auto;
	width: 215px; /* width */
	font-weight: normal;
	border:1px solid #a6c4ec;
	margin: 0;
	}

#nav li li {
	width: 100%;
	}

#nav li ul a {
	height: 20px;
	padding-top:9px;
	padding-bottom:1px;
	padding-right:0.25em;
	}

#nav li ul ul {
	margin: -1.75em 0 0 14em;
	margin: -1.7em 0 0 13.95em;
	}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
	}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
	}

#nav li ul li a:hover { /* lists nested under hovered list items */
	color: #244994;
	background: #a6c4ec;
	}

/* Support for the "iehover-fix.js" */

ul.nav iframe {
	position: absolute;
	/* account for the border */
	left: -0.25em;
	top: -0.25em;
	z-index: -1;
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
	}

* html ul.nav li { z-index: 201; }

/* this is for IE 5.0
select.hide { visibility: hidden; }

/* End Support for the "iehover-fix.js" */

/* ---------------------------- */

#navigation
	{
	background: #8baedd url(/grfx/bg-topnav.gif) no-repeat top left;
	font-size: 0.85em;
	text-align:left;
	position:relative;
	height:28px;
	margin:0;
	padding:0;
	list-style-type:none;
	z-index: 2;
	}

#nav li#m2 #highlight, #nav li#m3 #highlight, #nav li#m4 #highlight, #nav li#m5 #highlight,
#nav li#m6 #highlight, #nav li#m7 #highlight, #nav li#m8 #highlight
	{
	color: #244994;
	text-decoration:none;
	}

/* ======================================= */

/* --------------------------------------- */
/* CONTENT */
/* --------------------------------------- */

div#main
	{
	position:relative;
   	height: auto;
   	_height: 600px;
	min-height: 600px;
	margin: 0px;
	margin-top: 4px;
	padding: 0px;
	}

div#content
	{
	position:relative;
	background: transparent;
	font-size: 0.85em;
	text-align: left;
   	height: auto;
   	_height: 600px;
	min-height: 600px;
	margin: 0px;
	margin-left: 4px;
	margin-right: 200px;
	_margin-right: 199px;
	padding: 10px;
	_padding: 10px 0px 0px 5px;
	}

#sidebar
	{
	position: relative;
	width:170px;
	margin: 0px;
	margin-right:3px;
	_margin-right: 2px;
	padding: 10px;
	float: right;
	right: 0px;
	}

div#content_popup
	{
	font-size: 0.85em;
	position:relative;
	width: 576px;
	/* http://wellstyled.com/css-underscore-hack.html */
	background: transparent;
	text-align: left;
	margin-top: 0px;
	margin-left: 4px;
	padding: 10px;
	}

h3
	{
	font-size: 1.4em;
	font-weight: bold;
	color: #3c468d;
	text-transform: uppercase;
	}

h5
	{
	font-size: 1.2em;
	font-weight: bold;
	}

#sitemap li
	{
	list-style-image: url(/grfx/bullet-sitemap.gif);
	list-style-type: circle;
	line-height: 1.8em;
	}

#sitemap-highlight
	{
	font-weight: bold;
	}


/* sideblocks */

.ttlblock
	{
	background-color: #8baedd;
	border-bottom: 1px solid #fff;
	font-weight: bold;
	color: #fff;
	padding: 4px;
	margin:0px;
	}

.block
	{
	position: relative;
	display:block;
	font-size: 0.85em;
	width: 170px;
	margin-bottom: 15px;
	}

.sideline
	{
	display: block;
	border-top: 1px dotted #ccc;
	height:10px;
	margin-top: 5px;
	margin-bottom: 5px;
	}


/* breadcrumb */

#breadcrumb				{ font-size:0.8em; }
#breadcrumb a			{ text-decoration: none; color: #000; }
#breadcrumb a:hover		{ text-decoration: none; color: #000; border-bottom: 1px solid #666; }


/* cityguide */

#cityguide				{ display:block; position:relative; }

.cityttl				{ font-weight: bold; color: #d27b27; text-transform: uppercase; }

.citycolumn-one
	{
	display: block;
	float: left;
	width: 282px;
	padding-right: 5px;
	}

.citycolumn-two
	{
	display: block;
	width: 276px;
	margin-left: 290px;
	padding-left: 5px;
	}

#citybar				{ display: block; }
#citybar select			{ width: 200px; }


/* news */

.ttlcolumn				{ display: block; width: 200px; float:right; }
.ttl, .subttl, .date	{ font-weight: bold; text-transform: uppercase; }
.ttl					{ color: #d27b27; }
.subttl					{ color: #000; }
.date					{ color: #917c65; }

.message
	{
	display: block;
	color: #707176;
	}

.message a				{ text-decoration: underline; }
.message a:hover		{ text-decoration: underline; }

.moreinfo				{ text-transform: none; margin-top: 10px; }
.moreinfo a				{ text-decoration: underline; }
.moreinfo a:hover		{ text-decoration: underline; }

.meerinfo				{ font-size: 1.2em;	font-weight: bold;}

.dotline
	{
	display: block;
	background: #fff url(/grfx/column-dot.gif) repeat-x 0px 7px;
	height:14px;
	margin-top: 5px;
	margin-bottom: 5px;
	}

#news					{ display: block; }

.newsblock
	{
	position: relative;
	height: auto;
	_height: 50px;
	min-height: 50px;
	margin: 0px;
	}

.newspic
	{
	position: relative;
	width: 105px;
	float: left;
	}

.newscolumn
	{
	position: relative;
	height: auto;
	_height: 50px;
	min-height: 50px;
	margin: 0px;
	margin-left: 110px;
	}

#newsintro				{ }


/* weeronline */

#wtoday					{ font-size: 0.8em; vertical-align: middle; text-align: right; text-transform: uppercase; padding: 4px;}
#wmaxtmp				{ background: #c50006; color: #fff; text-align: center; width: 16px; height: 16px; }
#wmintmp				{ background: #2d3582; color: #fff; text-align: center; width: 16px; height: 16px; }

#wwind					{ font-size: 0.7em; }
#wdays					{ font-size: 0.8em; vertical-align: middle; text-align: center; }
#wico					{ background: #7e7d81; width: 25px; height: 25px; }

/* ======================================= */

/* --------------------------------------- */
/* QUICK SEARCH */
/* --------------------------------------- */

div#quicksearch
	{
	position: relative;
	background: url(/grfx/boekingen/bottombar.gif) #b4c223 no-repeat left bottom;
	font-weight: bold;
	font-size: 0.85em;
	color: #fff;
	width: 162px;
	padding: 4px;
	margin-bottom: 10px;
	}

div#quicksearch h4
	{
	font-weight: bold;
	font-size: 1.2em;
	color: #fff;
	text-transform: uppercase;
	margin: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 2px;
	}

div#quicksearch p
	{
	margin: 0px;
	margin-bottom: 10px;
	}

div#quicksearch a			{ color: #fff; text-decoration: underline; }
div#quicksearch a:hover		{ color: #000; text-decoration: underline; }

div#quicksearch form		{ margin: 0px; }
div#quicksearch label		{ display: block; padding: 2px; }

div#quicksearch select
	{
	font-size: 0.9em;
	width: 160px;
	margin-bottom: 5px;
	}

div#quicksearch #topl
	{
	position: absolute;
	background: url(/grfx/boekingen/topbar.gif) no-repeat;
	width: 12px;
	height: 12px;
	top: 0px;
	left: 0px;
	}

div#quicksearch #topr
	{
	position: absolute;
	background: url(/grfx/boekingen/topbar.gif) no-repeat right top;
	width: 12px;
	height: 12px;
	top: 0px;
	right: 0px;
	}

div#quicksearch select.search_day				{ width: 40px; }
div#quicksearch select.search_month				{ width: 115px; }

/* ======================================= */

/* --------------------------------------- */
/* FOOTER */
/* --------------------------------------- */

#footer
	{
	position: relative;
	background-color: #8baedc;
	clear:both;
	font-size: 0.85em;
	color:#fff;
	height:30px;
	margin-left:3px;
	margin-right: 3px;
	}

#footer p				{ position: relative; padding: 5px; margin-top: 5px; width: 600px; margin-left: 40px; }

#footer a 				{ color: #fff; text-decoration: none; }
#footer a:hover 		{ color: #244994; text-decoration: none; }

#schierlogo
	{
	background: transparent url(/grfx/schiereilandlogo_small.gif) no-repeat;
	float: left;
	width: 32px;
	height: 32px;
	margin: 0px;
	margin-left: 4px;
	}

/* ======================================= */

/* --------------------------------------- */
/* POP UP */
/* --------------------------------------- */

body.cntpopup
	{
	background-color: #fff;
	font-family: verdana,helvetica,sans-serif;
	font-size: 0.8em;
	color: #7b7a7b;
	}

/* ======================================= */
/* --------------------------------------- */
/* POPUP */
/* --------------------------------------- */

.bigpic-desc a					{ font-weight: bold; color: #fff; text-decoration: underline; }
.bigpic-desc a:hover			{ font-weight: bold; color: #000; text-decoration: underline; }

#bigPic
	{
	position: absolute;
	top: 155px;
	left: 300px;
	z-index: 20;
	}

#windowbigpic
	{
	background: url(/grfx/enquete/background-enquete.png) no-repeat;
	_background: url(/grfx/enquete/background-enquete.gif) no-repeat;
	color: #fff;
	width: 444px;
	height: 306px;
	margin: 0px;
	padding: 0px;
	padding-top: 25px;
	}

.bigpic-title
	{
	background: url(/grfx/enquete/title-enquete.gif) #fff no-repeat 15px center;
	text-indent: -9999px;
	width: 439px;
	height: 50px;
	}

.bigpic-desc
	{
	font-size: 0.85em;
	color: #fff;
	padding: 15px;
	padding-bottom: 10px;
	}

img.closewindow
	{
	position: absolute;
	padding: 5px;
	top: 0px;
	right: 5px;
	z-index: 1;
	cursor: pointer;
	cursor: hand;
	}

/* ======================================= */
/* ======================================= */
