body
{
margin:0;
padding:0;
padding-top:10px;
text-align:center;
background-color:#492C86;
font-family:verdana,arial;
font-size:12px;

}

div#wrap        /* zorgt voor de schaduwrand om de pagina */
{
width:100%;
background-image:URL('GFX/pagina.jpg');
background-position: 50% 0;
background-repeat:repeat-y;
}


div#container    /* om voetimage te kunnen tonen, de contentcontainer blijft dmv padding hierboven*/
{
margin:0 auto 0 auto;
text-align:left;
width:950px;
background-color:#ffffff;
background-image:URL('GFX/voet.gif');
background-position: 0px 100%;
background-repeat:no-repeat;
color:navy;

}

div#pagina    /* om topimage te kunnen tonen*/
{
background-image:URL('GFX/topke2009.png');
background-position: 0px 0px;
background-repeat:no-repeat;
color:navy;
}

div#top     /* opmaak header*/
{
height:100px;  /* hoogte 'topafbeelding' */
color:white;
text-align:right;
font-size:16px;
}

div#navigatie    /* navigatie 'kolom'*/
{

float:left;
width:210px;

margin-top:150px;  /* vertikale positie van de navigatie t.o.v. de topdiv*/
padding-bottom:150px;

}

div#navbalkje
{
font-size:10px;
color:#492C86;

}

div#navbalkje a, a:hover

{
 text-decoration:none;
 color:#492C86;
}
div#content    /* De 'output' container*/
{
margin-top:-40px; 
margin-left:210px;

color:#492C86;
padding-bottom:100px;
min-height:600px;
}

div#ruimte    /* creeer wat vrije ruimte om divisions*/
{
padding:20px 40px 0px 20px;
}

h1
{
  font-weight;normal;
  font-size:18px;
  text-align:right;
}

a
{
text-decoration:none;
color:#000000;
}

a:hover
{
text-decoration:underline;
color:#CBDC42;
}

th
{
  background-color:#492C86;
  color:#ffffff;
  text-align:left;
}

td
{
color:#492C86;
font-family:verdana, arial, sans-serif;
font-size:12px;
}

.floatleft     
{
float: left;
margin: 5px 10px 5px 0;
}

#review
{
  color:#000000;
  padding: 5px;
  border: 1px solid #C5D837;
}

#info
{
  font-size 80%;
  color:silver;

}

#dhtmltooltip
{
position: absolute;
width: 150px;
border: 1px solid #492C86;
padding: 2px;
background-color: #CBDC42;
visibility: hidden;
z-index: 999;
font-family:arial,verdana,sans-serif;
color:#492C86;
font-size:11px;
text-align:left;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135); */
}


div#thumb
{
width:180px;
height:170px;
border: 1px solid gray;
background-color:#ffffff;
padding:5px;

}
div#gallery img
{

text-align:center;
}



div#gallery 
{
width:180px;
height:130px;
background-color:#ffffff;
overflow:hidden;
border: 1px solid gray;

}

#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(GFX/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(GFX/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; }

a img{ border: none; }



blockquote {
 border : 1px dotted #000;
 

 margin: 0px;
 padding: 10px;
 background-color: #ccc;

 }

