﻿h1, h3
{
    color: Red;
    font-size: 18px;
}
h3
{
    font-size: 15px;
    margin-bottom: 1px;
}
body
{
	background-color: #e3e4e5;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 10pt;
	color: Black;
	margin: 0px 0px 0px 0px;
	vertical-align: top;
}
a:link
{
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 10pt;
	color: Black;
	text-decoration: underline;	
}
a:visited
{
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 10pt;
	color: Black;
	text-decoration: underline;	
}
a:active
{
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 10pt;
	color: #FF0000;
	text-decoration: underline;	
}
a:hover
{
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 10pt;
	color: #FF0000;
	text-decoration: underline;	
}
input, textarea
{
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 10pt;
	border: 1px solid #999;
}
a img
{
    border: 2px solid #ccc;
}
a img:hover
{
    border: 2px solid red;
}
td
{
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 10pt;
	color: Black;
}

#mainContainer
{
	width: 772px;
	height: 100%;
	border-left: solid 1px #909090;
	border-right: solid 1px #909090;
	border-bottom: solid 1px #909090;
	margin-left: auto;
	margin-right: auto;
	background: url('../images/bg_graybar.gif');
	background-repeat: repeat-y;
	background-color: #FFF;
	overflow: auto;
	*overflow: visible;
}
#divTopMenu
{
	background: #FFF;   
}
.topLogo
{
	float: left;
	margin-right: 150px;
}
#divTopMenu a
{
	font-size: 16px;
	color: Red;
	border-left: solid 1px #ddd;
	height: 26px;
	display: inline-block;
	padding-left: 10px;
	padding-right: 30px;
	padding-top: 4px;
	margin-top: 25px;
	text-decoration: none;
	font-weight: bold;	
}
#divTopMenu a:hover
{
	color: #999;	
}

#divTopFlash
{
	width: 772px;
	height: 200px;
	background: #FFF;
}

#divLeftMenu
{
	float: left;
	width: 200px;
	background-color:#696a6c;
	background-image: url(../images/bg_leftmenu.gif);
	background-repeat: no-repeat;
	padding: 50px 0px 0px 0px;
}

#divLeftMenu a
{
	display: block;	
	color: Red;
	font-size: 12px;
	font-weight: bold;
	padding: 3px;
	padding-left: 20px;
	text-decoration: none;

}
#divLeftMenu a:hover
{
	color: White;
}

#divLeftMenuAdres
{
	padding: 3px;
	padding-left: 20px;
	font-size: 10px;
	color: #e3e4e5;
	margin-top: 200px;
	margin-bottom: 20px;
}

#divContent
{
	padding-top: 50px;
	padding-left: 10px;
	width: 562px;
	background-color: #FFF;
	background-image: url(../images/bg_content.gif);
	background-repeat:  repeat-x;
	background-position: top;
	float: right;
	
}

#divContent li
{
    display: block;
    border-bottom: 1px solid #CCC;
    min-width: 100px;
    padding: 3px;
    background: url('../images/list.gif');
    background-repeat: no-repeat;
    background-position: 0px 5px;
    padding-left: 16px;
}

.pnlBlack
{
    background: #000000;	
    
    width: 100%; 
    height: 100%;
    _width: 1280px;
    _height: 1024px;
    position: fixed;
    _position: absolute; /* IE6 snapt fixed niet helemaal, vandaar */
    z-index: 5;
    
    top: 0px;
    left: 0px;
    
    filter:alpha(opacity=65);
    -moz-opacity:.65;
    opacity:.65;
}
.pnlPopUp
{
    position: absolute; /*niet fixed ivm niet zo hoge resoluties*/
    top: 100px; 
    left: 15%;
    background: #FFF;
    border: solid 2px #FF0000;
    padding: 10px;
    color: #000000;
    z-index: 999;
}


/*/ START Lightbox /*/
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto; /*/ TOEVOEGING RENÉ --> /*/ max-height: 700px; max-width: 850px;}
#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/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/lightbox/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; }
/*/ END Lightbox /*/


