/* ALGEMENE CSS */

body {
	margin:0px;
	padding:0px;
	background-color: #efeee2;
	font-family: "Century Gothic", Helvetica, Tahoma, Verdana, sans-serif;
	font-size:12px;
	color: #303441;
	behavior:url("cssfocusandhover.htc");
}

p {
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

img {
	margin: 0px;
	padding: 0px;
	border: 0px none #FFFFFF;
}

a, a:link, a:active, a:visited {
	color: #303441;
	text-decoration: underline;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}

ul.error {
	border: 0px none #FFD9CC;
	padding: 0px 20px 0px 20px;
}

.error, .errorbox {
	padding: 5px;
	border: 1px solid #CC3300;
	color: #CC3300;
	background-color: #FFD9CC;
}

.small {
	font-size: 10px;
}

/* MAIN TABEL & HUPSA & CONTAINER */

#containertabel {
	margin-top: 30px;
	margin-bottom: 30px;
}

#hupsaleft {
	/*background-image: url(imgs/hupsa_left.jpg);*/
	background-repeat: no-repeat;
	background-position: right top;
}

#hupsaleft_top {
	background-image: url(imgs/hupsa_top.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

#hupsaright {
	/*background-image: url(imgs/hupsa_right.jpg);*/
	background-repeat: no-repeat;
	background-position: left top;
}

#hupsaright_top {
	background-image: url(imgs/hupsa_top.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

#container{
	width:778px;
	text-align: left;
	position:relative;
}

/* RIJEN */

#row_top {
	height: 263px;
	clear: both;
	border-top: 5px solid #d1cfca;
	border-right: 5px solid #d1cfca;
	border-bottom: 0px none #ffffff;
	border-left: 5px solid #d1cfca;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(imgs/logo_top.jpg);
}

#row_bottom {
	border-top: 0px none #ffffff;
	border-right: 5px solid #d1cfca;
	border-bottom: 5px solid #d1cfca;
	border-left: 5px solid #d1cfca;
	background-color: #FFFFFF;
	width: 768px;
}

#row_fotobar {
	position: relative;
	clear: both;
	height: 182px;
	margin-left: 0px;
	width: 778px;
	margin-right: -5px;
	margin-left: -5px;
}
#row_content {
	clear: both;
}

#row_footer {
	clear: both;
}

/* ONDERDELEN IN HEADER */

#header_lang {
	float: right;
	width: 300px;
	text-align: right;
	clear: both;
	margin: 10px 10px 0px 0px;
	font-size: 18px;
	color: #dfddd8;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#header_lang a:link, #header_lang a:visited, #header_lang a:active {
	color: #dfddd8;
	font-weight: bold;
	text-decoration: none;	
}

#header_lang a:hover {
	color: #C7C4BA;
	font-weight: bold;
	text-decoration: none;	
}

#header_lang .selectedlang a:link, #header_lang .selectedlang a:visited, #header_lang .selectedlang a:active{
	color: #00204e;
	font-weight: bold;
	text-decoration: none;	
}

#header_nav {
	margin-top: 60px;
	margin-left: 202px;
	margin-right: 5px;
	height: 21px;
}


/* ONDERDELEN IN FOTOBAR */

#breadcrumb {
	clear: both;
	color: #FFFFFF;
	font-size: 10px;
	text-align: right;
	padding-right: 5px;
	height: 15px;
	background-color: #1F2438;
	background-image: url(imgs/breadcrumb_back.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#breadcrumb a:link, #breadcrumb a:visited, #breadcrumb a:hover, #breadcrumb a:active {
	color: #FFFFFF;
	text-decoration: none;
}
#fotobar_flash {
	float: left;
	height: 167px;
	width: 571px;
	/*background-image: url(imgs/fotobar_mid.jpg);*/
	background-repeat: no-repeat;
	background-position: left top;
	z-index: 0;
}
#fotobar_right {
	float: left;
	height: 167px;
	width: 207px;
	/*background-image: url('imgs/fotobar_right.jpg');*/
	background-repeat: no-repeat;
	background-position: left top;
}

/* ONDERDELEN IN CONTENT */

#col_nieuws {
	float: left;
	background-color: #FFFFFF;
	padding: 10px;
	width: 180px;
}
#col_content {
	float: right;
	background-color: #FFFFFF;
	padding: 10px 10px 10px 0px;
	width: 558px;
}
#actcontent a, #actcontent a:active, #actcontent a:visited  {
	color: #374171;
	text-decoration: underline;
}

#actcontent a:hover  {
	color: #000000;
	text-decoration: none;
	background-color: #DFE2EE;
}

.reservatie input, .reservatie textarea, .reservatie select {
	border: 1px solid #C3C3C3;
	padding: 2px;
}

.nieuwsbrief .tekstveld {
	border: 1px solid #C3C3C3;
	padding: 2px;
	margin-bottom: 5px;
}

.required {
	background-image: url(imgs/required.gif);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #FFFFFF;
}

.box {
	background-color: #f4f5f9;
	padding: 10px;
	margin-bottom: 10px;
}

.ishidden {
  border:5px solid red;
}
.section {
	background-color: #f4f5f9;
	padding: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.section_title {
	font-family: "Century Gothic", Helvetica, Tahoma, Verdana, sans-serif;
	font-size: 18px;
	display: block;
	font-weight: bold;
	padding-bottom: 20px;
	background-image: url(imgs/title_underline.gif);
	background-repeat: no-repeat;
	background-position: right 25px;
}

.section_body {
	text-align: justify;
	font-size: 13px;
}

/* ONDERDELEN IN FOOTER */

#footer {
	padding: 10px;
	background-color: #c3c2b8;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 1px;
	margin-left: 1px;
	font-size: 12px;
}
#usermenu {
	float:right;
	width: 300px;
	text-align: right;
	font-size: 10px;
	padding-top: 5px;
}

/* NEWSFLASH */

.home_flash_title a:link, .home_flash_title a:visited, .home_flash_title a:hover, .home_flash_title a:active {
	font-weight: bold;
	text-decoration: none;
}

.home_flash_date a:link, .home_flash_date a:visited, .home_flash_date a:hover, .home_flash_date a:active {
	font-size: 9px;
	text-decoration: none;
}

.home_flash_summary a, .home_flash_summary a:visited, .home_flash_summary a:hover, .home_flash_summary a:active {
	text-decoration: none;
}

/* HOME BUTTONS */

.homebutton {
	margin-bottom: 20px;
}

/* ---------------------------- CMS: FO MAIN MENU ------------------------------ */

#menu {
	width: 100%;
}

#menu a {
	color: #1F253B;
	text-decoration: none;
}

#menu ul {
	list-style: none;
	margin: 0px;
	float: left;
	padding: 0px;
}

#menu li.top {
	display: inline;
}

#menu li.top a.menuitem_0 {
	padding: 0px 0px 20px 0px;
	font-size: 11px;
}


#menu ul li ul li {
  display: block;
  clear: both;
  width: 130px;
}

#menu ul li ul li a{
	display: block;
	width: 130px;
	padding: 5px 5px 5px 5px;
	filter:alpha(opacity=90);
	-moz-opacity:0.90;
	opacity:0.90;
}

#menu ul li ul li a:hover{
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}

a.menuitem_0 {
	color:#1F253B;
	text-decoration: none;
}
a.menuitem_0:hover {
	color:#1F253B;
	text-decoration: none;
}

.menuitem_1 {
	background-color: #FFFFFF;
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
	border-bottom: 1px solid #999999;
}
.menuitem_1:hover {
  	background-color: #FFFFFF;
}

.menuitem_1_first{ 
	border: 1px solid #999999;
} 
.menuitem_1_arrow_l {
  background: #FFFFFF url('/imgs/menuarrow_out_l.gif') no-repeat left center; 
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
	border-bottom: 1px solid #999999;
}

.menuitem_1_arrow_r {
  background: #FFFFFF url('/imgs/menuarrow_out_r.gif') no-repeat right center; 
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
	border-bottom: 1px solid #999999;
}

.menuitem_2 {
  background: #FFFFFF;
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
	border-bottom: 1px solid #999999;}

.menuitem_2:hover {
  background:#FFFFFF;  
}

.menuitem_2_first{
	border: 1px solid #999999;
}

#menu li {
position: relative;
}

#menu ul ul {
	position: absolute;
	z-index: 500;
	left: 15px;
	top: 21px;
}

#menu ul ul ul {
  position: absolute;
  top: -1px;
  left:111px;
}


div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul {
  display: none;
}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul {
  display: block;
}

/* Begin non-anchor hover selectors */

/* Enter the more specific element (div) selector
on non-anchor hovers for IE5.x to comply with the
older version of csshover.htc - V1.21.041022. It
improves IE's performance speed to use the older
file and this method */

div#menu li:hover{
z-index:100;
}

div#menu li:hover ul ul,
div#menu li li:hover ul ul,
div#menu li li li:hover ul ul,
div#menu li li li li:hover ul ul {
  display:none;
}

div#menu li:hover ul,
div#menu li li:hover ul,
div#menu li li li:hover ul,
div#menu li li li li:hover ul { 
  display:block;
}


/* NEWS */

.news_authordate {
	float: right;
	width: 100px;
	font-size: 11px;
	text-align: right;
	color: #9B9EB3;
	font-weight: normal;
}

.news_link {
	background-color: #f4f5f9;
	padding: 10px;
	margin: 0px;
}
.section_news_title {
	font-size: 16px;
	display: block;
	font-weight: bold;
	padding-bottom: 20px;
	background-repeat: no-repeat;
	background-position: right 15px;
}

.news_firstparagraph {
	text-align: justify;
}

.news_body {
	text-align: justify;
}

.news_read_more {
	display: block;
	margin-top: 10px;
	text-align: right;
}

/* -----------------------------------NEWSEVENTS TOEVOEGEN------------------------------*/

.news_edit_title {
	font-size: 18px;
	display: block;
	font-weight: bold;
	background-image: url(imgs/title_underline.gif);
	background-repeat: no-repeat;
	background-position: 230px 30px;
	background-color: #f4f5f9;
	padding: 10px 10px 20px 10px;
}

.news_edit_body {
	background-color: #f4f5f9;
	padding: 10px;
	margin: 0px 0px 10px 0px;
}


.news_edit_paragraph{
	background-color: #f4f5f9;
	padding: 10px;
	margin: 0px 0px 10px 0px;
}
.news_edit_paragraph_title{
	font-size: 16px;
	display: block;
	font-weight: bold;
	padding: 0px 0px 10px 0px;
}
.news_edit_paragraph_body{
}
.news_edit_paragraph_subtitle{
}

.news_edit_paragraph_afbeeldingsel{
	border:1px solid #D7DBEA;
	margin-top: 5px;
	padding: 5px;
}

.news_edit_data{
	background-color: #f4f5f9;
	padding: 10px;
	margin: 0px;
}

.newslist_results {
	width: 350px;
	float:right;
	text-align: right;
}


/* ---------------------------- CMS: IMAGE ------------------------------------- */
.image_left_of_text{
	float:left;
	margin-top:7px;
	margin-right:7px;
	margin-bottom:7px;
}

.image_right_of_text{
	float:right;
	margin-top:7px;
	margin-left:7px;
	margin-bottom:7px;
}

.image_top_of_text {
	position: relative;
	margin-top:-10px;
	margin-left:-10px;
	margin-right:-10px;
	margin-bottom: 10px;
}

/* CONTACT FORM */

.contact_from, .contact_name, .contact_subject, .contact_message {
	width: 250px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.news_image{
	float: right;
	margin-top:7px;
	margin-left:7px;
	margin-bottom:7px;
}

/*------------------------- LIGHTBOX -----------------------------------------*/
#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(lightbox/images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(lightbox/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(lightbox/images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
	

