@charset "utf-8";
/* CSS Document */

* {
	margin:0px;
	padding: 0px;
}

/**************************** HTML TAGS ****************************/

body {
	background: url(../images/new/background.jpg);
	color: #FFF;
	font:normal 0.9em Arial, Helvetica, sans-serif; /* 1px X 0,0626 = 1em */
}

body a{
	color: #663;
	}

/**************************** ID OPMAAK ****************************/

#container {
	width:920px;
	margin:0 auto; /* deze code centreert de ganse site!!! */
	overflow:hidden; /* erg belangrijk als je floating gebruikt! */
}

#header {
	background: url(../images/new/header.png);
	width:920px;
	height:480px;
	float:left;
	display:inline; /* altijd bij float plaatsen: 1e6 probleem! */
}

#menu {
	width:920px;
	height:50px;
	text-align:center;
	padding-top:25px;
	font-size:1.1em;
	float:left;
	display:inline;
}

#menu li {
	display:inline;
	text-align:center;
	padding:0px 20px 0px 20px;
}

#menu img {
	border:0px;
}


#center {
	width:920px;
	margin-left: 35px;
	margin-right: 35px;
	float:left;
	display:inline;
}


#center #content {
	width:628px;
	float:left;
	display:inline;
	margin-top:20px;
	margin-right:20px;
	margin-bottom:20px;
}

#center #content h1{
	font-size: 1.2em;
	font-weight: bold;
	font-style:italic;
	padding-bottom:20px;
	color:#FFF;
}

#center #content h2{
	font-size: 1.0em;
	font-weight: bold;
	padding:30px 0px 10px 0px;
	color:#FF9;
}

#center #content p{
	line-height: 140%;
}

#center #content ol{
	padding-left: 40px;
}

#center #content .date {
	font-style:italic;
	padding: 10px 0px 10px 0px;
	border-top: #FFF dotted 2px;
}

#center #content .datenadruk {
	font-style:italic;
	color:#FF9;
	padding: 5px 0px 5px 0px;
}

#center #content .titel{
	font-size: 1.1em;
	font-weight: bold;
	color:#FF9;
}

#center #news {
	width:202px;
	float:left;
	display:inline;
	text-align:center;
}

#center #news #news1 {
	width:202px;
	float:left;
	margin-top:20px;
	display:inline; /* altijd bij float plaatsen: 1e6 probleem! */
}

#center #news #news2 {
	width:190px;
	float:left;
	display:inline; /* altijd bij float plaatsen: 1e6 probleem! */
	padding-top: 25px;
	padding-left: 5px;
	padding-right: 5px;
}

#center #news #news3 {
	width:190px;
	float:left;
	display:inline; /* altijd bij float plaatsen: 1e6 probleem! */
	color: #FF9;
	text-align:center;
	padding: 25px 5px 5px 5px;
}

#center #news #news3 img{
	padding-bottom:10px;
}

#center #news #news3 h1{
	font-size: 120%;
	font-weight:100;
	padding: 5px 0px 5px 0px;
}

#center #news #news3 p{
	font-size: 75%;
	padding: 5px 0px 5px 0px;
}

#center #news #news3 .button{
	background-color:#000;
	color: #FFF;
	border:none;
	font-family:Georgia, "Times New Roman", Times, serif;
	cursor: pointer;
	text-align: center;
	padding: 2px 2px 2px 2px;
	width: 80px;
	margin:5px 0px 5px 0px;
}

#center #news #news3 input{
	border:none;
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#000;
	width: 150px;
	padding: 2px 2px 2px 2px;
	margin:5px 0px 5px 0px;
}


#center #news #news4 {
	width:202px;
	float:left;
	display:inline;
	padding:20px 0px 20px 0px;
}

#center #news #news4 img{
	padding-bottom:10px;
}

#center #news #news5 {
	width:202px;
	float:left;
	display:inline;
	padding:20px 0px 20px 0px;
}

#footer {
	width:920px;
	float:left;
	display:inline; /* altijd bij float plaatsen: 1e6 probleem! */
	margin-top:40px;
	padding:15px 0px 15px 0px;
	color:#FFF;
	border-top:#FFF solid 1px;
	text-align:center;
	font-size:75%;
}

/**************************** 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%;
	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;
}


