body {
	margin: 0;
	padding: 0;
	background-color: white;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a:link 			{color:#009d01; text-decoration: none}
a:visited 		{ color:#009d01; text-decoration: none}
a:hover 		{
					color: #004400;
					text-decoration: none;
				}

a:active 		{text-decoration: none;}

p {
		font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
}

img.bg {
	/* Set rules to fill background */
	min-height: 100%;
	min-width: 1280px;

	/* Set up proportionate scaling */
	width: 100%;
	height: auto;

	/* Set up positioning */
	position: fixed;
	top: 0;
	left: 0;
}

@media screen and (max-width: 1280px){
	img.bg {
		left: 50%;
		margin-left: -640px; }
}


a.menulink {
	margin-left: 10px;
	padding-right: 10px;
		color: #009d01;
	font-size: 16px;
	font-weight: bold;
	}
	
h1 {
	color: #00003c;
}	
	
div.tussenmenu {
		font-size: 16px;
	font-weight: bold;
	background-color:#FFFFFF;
	width:485px;
	padding-bottom:7px;
	padding-top:4px;
	
	
	   /*gradient background*/
   background: #ffffff; /* for non-css3 browsers */

filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dddddd'); /* for IE */
background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ddd)); /* for webkit browsers */
background: -moz-linear-gradient(top,  #fff,  #ddd); /* for firefox 3.6+ */

}
a.menulink:hover 		{
					color: #004400;
					text-decoration: none;
				}
				
div.container {
	position: relative;
	width: 768px;
	height: 630px;
	margin-left: auto;
	margin-right: auto;

}

img.header {
	position: absolute;
	border-style:solid;
	border-width: 1px;
	border-color:#000000;
	width: 768px;
	height: 85px;
	left: 0px;
	top: 3px;
}

div.menu {
	position: absolute;
	width: 774px;
	height: 30px;
	top: 45px;
padding-left:10px	
background-color:#FFFFFF;
	}
	

div.content {
	position: absolute;
	border: 1px; 
	border-color: Black;
	border-style:solid;
	width: 768px;
	top: 72px;
	overflow: auto;
	padding-top:5px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	margin-bottom: 10px;
		
		   -moz-box-shadow: 3px 3px 4px #000; /* Firefox/Mozilla */  
   -webkit-box-shadow: 3px 3px 4px #000; /*Safari/Chrome */  
   box-shadow: 3px 3px 4px #000; /* Opera & hoe het zou moeten */  
   /* Voor IE 8 */  
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";  
   /* Voor IE 5.5 - 7 */  
   filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');  
   
   
   /*gradient background*/
   background: #ffee77; /* for non-css3 browsers */

filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffee77'); /* for IE */
background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fe7)); /* for webkit browsers */
background: -moz-linear-gradient(top,  #fff,  #fe7); /* for firefox 3.6+ */

}

div.galerijmenubox {
	float:right;
	width: 220px;
	height: 500px;
	overflow: auto;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:5px;
	z-index:20;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	}

div.content_gallerij {
	position: absolute;
	border: 1px; 
	border-color: Black;
	border-style:solid;
	background-color: #ffeb75;
	width: 768px;
	height: 615px;
	top: 72px;
	overflow: auto;
	padding-top:5px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
		
		   -moz-box-shadow: 3px 3px 4px #000; /* Firefox/Mozilla */  
   -webkit-box-shadow: 3px 3px 4px #000; /*Safari/Chrome */  
   box-shadow: 3px 3px 4px #000; /* Opera & hoe het zou moeten */  
   /* Voor IE 8 */  
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";  
   /* Voor IE 5.5 - 7 */  
   filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');  
   
      /*gradient background*/
   background: #ffee77; /* for non-css3 browsers */

filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffee77'); /* for IE */
background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fe7)); /* for webkit browsers */
background: -moz-linear-gradient(top,  #fff,  #fe7); /* for firefox 3.6+ */
}

img.floatrechts {
float: right;
margin: 5px;
margin-bottom: 0px;
border-style: solid;
border-width: thin;
border-color:#000000;
}
