body{
 background-image: url(images/background2.gif);
 background-position:right top;
background-repeat:no-repeat;

}

 .layout
 
 {

 display: block; 
 border-top: 1px solid #eeeeee; 
 border-bottom: 1px solid #eeeeee; 
 width: 100%; 
 height: 75%; 
 padding: 20px; 
 margin-top: 150px;
 }

H1
{
font-family:Arial, Helvetica, sans-serif;
font-weight: bold;
color: #000000;
font-size: 120%;
margin: 0px;
}

.bijttitel
{font-family:Arial, Helvetica, sans-serif;
font-weight: bold;
color: #666666;
font-size: 110%;
}

.content
{font-family: Verdana, Arial, Helvetica, sans-serif;
color: #666666;
line-height: 18px;
font-size: 70%;}

a:link {
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #666666;
line-height: 18px;
font-size: 70%;
text-decoration:none;
}

a:hover{
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #444444;
line-height: 18px;
font-size: 70%;
text-decoration:underline;
}

a:visited {
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #666666;
line-height: 18px;
font-size: 70%;
text-decoration:none;
}

.selected{
color: #000000;}

.navigatie
{margin-top: 50px;

}

a.menu:link {
font-family: Arial, Helvetica, sans-serif;
color: #666666;
line-height: 18px;
font-size: 110%;
text-decoration:none;
font-weight: bold;
}

a.menu:hover{
font-family: VArial, Helvetica, sans-serif;
color: #444444;
line-height: 18px;
font-size: 110%;
text-decoration:underline;
font-weight: bold;
}

a.menu:visited {
font-family: Arial, Helvetica, sans-serif;
color: #666666;
line-height: 18px;
font-size: 110%;
text-decoration:none;
font-weight: bold;
}

.mainTable {
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #666666;
line-height: 18px;
text-decoration:none;
margin-top: 150px;
padding: 5px;
width: 80%; 
}

td.cellContent{
display: block;
margin: 20px;
width: 400px;
padding: 10px;
}

img.contentIMG{
float: left;
margin: 5px;
}

li.images{
list-style: none;
list-style-image: none;
list-style-position:outside;
display:list-item;


}

#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: 4px; }

#outerImageContainer{
	position: relative;
	background-color: #FFFFFF;
	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(../images/lightboximages/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(../images/lightboximages/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/lightboximages/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 11px Optima, Verdana, sans-serif, #ffffff;
	background-color: #5A5A5A;
	margin: 0 auto;
	line-height: 2em;
	}

#imageData{
	padding:0 10px;
	padding-top: 25px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{
	font-weight: normal;
	color: #FF9900;
}
#imageData #numberDisplay{
	display: block;
	clear: left;
	padding-bottom: 1.4em;
	font-weight: lighter;
}			
#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;
	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 */
	}	
	
