/**
 * 100% height layout with header and footer
 * ----------------------------------------------
 * Feel free to copy/use/change/improve
 */

html,body 
{
margin:0;
padding:0;
height:100%; /* noodzakelijk voor container min-height */
background-color:#bbbbbb;
background-image: url(../GFX/bg_site.png);
background-repeat: repeat-y;
background-position: center;
font-family:arial,sans-serif;
font-size:small;
color:#323232;

}


p.kop
{
  color:#C5501A;
  font-weight:bold;
}


div#container 
{
position:relative; /* Noodzakelijk voor footer positionering*/
margin:0 auto; /* center, not in IE5 */
width:1000px;
/*background:#e3ded1; */
/*background-image:URL('../GFX/paginau.jpg');
background-repeat: repeat-y;
*/
height:auto !important; /* real browsers */
height:100%; /* IE6: treaded as min-height*/
min-height:100%; /* real browsers */
}

div#topbalkje
{
  text-align:right;
/*background:#ffffff; */
height:30px;
}

div#header 
{
padding:1em;
/*background:#ffffff;  */
border-bottom:1px solid black;
height:103px;
}
  
div#navigatie
{
  
  height:30px;
/*  background-color:black;
  color:white;
  */
}

div#balk
{
width:200px;
float:left;
padding:1em 1em 5em; /* onderkant padding voor footer */

}
                          

div#rechts
{
width:200px;
float:right;
padding:1em 1em 5em; /* onderkant padding voor footer */

}


div#ruimte
{
padding:10px;


}

div#content 
{
padding:1em 1em 5em; /* onderkant padding voor footer */
margin-left:220px;
margin-right:220px;



}



div#footer 
{
position:absolute;
width:100%;
bottom:0; /* Plak vast aan de onderkant*/
background-image: url(../GFX/voet.png);
background-repeat: repeat-x;
color:#DBD8D8;
text-align:center;

}

div#footer p 
{
padding:1em;
margin:0;
}

h1
{
  font-size:20px;
  font-family:arial,sans-serif;
  color:#C5501A;
}

h3, h3 a, h3 a:hover
{
  text-align:right;
  padding-right:5px;
  background-image:url('../GFX/nav.png');
  background-repeat:repeat-x;
    color:#ffffff;
    font-weight:normal;
    font-size:12px;
}

a
{
  text-decoration:none;
  color:#C5501A;
}
a:hover
{
  text-decoration:underline;
  color:#323232;
}


#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(../GFX/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../GFX//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: #999999; }
#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; }

a img
{
border:0;
}

UL 
{
  list-style-image: url('../GFX/poot.png');
  
}

.floatleft
{
float: left;
margin: 2px 7px 2px 0;
}

#dropmenudiv	       {
		       position:absolute;
		       border:1px solid #666666;
		       /*border-bottom-width: 1;*/
		       font:normal 11px arial;
		       line-height:18px;
		       z-index:100;
		       }

#dropmenudiv a	       {
		       width: 100%;
		       display: block;
		       text-indent: 3px;
		       background-color: #ffffff;
		       color:#333333;
		       font-size:12px;
                       /* border-bottom:1px solid #666666;  eventueel randje?*/
		       padding: 1px 0;
		       text-decoration: none;
		       text-align:left;
		       }

#dropmenudiv a:hover	{ 
			/*Mouseoverkleur*/
color:#ffffff;
background-color: #C5501A;

			}
