/* --------------------------------------- */
/* GENERAL VVV WATERLAND CSS */
/* --------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, a, em, font, small, strong, sub, sup, b, u, i, center, dl, dt, dd, ol, ul, li, form, label, table, caption, tbody, tr, th, td {
	margin: 0;
	padding: 0;
	outline: 0;
	}

html						{ overflow: -moz-scrollbars-vertical; }

body						{ background-color: #fff; }
body, td					{ font-family: verdana,arial,helvetica; font-size: 0.85em; text-decoration: none; }
table td					{ font-size: 1em; }

#wrapper
	{
	position: relative;
	border: solid #808080;
	border-width: 0px 1px 1px 1px;
	width: 978px;
	margin: 0px auto;
	}

.clear						{ clear: both; }
.button						{ cursor: pointer; }

a							{ color: #0080ba; text-decoration: underline; }
a:hover						{ color: #000; text-decoration: underline; }

/* ======================================= */

/* --------------------------------------- */
/* POPUP HEADER */
/* --------------------------------------- */

#popupbody
	{
	background-color: #fff;
	line-height: 140%;
	}

div#popupwrapper, div#videowrapper
	{
	background-color: #fff;
	font-size: 0.8em;
	width: 99%;
	height: auto;
	_height: 500px;
	min-height: 500px;
	margin: 0px auto;
	}

div#videowrapper
	{
	text-align: center;
	_height: 300px;
	min-height: 300px;
	vertical-align: middle;
	}

#popupheader
	{
	position: relative;
	background: url(/grfx/background-popupheader.gif) repeat-x;
	height: 70px;
	}

#popupheader h1
	{
	position: relative;
	background: url(/grfx/logo-popup.png) no-repeat;
	_background: url(/grfx/logo-popup.gif) no-repeat;
	text-indent: -9999px;
	width: 60px;
	height: 60px;
	}

/* ======================================= */

/* --------------------------------------- */
/* HEADER */
/* --------------------------------------- */

#header
	{
	position: relative;
	background-repeat: no-repeat;
	background-position: 0px bottom;
	height: 277px;
	}

.header						{ background-image: url(/grfx/background-header999.jpg); }
.header1					{ background-image: url(/grfx/background-header1.jpg); }
.header2					{ background-image: url(/grfx/background-header2.jpg); }
.header10, .header3			{ background-image: url(/grfx/background-header10.jpg); }
.header4					{ background-image: url(/grfx/background-header4.jpg); }
.header5					{ background-image: url(/grfx/background-header5.jpg); }
.header6					{ background-image: url(/grfx/background-header6.jpg); }
.header7					{ background-image: url(/grfx/background-header7.jpg); }
.header8					{ background-image: url(/grfx/background-header8.jpg); }
.header9					{ background-image: url(/grfx/background-header9.jpg); }
.header11					{ background-image: url(/grfx/background-header11.jpg); }


#header h1
	{
	position: absolute;
	background: url(/grfx/logo.png) no-repeat;
	_background: url(/grfx/logo.gif) no-repeat;
	text-indent: -9999px;
	width: 107px;
	height: 186px;
	margin: 0px auto;
	padding: 0px;
	top: 70px;
	left: 80px;
	}

#header h1 a				{ height: 186px; display: block; cursor: pointer; }

#header h2
	{
	position: absolute;
	font-weight: normal;
	font-size: 1.4em;
	color: #fff;
	text-align: center;
	width: 100%;
	top: 280px;
	left: 0px;
	}

#header #languages
	{
	position: absolute;
	width: 275px;
	height: 14px;
	top: 44px;
	right: 10px;
	}

#header #languages ul
	{
	position: absolute;
	list-style: none;
	height: 14px;
	margin: 0px;
	padding: 0px;
	}

#header #languages ul li
	{
	position: absolute;
	font-size: 0.75em;
	text-indent: -9999px;
	width: 22px;
	height: 14px;
	margin: 0px;
	}

#header #languages ul li#nl	{ background: url(/grfx/flag-nl.gif); left: 36px; }
#header #languages ul li#uk	{ background: url(/grfx/flag-uk.gif); left: 70px; }
#header #languages ul li#de	{ background: url(/grfx/flag-de.gif); left: 104px; }
#header #languages ul li#home	{ background: url(/grfx/btn-home.gif); height: 22px; top: -6px; left: 0px; }

#header #languages ul li a,
#header #languages ul li#home a
	{
	text-decoration: none;
	height: 14px;
	display:block;
	}

#header #languages ul li#home a	{ height: 22px; }

#navigation
	{
	position:relative;
	background: url(/grfx/background-navigation.png) no-repeat;
	_background: url(/grfx/background-navigation.gif) no-repeat;
	height: 75px;
	}

#navigation ul
	{
	position: relative;
	font-weight: normal;
	list-style: none;
	line-height: 1;
	height: 44px;
	}

#navigation ul li
	{
	_height: 44px;
	float: left;
	padding: 0px;
	}

#navigation a
	{
	font-family: verdana,arial,helvetica;
	font-weight: bold;
	font-size: 0.9em;
	_font-size: 0.8em;
	color: #fff;
	text-align: center;
	text-decoration: none;
	height: 30px;
	padding: 0.65em 1.1em;
	padding-bottom: 0.5em;
	display: block;
	_display: inline-block;
	}

#bluebar
	{
	background: url(/grfx/background-bluebar.gif) no-repeat;
	height: 29px;
	}

/* ======================================= */

/* --------------------------------------- */
/* CONTENT */
/* --------------------------------------- */

#main
	{
	position: relative;
	height: auto;
	_height: 200px;
	min-height: 200px;
	}

#content
	{
	position: relative;
	font-size: 0.85em;
	height: auto;
	_height: 200px;
	min-height: 200px;
	margin-right: 430px;
	padding: 15px;
	}

#content h3
	{
	font-weight: normal;
	font-size: 1.6em;
	color: #00aeef;
	}

#content h3,
#content p
	{
	margin-bottom: 15px;
	}

#map
	{
	background: url(/grfx/map.png) no-repeat 20px 20px;
	width: 430px;
	height: 400px;
	float: right;
	}

font.grootte
	{
	font-size: 1.2em;
	}

.form_subtitle
	{
	font-size: 1em;
	text-align: center;
	}

.form_desc
	{
	font-size: 1em;
	padding-top: 4px;
	padding-right: 4px;
	text-align: right;
	}

.form_data
	{
	font-size: 1em;
	}

/* ======================================= */

/* --------------------------------------- */
/* FOOTER */
/* --------------------------------------- */

#footer
	{
	position: relative;
	background: url(/grfx/background-footer.gif) repeat-x;
	font-size: 0.8em;
	color: #000;
	height: auto;
	_height: 50px;
	min-height: 50px;
	padding-top: 10px;
	clear: both;
	}

#footer a					{ color: #7ca3bf; }

#footer p#logos
	{
	position: relative;
	font-weight: normal;
	font-size: 1.4em;
	width: 180px;
	float: left;
	left: 15px;
	}

#footer p#logos a
	{
	background: url(/grfx/vvvlogo.png) no-repeat 10px 0px;
	_background: url(/grfx/vvvlogo.gif) no-repeat 10px 0px;
	color: #000;
	text-decoration: none;
	height: 34px;
	padding-left: 50px;
	display: block;
	}

#footer p#partners
	{
	position: relative;
	font-size: 0.9em;
	height: auto;
	_height: 36px;
	min-height: 36px;
	margin-left: 196px;
	margin-right: 322px;
	}

#footer p#poweredby
	{
	position: relative;
	width: 305px;
	float: right;
	right: 22px;
	}


/* ======================================= */
/* ======================================= */
/* ======================================= */

