html {
    -webkit-text-size-adjust: none; /* Prevent font scaling in landscape */
}

body {   margin-left:0;
		margin-top:0;
		background: #dbe3ec;
				text-decoration: none;
		color: #1a283c;
		font-family : verdana, arial, helvetica, sans-serif;
		font-weight: normal;
		font-size : 12px;
		background-image:url('bg.jpg');
background-repeat:no-repeat;
background-attachment:fixed;
background-size:100%;
background-position:bottom center; 
		
	}	

img { -ms-interpolation-mode: bicubic; }

#kop {
position:relative;
margin-top:1%;
width:38%;
left:39%;
}

#bg {
top:65%;
left:0px;
height:100%;
width:100%;

z-index:10;
position:fixed;
background-image:url('mask.png');
background-repeat:no-repeat;
background-attachment:fixed;
background-size:100%;
background-position:bottom center; 
	
}

#inhoud {
position:relative;
left:41.5%;
width: 33%;
z-index:1;	
border:0;
text-align: justify;

}

#contact {
			font-size : 11px;
position:fixed;
left:100%;
top:100%;
margin-top:-150px;
margin-left:-210px;
z-index:11;	
border:0;
text-align: right;
width:200px;

}

#menu {
	
font-size : 11px;
position:fixed;
left:100%;
top:18%;
width:200px;
margin-left:-210px;
z-index:11;	
border:0;
text-align: right;

}

a.facebook{display:block; height:23px; width:23px;
			background: #fff url(http://www.thankeve.nl/verlaat/facebook.gif) 0 0 no-repeat;}
			
			a.facebook:hover  {border:none;
							background: #fff url(http://www.thankeve.nl/verlaat/facebook.gif) -23px 0;}
			
A:link {
	color: #6a8a3b;
text-decoration: none;
background-color: transparent;
border-color: #6a8a3b;
border-bottom-width: 1px;
border-left-width: 0px;
border-right-width: 0px;
border-top-width: 0px;
border-style: dotted;
	
}

A:visited {
	color: #6a8a3b;
text-decoration: none;
background-color: transparent;
border-color: #6a8a3b;
border-bottom-width: 1px;
border-left-width: 0px;
border-right-width: 0px;
border-top-width: 0px;
border-style: dotted;
	
}

A.contact:link {
	color: #fff;
text-decoration: none;
background-color: transparent;
border-color: #fff;
border-bottom-width: 1px;
border-left-width: 0px;
border-right-width: 0px;
border-top-width: 0px;
border-style: dotted;
	
}

A.contact:visited {
	color: #fff;
text-decoration: none;
background-color: transparent;
border-color: #fff;
border-bottom-width: 1px;
border-left-width: 0px;
border-right-width: 0px;
border-top-width: 0px;
border-style: dotted;
	
}
A:hover {
	color: #03C;
text-decoration: none;
background-color: transparent;
border-color: #03C;
border-bottom-width: 1px;
border-left-width: 0px;
border-right-width: 0px;
border-top-width: 0px;
border-style: dotted;
	
}

A:active {
	color: #f8ef63;
text-decoration: none;
background-color: transparent;
border-color: #f8ef63;
border-bottom-width: 1px;
border-left-width: 0px;
border-right-width: 0px;
border-top-width: 0px;
border-style: dotted;
	
}