/*
Design by Tiedo Wilschut
http://www.lumentheatertechniek.nl
*/

body {
	margin: 40px 0;
	padding: 0;
	background: #1D3C45;
	font-family: Candara, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:90%;
	color: #FFFFFF;
	height:100%;
}

form, h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-family: Candara, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: heavy;
	font-style:italic;
}
hr {
	height: 1px;
	color: white;
	background-color: white; 
	border: solid 0px;
}

blockquote {
	font-style: italic;
}

a {
	text-decoration: none;
	color: #FFFF80;
}

a:hover {
	text-decoration: underline;
	color: #FFFF40;
}

img	{border: 2px solid white;
	text-align: center;}
	
img.noneborder{
	border:none;
	text-align: bottom;
}
a:hover img{
	text-decoration: none;
	border: 2px solid #FFFF40;
}
table.groen {
	border:none;
	background-color: #ABC641;
	border-collapse: collapse;
	-moz-opacity:0.8;
	opacity:0.8;
	alpha(opacity=80);
	color: #27441E; 
}

table {
	border:none;
	border-collapse: collapse;
	color: white; 
}
th {
	border:none;
	//border:1px solid #809430;
}
td.groen {
	border:1px solid #809430;
	padding:5px;
}
td {
	//border:1px solid white;
	border:none;
	padding:5px;
}
ul{
	list-style-image:url("/images/vogel.png");
	list-style-type:square;
}
/* title */
#title {
	width: 700px;
	height: 30px;
	margin: 0 auto;
	text-align: right;
	font-size: 1.2em;
}

/* Header */

#header {
	width: 750px;
	height: 123px;
	margin: 0 auto;
	background: #809430 url(images/img1.jpg) no-repeat top left;
}

#header h1 {
	float: left;
	padding: 5px 0 0 25px;
	letter-spacing: -3px;
	font-size: 3em;
}

#header h2 {
	float: right;
	padding: 92px 25px 0 0;
	font-size: 1.2em;
}
#header img {
	border:none;
}
/** MENU */

#menu {
	width: 750px;
	height: 20px;
	margin: 0 auto;
	background: #809430 url(images/img1.jpg) no-repeat bottom left;
	font-weight: bold;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}

#menu li {
	display: inline;
}

#menu a {
	padding: 0 10px 0 11px;
	border: none;
	border-left: 1px solid white;
	color: white;
}

#menu a:hover {
	color: white;
	text-decoration: underline;
}

#menu .first a {
	border: none;
}

#menu .highlight a {
	text-decoration: underline;
}
#menu .highlightfirst a {
	border: none;
	text-decoration: underline;
}
#submenu {
	width: 700px;
	height:20px;
	float: left;
	margin: 0 auto;
	margin-top:0px;
	padding: 0;
	font-weight: bold;
	}

#submenu ul {
	list-style: none;
	text-align: left;
	padding-bottom:0px;
	padding-left:15px;
	border-bottom: none;
	margin-top:4px;
}

#submenu li {
	display: inline;
}

#submenu a {
	padding: 0 10px 0 11px;
	border: none;
	border-left: 1px solid white;
	color: white;
}

#submenu a:hover {
	color: white;
	text-decoration: underline;
}

#submenu .first a {
	border: none;
}

#submenu .highlight a {
	text-decoration: underline;
}
#submenu .highlightfirst a {
	border: none;
	text-decoration: underline;
}


/* Content */

#content {
	width: 730px;
	margin: 0 auto;
	padding: 0 0 25px 0;
	background: #809430 url(images/img2.jpg) no-repeat;
	border: 10px solid #FFFFFF;
	border-top: none;
}

/* Column One */

#colOne {
	float: left;
	width: 430px;
	margin: 20px 0 0 0 ;
	padding: 0 20px 0 23px;
	border-right: 2px solid #FFFFFF;
}
#colOne img{
	max-width: 400px;
}

/* Column Two */

#colTwo {
	float: right;
	width: 200px;
	padding: 20px 23px 0 0;
}

#colTwo img{
	max-width:200px;
}

/* No Column */

#kolomloos {
	float: left;
	padding: 20px 20px 0 20px;
	width:690px;
}

/* Bottom */

#bottom {
	clear: both;
	width: 750px;
	height: 70px;
	margin: 0 auto;
	padding: 10px 0 10px 0;
	background: url(images/img3.gif) repeat-x left center;
	text-align: center;
}

#bottom img{
	vertical-align: middle;
	max-height: 64px;
	max-width: 100px;
}

#bottom a {
	padding: 0 25px;
}


/* Footer */

#footer {
	clear: both;
	width: 750px;
	margin: 0 auto;
	border-top: 2px solid #FFFFFF;
}

#footer p {
	text-align: center;
	font-size: x-small;
}

/* 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-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
}
#outerImageContainer{
    position: relative;
    background-color: #fff;
    width: 250px;
    height: 250px;
    margin: 0 auto;
}
#imageContainer{
    padding: 8px;
}
#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-image: url(lbfiles/prevlabel.gif);
    background-repeat: no-repeat;
    background-position: left 15%;
	border:none;
}
#nextLink:hover, #nextLink:visited:hover {
    background-image: url(lbfiles/nextlabel.gif);
    background-repeat: no-repeat;
    background-position: right 15%;
	border:none;
}
#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;
	border:none;
}         
#overlay{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    width: 100%;
    height: 500px;
    background-color: #000;
}

