@charset "utf-8";

/*------------GENERAL STYLES----------------------*/ 
body {
	font: 70% Verdana, Arial, Helvetica, sans-serif;
	background: #C6E2FB;
	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: #000000;
}

img {
	border:0;
	}
	
h1  {
	display:block;
	background:url(../layoutimages/bullet_h1_groen.gif) 0 6px no-repeat;
	padding-left: 24px;
	font-size: 20px;
	font-weight: normal;
	color:#006633;
	}

h2  {
	display:block;
	font-size: 18px;
	font-weight: normal;
	color:#666;
	}

a	{
	color: #FF3300;
	text-decoration:none;
}	
a:hover {
	color:#006633;
	text-decoration:underline;
	}
	
/*------------LAY OUT STYLES----------------------*/ 

#container {
	max-width: 892px;
	background: #FFFFF7; // url(../layoutimages/container_shadow.jpg) right repeat-y;
	margin: 0 auto 20px auto;
	text-align: left;
}
#header {
	height:230px;
	z-index:5;
	background-image: url("../layoutimages/header_home_4.webp");
	background-repeat: no-repeat;
}
#header h1 {
	margin-left:-1000px;/* only visible for screen readers and searchengine robots */
}

#logo	{
	float:left;
	margin-top:30px;
	padding:10px 0 0 80px;
	height:30px;
	max-width:800px;
	z-index:100;
	opacity:.8;-moz-opacity: 0.8;
	background:#FFFFFF;
	}
	
	
#mainContent {
	max-width:880px;
	line-height:1.9em;
	padding: 30px 0;
}

#photopage	{
	margin-left:30px;
	margin-right:20px;
	}

#contentleft {
	display:block;
	margin:0 50px 0 50px;
	//width:100%;
	}

#right	{
	float:right;
	max-width:300px;
	height:auto;
	}
#right h3 {
	font-size:13px;
	font-weight:bold;
	color:#FFF;
	padding:2px 6px;
	background: url(../layoutimages/h3_back_groen.jpg) repeat-x;
	margin: 0;
	}

		
.right_box {
	/*border:1px solid #4987C4;*/
	background-color:#DEEBE4;
	border-bottom:2px solid #006633;
	padding:6px 10px;
	margin:0 30px 20px 0;
	}
.right_box ul li{
	margin-left:-24px;
	}	
	
.right_box_foto {
	max-width:250px;
	font-size:11px;
	}
.right_box_foto img {
	margin-bottom:2px;
	}	
		
		
/*------------FOOTER STYLES----------------------*/ 
		

#footer {
	background: url(../layoutimages/footer_bg_groen.jpg)  bottom no-repeat;
	max-width:892px;
	height:40px;
	}
#footermenu {

	}	
#footer ul {
	margin-left:10px !important;
	margin-left:70px;
	list-style:none;
	}
#footer ul li {
	float:left;
	}	

#footer a {
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:4px 12px;
	border-right: 1px solid #FFF;
	color:#FFF;
	text-decoration:none;
	}
#footer a:hover {
	text-decoration:underline;
	}	

/*------------TOP MENU STYLES----------------------*/ 
	
#menu	{
	max-width:880px;
	height:24px;
	background:url(../layoutimages/menu_bg_groen.jpg) repeat-x;
	margin:0;
	padding:0;
	}	
	
#menu ul {
	list-style:none;
	margin:0 0 0 30px;	
	}
	
#menu ul li {
	float:left;
	clear:right;
	height:23px;
	background:url(../layoutimages/button_right.gif) right no-repeat;

	}
			
#menu a {
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	color:#FFF;

	padding:4px 12px;
	text-align:center;
	}	
#menu a:hover {
	color: #000;
	background-color:#FFFFFF;
	background:url(../layoutimages/button_over_groen.jpg) repeat-x;
	}	

/*------------EXTRA STYLES----------------------*/ 

.normalheight {
	line-height:normal;
	}
	
.specialrate h3{
	color:#CC0000;
	display:block;
	border:#CC0000 1px solid;
	padding:3px 12px;
	margin-bottom:0;
	}
.perperson	{
   margin: 0 50px 10px 50px;
	text-align:right;
 	color:#CC0000;
	}

.rates {
	border: #006633 1px solid;
	padding:0;
	}

h3.balk {
	font-weight:bold;
	color:#006633;
	display:block;
	padding: 2px 8px;
	background-color:#CCC;
	font-size:12px;
	}		

.boldgreen {
	color: #006633; 
	font-weight: bold; 
	}
#contact		{
	text-align:center;
	color: #333333;
	}
	
.floatright {
	float:right;
		}	
		
#thai	{
	display:block;
	background-color:#eeeee7;
	height:26px;
	float:right;
	margin:0px 12px -30px 0;
	font-size: small;
	padding:4px 2px 0 4px;
	}		
   
   
/*------------ Menu smallscreen ----------------------*/

.vmenu { display: none; }
.hmenu { display: block; }
.vfooter { display: none; }
.hfooter { display: block; }


 @media only screen and ( max-width: 767px) {
   .hmenu { display: none; }
   .vmenu { display: block; }
   .hfooter { display: none; }
   .vfooter { display: block; }


 }




.dropbtn
{
    background-color: #eee;
    color: black;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    width:100%;
}

.drpdwn
{
    position: relative;
    display: inline-block;
    width:100%;
}

.drpdwn-content
{
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.drpdwn-content a
{
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px; line-height:25px;

}

.drpdwn-content a:hover {background-color: silver;color:black;}

.drpdwn:hover .drpdwn-content
{
    display: block;
}

.drpdwn:hover .dropbtn
{
    background-color:#eee;
}

.autosize{
    width: 100%;
    height: auto;
}
   
   

.bar {
	text-align:center;
   align:center;
	background:#CCC;
   color:black;
	padding:4px;
}

   
   
   .col-100 {
       float: left;
       width: 100%;
       margin-top: 6px;
       text-align:center;
       background:inherit;
       vertical-align: text-bottom;
   }
   
   
   .col-30 {
       float: left;
       width: 30%;
       margin-top: 6px;
       text-align:right;
       background:inherit;
       vertical-align:text-bottom;
   }
   
   .col-25 {
       float: left;
       width: 25%;
       margin-top: 6px;
       text-align:right;
       background:inherit;
       vertical-align:text-bottom;
   }
   
   
   
   .col-75 {
       float: left;
       width: 70%;
       margin-top: 6px;
       text-align:left;
       background:inherit;
       vertical-align: text-bottom;
   }
   
   .col-50 {
       float: left;
       width: 50%;
       margin-top: 6px;
       background:inherit;
       vertical-align: text-bottom;
   }
   
   
   /* Clear floats after the columns */
   
   .clr:after {
       content: "";
       display: table;
       clear: both;
   }

   .smallscreen {display:none}
   .widescreen {display:block}
  
   
   .textarea    {border:1px solid;border-color:gray;width:95%;max-width:270px;}
   .input   {width:95%;max-width:270px;}
   .input-2 {width:95%;max-width:210px;}
   .dropdown {width:95%;max-width:270px;}
   .even    {background: #EDEDED}
   .odd  {background: #EDEDED}
   .mid     {background: #EDEDED}
   .basis   {background: #EDEDED}
   .hide    {display:none}
   .fulltext { display:block}
   .shorttext { display:none}
   
   @media screen and (max-width: 520px) {
         .fulltext { display:none}
         .shorttext { display:block}
         .input {width:95%;max-width:270px;}
         .input-2 {width:95%;max-width:270px;}
         .dropdown {width:95%;max-width:270px;}
         .textarea  {-moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box; display:block; width:95%;margin:0; padding:4px;border:1px solid #333;overflow-y:auto;overflow-x:hidden;border-color:gray;max-width:270px;}
         .smallscreen {display:block;}
         .widescreen {display:none;}
         .col-25 { width:50%;}
         
   }
   
   @media screen and (max-width: 475px) {
      .col-25 { width:100%;}
   }
   
   
   /* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
   @media screen and (max-width: 359px) {
       .col-25,.col-50, .col-75, #linesendbutton, input[type=submit] { width: 100%; margin-top: 0;text-align:left; }
         //.col-25 { display:none}
         .hide {display:block;}
         .even {background-color: #FFF;}
         .odd {background-color: #EAF3F3;}
         .mid    {background-color: #dee2e2;}
         .basis {background: white}
         .input {width:95%;max-width:270px;}
         .input-2 {width:95%;max-width:210px;}
         .dropdown {width:95%;max-width:270px;}
         .textarea  {     -moz-box-sizing:border-box;
                      -webkit-box-sizing:border-box;
                      box-sizing:border-box;
                      display:block;/*reset from inline*/
                      width:95%;
                      margin:0;/*remove defaults*/
                      padding:4px;
                      //background:#EEF;
                      border:1px solid #333;
                      overflow-y:auto;/*resets IE*/
                      overflow-x:hidden;/*resets IE*/
                      border-color:gray;
                      max-width:270px;
                     }
         .fulltext { display:block}
         .shorttext { display:none}
         .smallscreen {display:block;}
         .widescreen {display:none;}
         
                     
 
   }
   
   