html{
	height: 100%;
}
body{
	background: #e5e5e5;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 680px;
}
.container{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 5000;
}
.middleContent{
	position: absolute;
	width: 440px;
	right: 10px;
	top: 55px;
	z-index: 2;
}
.ulli{
	margin:0px;
	padding:0px;
	list-style-type: none;
	display: inline;
}
/*--------------------- */
/*.visi	{
position: absolute;
		border-left: #bbb 1px solid;
		border-top: #bbb 1px solid;
		border-right: #fff 1px solid;
		border-bottom: #fff 1px solid;
		top: -20px;
		display: block;
		height:300px;
		border: 2px #f00 solid;
		}	
.invis	{
/*		width: 376px;
		height:300px;
		display: none;
		}*/
		
.visi{
position: relative;
border-left: #bbb 1px solid;
border-top: #bbb 1px solid;
border-right: #fff 1px solid;
border-bottom: #fff 1px solid;
top: -20px;
left: 0px;
width: 376px;
height: 300px;
display: block;
z-index: 50000;
}
.invis{
position: absolute;
display:none;
z-index: 50000;
}
.uitleg	{
		/*font-family: arial, verdana, sans-serif;*/
		font-family: garamond, times, serif;
		font-size: 16px;
		position: relative;
		top: -15px;
		font-weight: bold;
		color: #b42;
		}

.siteContent{
		font-family: arial, verdana, sans-serif;
		font-size: 13px;
		text-align: left;
		z-index: 2;
}
.siteContent A{
		text-decoration: none;
		color: #D64;
		}
.siteContent A:hover {
		text-decoration: underline;
		color: #e75;
		}
.siteContent B {
		color: #b42;
		font-family: garamond, times, serif;
		font-weight: bold;
		font-size: 16px;
		}	
		
.stitle	{
		font-family: garamond, times, serif;
		font-weight: bold;
		color: #b42;
		font-size: 20px;
		line-height: 1.2em;
		}
		
.footer {
		position: absolute;
		bottom: 0px;
		right: 64px;
		z-index:1;
		width: 400px;
		height: 300px;
		background-image:url(handen.jpg);
		background-repeat: no-repeat;
		}
.left	{
		position: absolute;
		z-index: 102;
		top: 75px;
		left: 10px;
		width: 200px;
		float: left;
/*		border: 1px #0f0 solid;*/
		}	

.menu  	{
		position: relative;
		padding: 10px;
		font-family: garamond, times, serif;
		font-variant: small-caps;
		font-size: 15px;
		border-left: #bbb 1px solid;
		border-top: #bbb 1px solid;
		border-right: #fff 1px solid;
		border-bottom: #fff 1px solid;
		line-height: 1.2em;
		letter-spacing: 0.15em;
		color: #B42;
		font-weight: bold;
		text-align: left;
/*		background-color: #C8775F;*/
		background-color: #DDC7C0;
		z-index: 1;
		}
		
.images	{
		padding-top: 10px;
		background-color: #e5e5e5;
		width: 180px;
		text-align: left;
		z-index: 1;
		/*border: 1px green solid;*/
		}

.image	{
		padding-bottom: 10px;
		width: 150px;
		text-align: left;
		font-family: garamond, times, serif;
		font-size: 12px;
		color: #B42;
		/*border: 1px red solid;*/
		z-index: 1;
		}

.menu a	{
		font-family: garamond, times, serif;
		font-variant: small-caps;
		color: #B42;
		font-weight: bold;
		border-bottom: 1px #DDC7C0 solid;
		text-decoration: none;
		}		
		
.menu a:hover	{
		font-family: garamond, times, serif;
		font-variant: small-caps;
		color: #D64;
		font-weight: bold;
		text-decoration: none;
		border-bottom: 1px #888 solid;
		}
#lnkjurriaan{
		font-size: 17px;
		}
#lnkjurriaan:hover{
		}

#lnkstichting{
		font-size: 17px;
		color: #006;
		font-weight: bold;
		border-bottom: 1px #DDC7C0 solid;
		text-decoration: none;
		}
#lnkstichting:hover{
		color: #009;
		font-weight: bold;
		text-decoration: none;
		border-bottom: 1px #006 solid;
		}		

.header{
		position: absolute;
		top: 10px;
		left: 0px;
		z-index:100;
		width: 100%;
		height: 300px;
		background-image:url(header.gif);
		background-position: top center;
		background-repeat: no-repeat;
		}

