/*

colors used:
olive for text-color and backgroundcolor header
#000 for the mouseover of the links and text-color h1-h6
white for the links in the footer

*/

* { margin: 0px;	padding: 0px; outline-style: none; }

html, body {
	height: 100%;
	background: #001440 url(pics/bg-body.jpg) top left repeat-x;
}

body.index{
    background: none;
    background-color: #e6e7e8; 
}

#site {
	position: relative;
	margin: 0px auto;
	padding: 0px;
	width: 990px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
  font: 12px arial, verdana, sans-serif;
	line-height: 16px;
}

#index {
    position: relative;
    margin: 0px auto;
    width: 900px;
    height: 532px;
    overflow: hidden;
    clear: left;
    font: 12px trebuchet ms, arial, verdana, sans-serif;
    line-height: 16px;    
}


/* ------------------------------------------------------------------------- Header */

#print_header {
	display: none;
}

#header {
	width: 990px;
	height: 96px;
	background-color: #fff;
}

#header .logo a img {
	margin: 0px;
	padding: 0px;
	float: left;
	border: 0px solid #fff;
}

#header .topnav {
	width: 745px;
	height: 38px;
	background: url(pics/topnav_bg.gif) top right no-repeat;
	float: right;
}
	
#header .leeg {
	width: 745px;
	height: 24px;
	background: #fff;
	float: right;
	}
	
#header .mainnav {
	width: 745px;
	height: 34px;
	background: #fff;
	float: right;
	}
    
#header-index {
    width: 802px;
    height: 102px;
    background-color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    border-left: 1px solid #dcddde;
    border-right: 1px solid #dcddde;
    border-top: 1px solid #dcddde;
    padding: 19px 48px;
}

#header-index .links{
    float: left;
    width: 387px;
    height: 101px;
}

#header-index .rechts{
    float: right;
    width: 387px;
    height: 101px;
}

#header-index .rechts a:link img, #header-index .rechts a:visited img, #header-index .links a:link img, #header-index .links a:visited img{
    border: none;
}

#header-index .logo a img {
    position: absolute;
    margin: 21px 10px 10px 20px;
    float: left;
    border: 0px solid #fff;
}


/* ------------------------------------------------------------------------- Top Navigation */ 

.topnav ul {
	width: 737px;
	height: 31px;
	margin: 7px 0px 0px 0px; 
	padding: 0px 8px 0 0px;
	float: right;

}

.topnav .seperator {height: 25px; width: 1px; background-color: #bcbcbb; float: right;}

.topnav ul li {
	color: #71726f;
	font-weight: bold;
	list-style-type: none;
	vertical-align: middle;
	float: right;
	text-align: center;
	padding: 0px 3px;
	background: url(pics/topnav_seperator.gif) top right no-repeat;
}

.topnav li a img {text-decoration: none; border: 0px solid; padding: 0px 7px;}

.topnav li a:link, .topnav li a:visited {
	color: #71726f;
	text-decoration: none;
}

.topnav li a:hover, .topnav li.current a:link, .topnav li.current a:visited, .topnav li.current a:hover {
	color: #71726f;
}


/* ------------------------------------------------------------------------- Main Navigation */ 

#header .mainnav ul {
	width: auto;
	margin: 0px 0px 0px 0px;
	float: left;
	padding: 0px 0px;
}

#header .mainnav .seperator {height: 34px; width: 1px; background: url(pics/main_nav_line.gif) top left no-repeat;}

#header .mainnav ul li {
	width: 119px;
	height: 24px;
	font-weight: bold;
	list-style-type: none;
	display: inline;
	float: left;
	width: auto;
	text-align: center;
}

#header .mainnav ul li.first {
	
	height: 34px;
	}

#header .mainnav ul li.firstcurrent {

  height: 34px;
	}

#header .mainnav ul li.first a:link, #header .mainnav ul li.first a:visited{
  background: url(pics/li-red.gif) top left repeat-x;
  height: 24px;
  padding: 10px 5px 0 5px;
  margin-left: 0px;
  display: inline-block;
  color: #00669d;
  text-decoration: none;
  border-left: 1px solid #ff0000;
  border-right: 1px solid #ff0000;
  margin-right: 3px;
}

#header .mainnav li.firstcurrent a:link, #header .mainnav li.firstcurrent a:visited, #header .mainnav ul li.first a:hover {
	background: url(pics/li-red-active.gif) top left repeat-x;
  height: 24px;
	padding: 10px 5px 0 5px;
	margin-left: 0px;
	display: inline-block;
	color: #575b64;
	text-decoration: none;
  border-left: 1px solid #ff0000;
  border-right: 1px solid #ff0000;
  margin-right: 3px;
}

#header .mainnav ul li.blue a:link, #header .mainnav ul li.blue a:visited{
  background: url(pics/li-blue.gif) top left repeat-x;
  height: 24px;
  padding: 10px 5px 0 5px;
  margin-left: 0px;
  display: inline-block;
  color: #00669d;
  text-decoration: none;
  border-left: 1px solid #00539b;
  border-right: 1px solid #00539b;
    margin-right: 3px; 
}

#header .mainnav li.bluecurrent a:link, #header .mainnav li.bluecurrent a:visited, #header .mainnav ul li.blue a:hover {
  background: url(pics/li-blue-active.gif) top left repeat-x;
  height: 24px;
  padding: 10px 5px 0 5px;
  margin-left: 0px;
  display: inline-block;
  color: #575b64;
  text-decoration: none;
  border-left: 1px solid #00539b;
  border-right: 1px solid #00539b; 
  margin-right: 3px; 
}

#header .mainnav ul li.gray a:link, #header .mainnav ul li.gray a:visited{
  background: url(pics/li-gray.gif) top left repeat-x;
  height: 24px;
  padding: 10px 5px 0 5px;
  margin-left: 0px;
  display: inline-block;
  color: #00669d;
  text-decoration: none;
  border-left: 1px solid #575b64;
  border-right: 1px solid #575b64;
  margin-right: 3px; 
}

#header .mainnav li.graycurrent a:link, #header .mainnav li.graycurrent a:visited, #header .mainnav ul li.gray a:hover {
  background: url(pics/li-gray-active.gif) top left repeat-x;
  height: 24px;
  padding: 10px 5px 0 5px;
  margin-left: 0px;
  display: inline-block;
  color: #575b64;
  text-decoration: none;
  border-left: 1px solid #575b64;
  border-right: 1px solid #575b64;
  margin-right: 3px; 
}

#header .mainnav li a:link, #header .mainnav li a:visited {
	background: url(pics/normal-li.gif) top left repeat-x;
  height: 24px;
	padding: 10px 7px 0 7px;
	margin-left: 2px;
	display: inline-block;
  border-left: 1px solid #a6a8ad;
  border-right: 1px solid #a6a8ad;
	color: #00669d;
	text-decoration: none;
}

#header .mainnav li a:hover,#header  .mainnav li.current a:link, #header .mainnav li.current a:visited, #header .mainnav li.current a:hover, #header .mainnav li.firstcurrent a:link, #header .mainnav li.firstcurrent a:visited,  #header .mainnav li.firstcurrent a:hover{
	color: #333333;
}


/* ------------------------------------------------------------------------- Navigation-blue */ 

#navigation-blue {
	width: 990px;
	height: 34px;
	display: block;
	clear: both;
	border-bottom: 2px solid #ef3c43;
	background-color: #00669d;
	}

#navigation-blue ul {
	margin: 0px;
	list-style-type: none;
}

#navigation-blue ul li {
	height: 34px;
	line-height: 34px;
	padding: 0px 11px 0 11px; 
	font-weight: bold;
	list-style-type: none;
	background: url(pics/nav_blue_bg.gif) bottom left repeat-x;
	float: left;
	border-right: 1px solid #00669D;
}

#navigation-blue li a:link, #navigation-blue li a:visited {
	color: #9fd9f4;
	text-decoration: none;
}

#navigation-blue li a:hover, #navigation-blue li.current a:link, #navigation-blue li.current a:visited, #navigation-blue li.current a:hover {
	color: #ffffff;
}

/* ------------------------------------------------------------------------- Subnavigation */ 

#subnavigation { 
	position: relative;
	padding: 15px 0 200px 0;
	width: 246px; 
	float: left;
  font: 12px arial, verdana, sans-serif;	
  line-height: 16px;
	color: #666666;
}

#subnavigation ul{
	margin: 0px 0 0 0;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
	display: inline;
}

#subnavigation ul li {
	margin: 0px;
	padding-left: 30px;
	width: 216px;
	float:left;
	line-height: 28px;
	background: url(pics/subnav_li_bg.gif) 15px 10px no-repeat;
}

#subnavigation ul li a:link, #subnavigation li a:visited {
	width: 216px;
	height: 28px;
	text-decoration: none;
	line-height: 28px;
	color: #777777;
	border-bottom: 0px;
}

#subnavigation ul li a:hover {
	color: #222222;
	border-bottom: 0px solid;
}

#subnavigation ul li.current {
	width: 216px;
	background: #7fafce url(pics/subnav_li_current_bg.gif) 15px 10px no-repeat;
}

#subnavigation ul li.current a:link, #subnavigation li.current a:visited, #subnavigation ul li.current a:hover {
	width: 200px;
	height: 28px;
	color: #ffffff;
	text-decoration: none;
}

#subnavigation ul li.current ul.sub li {	padding-left: 15px; width: 200px; display: block; background: url(pics/subnav_sub_li_bg.gif) 0px 10px no-repeat;}
#subnavigation ul li.current ul.sub li a:link,
#subnavigation ul li.current ul.sub li a:visited {padding-left: 0px; width: 180px;}
#subnavigation ul li.current ul.sub li.current a:link,
#subnavigation ul li.current ul.sub li.current a:visited,
#subnavigation ul li.current ul.sub li a:hover { width: 180px; color: #dddddd;} 

/* ------------------------------------------------------------------------- Content */ 

#container {
	position: relative;
	width: 990px;
  padding: 0px 0px 0px 0px;	
  font: 12px verdana, arial, sans-serif;
	line-height: 20px;
	color: #818181;
	background: #fff url(pics/back_container.gif) top left repeat-y;
}

#container_video {
	position: relative;
	width: 990px;
  padding: 0px 0px 0px 0px;	
  font: 12px verdana, arial, sans-serif;
	line-height: 20px;
	color: #818181;
	background: #fff url(pics/back_container_video.gif) top left repeat-y;
}

#content {
	width: 744px;
	min-height: 528px;
	height: auto !important;
	height: 528px;
	float: right;
}
	
#content .header {
	position: relative;
	width: 744px;
	height: 216px;
	background-color: #808080;
	float: left;
}
	
#content .header .tekst {
	position: absolute;
	top: 0;
	left: 0;
	width: 203px;
	height: 176px;
	margin: 0px;
	padding: 20px 40px 20px 15px;
	float: left;
  font: 16px verdana, arial, sans-serif;
	line-height: 22px;
	text-align: justify;
	overflow: hidden;
	color: #edeced;
	z-index: 100;
	background: url(pics/slideshow_textbanner.png) top left no-repeat;
}

#slideshow {
  position:relative;
  right: 0;
  top: 0;
  z-index: 50;
  float: right;
  width: 518px;
  height: 196px;
}

#slideshow IMG {
  position:absolute;
  top:0;
  right:0;
  z-index:8;
  opacity:0.0;
}

#slideshow IMG.active {
  z-index:10;
  opacity:1.0;
}

#slideshow IMG.last-active {
  z-index:9;
}

#content .header .afbeelding {
	float: right;
}

h1, td h1 {font: 24px verdana, arial, sans-serif; font-weight: normal; font-style: italic; color: #00669d; margin-bottom: 7px;}
h2, td h2 {font: 19px verdana, arial, sans-serif; font-weight: normal; color: #00669d; margin-bottom: 7px;}
h3, td h3 {font: 17px verdana, arial, sans-serif; font-weight: normal; color: #00669d; margin-bottom: 7px;}
h4, td h4 {font: 15px verdana, arial, sans-serif; font-weight: normal; color: #00669d; margin-bottom: 7px;}
h5, td h5 {font: 14px verdana, arial, sans-serif; font-weight: normal; color: #00669d; margin-bottom: 7px;}
h6, td h6 {font: 13px verdana, arial, sans-serif; font-weight: normal; color: #00669d; margin-bottom: 7px;}

#content a:link, #content a:visited {text-decoration: none; color: #00669d;  border-bottom: 1px solid #00669d;}
#content a:hover { color: #818181;  border-bottom: 1px solid #818181; }

table {margin: 5px 0px;}
td {
	font: 12px arial, verdana, sans-serif;
	line-height: 16px;
	color: #818181;
}

#content img { margin: 0px 0px; }
#content img.left {	margin: 0px 10px 10px 0px; float: left; }
#content img.right { margin: 0px 0px 10px 10px; float: right; }

p { margin-bottom: 12px;}

#content ul { margin: 10px 0px 10px 15px; list-style-type: disc;}
#content li { margin: 0px 0px 0px 15px;}
#content ol { margin: 10px 0px 10px 20px;}


.file { height: 30px; overflow: hidden;} 
.file img { float: left; clear: both; }
.file a { margin: 0px 5px;  }



#content .tekst {
	width: 465px;
	margin: 22px 20px 30px 20px;
	float: left;
  font: 12px verdana, arial, sans-serif;
	line-height: 20px;
	text-align: left;
	color: #818181;
    display: inline;
}

#content .video_tekst {
	width: 704px;
	margin: 22px 20px 30px 20px;
	float: left;
  font: 12px verdana, arial, sans-serif;
	line-height: 20px;
	text-align: left;
	color: #818181;
    display: inline;
}

#content .tekst img.right {margin: 5px 0px 5px 10px; float: right; border: 1px solid #999897; }
#content .tekst img.left {margin: 5px 10px 5px 0px; float: left; border: 1px solid #999897; }

#content a.partners:link, #content a.partners:visited{
	text-decoration: none;
	border: 0px solid #fff;
	margin: 4px;
}


#content .partners a img { text-decoration: none; border: 0px solid #fff; }

#content .partners img{
	border: 0px solid #fff;
	text-decoration: none;
}


/* ------------------------------------------------------------------------- Directors */

#content .block {
	margin: 0px 15px 15px 0px;
	width: 210px;
	height: 65px;
	display: block;
	float: left;
	background-color: #E1E8F7;
}

#content .block .photo {
	float: left;
	display: inline;	
}

#content .block .naam {
	margin: 5px 0px 0px 10px;
	float: left;
	display: inline;	
}

/* ------------------------------------------------------------------------- Nieuws */ 

#nieuws, #reservation {
	margin: 20px 0 0 0;
	padding: 0px 15px;
	width: 209px;
  min-height: 100px;
 	height: auto !important;
	height: 100px;
	padding-bottom: 40px;
	float: left;
	background-color: #e1e8f7;
    display:inline;
}

#reservation .row{
    width: 209px;
}

#reservation .row input.submit{
    border: 1px solid #7f9db9;
    background-color: #fff;
    width: 100px;
    font: 12px  verdana, arial, sans-serif;
}
#reservation .row textarea.textarea{
    width: 206px;
    color: #cccccc;
    font: 12px  verdana, arial, sans-serif;
}
#reservation .row input.text{
    width: 204px;
    color: #cccccc;
    font: 12px  verdana, arial, sans-serif;
}

#reservation .row input.date-pick{
    width: 186px;
    float: left;
}

#reservation a:link, #reservation a:visited { border-bottom: 0px solid #fff; }
#reservation a img { border: 0px;}
	
#nieuws h1 {font: 24px verdana, arial, sans-serif; font-weight: normal; font-style: italic; color: #00669d; margin-bottom: 7px;}	
#nieuws h3 {font: 13px verdana, arial, sans-serif; font-weight: bold; font-style: normal; line-height: 20px; color: #00669d; margin-bottom: 0px;}		
	

#nieuws .item {
	margin-bottom: 20px;
	padding-left: 15px;
	background: url(pics/nieuws-li.png) 0px 6px no-repeat;
}

#nieuws .tem a:link, #nieuws .tem a:visited { color: #00669d;  border-bottom: 0px solid #00669d; text-decoration: none; }
#nieuws .tem a:hover, #nieuws .tem a:hover h3 { color: #818181;  border-bottom: 0px solid #818181; }

/* ------------------------------------------------------------------------- Form */ 

.form { margin: 10px 24px 0px 30px; }

.form .row { margin: 0px 0px 10px 0px; width: 185px; }

.form .value input.text {
	padding: 2px;
 	width: 177px;
  font-size: 11px;	
}

.form .value input.button { 
	padding: 2px 0px;
  width: 100px;
	float: right;
  border: 1px solid #00669d;
	color: #fff;
	font-weight: bold;
	font-size: 11px;
	background: #418bc5;
}
.invulformulier {
    color:#4E5B68;
    float:left;
    font-family:arial,verdana,sans-serif;
    font-size:11px;
    font-weight:normal;
    line-height:16px;
}

.invulformulier .omschrijving {
    display:inline;
    float:left;
    width:120px;
}

.invulformulier .invul, .invulformulier .invullen {
    display:inline;
    float:left;
    margin:2px 5px;
    width:250px;
}

.invulformulier input.button {
    background-color:#F1F1F1;
    border:1px solid #7C8893;
    font-family:arial,verdana,sans-serif;
    font-size:11px;
    font-weight:bold;
    height:22px;
    line-height:16px;
    margin-bottom:10px;
    padding:1px 3px;
    text-align:center;
    width:80px;
}


/* ------------------------------------------------------------------------- Newsletter */ 

#newsletter { 
	padding: 0px; 
	width: 206px; 
	max-height: 120px; 
	height: 120px;
	overflow: hidden;
	z-index: 10; 
}

#newsletter .formulier {
	padding: 10px;
	font-size: 11px;
	color: #818181;
	background: #cfd3df;
}

#newsletter .formulier .omschrijving { width: 60px; float: left; display: inline; }
#newsletter .formulier .invulbox input { padding: 1px 3px; width: 114px; font-size: 11px; color: #818181; border: 1px solid #B1B4BB; }
#newsletter .formulier .invulbox input.button { margin-top: 3px; width: 122px; font-size: 11px; color: #818181; border: 1px solid #B1B4BB; background-color: #EFEFEF; }

/* ------------------------------------------------------------------------- Tagclouds */ 

#tagclouds { 
	position: absolute;
	padding: 10px; 
	width: 196px; 
	max-height: 160px; 
	height: 160px;
	overflow: hidden;
	left: 15px;
	bottom: 15px;
	z-index: 10; 
}

#tagclouds .clouds { line-height: 21px; text-align: justify; color: #74777c; background: #cfd3df; }
#tagclouds .clouds a:link, #tagclouds .clouds a:visited { color: #74777c; text-decoration: none; border: none; }
#tagclouds .clouds a:hover { border-bottom: 1px solid #74777c; }

/* -------------------- Google Map -------------------- */

.googlemap{
	margin: 0px 0px;
	float: left;
}

.googlemap form{
        margin-left: 25px;
}

.googlemap .omschrijving {
	margin: 10px 2px 1px 0px;
  font-size: 12px;
	width: 130px;
	padding-top: 10px;
	color: #1a171b;
}

.googlemap .omschrijving2 {
	margin: 2px 2px 9px 0px;
	width: 130px;
	float: left;
}

.googlemap .omschrijving3 {
	margin: 2px 2px 10px 0px;
	width: 130px;
	float: left;
}

.googlemap input{
	padding: 1px 3px;
  margin-top: 5px;
	width: 175px;
	float: left;
	font: 12px arial, verdana, sans-serif; 
  color: #1a171b;
	border: 1px solid #001340;
}

#content .project_home .tekst .googlemap select {
	width: 158px;
	float: left;
	margin-bottom: 10px;
	font: 12px arial, verdana, sans-serif; 
	border: 1px solid #7f9db9;
}

.googlemap input.button {
	width: 110px;
	height: 26px;
	float: left;
	padding: 3px 0 3px 0;
  margin-top: 15px;
	font: 12px arial, verdana, sans-serif; 
	border: 1px solid #001340;
}

.googlemap .invul select{
	width: 160px;
	float: left;
	color: #000;
	margin-bottom: 5px;
	font: 12px arial, verdana, sans-serif;  
	border: 0px solid #434343;
}

.googlemap .invul option{
	padding: 0px 3px;
	color: #434343;
	font: 12px arial, verdana, sans-serif; 
	border: 0px solid #434343;
}


#directions .googledir td a:link, #directions .googledir td a:visited {color: #00669d; border-bottom: 0px solid; text-decoration: none;}
#directions .googledir td {color: #6494ae; border-bottom: 0px solid; text-decoration: none;}

/* ------------------------------------------------------------------------- Home */ 

#home {
    padding: 0px 0px 0px 0px;
    width: 898px;
    height: 370px;
    position: relative;
    background-color: #ffffff;
    font-family: Tahoma, Geneva, sans-serif;
    font-weight: normal;
    font-size: 20px;
    border-right: 1px solid #dcddde;
    border-left: 1px solid #dcddde;
    border-bottom: 1px solid #dcddde;
}

#home .home-nav{
    position: absolute;
    right: 48px;
    background: url(pics/home-nav-bg.png) top left repeat;
    width: 266px;
    border: 1px solid #9cabb8;
    padding: 6px;
}

#home .home-nav ul li{
    list-style-type: none; 
    height: 22px;
    margin: 0px;
    padding: 0px;
    background: url(pics/home-li-bg.png) top left repeat-x;   
}


#home .home-nav ul li.empty{
    height: 18px;
    background: none;
}

#home .home-nav ul li a:link, #home .home-nav ul li a:visited{
    text-decoration: none;
    color: #00669d;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    width: 244px;
    padding: 3px 10px 0px 10px;
    margin: 0px;
    display: block;
    height: 18px;   
}

#home #balk {
    position: absolute;
    bottom: 0px;
    width: 858px;
    height: 70px;
    padding: 0px 20px 0px 20px;
    line-height: 70px;
    color: #ffffff;
    background-color: #002c5b;
    filter:alpha(opacity=80);-moz-opacity:.80;opacity:.80;
}

#flash {
    z-index: 1;
}


#home #balk #links {
    position: relative;
    float: left;
    width: 429px;
    height: 70px;
}


#home #balk #rechts{
    position: relative;
    float: left;
    text-align: right;
    width: 429px;
    height: 70px;
}

/* ------------------------------------------------------------------------- Google Copyrights */ 

#copyright
{
	display: none !important;
}

#logocontrol
{
	display: none !important;
}

.googleCopyrightsTerms
{
	color: #B8B8B8;
	font-family: Arial,Sans-Serif;
	font-size: 11px;
	text-align: right;
	margin-top: -30px;
}

.googleCopyrightsTerms a
{
	color: #B8B8B8;
	font-family: Arial,Sans-Serif;
	font-size: 11px;
	font-weight: bold;
	text-align: right;
}

/* ------------------------------------------------------------------------- Hotels */ 

.hotelblok{
	width: 460px;
	height: 125px;
	background-color: #E1E8F7;
	color: #818181;
	margin-bottom: 10px;
    position: relative;
}

.hotelblok a{
	color: #818181;
	border: 0px;
}

.hotelblok img{
	border: 0px;
}

.hotelblok .naam{
	float: left;
	width: 457px;
	height: 22px;
  padding: 3px 0px 0px 3px;
  background-color: #cbd9f7;
  color: #6A6A6A;
}

.hotelblok .foto{
	float: left;
	width: 175px;
	height: 100px;
}

.hotelblok .info{
	float: right;
	width: 274px;
	height: 91px;
 	margin: 3px 3px 3px 3px;
}

.hotelblok .knop{
	font-size: 9pt;
	position: absolute;
	margin: 90px 10px 10px 360px;
	padding: 3px;
	border: 0px;
	color: #818181;
    bottom: 0px;
    right: 0px;
}

.hotelblok .link a{
	text-decoration: none;
}

.hotelblok .link a:hover{
	color: #B91219;
}
	
/* ------------------------------------------------------------------------- Footer */ 

#footer {
	position: absolute;
	padding: 0px 0px;
	width: 100%;
	height: 30px;
	font: 10px arial, verdana, sans-serif;
	color: #00669d;
	text-align: right;
}

#footer .balk {
	width: 990px;
	height: 6px;
	font: 0px arial, verdana, sans-serif;
	line-height: 0px;
	background-color: #ef3c43;	
	}

#footer a:link, #footer a:visited {
	text-decoration: none;
	line-height: 20px;
	color: #00669d;
}

#footer a:hover { color: #fff; }

br.clear { height: 0px; font: 0px arial, verdana, sans-serif; line-height: 0px; clear: both; }



