body 	{
		background-color: #ffffff;
		font: 0.75em/1.6em "Georgia", "verdana", "tahoma", "sans-serif";
		color: #474747;
		margin: 0 0px 0px;
		}
body2 	{
		background-color: #ffffff;
		font: 0.75em/1.6em "verdana", "tahoma", "sans-serif";
		color: #474747;
		margin: 0 0px 0px;
		}
			
.img2 	{
   		padding:1px;
  		border:1px solid #cccccc;
		}

#header {
		position: relative;
		height: 100px;
		width: 100%;
		top: 0px;
		left: 0px;
		background-color: #f6f6f6;
		border-style: solid;
		border-width: 0px 0px 1px 0px;
		border-color: #eceaea;
		}
		
#titel	{
		position: relative;
		width: 600px;
		height: 50px;
		top: 25px;
		margin-left: auto;
		margin-right: auto;
		background-color: #f6f6f6;
		}

#inhoud {
		position: relative;
		width: 600px;
		height: auto;
		margin-left: auto;
		margin-right: auto;
		background-color: #ffffff;
		}
		
#inhoud2 {
	position: absolute;
	width: 473px;
	height: auto;
	left: 0px;
	top: 0px;
	background-color: #ffffff;
		}
		
#galleryleft {
		position: absolute;
		width: 225px;
		height: auto;
		left: 0px;
		top: 18px;
		background-color: #fff;
		}
		
#galleryright {
		position: absolute;
		width: 225px;
		height: auto;
		left: 227px;
		top: 18px;
		background-color: #fff;
		
		}

#menu	{
		position: relative;
		width: 100px;
		height: 150px;
		top: 15px;
		left: 500px;
		background-color: #ffffff;
		border-style: solid;
		border-width: 0px 0px 1px 0px;
		border-color: #cccccc;
		}
		
#menu2	{
		position: relative;
		width: 100px;
		height: 140px;
		top: 15px;
		left: 493px;
		background-color: #ffffff;
		border-style: solid;
		border-width: 0px 0px 1px 0px;
		border-color: #cccccc;
		}

#menu3	{
		position: relative;
		width: 100px;
		height: 167px;
		top: 15px;
		left: 500px;
		background-color: #ffffff;
		border-style: solid;
		border-width: 0px 0px 1px 0px;
		border-color: #cccccc;
		}
		

.h1 	{
		color: #5c748d;
		font-size: 2em;
		font-weight: normal;
		margin: 0 0 0px;
		letter-spacing: 1px;
		}

.h2 	{
		font-weight: normal;
		margin: 0;
		font-size: 1em;
		color: #5c748d;
		letter-spacing: 1px;
		word-spacing: 2px;
		}
		
.h3 	{
		background-color: #ffffff;
		font: 0.75em/1.6em "verdana", "tahoma", "sans-serif";
		color: #fff;
		margin: 0 0px 0px;
		}
			
a:link  {
		text-decoration: none;
  		color: #474747;
   		}
a:visited { 
		text-decoration: none;
		color: #474747;
		}
a:hover, a:active {
		text-decoration: none;
		color: #474747;
		}
