@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #67d99c;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #ffffff;
	font-size: 12px;
	line-height: 1.7em;
	background-color: #7d99ce;
	
	background-repeat: no-repeat;
	background-position: 0px 60px;
	background-attachment: fixed;
	height: 100%;

}
#iframebody  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 10px 20px 30px 20px;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #006;
	font-size: 12px;
	line-height: 1.7em;
	background-color: #fbf1cb;
	margin-top:0px;
	background-repeat: no-repeat;
	background-position: 0px 60px;
	background-attachment: fixed;
	height: 90%;
	

}

#ifrm {
	margin-top:0px;
	
}

img#bg {
	position:fixed;
	top:80px;
	left:0px;
	width:100%;
	height:90%;
	
}


.twoColFixLtHdr #container {
	width: 1000px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	position:relative;
	z-index:1;
} 
.twoColFixLtHdr #header {
	background: #7d99ce;
	padding: 0 0px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 80px;
	padding-left: 230px;
	margin-left: 0px;
	margin-top:0px;
	z-index:1
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	margin-right: 0px;
}


.twoColFixLtHdr #nav {
	margin-top:0px;
	z-index:3
}



.twoColFixLtHdr #subheader {
	height: 40px;
	font-size: 54px;
	color: #ec4e2a;
	padding-left: 235px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-transform: lowercase;
	font-stretch: wider;
	font-weight: bold;
	font-family:  Arial, Helvetica, sans-serif;
	position:relative;
	margin-left: 235px;
	margin-top: 20px;
	
	
}

.twoColFixLtHdr #subheader .shade1 { 
	position:absolute; 
	top:1px; 
	left:1px; 
	font-size:54px; 
	color:#000099; 
	
}
.twoColFixLtHdr #subheader .fill1 { 
	position:absolute; 
    top:0; 
	left:0; 
	font-size:54px; 
	color: #ec4e2a; 

}





.twoColFixLtHdr #sidebar0 {
	float: left; /* since this element is floated, a width must be given */
	width: 170px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 15px 10px 15px 20px;
	margin-top: -100px;
	position:absolute;
}





.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #ec4e2a; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px 10px 15px 20px;
	margin-top: 0px;
	position:relative;
}

.twoColFixLtHdr #sidebar2 {
	float: left;   /*since this element is floated, a width must be given */
	width: 150px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
	margin-top: 20px;
	position:relative;
	
	 
}


.twoColFixLtHdr #mainContent {
	margin: 10px 60px 0 220px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	color: #006;
	background-color: #fbf1cb;
	font-size: 12px;
} 
.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD; 
	margin-top:10px;
	position:relative;
	z-index:2;
	height:100%;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


/* link nav kolom */
#nav a {
	font-size:12px;
	padding-left:3px;
	padding-right:15px;
}

a:link {
	color: #FFFFFF;
	text-decoration:none
}
a:visited {
	color: #FFFFFF;
	text-decoration:none
}
a:hover {
	color: #000066;
	text-decoration:none
}

a:focus {
	color: #000066;
	font-weight:bold;
	text-decoration:none
}

a:active {
	color: #000066;
	
	text-decoration:none
}

/* link selectie  */
a.sbasis {
    color:#ec4e2a;	
	font-weight:bold;
	
}

a.sland {
    color:#313b50 ; /* #7D99CE;	*/
	font-weight:bold;
}

img.dot {
  margin-left: 0px;	
	
}

/* onderaan pagina */
 a.ilink {
	color: #F60;
	text-decoration:none
}

 a:link.ilink  {
	color:#F60;
	text-decoration:none
}
 a:visited.ilink {
	color:#F60;
	text-decoration:none
}
  a:hover.ilink {
	color:#F30;
	text-decoration:none
}
  a:active.ilink {
	color: #F30;
	text-decoration:none
}


/* inerne link reis */
 

#iframebody a {
	color: #F60;
	text-decoration:none
}

#iframebody  a:link  {
	color:#F60;
	text-decoration:none
}
 #iframebody a:visited {
	color:#F60;
	text-decoration:none
}
#iframebody   a:hover {
	color:#F30;
	text-decoration:none
}
#iframebody   a:active {
	color: #F30;
	text-decoration:none
}


/* onderaan overzicht reis */
 a.s_link {
	color: #F60;
	text-decoration:none
}

 a:link.s_linkk  {
	color:#F60;
	text-decoration:none
}
 a:visited.s_link {
	color:#F60;
	text-decoration:none
}
  a:hover.s_link {
	color:#F30;
	text-decoration:none
}
  a:active.s_link {
	color: #F30;
	text-decoration:none
}



/* link main kolom */
.twoColFixLtHdr #mainContent a {
	
}

.twoColFixLtHdr #mainContent a:link {
	color: #0000FF;
	text-decoration:none
}
.twoColFixLtHdr #mainContent a:visited {
	color: #0000FF;
	text-decoration:none
}
.twoColFixLtHdr #mainContent a:hover {
	color: #000066;
	text-decoration:none
}
.twoColFixLtHdr #mainContent a:active {
	color: #000066;
	text-decoration:none
}




.s_bt{
  font-weight:bold;
  margin: 5px 0px 5px 0px;
}

.s_datum {
   font-style:italic;
   color:#0000CC;
}


.s_tit { 
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
    font-weight:bold;
	color: #ec4e2a;
}

.s_sub {
   font-size:13px;
   color: #ec4e2a;
}

.s_kort em {
	
	color:#0000CC;
	
}


.s_kort {
    margin-bottom:20px;
	padding-bottom:30px
}

#s_indigr{
	width:100%;
	padding-left:0px;
	padding-bottom:30px;
	margin-top:20px;
	display:block;
	
	
}

#s_groep, #s_indi {
   color:white;
   background-color: #6586C4;
   width:200px;
   text-align:center;
   padding: 5px 5px 5px 5px;
   display:block;
   float:left;
   margin-left:0px
   
}

#s_groep_s, #s_indi_s {
  background-color: #ec4e2a;
   color:white;
   
   width:200px;
   text-align:center;
   padding: 5px 5px 5px 5px;
   display:block;
   float:left;
   margin-left:0px

}
.s_indigr_sc {
	width:40px;
	
	 float:left
}
#s_geen{
	display:block;
	float:left;
	margin-top:20px;
	margin-bottom:30px;
}

.indvidu, .bgreisgr {
	background-color: #FFDBB7;
	margin:20px 0px 0px 0px;
	display:block
}

.individutxt {
	color: #3399FF;
	letter-spacing: 1px;
	padding-right: 0px;
	padding-left: 5px;
	font-weight:bold;
}

.individukop {
    
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
    font-weight:bold;
}

.individusubkop {
    
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
    font-weight:normal;
}

.s_bt{
  font-weight:bold;
  margin: 5px 0px 5px 0px;
}

.s_datum {
   font-style:italic;
   color:#0000CC;
}





 .p_inh {  
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
    font-weight:normal;
}

.p_inh, .o_inh, .i_inh{
  color:navy;
  padding: 0px 0px 10px 0px;
  font-size:12px;
}

.p_tit, .i_tit {
     color:#03C;
	padding: 10px 0px 0px 0px;
	font-size:12px
	
}

.o_tit {
   color: #3366FF;
   padding: 10px 0px 0px 0px;
}


.p_tit {
    font-style:italic;
	 color:#03C;
}

.o_tit, .i_tit {
    font-style:italic;
}




.s_email {
    font-style:italic;
}

.s_link {
	font-style:normal;
	color:#F30
}

.s_kort {

}

.s_inl {
  font-size:12px;
  font-style:italic
}

.s_subkopje {
   color:#CC3853;
   font-weight:bold
}
.s_accent {
   font-weight:bold
}

/* programma  */
.pr_kopje {
  font-weight:bold
}

.pr_normaal {

}

/* overzicht  */
.o_ken {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size:12px;
   color:#03C;
}


.gi_ken {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size:12px;
   color:#03C;
}

/* prijzen  */

.tb-prijzen {
	border: 1px solid #0099CC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:12px;
	padding:2px 0px 0px 0px;
    color:navy;
}
.tbh-prijzen {
	border-bottom: 1px solid #0099CC;
	padding:2px 0px 2px 6px;
	font-weight:bold;
}
.tbt-prijzen {
	border-top: 1px solid #0099CC;
}
.tbfc-prijzen {
    padding:2px 0px 2px 6px;
	border-right: 1px solid #0099CC;
}
.tbb-prijzen {
	padding:2px 0px 0px 6px;
}

.tbh-afsluiting{
    padding:2px 0px 2px 6px;
	border-top: 1px solid #0099CC;
	border-bottom: 1px solid #0099CC;
	font-weight:bold;
}

.s_inb i {
	color:#03C;
	font-size:12px;
}
.s_inh {
	font-size:12px;
	
}

.text {
	font-size:12px;
	color:#000066;
	
	
	
}

/* foto */

.foto_tab {
  border:1px #99CCFF solid;
  margin:10px 5px 0px 5px;
  font-size:12px;
}
/* ingeval van gecenteeerd betreft het de ruimte erom heen  */
.foto_tab_al {
   padding:5px 5px 20px 5px;
}

.foto_body {

}
.foto_image {
  border-width:1px
}
.foto_beschrijving {
  font-weight:normal;
   color:#3399FF;
  font-size:11px;
}
.foto_titel {
  font-weight:bold;
   color:#3399FF;
}
 /* einde  */
 
 
 /* tabel reactie */
 
 .spacer {
	width:0px; 
 }

.form_reactie {
	margin-top:30px;
	width:600px;
}
	  	
.s_t_fcol {
  font-size:12px;
  width:150px;
  color:navy;
}

.s_t_body {
  font-size:12px;
  color:navy;
}
 
