/* CSS */

.{
scrollbar-face-color: #ffffff;
scrollbar-shadow-color: #100b65;
scrollbar-highlight-color: #100b65;
scrollbar-3dlight-color: #100b65;
scrollbar-darkshadow-color: #100b65;
scrollbar-track-color: #ffffff;
scrollbar-arrow-color: #ffa616;
}

body {
text-align: center; 
font-family: trebuchet MS;
font-size: 14px;
font-weight: ;
color: #100a6e;
height: 101%;
background-color: #ffffff;
margin: 0;
padding: 0;
}

#header1 {
background-color: transparant;
position: relative;
width: 100%;
height: 130px;
z-index: 1;
}

#header2 {
background-image: url("./images/headerbg2.gif");
width: 40%;
height: 130px;
float: left;
}

#header3 {
background-image: url("./images/headerbg1.gif");
width: 40%;
height: 130px;
float: right;
}

#headerimg1 {
background-color: transparant;
position: absolute;
height: 130px;
top: 0px;

z-index: 2;
}

html>body #headerimg1 {
width: 100%;
left: 0px;
}

#headerimg2 {
position: absolute;
width: 800px;
}

html>body #headerimg2 {
position: relative;
text-align: center;
margin: 0 auto 0 auto;
}

#container1 {
background-color: #ffffff;
width: 800px;
text-align: center; 
margin: auto;
padding: 0;
}

html>body #container {
padding: 0px 0px 0px 0px;
}

#container2 {
background-image: url("./images/contentbg.gif");
width: 100%;
height: px;
margin: 10px 0 10px 0;
padding: 0;
}

#menu {
text-align: center;
width: 480px;
margin: 0 155px 10px 155px;
}

html>body #menu {
width: 490px;
margin: 0 155px 10px 155px;
}

#menu a {
text-decoration: none;
color: #000000;
}

#menu a {
text-decoration: none;
color: #ffa616;
}

#menu a:hover {
text-decoration: none;
color: #ffa616;
font-weight: bold;
}

#menu a:visited {
text-decoration: none;
color: #100b65;
}

#menu a:visited:hover {
text-decoration: none;
color: #ffa616;
}

#left1 {
background-image: url("./images/.jpg");
background-color: #ffa616;
text-align: justify;
width: 150px;
height: px;
float: left;
margin: 0; 
}

#content {
background-image: url("./images/.jpg");
background-color: transparent;
text-align: justify;
width: 480px;
height: px;
margin: 0 155px 0 155px; 
}

html>body  #content {
width: 490px;
height: px;
margin: 0 155px 0 155px; 
}

#right1 {
background-image: url("./images/.jpg");
background-color: #ffa616;
text-align: justify;
width: 150px;
height: px;
clear: none;
float: right;
margin: 0; 
}

#footer1 {
height: 50px;
width: 100%;
clear: both;
Border-top: 8px solid #100a6e;
}

#footer2 {
background-image: url("./images/contentbg.gif");
height: 100%;
width: 100%;
margin-top: 10px;
}

#totziens {
float: left;
margin: 5px 160px 0 475px;
}

#copyright {
font-size: 10px;
margin: px 0 10px 0;
}
#reserveren {
text-align: left; 
}

.center {
text-align: center;
} 

.left {
float: left;
}

.right {
float: right;
}

.clear {
clear: both;
}

/* style navigatie en tekst */

a {
text-decoration: none;
color: #;
}

a:hover {
text-decoration: none;;
color: #;
}

a:visited {
text-decoration: none;
color: #
}

h1 {
font-size: 16px;
color: #;
}

h2 {
font-size: 14px;
color: #;
}

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#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: transparent url(../images/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/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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
