@charset "iso-8859-1";
body {
font-family: Verdana, Helvetica, sans-serif; 
font-size: small; 
margin-left: 2%; 
margin-right: 2%;
background-image: url(papier.gif); 
background-color: #DFCBD4; 
background-attachment: fixed; }
:link { color: #1704D4; text-decoration: none;}
:visited { color: #147CB5 }
a:hover{background-color:#DAA520; color:#8B0000 ;}
H1 {color: #804000; text-align: center; font-weight: bolder; font-size: 200%;}
H2 {color: #804000; text-align: center; font-weight: bolder; font-size: 150%;}
H3 {color: #804000; text-align: center; font-weight: bolder; font-size: 100%;}
li.c1 {list-style: square; font-size: 100%;font-weight: bold;}
li.c2 {list-style: circle; font-size: 100%;}
li.c3 {list-style: disc; font-size: 100%;} 
p.c1 {color: #804000; font-weight: bold; }	 
p.c2 {font-size: 110%}
div.c1 {font-weight: bold;}  
.periodtable    {background: #DFCBD4; border: 1px solid; font-size: 115%;}
.periodtable caption    {text-decoration: underline; font-weight: bold; margin: 0 0 1em 0;}
.periodtable th {background: #DFCBD4; }
.periodtable td {padding: 0 3px 0 3px; }
.periodtable td.actionrow       {color: #0000DD; background: #DFCBD4; font-weight: bold; }
.periodtable td.erBottom1       {background: #C4FCC4; }
.periodtable td.erBottom2       {background: #A3D6A2; }
img {border: 0;}
.avtable {width: 80%; border: 2px solid #996600; border-collapse: collapse; empty-cells: show;}
.avtable caption{text-decoration: underline; font-weight: bold; margin: 0 0 1em 0;}
/* header row */
.avtable th{padding: 1px;text-align: center;}
.avtable tr{padding: 1px;}
.avtable td{padding: 1px; text-align: center; border: 1px solid #996600; border-collapse: collapse;}
/* next en previous knopjes (image) */
.navbtn	{border: 0;}
/* next en previous (link behaviour zelf) */
.navlink	{text-decoration: none;}
/* data bovening */
#dates{background: #EEDACA; font-size: 80%;}
/* labels links en rechts van de tabel */
.label{background: #EEDACA;font-size: 80%;font-weight: bold;}
.label p {margin: 0 0 0 0;}
/* d.m.v. dubbele classes met komma gescheiden kun je er meerdere tegelijk opmaken */
/* in dit geval dus B = gereserveerd, maar ook blegend, dat is het legenda-vlakje */
/* je kunt deze stijlen ook apart gebruiken, zoals voorbeeld daaronder */
.b, .blegend {background: #CB3B3F;}
.o, .olegend{background: #FFCC33;}
.a, .alegend{background: #66FF66;}
.n {background: #DFCBD4;}
.e {background: #DFCBD4;}
/* de actie stijl */
.priceaction	{color: #0000FF;}
/* de legenda tabel */
.legendtable	{border: 1px solid #996600; border-collapse: collapse; margin: 12px 0 12px 0;}
.legendtable td	{border: 1px solid #996600; border-collapse: collapse;}  
#lightbox{
	position: absolute;
	top: 20px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	color:#151410;
	}

#lightbox a, #lightbox a:hover {
	border-bottom:none;
	color:#151410;
	text-decoration:underline;
}

#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;
	}
#loadingLink {
	display:block;
	margin:0 auto;
	padding:0;
	width:32px;
	height:32px;
	background:url("../images/loading.gif") center center no-repeat;
	text-indent:-9999px;
}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLinkImg, #nextLinkImg{
	width: 49%;
	height: 100%;
	background: transparent url("../images/blank.gif") no-repeat; /* Trick IE into showing hover */
	display: block;
	text-indent:-9999px;
	}
#prevLinkImg { left: 0; float: left;}
#nextLinkImg { right: 0; float: right;}
#prevLinkImg:hover, #prevLinkImg:visited:hover { background: url("../images/prevlabel.gif") left 15% no-repeat; }
#nextLinkImg:hover, #nextLinkImg:visited:hover { background: url("../images/nextlabel.gif") right 15% no-repeat; }


#imageDataContainer{
	font: 12px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageDetails{ width: 70%; float: left; text-align: left; }	
#caption{ font-weight: bold;	}
#numberDisplay{ display: block; clear: left; }			
#detailsNav{ display: block; clear: left; padding:0 0 10px 0;	}	
#prevLinkDetails { margin:0 8px 0 0; }		
#nextLinkDetails { margin:0 8px 0 0; }		
#closeLink {
	display:block;
	margin:0;
	padding:0 0 10px 0;
	text-decoration:none;
	float:right;
	width:76px;
	height:22px;
	background:url("../images/closelabel.gif") no-repeat;
	text-indent:-9999px;
	overflow:hidden;
}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #151410;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
	
