/* ----- BASICS ELEMENTS -----*/
html, body{
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size: 0.9em;
	background-color: #202020;
	color: #FFFFFF;
}

p {
	padding: 0px;
	}

h1 {
	margin-top: 0px;
	margin-bottom: 5px;
	background-image: url(img/schuine_lijn.jpg);
	}

h2 {
	background-image: url(img/schuine_lijn.jpg);
	margin-top: 0px;
	}

h1:first-letter {
	color: #FF0000;
	}

h2:first-letter {
	color: #FF0000;
	}

h3 {
	margin-top: 0px;
	border-bottom: 1px #FF0000 solid;
	}

h4 {
	margin-top: 0px;
	margin-bottom: 2px;
	border-bottom: 1px #FF0000 dotted;
	}

img.display {
	display: block;
    margin-left: auto;
    margin-right: auto;
	padding: 5px;
	}

table {
	width: auto;
	border: 1px #999999 dotted;
	}

/* ---- PAGINA ----*/
#paginabreedte {
	width: 830px;
	margin-left: auto;
	margin-right: auto;
}
#header{
	position:relative;
	height:280px;
	background-color:transparent;
	width:100%;
	background-image:url(img/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#links {
	height: 30px;
	margin:10px;
	color:#FFFFFF;
	white-space:nowrap;
	list-style-type:none;
	text-align: center;
}

#rechterkolom{
	background-image: url(img/schuine_lijn.jpg);
	float: right;
	width:200px;
	padding: 5px;
}

#maincol{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	float: left;
	display:inline;
	position: relative;
	width:65%;
}

#footer{
	height:100px;
	padding: 5px;
	background-color:#202020;
	clear:both;
	text-align: center;
	font-size: 10px;
	background-image: url(img/lijn_h.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#item {
	margin-bottom: 15px;
	padding-bottom: 10px;
}

#nieuwstekst {
	font-family: 100% "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	}

#auteur {
	font-size: 10px;
	text-align: right;
	padding-bottom: 10px;
	}

#kalenderItem {
	margin-bottom: 10px;
	padding: 0px 10px 10px 10px;
}

#datum {
	font-size: 18px;
	width: 100%;
	background-image: url(img/schuine_lijn.jpg);
	text-align: right;
}

#datumklein {
	font-size: 14px;
	text-align: right;
	margin-bottom: 10px;
	background-image: url(img/schuine_lijn.jpg);
}

#linksrechts {
	margin-bottom: 10px;
	}
#vorige {
	float: left;
	text-align: left;
	background-image: url(img/pijltje_links.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 15px;
}

#volgende {
	float: right;
	text-align: right;
	background-image: url(img/pijltje_rechts.gif);
	background-position: right;
	background-repeat: no-repeat;
	padding-right: 15px;
}

#foto {
	background-image: url(img/schuine_lijn.jpg);
	width: 100%;
}
/* ----- LINKS ----*/

a:link, a:active, a:visited{
	color: #FF0000;
	text-decoration:none;
	border-bottom: 1px dotted #FF0000;
	}

a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	border-bottom: none;
	}

#links li {
	display:inline;
	}

#links li a
{
	padding:0.2em 1em;
	color:#FFFFFF;
	text-decoration:underline;
	border-bottom: none;
}
#links li a:hover
{
	background:#FF0000;
	color:#FFFFFF;
	text-decoration: none;
}

a.afbeelding {
	text-decoration: none;
	border: none;
}

a:hover.afbeelding {
	text-decoration: none;
	border: none;
	}

img {
	border: none;
}

tr.schuineachtergrond {
	padding: 5px;
	background-image: url(img/schuine_lijn.jpg);
}

table.breedte {
	width: 100%;
	border: none;

}

/*lightbox*/
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#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: transparent url(../img/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../img/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../img/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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}