/* CSS Document */
body{
	background-image:url(../images/design/background.jpg);
	background-repeat:repeat-x;
	background-color:#4497D9;

}

.all{
	width:980px;
	margin-left:auto;
	margin-right:auto;
	
	border-width:1px;
	border-style:solid;
	border-color:#666666;
}


img{
	border:0px;
}


.header{
	height:90px;
	width:100%;
	background-color:#FFFFFF;
	background-image:url(../images/design/logo.png);
	
	border-bottom-style:solid;
	border-bottom-color:#4497D9;
	border-bottom-width:2px;
}

.center-content{
	background-color:#FFFFFF;
	min-height:670px;
	
	font: .70em/1.5em  Verdana, Tahoma, Helvetica, sans-serif;
	color: #666666;
	
	padding-left:20px;
	padding-right:20px;
	padding-top:15px;
	padding-bottom:15px;
}


h1, h2, h3 {
	font: bold 1em 'Trebuchet MS', Arial, Sans-serif;
	color: #333;	
}
h1 { font-size: 1.5em; color: #4497D9; } 
h2 { font-size: 1.4em; text-transform:uppercase;}
h3 { font-size: 1.3em; }

p, h1, h2, h3 {
	margin: 10px 15px;
}


.sidebox{
	width:200px;
	min-height:670px;
	padding:0;
	margin:0;
}

.midbox{
	width:780px;
	height:670px;
	float:right;
	overflow:scroll;
}



.footer{
	background-color:#FFFFFF;
	height:20px;
	
	padding-top:3px;
	
	text-align:center;
	
	border-top-style:solid;
	border-top-color:#4497D9;
	border-top-width:2px;
	
	font: .70em/1.5em  Verdana, Tahoma, Helvetica, sans-serif;
	color: #666666;
}

/* menu */


.navbalk {

	height:35px;
	width:500px;
	float:right;
	padding-top:55px;
}

.navigatie {
	list-style:none;
	float: right;
	padding-right:10px;
	margin: 0px;
	font-size: 14px;
}

.navigatie li {
	background-image:url(../images/design/nav/background-active.png);
	background-repeat:repeat-x;
	margin: 0px;
	padding-left:1px;
	float: left;
}

.navigatie li a {
	height: 35px;
	display: block;
	float: left;
	padding: 9px 9px 0px 9px;
	background-image:url(../images/design/nav/background-dactive.png);
	background-repeat:repeat-x;
	color: #4497D9;
	text-decoration: none;
	font-weight: bold;
}

.navigatie li a:hover {
	color: #ffffff;
	height: 35px;
	background: url(../images/design/nav/background-active.png);
	background-repeat:repeat-x;
	text-decoration:underline;
}


/* end menu */




/* additional classes */
.clear { clear: both; }
.green {	color: #9EC630; }
.gray  {	color: #BFBFBF; }







/********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; }










/* sidebar */
.sidebox ul.sidemenu {
	list-style:none;
	margin:0px 0 0px 0px;
	padding:0;
	width:150px;		
}
.sidebox ul.sidemenu li {
	margin-bottom:1px;
	border: 1px solid #f2f2f2;
}
.sidebox ul.sidemenu a {
	display:block;
	font-weight:bold;
	color: #333;	
	text-decoration:none;	
	padding:2px 5px 2px 10px;
	background: #f2f2f2;
	border-left:4px solid #CCC;	
	
	min-height:18px;
}

* html body .sidebox ul.sidemenu a { height: 18px; }

.sidebox ul.sidemenu a:hover {
	padding:2px 5px 2px 10px;
	background: #f2f2f2;
	color: #4497D9;
	border-left:4px solid #4497D9;
}






/* loginmenu */
.midbox ul.sidemenu {
	list-style:none;
	margin:0px 0 0px 0px;
	padding:0;
	width:150px;		
}
.midbox ul.sidemenu li {
	margin-bottom:1px;
	border: 1px solid #f2f2f2;
}
.midbox ul.sidemenu a {
	display:block;
	font-weight:bold;
	color: #333;	
	text-decoration:none;	
	padding:2px 5px 2px 10px;
	background: #f2f2f2;
	border-left:4px solid #CCC;	
	
	min-height:18px;
}

* html body .midbox ul.sidemenu a { height: 18px; }

.midbox ul.sidemenu a:hover {
	padding:2px 5px 2px 10px;
	background: #f2f2f2;
	color: #4497D9;
	border-left:4px solid #4497D9;
}
