@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 {
	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.jpg);
	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;
	width:800px;
	z-index:100;
	opacity:.90;-moz-opacity: 0.90;
	background:#FFFFFF;
	}
	
	
#mainContent {
	width:880px;
	line-height:1.9em;
	padding: 30px 0;
}

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

#contentleft {
	display:block;
	margin:0 0 0 50px;
	width:480px;
	}

#right	{
	float:right;
	width:300px;
	height:100%;
	}
#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 {
	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;
	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	{
	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;
	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;
	}		
