/* -------------------------- */
/* GENERAL */
/* -------------------------- */

html,body				{ margin: 0; padding: 0; }

body
	{
	background: url(/grfx/bg-body.jpg) #e4a427 repeat-x;
	background-attachment: fixed;
	font-family: trebuchet ms,arial,helvetica,sans-serif;
	font-size: 0.85em;
	}

div#wrapper
	{
	background: transparent url(/grfx/bg-wrapper.gif) top left repeat-y;
	position: relative;
	width: 950px;
	margin: 0px auto;
	padding: 0px;
	}

.button					{ cursor: hand; cursor: pointer; }
.clear					{ clear: both; }
.picright				{ margin-left: 10px; }
.picleft				{ margin-right: 10px; }

a						{ font-weight: bold; color: #005295; text-decoration: underline; }
a:hover					{ font-weight: bold; color: #ffaa00; text-decoration: underline; }

#formtbl				{ width: 100%; margin-top: 10px; }
.formdesc				{ width: 28%; font-weight: bold; text-transform: uppercase; vertical-align: top; padding-top: 2px; }

/* -------------------------- */
/* HEADER */
/* -------------------------- */

div#header
	{
	background-position: top left;
	background-repeat: no-repeat;
	height: 275px;
	margin: 0px 3px;
	}

#langsearch
	{
	position: relative;
	width: 260px;
	padding-top: 10px;
	margin: 0px;
	margin-left: 20px;
	}

#languages
	{
	float: left;
	width: 250px;
	height: 22px;
	margin: 0px 4px;
	}

#ttlbar					{ width: 744px; height: 160px; margin: 0px; }

h1
	{
	font-style: italic;
	font-size: 2.4em;
	color: #fff;
	width: 640px;
	height: 40px;
	margin: 0px;
	margin-left: 20px;
	}

#logo
	{
	background: url(/grfx/saycheeselogo_small.gif) no-repeat;
	position: relative;
	width: 170px;
	height: 24px;
	margin-bottom: 10px;
	}

#subttlbar
	{
	font-weight: bold;
	font-style: italic;
	font-size: 1.4em;
	color: #fff;
	margin-left: 73px;
	}

/* NAVIGATION */

ul#nav {
	padding-top: 4px;
	}

#nav, #nav ul { /* all lists */
	float: left;
	width: 900px;
	list-style: none;
	line-height: 1;
	background: #005295;
	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;
	font-weight: normal;
	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 #e0eef8;
	margin: 0;
}

#nav li li {
	width: 100%;
}

#nav li ul a {
	height: 25px;
	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: #005295;
	background: #e0eef8;
	}

/* 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: #005295 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;
	}


/* ---------------------------- */

#sidebartop
	{
	background-color: #005295;
	position: absolute;
	top: 0px;
	right: 3px;
	width: 198px;
	height: 205px;
	}

#banner					{ border-bottom: 1px solid #fff; }

#regionbar				{ padding: 10px; }

#fillnavbar
	{
	background: #005295 url(/grfx/bg-navigation.gif) no-repeat top right;
	width: 28px;
	height: 28px;
	float: right;
	}


/* -------------------------- */
/* CONTENT */
/* -------------------------- */

div#main
	{
	position:relative;
	min-height:600px;
	height:auto;
	}

div#content
	{
	font-size: 0.85em;
	float:left;
	width: 724px;
	min-height: 600px;
   	height: auto;
   	_height: 1000px;
	/* http://wellstyled.com/css-underscore-hack.html */
	background: transparent;
	text-align: left;
	margin-top: 0px;
	margin-left: 4px;
	padding: 10px;
	}


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: #ffaa00;
	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 */

#sidebar
	{
	float:right;
	display:block;
	color: #000;
	width:170px;
	margin-right: 6px;
	_margin-right: 5px;
	padding: 10px;
	min-height:600px;
	height:auto;
	}

.special
	{
	display: block;
	}

.special h3
	{
	background-color: #005295;
	border-bottom: 1px solid #fff;
	display: block;
	font-weight: bold;
	font-size: 0.85em;
	color: #fff;
	padding: 4px;
	margin:0px;
	}

.block
	{
	float:left;
	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.9em; color: #000; }
#breadcrumb a			{ font-weight: normal; color: #000; text-decoration: none; }
#breadcrumb a:hover		{ font-weight: normal; color: #000; text-decoration: underline; }

/* 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 */

.message
	{
	display: block;
	padding-top: 5px;
	}

.message a				{ text-decoration: underline; }
.message a:hover		{ text-decoration: underline; }

.moreinfo				{ text-transform: none; margin-top: 10px; text-align: right; }
.moreinfo a				{ text-decoration: underline; color:#2F5291; }
.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; }
#news h3
	{
	font-weight: bold;
	font-size: 1em;
	color: #ffaa00;
	text-transform: uppercase;
	margin: 0px;
	margin-bottom: 5px;
	}

.newsimg 				{ border: 1px solid #a1a1a1; margin-right: 5px; }

.newscolumn				{ }
.newscolumn h4
	{
	font-weight: bold;
	font-size: 1em;
	text-transform: uppercase;
	margin: 0px;
	}

#newsintro				{ }


/*informatie*/

.info_block
	{

		float:left;
		width:250px;
		border: 1px solid #000;
	}

#bdy-movie
	{
	width: 680px;
	height: auto;
	min-height: 440px;
	_height: 440px;
	margin: 0px;
	padding: 15px;
	text-align: center;
	}

#bdy-movie p
	{
	}


/* 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; }



/* -------------------------- */
/* FOOTER */
/* -------------------------- */

#footer
	{
	position: relative;
	background-color: #005295;
	clear:both;
	font-size: 0.85em;
	color:#fff;
	height:30px;
	margin: 0px;
	margin-left:3px;
	margin-right: 3px;
	}

#footer p				{ position: relative; padding: 0px; width: 760px; margin: 5px 0px 0px 40px; }
#footer a 				{ font-weight: normal; color: #fff; text-decoration: none; }
#footer a:hover 		{ font-weight: normal; color: #f90; text-decoration: none; }

#vvvlogo
	{
	background: transparent url(/grfx/vvvlogo_small.gif) no-repeat center;
	float: left;
	width: 30px;
	height: 30px;
	margin: 0px;
	margin-left: 4px;
	}


/* -------------------------- */
/* POP UP */
/* -------------------------- */

body.cntpopup
	{
	background-color: #fff;
	font-family: verdana,helvetica,sans-serif;
	font-size: 0.8em;
	color: #7b7a7b;
	}

