﻿body 
{
    margin: 0;
    background: url(../images/background.gif) repeat-x top left;
    font-family: Arial, Tahoma, Verdana;
    font-size: 9pt;
    line-height: 14pt;
}
h1, h2, h3
{
    margin: 0;
}
h1
{
    font-size: 20pt;
    color: #3cab46;
    letter-spacing: -2px;
    line-height: 20pt;
}
h2
{
    font-size: 17pt;
    color: #aeaeae;
    letter-spacing: -2px;
    line-height: 20pt;
}
h3
{
    font-size: 14pt;
    letter-spacing: -1px;
    color: #3cab46;
    margin: 25px 0 -5pt 0;
}
.master
{
    text-align: center;
    width: 100%;
}
a img
{
    border: none;
    margin: 0;
}
.main
{
    display: inline-block;
    width: 900px;
    text-align: left;
}
.top
{
    padding: 0 30px 0 30px;
}
.top .logo
{
    float: left;
}
.top .navigation
{
    float: right;
    margin: 47px 0 0 0;
}
.top .navigation a
{
    display: inline-block;
    color: #2f7031;
    text-decoration: none;
    font-weight: bold;
    font-size: 10.2pt;
    letter-spacing: -1px;
    padding: 5px 7px 15px 7px;
}
.top .navigation a:hover
{
    color: #3eb549;
}
.top .navigation a.selected
{
    background: url(../images/back-navigation.gif) repeat-x;
    color: White;
}
.titles
{
    clear: both;
    margin: 10px 0 15px 0;
    padding: 0 30px 0 30px;
}
.header
{
    background: url(../images/back-header.jpg) no-repeat;
    height: 190px;
}
.content
{
    padding: 20px 25px 35px 30px;
    width: 575px;
    text-align: justify;
}
.content a
{
    color: Green;
    text-decoration: none
}
.content a:hover
{
    text-decoration: underline;
}
.footer
{
    background-color: #f5f5f5;
    border-top: solid 8px #e5e5e5;
    padding: 8px;
    font-size: 8pt;
    line-height: 10pt;
    color: #6d6d6d;
    margin-bottom: 20px;
}
.credits a
{
    color: #6d6d6d;
}
.infoblocks
{
    position: absolute;
    margin: 2px 0 0 615px;
    text-align: center;
}
.infoblocks a
{
    display: block;
}
a.referentie
{
    float: left;
    display: block;
    height: 90px;
    width: 125px;
    border: solid 5px white;
    overflow: hidden;
}
.referentie .image
{
    width: 125px;
}


/* Lightbox */
#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(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../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; }
