#pagina {
	top:10px;
	height: 621px;
	width: 800px;
	position: relative;
	background-image:url(basis.jpg);
	font: 11px Verdana, Arial, Helvetica, sans-serif;

}

#datum {
	top:57px;
	left:2px;
	width: 139px;
	height:77px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	position: absolute;
}


#fotoshow {
	top:56px;
	left:144px;
	width: 93;
	height: 79px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	position: absolute;
}

#lichtkrant {
	top: 56px;
	left: 238px;
	width: 388px;
	height: 80px;
/*	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
*/	position: absolute;

}


#menu1 {
	top:138px;
	left:2px;
	width: 122px;
	height:130px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	position: absolute;
}

#menu2 {
	top:171px;
	left:658px;
	width: 122px;
	height:130px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	position: absolute;
}


#bottominfo {
	top:595px;
	left:2px;
	width: 798px;
	height:22px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	position: absolute;

}


/*
#menuschaduw {
	top: -2px;
	left: -2px;
	width: 143px;
	position: absolute;
	background-color: Silver;
}
*/

.titel_submenu
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;

}


.buttons A
{
	width: 100%;
	border-left: #343399 12px solid;
	padding-right: 2px;
	padding-left: 3px;
	padding-bottom: 4px;
	padding-top: 2px;
	margin-top:1px;
	background-color: ;
	display: block;
	color: #343399;
	text-align: left;
	text-decoration: none;
	font: bold 13px Verdana, Arial, Helvetica, sans-serif;
}

.buttons A:hover
{
	border-left: #FFCC66 12px solid;
	color: #000000;
	background-color: red;
	text-decoration: none;
}

.subbuttons A
{
	width: 100%;
	border-left: #FFCC66 12px solid;
	padding-right: 2px;
	padding-left: 3px;
	padding-bottom: 4px;
	padding-top: 2px;
	margin-top:1px;
	background-color: ;
	display: block;
	color: #343399;
	text-align: left;
	text-decoration: none;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}

.subbuttons A:hover
{
	border-left: #343399 12px solid;
	color: #000000;
	background-color: red;
	text-decoration: none;
}


#kop {
	top: 137px;
	left: 146px;
	height: 33px;
	width: 480px;
	position: absolute;
	text-align: left;
	color: #96C4E8;
	background-color: ;
	font:tahoma;
	font-style:italic;
	font-size:24px;
	text-indent:10px;
}

#main {
	top: 175px;
	left: 150px;
	height: 410px;
	width: 495px;
	position:	absolute;
	text-align: justify;
	font:Arial, Helvetica, sans-serif;
	padding-right: 8px;

	SCROLLBAR-FACE-COLOR: #9CAED6;
	SCROLLBAR-HIGHLIGHT-COLOR: #9CAED6;
	SCROLLBAR-SHADOW-COLOR: #9CAED6;
	SCROLLBAR-3DLIGHT-COLOR: #343399;
	SCROLLBAR-ARROW-COLOR:  #343399;
	SCROLLBAR-TRACK-COLOR: #343399;
	SCROLLBAR-DARKSHADOW-COLOR: #343399;

	overflow: auto;
}

.regiment
{
	background-color: #FEDCBC;
	text-align: center;
}

/* begin css stijlen voor LightBox fotopagina's */
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../07_foto/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../07_foto/images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

