/*****************************************************************************************************/
/* UNIVERSEEL                                                                                        */
/*****************************************************************************************************/
* {
	font-family: "Times New Roman", Times, serif;
	color: #423A33;
	font-size: 12px;
}

img, fieldset {
   border: 0;   
}

p, h1, h2, h3, h4, h5, fieldset, form, input, select, table, tr, td {
   margin: 0;
   padding: 0;
}

ul {
	margin-top: 0;
	margin-bottom: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}	

p, ul, li, h1, h2, h3 {
	line-height: 16px;
}

h1 {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #4a423a;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	color: #4a423a;
}

h3 {
	font-size: 13px;
	font-weight: bold;
	color: #4a423a;
}

img, div, input { behavior: url("include/iepngfix.htc") }

/*****************************************************************************************************/
/* HTML, BODY, CONTAINER                                                                             */
/*****************************************************************************************************/
html, body, div#container {
   margin: 0;
   padding: 0;
   border: none;
   height: 100%;
   text-align: center;
}

body {
   background-image: url(../images/background.jpg);
   background-repeat: no-repeat;
   background-attachment: fixed;
   background-color: #111416;
   background-position: center bottom;
}

div#container {
	margin: 0 auto;
	text-align: left;
	width: 100%;
	min-height: 100%;
	height: auto;	
}

div#layout {
}

/*****************************************************************************************************/
/* DEBUG                                                                                             */
/*****************************************************************************************************/
div#debug {
	background-color: red;
}

/*****************************************************************************************************/
/* TOP                                                                                               */
/*****************************************************************************************************/
div#top {
	width: 725px;
	margin: 0 auto;
	height: 216px;
}

/*****************************************************************************************************/
/* ZEILDOEK                                                                                          */
/*****************************************************************************************************/
div#main_zeildoek {
	width: 693px;
	height: 23px;
	margin: 0 auto;
	background-image: url(../images/zeildoek_main.jpg);
}

div#home_zeildoek {
	width: 693px;
	height: 23px;
	margin: 0 auto;
	background-image: url(../images/zeildoek_home.jpg);
}

/*****************************************************************************************************/
/* CONTENT                                                                                           */
/*****************************************************************************************************/
div#main_content {
	width: 693px;
	min-height: 499px;
	max-height: 100%;
	height: auto;
	margin: 0 auto;
	background-image: url(../images/background_content.jpg);
	background-color: #FFFFFD;
	
	/* IE hacks */
	height:auto !important;
	height:499px;	
}

	div#main_colframe {
		width: 615px;
		min-height: 499px;
		max-height: 100%;		
		margin: 0 auto;		
		background-image: url(../images/main_colframe.jpg);
		background-repeat: repeat-y;

		/* IE hacks */
		height:auto !important;
		height:499px;	
	}
	
		table#main_coltable {
		}
		
			td#main_col1 {
				width: 178px;
				min-height: 499px;
				max-height: 100%;
				vertical-align: top;			
				
				/* IE hacks */
				height:auto !important;
				height:499px;					
			}

				div.main_lblock {								
					padding: 0px 0px 11px 0px;
				}

					div.main_lblock.alginfo {
						padding: 0px 0px 18px 0px;
					}
					
					div.main_lblock ul {
						margin: 0;
						padding: 0;
					}
					
					div.main_lblock ul li {
	   				height: 26px;
					   display: block;
	   				list-style-type: none;
	   				font-size: 0px; /* IE fix */   
	   				vertical-align: top;					
					}

					div.main_lblock ul li img {
						vertical-align: top;
					}


					div.main_lblock_bottom {
						min-height: 100%;
						max-height: 100%;
						background-image: url(../images/main_lblock_bottom.jpg);
						background-repeat: no-repeat;
						background-position: bottom left;
					}

				div.main_lblock_news {					
					padding: 0px 0px 16px 0px;					
				}
				
					div.main_lblock_newsitem {
						padding: 7px 11px 7px 11px;
					}
					
						div.main_lblock_newsitem_fill.odd {							
							background-image: url(../images/main_news1_fill.jpg);
							background-repeat: repeat-y;						

							/* IE hacks */
							min-height: 100%;
							max-height: 100%;							
							height:auto !important;
							height: 1px;
						}

						div.main_lblock_newsitem_fill.even {
							background-image: url(../images/main_news2_fill.jpg);
							background-repeat: repeat-y;					

							/* IE hacks */
							min-height: 100%;
							max-height: 100%;							
							height:auto !important;
							height: 1px;
						}
						
						div.main_lblock_newsitem p {
						}
					
				div.main_lblock_menu {					
					padding: 0px 0px 16px 0px;					
				}
					
					div.main_lblock_menuitem {
						padding: 4px 11px 4px 8px;
					}
					
						div.main_lblock_menuitem_fill.odd {
							min-height: 100%;
							max-height: 100%;
							background-image: url(../images/main_news1_fill.jpg);
							background-repeat: repeat-y;						
						}

						div.main_lblock_menuitem_fill.even {
							min-height: 100%;
							max-height: 100%;
							background-image: url(../images/main_news2_fill.jpg);
							background-repeat: repeat-y;					
						}
						
						div.main_lblock_menuitem p img {							
							vertical-align: middle;
						}
						
						div.main_lblock_menuitem ul {
							margin: 0;
							padding: 0;
							margin-bottom: 2px;
						}
						
						div.main_lblock_menuitem ul li {
							list-style-type: none;
							vertical-align: middle;
							background-image: url(../images/menu_arrow_right.gif);
							background-repeat: no-repeat;							
							background-position: left 5px;
							padding-left: 10px;
						}
						
						div.main_lblock_menuitem ul li a {
							font-size: 12px;
							text-decoration: none;
						}

						div.main_lblock_menuitem ul li a:hover {
							text-decoration: underline;
						}
						
						div.main_lblock_menuitem ul li ul li {
							background-image: url(../images/menu_bullet.gif);
							background-repeat: no-repeat;							
							background-position: left 6px;
							padding-left: 7px;
							color: #746558;
						}

						div.main_lblock_menuitem ul li ul li a {
							font-size: 11px;
							text-decoration: none;
							color: #746558;
						}

						div.main_lblock_menuitem ul li ul li a:hover {
							text-decoration: underline;
						}
															
			td#main_col_spacer {
				width: 16px;
			}
			
			td#main_col2 {
				width: 421px;
				min-height: 499px;
				max-height: 100%;
				vertical-align: top;
				
				/* IE hacks */
				height:auto !important;
				height:499px;					
			}
	
				div#main_col2_fill {
					min-height: 499px;
					max-height: 100%;
					background-image: url(../images/background_main_col2_fill.jpg);
					background-repeat: no-repeat;
					background-position: 0px 43px;
					
					/* IE hacks */
					height:auto !important;
					height:499px;						
				}
				
				div#main_col2_content {			
					padding: 12px 26px 0px 20px;
				}

div#home_content {
	width: 693px;
	min-height: 499px;
	max-height: 100%;
	margin: 0 auto;
	background-image: url(../images/background_content.jpg);
	background-color: #FFFFFD;
	
  /* IE hacks */
  height:auto !important;
  height:499px;		
}

	div#home_colframe {
		width: 615px;
		min-height: 499px;
		max-height: 100%;
		margin: 0 auto;		
		background-image: url(../images/home_colframe.jpg);
		background-repeat: repeat-y;

		/* IE hacks */
		height:auto !important;
		height:499px;	
	}

		table#home_coltable {
		}

			td#home_col1 {
				width: 366px;
				min-height: 499px;
				max-height: 100%;
				vertical-align: top;

				/* IE hacks */
				height:auto !important;
				height:499px;				
			}
	
				div#home_block_welcome {			
					padding: 0px 25px 38px 25px;
				}
	
					div#home_block_welcome_fill {
						background-image: url(../images/home_lblock_welcome_fill.jpg);
						background-repeat: repeat-y;				
					}
	
					div#home_block_welcome_bottom {
						min-height: 100%;
						max-height: 100%;
						background-image: url(../images/home_lblock_welcome_bottom.jpg);
						background-repeat: no-repeat;
						background-position: bottom left;
					}
					
				div.home_lblock {								
					padding: 5px 25px 41px 25px;					
				}

					div.home_lblock_bottom {
						min-height: 100%;
						max-height: 100%;
						background-image: url(../images/home_lblock_bottom.jpg);
						background-repeat: no-repeat;
						background-position: bottom left;
					}
				
			td#home_col_spacer {
				width: 11px;
			}
		
			td#home_col2 {
				width: 238px;
				min-height: 499px;
				max-height: 100%;
				vertical-align: top;
				background-image: url(../images/home_rblock_top.jpg);
				background-repeat: no-repeat;
				background-position: top left;			
				
				/* IE hacks */
				height:auto !important;
				height:499px;					
			}
			
				div.home_rblock {		
					padding: 0px 0px 18px 5px;
				}
				
					div.home_rblock ul {
						margin: 0;
						padding: 0;
					}
					
					div.home_rblock ul li {
	   				height: 26px;
					   display: block;
	   				list-style-type: none;
	   				font-size: 0px; /* IE fix */   	   				
	   				vertical-align: top;
					}
					
					div.home_rblock ul li img {
						vertical-align: top;
					}
									
					div.home_rblock_bottom {
						min-height: 100%;
						max-height: 100%;
						background-image: url(../images/home_rblock_bottom.jpg);
						background-repeat: no-repeat;
						background-position: bottom left;				
					}
					
				div.home_rblock_news {					
					padding: 0px 0px 18px 5px;
				}
				
					div.home_rblock_newsitem {
						padding: 8px 10px 8px 10px;
					}
					
						div.home_rblock_newsitem_fill.odd {
							min-height: 100%;
							max-height: 100%;
							background-image: url(../images/home_news1_fill.jpg);
							background-repeat: repeat-y;						
						}

						div.home_rblock_newsitem_fill.even {
							min-height: 100%;
							max-height: 100%;
							background-image: url(../images/home_news2_fill.jpg);
							background-repeat: repeat-y;					
						}
											
						div.home_rblock_newsitem p {
						}					
				
/*****************************************************************************************************/
/* BOTTOM                                                                                            */
/*****************************************************************************************************/
div#main_bottom {
	width: 703px;
	height: 66px;
	margin: 0 auto;
	background-image: url(../images/bottom_main.gif);
	background-repeat: no-repeat;
}

div#home_bottom {
	width: 703px;
	height: 66px;
	margin: 0 auto;
	background-image: url(../images/bottom_home.gif);
	background-repeat: no-repeat;
}

/*****************************************************************************************************/
/* COPYRIGHT                                                                                         */
/*****************************************************************************************************/
div#copyright {
	width: 703px;
	height: 65px;
	margin: 0 auto;
	background-image: url(../images/background_copyright.gif);
	background-repeat: no-repeat;
}

div#copyright * {
	font-family: Tahoma;
	color: #484C4E;
	font-size: 9px;	
}

div#copyright p {
	font-family: Tahoma;	
	padding-top: 15px;
}

p#copyright-left {
	float: left;
	padding-left: 40px;
}

p#copyright-right {
	float: right;
	padding-right: 37px;
}

div#copyright a {
	text-decoration: none;
}

div#copyright a:hover {
	text-decoration: underline;
}

/*****************************************************************************************************/
/* ZOEKEN                                                                                            */
/*****************************************************************************************************/
form#frmZoek table {
	border-collapse: collapse;
}

form#frmZoek table tr td {
	border: 1px solid #4B7C9F;
}

form#frmZoek input#txtZoek {
	width: 100%;
	height: 17px;
	border: 0;		
	padding-top: 1px;
	font: 12px Arial;
}

/*****************************************************************************************************/
/* DIVERSEN                                                                                          */
/*****************************************************************************************************/
img.img_title {
	display: block;
}

div#img_title3 {
	margin: 1px 0px 8px 0px;
	clear: both;
}

div#img_title4 {
	margin: 1px 0px 8px 0px;
	clear: both;
}

div.stippel_single {
	clear: both;
	margin: 10px 0 10px 0;
	border-top: 1px dashed #C7AA7A;
}

div.stippel_double {
	clear: both;
	margin: 4px 0 10px 0;
	border-top: 1px dashed #C7AA7A;
	border-bottom: 1px dashed #C7AA7A;
}

div.stippel_album {
	clear: both;
	margin: 0 0 12px 0;
	border-top: 1px dashed #C7AA7A;
}

/*****************************************************************************************************/
/* FOTO ALBUMS                                                                                       */
/*****************************************************************************************************/
ul.album {
   margin: 0;
   padding: 0;
}

ul.album li {
   display: block;
   width: 100%;
   float: left;
   list-style-type: none;
   font-size: 0px; /* IE fix */      
}

ul.album li ul {
   clear: both;
   margin: 0;
   padding: 0;
}

ul.album li ul li {
   text-align: center;
   width: 24.93%;
   padding-bottom: 15px;
}

/*****************************************************************************************************/
/* HIGHSLIDE                                                                                         */
/*****************************************************************************************************/
.highslide {
	cursor: url(../include/highslide/graphics/zoomin.cur), pointer;
    outline: none;
}

.highslide img {
	/* border: 2px solid gray; */
}

.highslide:hover img {
	/* border: 2px solid white; */
}

.highslide-image {
    /* border: 2px solid white; */
}

.highslide-image-blur {
}

.highslide-caption * {
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    background-color: white;
}

.highslide-caption {
    display: none;
    
    border: 2px solid white;
    border-top: none;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    padding: 5px;
    background-color: white;
}

.highslide-loading {
    display: block;
	color: white;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
    text-decoration: none;
	padding: 3px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
    background-color: black;
    /*
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
    */
}

a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}

a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}

.highslide-move {
    cursor: move;
}

.highslide-overlay {
	display: none;
}

.controlbar {	
	background: url(highslide/graphics/controlbar4.gif);
	width: 167px;
	height: 34px;
}

.controlbar a {	
	display: block;
	float: left;
	/*margin: 0px 0 0 4px;*/	
	height: 27px;
}

.controlbar a:hover {
	background-image: url(highslide/graphics/controlbar4-hover.gif);
}

.controlbar .previous {
	width: 50px;
}

.controlbar .next {
	width: 40px;
	background-position: -50px 0;
}

.controlbar .highslide-move {
	width: 40px;
	background-position: -90px 0;
}

.controlbar .close {
	width: 36px;
	background-position: -130px 0;
}


.highslide-display-block {
    display: block;
}

.highslide-display-none {
    display: none;
}

/*****************************************************************************************************/
/* RESERVERINGSFORM                                                                                  */
/*****************************************************************************************************/
#frmReservering select {
	border: 1px solid #DEDACF;
	width: 100%;
}

#frmReservering input {
	border: 1px solid #DEDACF;
	width: 100%;
}

#frmReservering input#txtAantalPersonen {
	width: 50px;
}

#frmReservering input#chkAkkoord {
	border: 0;
}

/*****************************************************************************************************/
/* BUTTON                                                                                            */
/*****************************************************************************************************/
div.sys_button img {
	display: block;
	height: 18px;
	float: left;
}

div.sys_button span {
   display: block;
   float: left;
   height: 18px;
   background-image: url(../images/button_fill.gif);
   background-repeat: no-repeat;
   padding: 1px 4px 0 4px;
}

div.sys_button span a {
	font-size: 12px;
	color: white;
	text-decoration: none;
}

/******************************************************************************************************
	WAIT INDICATOR
******************************************************************************************************/
div#wait {
	display: block;
	position: absolute;
	width: 344px;
	height: 211px;
	left: 50%;
	top: 50%;
	margin-left: -172px;
	margin-top: -106px;
	background: url(../images/wait_website.png) no-repeat left top;
}

div#wait p {
	font-size: 13px;
	text-align: center;	
	margin-top: 70px;
}