A.navSecondary:link
  {
    color:            #595E5A;
    text-decoration:  none;
  }

A.navSecondary:visited
  {
    color:            #595E5A;
    text-decoration:  none;
  }

A.navSecondary:hover
  {
    color:            #595E5A;
    text-decoration:  none;
	font-weight: bold;
  }

A.navSecondary:active
  {
    color:            #595E5A;
    text-decoration: none;
}
#under {
	vertical-align:middle;
	height: 700px;
	width: 988px;
}
html{ 
     overflow: auto;
	 overflow-x: hidden;
}
#fade {
	background: #000;
	position: fixed;
	width: 100%;
	height: 100%;
	filter:alpha(opacity=80);
	opacity: 30.80;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; /*--IE 8 Transparency--*/
	left: 0;
	top: 0;
	z-index: 20;
}
body {
	margin: 0;
	background-color: #000000;
}
#background {
	z-index: 1;
	overflow: hidden;
	width: 100%;
	height: 100%;
	position: fixed;
}
	#background img {
		width: 100%;
		height: auto;
	}
#container {
	position: absolute;
	z-index: 10;
	float: left;
	width: 100%;
	height: 100%;
}
	#container #content{
		margin: 0 auto;
		height: 100%;
		width: 988px;
	}
#hideshow {
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	position: absolute;
	width: 100%;
	height: -60px;
	top: 0;
	left: 0;
	z-index: 120;
}
.popup_block {
	background: #OOO;
	padding: 10px 20px;
	border: 0px solid #000;
	float: left;
	width: 480px;
	position: fixed;
	top: 10%;
	left: 50%;
	margin: 0 0 0 -250px;
	z-index: 100;
}
.popup_block .popup {
	float: left;
	width: 100%;
	margin: 10px 0;
	padding: 10px 0;
	border: 0px solid #000;
}
.popup h3 {
	margin: 0 0 20px;
	padding: 5px 10px;
	font-size: 1.5em;
	font-weight: normal;
}
.popup p {
	padding: 5px 10px;
	margin: 5px 0;
	color:#FFFFFF;
}
.popup img.cntrl {
	position: absolute;
	right: -20px;
	top: -20px;
	text-decoration:none;
	font-size: 14px;
	color:#FFFFFF;
}
.style1 {
	color: #595E5A;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
}
#voetnoot {
	color: #595E5A;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: -10px;
}
/* fotostrip homepage */
ul.fotoTool {
	margin: 0;
	padding: 0;
}
ul.fotoTool li {
	float: left;
	border: solid 1px #FFFFFF;
	list-style-type: none;
				
	width: 115px;
	height: 89px;
				
	margin-left: 17px;
	margin-right: 0;
}
	ul.fotoTool li:first-child {
    	margin-right: 1px;
		margin-left: 0px;
	}
	ul.fotoTool li img {
		width: 115px;
		height: 89px;
	}
	ul.fotoTool li a{
		border: none;
	}
	ul.fotoTool li a.hover{
		filter:alpha(opacity=40);
		opacity: 30.40;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)"; /*--IE 8 Transparency--*/
	}
