@charset "utf-8";

/* CSS Document */



* {margin:0; padding:0}

body { background:url(afbeeldingen/layout/layout-achtergrond.jpg) top no-repeat #0c1f6c; font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 13px; color: #000066;}

a { color: #000066;}
a:hover {  color:#fff;}

#wrap { width:990px; position:relative; margin: 0px auto; }
div.logo { width:990px; height:123px; background-image: url(afbeeldingen/layout/layout-logo.jpg); }
div.titel { width:990px; height:110px; background-image: url(afbeeldingen/layout/layout-titel.jpg); }

#container { width:990px; background:url(afbeeldingen/layout/layout-tekstvlak.jpg); position:relative; margin: 0 0 0 0; }
#container .padding { padding: 10px 280px 0 280px ;}

h1 { font-size: 18px; font-style:normal; color: #000066;}
h2 { font-size: 18px; font-style:normal; color: #fff;}
h3 { font-size: 16px; font-style:normal; color: #000066;}
h4 { font-size: 16px; font-style:normal; color: #fff;}
h5 { font-size: 14px; font-style:normal; color: #000066;}
h6 { font-size: 14px; font-style:normal; color: #fff;}

#navigatie { width:220px; color:#fff; position:absolute; text-align:right; font-size: 16px; padding: 43px 15px 15px 0;z-index:80}
#navigatie a { color:#000066; text-decoration: none; font-weight: normal ; font-size: 15px; font-style: italic}
#navigatie a:hover {  color:#fff;}
#navigatie ul { list-style:none;}
#navigatie ul li { padding: 2px 0; }

p { margin: 0 0 10px 0;}
.extra { color:#ff0000;}

#footer { color:#fff; width:990px; height: 76px; background-image: url(afbeeldingen/layout/layout-voet.png); margin: 0 0 0 0; text-align:center; font-size:11px;}
#footer a { color:#fff; text-decoration: none; font-size: 11px; font-style: italic}
#footer a:hover {  color:#fff;}

#leftbox { position:absolute; top:303px; left:58px;}
#rightbox { position:absolute; top:90px; left:702px;}

div.kolom { width:205px; position: absolute; top: 43px; left: 760px; float:right; margin:0 0 0 0; overflow:hidden;  }
div.inkolom { position:relative; left:20px;}

img.left { float:left; margin: 0 10px 5px 0;}
img.right { float:right; margin: 0 0 5px 10px;}

.transparanttest { width:100px; height:600px; }



#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(boeken/lightbox/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(boeken/lightbox/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; }
