body {
	text-align: left;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
    color: #656668;
	margin: 0;
	padding: 0;
	background-color: #ffffff;
}

#clearer{clear:both;}


td {
	text-align: left;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
    color: #656668;
	}
	
p {
	padding-top:0px;
	padding-bottom:5px;
	margin:0;
	}

div {
	font-size: 11px;
	}
	
img {
	border:0px;
	}
a, a:link a:active {
	text-decoration: none;
	background-color: inherit;
	color: #58595A;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #58595A;
	}
	
a:visited {
	text-decoration: none;
	background-color: inherit;
	color: #58595A;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #58595A668;
	}

a:hover {
	background-color: inherit;
	color: #58595A;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #58595A;
	}

div#pagewrapper {
	margin: 0 auto;
	background-color: #ffffff;
	color: black;
	background-image: url(../images/middenstuk.jpg);
	background-repeat: repeat-y;
	background-position:top center;
	}

div#container {
	width: 1024px; 
	text-align: left; 
	margin: 0 auto; 
	top: 0px;
	overflow:hidden;
	background-image: url(../images/topstuk.jpg);
	background-repeat: no-repeat;
	}

div#containerlogo {
	float: right;
	margin-top:0px;
	padding-right:15px;
	width: 480px;
	height:100px;
	overflow:hidden;
	}

div#header1 {
	margin-top: 16px;
	//background-image: url(../images/headeralt.jpg);
	//background-repeat: no-repeat;
	//background-position: left top;
	height:100px;
	margin-right: 0px;
	margin-left: 72px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	}

div#footer {
	width: 1024px; 
	height: 80px;
	padding-top:20px;
	text-align: center;
	margin: 0 auto;
	background-image: url(../images/voeter.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	clear:both;
	}

div#breadcrumbs {	
	height:30px;
	padding: 2px 0 0 75px;
	}

div.breadcrumbs span.lastitem {
	font-weight: bold;
	}

.sbox {	
	float:right; 
	margin-right:29px;
	}

.knop {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	background-color: #D400FF;
	padding-left:12px;
	padding-right:12px;
    height: 20px;
	border: 2px solid #22043C;
	cursor: pointer;
	margin-top: 2px;
	margin-bottom: 2px;
	}
	

.boeknuknop {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #ffffff;
	background-color: #D400FF;
	padding-left:12px;
	padding-right:12px;
    height: 26px;
	border: 2px solid #22043C;
	cursor: pointer;
	margin-top: 2px;
	margin-bottom: 2px;
	}

div#mainmenu {	
	padding: 0 0 6px 75px;
	}

div#mainmenu a{	
	display:block;
	float:left;
	padding:6px 20px 6px 20px; /* links/rechts verlagen als er veel buttons komen */
	border-right:6px solid #FFF;
	border-bottom:none;
	text-decoration:none;
	color:#FFFFFF;
	font-size:15px;
	font-weight:bold;
	font-family:"Trebuchet MS", "Times New Roman", Arial;
	}

div#mainmenu a:hover{	
	text-decoration:underline;
	color:#FFFFFF;
	}
	
	
	

div#submenu {	
	width:150px;
}



div.submenuItem {
	float: left;
	margin-top:0px;
	width: 150px;
	overflow:hidden;
	border-bottom:6px solid #FFF;
	border-right:6px solid #FFF;
	padding:6px 20px 6px 20px;
	}

div.submenuItem a{
	display:block;
	float:left;
	padding:0px 0px 0px 0px; /* links/rechts verlagen als er veel buttons komen */
	border-bottom:none;
	text-decoration:none;
	color:#FFFFFF;
	font-size:15px;
	font-weight:bold;
	font-family:"Trebuchet MS", "Times New Roman", Arial;

}

div.submenuItem a:hover{	
	text-decoration:underline;
	color:#FFFFFF;
	}



input.search-button {
	border: none;
	height: 22px;
	width: 53px;
	margin-left: 5px;
	padding: 0px 2px 2px 0px;
	cursor: pointer;
	}
	
div#streep {
	width: 918px;
	padding-top:0px;
	margin-left:75px;
	}
	
/*zoeken divs */
#contentbox{
	padding:25px 0 25px 0;
	min-height:300px;
	}
	
#left312{
	float:left;
	width:312px;
	margin-left:76px;
	margin-bottom:25px;
	}
	
#content552{
	width:582px;
	margin-left:413px; /* 312 + 76 + 25(tussenruimte) */
	margin-bottom:25px;
	border:0px solid green;
	}

/* homepage  divs */
#right285{
	width:285px;
	float:right;
	margin-right:29px;
	border:0px solid orange;
	}
	
#content268{
	width:268px;
	margin-left:413px; /* 312 + 76 + 25(tussenruimte) */
	border:0px solid red;
	}

/* spacing in iedere div */
#box12{
	padding:12px;
	}


/* FORMS ***********************/
input, select, submit, checkbox, textarea{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
    color: #656668;
	}
textarea{
	overflow:auto;
	}
	
p.form{
	margin:0; 
	padding:4px 0 5px 0;
	color: #656668;
	line-height:18px;
	}
	
p.formcheckbox{
	margin:0; padding:4px 0 5px 0;
	color: #656668; 
	line-height:18px;
	}

/* ZOEK PAG ************/
#resultrow{
	padding-top:12px; 
	padding-bottom:12px; 
	line-height:18px; /*minder dan normale content */
	}
	
img.resultimage{
	margin:0 0 10px 10px;
	float:right;
	border-bottom:4px solid #79733a;
	}

.title{
	font-size:15px; 
	font-weight:bold; 
	color:#d5d110; 
	vertical-align:top;
	}
	
a.title{
	color:#b1bb1c;
	}
	
.subtitle{
	font-size:13px;
	font-weight:bold;
	color:#6a7c25;
	vertical-align:top;
	} 
#resultrow .text{
	margin-top:8px;
	margin-bottom:0px;
	padding:0;
	line-height:18px;
	}
	
#resultrow .text a{
	color:#6a7c25; font-weight:bold;
	}

#resultrow .textbottom{
	clear:right;
	margin-top:6px;
	color:#afae7e;
	}
	
.extra{
	color:#b1bb1c;
	}

.propertytable{
	border: 1px solid #765d71;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	}
	
.propertylist{
	color:#765d71;
	}
	
#resultrow td{
	vertical-align:top;
	line-height:18px;
	}
/*#resultrow td.prices{vertical-align:bottom; text-align:right;}*/

.prices{
	clear:left;
	width:240px;
	margin-bottom:10px;
	text-align:right;
	}
	
.van{
	color:#ff0000;
	font-weight:bold;
	font-size:11px;
	text-decoration:line-through;
	}
	
a.voor{
	color:#b1bb1c;
	font-size:15px;
	font-weight:bold;
	text-decoration:none;
	}
	
/* Details */
td.heading_left{
	width:60%;
	vertical-align:top;
	}
	
td.heading_right{
	width:40%;
	text-align:right;
	vertical-align:top;
	}
	
/*detail tabs */
.tab{
	text-align:center; padding:6px 0px 0px 0px; border-bottom:1px solid #CCC;
	}
	
.tab_active{
	text-align:center; padding:6px 0px 0px 0px; border-bottom:0px solid #CCC;
	}
	
.tab a{
	display:block; 
	padding:5px 0 0 0;
	border-bottom:none;
	}
	
.tab_active a{
	display:block;
	padding:5px 5px 0 5px; 
	background-color:#FFFFFF;
	border-bottom:none;
	border-left:1px solid #CCC;
	border-right:1px solid #CCC;
	border-top:1px solid #CCC;
	}


#startblock{
	padding:4px; 
	background-color:#F5F5F5;
	}
	
/* mini images */	
img.mini {
	margin-right:3px;
	margin-bottom:3px;
	margin-top:0;
	padding:0;
	}
	
img.mini_last {
	margin-bottom:3px;
	padding:0;
	}
	
/* stappen boeken */
#curbook{
	background-color:#73712d;
	color:#FFF;
	font-weight:bold;
	padding:3px 0 3px 10px;
	margin-bottom:15px;
	margin-top:15px;
	}

#todobook{
	color:#73712d;
	font-weight:bold;
	padding:3px 0 3px 10px;
	border:1px solid #73712d;
	margin-bottom:15px;
	margin-top:15px;
	}
	
	
/* OVERGENOMEN ONDERDELEN VO */

.formreserveer1 { 
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	width:300px;
	color: #656668;
	}
	
.formreserveer2 { 
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	width:215px;
	color: #656668;
	}
	
.formreserveer3 { 
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	width:70px;
	color: #656668;
	}
	
.formreserveer4 { 
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	width:130px;
	color: #656668;
	}
	
.formreserveer5 { 
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	width:130px;
	color: #656668;
}

.zoekknop {
	background-color: #E9E0E2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	height: 22px;
	width: 53px;
}

.zoekknop2 {
	background-color: #73712D;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	width:145px;
	height:25px;
	}
	


.kopje1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #666666;
	} 

.kopje1_home {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align:right;
	font-weight: bold;
	color:#abaa7b;
	} 








h1 {
	font-size: 16px;
    line-height:18px;
	color: #4E4A27;
    font-weight:bold;
	padding-bottom:0px;
	text-align: left;
	}

h2 {
	color: #5B5E60;
	font-size: 12px;
    font-weight:bold;
	text-align: left;
	padding-bottom: 2px;
	padding-top:0px;
	}

h3 {
	color: #7E7928;
    font-weight:bold;
	font-size: 11px;
	}
	
h4 {
	color: #294B5F;
	font-size: 1.2em;
	line-height: 18px;
	margin: 0 0 0.25em 0;
	}
	
h5 {
	color: #294B5F;
	font-size: 1.1em;
	line-height: 18px;
	margin: 0 0 0.25em 0;
}

h6 {
	color: #294B5F;
	font-size: 1em;
	line-height: 18px;
	margin: 0 0 0.25em 0;
}


strong, b {
	/* explicit setting for these */
	font-weight: bold;
	}
	
	em, i {
	/* explicit setting for these */
	font-style: italic;
	}
	
ul {
	padding: 12px;
	margin-top: 0.3em;
	margin-bottom: 0.3em;
	border: 0;
}

ol {
	padding-left: 20px;
	}


.formveld {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	width:160px;
	color: #656668;
	}
/*
.zoekknop {
	background-color: #E9E0E2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	height: 22px;
	width: 53px;
	}
	
.zoekknop2 {
	background-color: #73712D;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	width:75px;
	height:25px;
	}
*/	
.zoekselect {
	width: 150px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #656668;
	}

.knopverder {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	background-color: #656668;
	width: 70px; 
    height: 25px;
	border: 1px solid #FFFFFF;
	}
	





























/* wordt gebruikt voor de "Aanvullende informatie */
.kopjereis {
	color: #7E7928;
    font-weight:bold;
	font-size: 11px;
	padding-bottom:0px;
}







/* stdpage */
#content919{
	width:919px;
	margin-left:76px; /* 864 + 76 + 25(tussenruimte) */
	margin-bottom:25px;
	border:0px solid green;
}



.formreserveer_aanhef { 
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	width:60px;
	color: #656668;
	}

.formreserveer_initials { 
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	width:40px;
	color: #656668;
}

.formreserveer_junction { 
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	width:60px;
	color: #656668;
}

.formreserveer_lastname { 
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	width:110px;
	color: #656668;
}




td.formtext_printbooking{min-width:170px; vertical-align:top; } 

/*Booking fields*/
.fieldwidth_initials {width:50px; font-style: italic; color:grey;}
.fieldwidth_junction {width:50px; font-style: italic; color:grey;}
.fieldwidth_lastname {width:70px; font-style: italic; color:grey;}
.fieldwidth_mainbooker_small{width:50px;}
.fieldwidth_mainbooker_big{width:100px;}

.fieldextrawidth{width:444px;}

.fieldwidth_dropdown{width:100px;}




.bookingHandler .td1 {
	vertical-align: top;
}

.bookingHandler .td2 {
	vertical-align: top;	
	text-align: right;
}











/* TABBER tabs */

/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
}
.tabberlive {
 margin-top:1em;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
 margin:0;
 padding: 3px 0;
 border-bottom: 0px solid #778;
 font: bold 12px Verdana, sans-serif;
}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
}

ul.tabbernav li a
{
 padding: 3px 0.5em;
 margin-left: 3px;
 border: 0px solid #778;
 border-bottom: none;
 background: #DDE;
 text-decoration: none;
}

ul.tabbernav li a:link { color: #448; }
ul.tabbernav li a:visited { color: #667; }

ul.tabbernav li a:hover
{
 color: #000;
 background: #AAE;
 border-color: #227;
}

ul.tabbernav li.tabberactive a
{
 background-color: #fff;
 border-bottom: 1px solid #fff;
}

ul.tabbernav li.tabberactive a:hover
{
 color: #000;
 background: white;
 border-bottom: 1px solid white;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
 padding:5px;
 border:0px solid #aaa;
 border-top:0;

 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

 /* height:200px; */

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

 /* overflow:auto; */
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
 display:none;
}
.tabberlive .tabbertab h3 {
 display:none;
}

/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
 height:200px;
 overflow:auto;
}


































