html {
	background-color:#7D9DC4; }

body {
/*
	scrollbar-face-color: #FFDEC0;
	scrollbar-highlight-color: #FFF2F2;
	scrollbar-shadow-color: #FFF2F2;
	scrollbar-3dlight-color: #FFDEC0;
	scrollbar-arrow-color: #D00000;
	scrollbar-track-color: #FFF2F2;
	scrollbar-darkshadow-color: #FF9A3E; */
 	background-color: #7D9DC4;
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
	height: 100%; /*belangrijk*/
	/* padding-top: 6.7em; */
	padding-top:11.2em; 
	padding-top: 0em;
	/* padding-bottom: 11.5em; */
	border: 0;
	margin: auto;
	text-align: center;
}


div#content {
	height: auto; /*belangrijk*/
	width: 644px;
	margin: 0 auto;
	padding-top: 0.6em;
	padding-bottom: 0.6em;
	padding-left: 0.6em;
	padding-right: 0.4em;
	text-align: left;
	font-size: 11pt;
	border: 1px solid #F5FFFA;
	background-color: #D5EAFF;
	z-index:1;
}

* html div#content{
	height:100%;
	width: 660px;
	z-index:1;
}

div#fotorand {
	position: absolute;
	top: 0px;
	right: 8px;
	z-index:3;
}

div#logo {
	position: absolute;
	top: 8px; /* left:expression(eval(document.compatMode && document.compatMode=='CSS1Compat') ? ((documentElement.clientWidth / 2) + 900) : ((document.body.clientWidth / 2) + 900));  */
	/*left: expression(document.body.offsetWidth /2 - 200 + "px");*/
	left:8px;
	z-index: 2;
}
*html div#logo {
	left:expression(eval(document.compatMode && document.compatMode=='CSS1Compat') ? (documentElement.offsetWidth /2 - 440 + "px") : (document.body.offsetWidth /2 - 440 + "px"));  
}

div#header {
	position: absolute;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
	padding-left: 0;
	padding-top: 0; /* 1em; */
	top: 0;
	height: 11.2em;
	width: 100%;
	background-color: #7D9DC4;
	z-index: 5;
}
* html div#header {
	left: 0;
}

div#footer {
	width: 100%;
	height:2em;
	margin-top: 2; 
	margin-bottom: 0; 
	font-size: 9pt; 
	display:block;	
	text-align: center;
	color: White;
} 

body>div#header,body>div#footer {
	background-color:#7D9DC4;
	/* overflow-y:hidden;  */
}



p   { 
	margin-bottom: 0px ; 
	margin-top: 0px ;
}


.headerframe {
	width: 660px;
	height:11.2em;
	z-index:5;
}

* html .headerframe {
	width: 660px;
	height: 11,1em;
}

.footerframe {
	background-color:#7D9DC4;
	width: 660px;
	height:2em;
}

#thumbs{

}
#hiddenthumbs{
	display: none;
	}

#thumbs div {
	margin: 5px auto auto 5px;
	width: 150px;
	height: 150px;
	float: left;
	background: #7D9DC4;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
}
	 #thumbs.sequential div{
	  /* float:left;clear:both; */
	  margin-bottom:0;
	 }
	#thumbs.sequential div.current{
		background:#036;
	}
	#thumbs div img{
	border: none;
	display: block;
	margin: 5px auto auto auto;
	text-align: center;
}
	#bigDynPic{
	background: #C8D0DD;
	position: absolute;
	top: 326px;
	left: 255px;
	z-index: 50;
	padding: 5px;
	border-bottom: 1px solid #036;
	border-right: 1px solid #036;
	border-left: 1px solid #69c;
	border-top: 1px solid #69c;
}
	#bigDynPic img{
		border-top:1px solid #036;
		border-left:1px solid #036;
		border-bottom:1px solid #69c;
		border-right:1px solid #69c;
	}
	#bigDynPic p{
		font-family:Verdana,Sans-serif;
		font-weight:bold;
		font-size:80%;
		background:#C8D0DD;
		color:black;
		margin:0;
		padding:5px 10px;	
		text-align: center;
	}

