html, body
{
	height: 100%;
	margin: 0 auto;
	background: #e5f9cf url(../images/bckg_page.png) top no-repeat;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.8;
	text-align: justify;
	color: #000000;
}

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

a:hover
{
	color: #ffffff;
	text-decoration: none;
	background: #1b4d95;
}

form
{
	margin: 0px;
}

img
{
	border: 0;
	background: none;
}

.img a
{
	background: none;
}

.img a:hover
{
	background: none;
}

input
{
	line-height: 12px;
	padding: 2px;
	font-family: Trebuchet MS, Arial;
	font-size: 11px;
	font-weight: normal;
}

select
{
	line-height: 12px;
	padding: 2px;
	font-family: Trebuchet MS, Arial;
	font-size: 11px;
}

textarea
{
	font-family: Trebuchet MS, Arial;
	font-size: 11px;
	font-weight: normal;
	line-height: 1.5;
}

.input_left
{
	width: 148px;
	background-color: #F2F2F2;
	margin-bottom: 10px;
}

.select
{
	width: 148px;
	background-color: #F2F2F2;
	margin-bottom: 10px;
}

.input2
{
	width: 250px;
	background-color: #F2F2F2;
	color: #000000;
	height: 20px;
}

.select2
{
	width: 250px;
	background-color: #F2F2F2;
	color: #000000;
}

.dg
{
	color: #00913f;
	font-weight: bold;
}

.lg
{
	color: #79bf50;
	font-style: italic;
	font-weight: bold;
}

#page
{
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width: 860px;
	padding: 0 20px 0 20px;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	background: url(../images/bckg_content.png) repeat-y;
	overflow: auto;
/*	margin-bottom: -60px; *//* height of footer */
}

#header
{
	position: relative;
	top: 0;
	margin: 0 auto;
	width: 860px;
	height: 200px;
	background: url(../images/bckg_header.png) top no-repeat;
}

#header .text
{
	width: 620px;
	padding: 155px 0 0 80px;
	height: 45px;
	line-height: 1.5;
	text-align: center;
	color: #333333;
	font-size: 11px;
	font-style: italic;
}

#menu
{
	margin: 0 auto;
	width: 840px;
	padding: 0 10px 10px 10px;
	height: 40px;
	text-align: center;
	font-family: Trebuchet MS, Arial;
	font-size: 15px;
	font-weight: bold;
}

.menuitem
{
	float: left;
	display: inline;
	margin-right: 7px;
}

.menuitem a
{
	background: #1b4d95;
	display: block;
	width: 100px;
	height: 26px;
	padding: 7px;
	line-height: 26px;
	color: #ffffff;
	text-decoration: none;
}

.menuitem a:hover
{
	/*
	background: url(../images/bckg_menu.gif);
	color: #c4d9f6;
	*/
	background: #00913f;
	color: #ffffff;
}

.menuitem_last
{
	float: left;
	display: inline;
}

.menuitem_last a
{
	background: #1b4d95;
	display: block;
	width: 100px;
	height: 26px;
	padding: 7px;
	line-height: 26px;
	color: #ffffff;
	text-decoration: none;
}

.menuitem_last a:hover
{
	/*
	background: url(../images/bckg_menu.gif);
	color: #c4d9f6;
	*/
	background: #00913f;
	color: #ffffff;
}

#menu #active a
{
	/*
	background: url(../images/bckg_menu2.gif);
	*/
	background: #00913f;
	display: block;
	width: 100px;
	height: 26px;
	padding: 7px;
	line-height: 26px;
	color: #ffffff;
	text-decoration: none;
}

#content
{
	position: relative; /* IE float bug workaround */
	width: 840px;
	padding: 0 10px 0 10px;
}

#top
{
	float: left;
	display: inline;
	width: 840px;
	height: 20px;
	margin-bottom: 10px;
}

#box_search
{
	float: left;
	display: inline;
	width: 230px;
	margin-right: 10px;
}

#search
{
	float: left;
	position: relative;
	display: inline;
	width: 222px;
	height: 18px;
	line-height: 18px;
	font-size: 12px;
    border: 0;
    border-left: 4px solid #d6e8fa;
    background: #d6e8fa;
	color: #000000;
	font-family: Arial, Helvetica, Sans-Serif;
}

#search:hover
{
	color: #000000;
    border-left: 4px solid #d6e8fa;
    background: #d6e8fa;
}

#search:active
{
	color: #000000;
    border-left: 4px solid #d6e8fa;
    background: #d6e8fa;
}

#search:focus
{
	color: #000000;
    border-left: 4px solid #d6e8fa;
    background: #d6e8fa;
}

#box_nav
{
	float: left;
	display: inline;
	width: 600px;
}

#box_nav .text_left
{
	float: left;
	display: inline;
	width: 530px;
	margin-right: 20px;
}

#box_nav .text_right
{
	float: left;
	display: inline;
	width: 50px;
	text-align: right;
}

#left
{
	float: left;
	display: inline;
	margin-right: 10px;
	width: 230px;
	height: 100%;
	text-align: left;
}

#left .box
{
	float: left;
	display:inline;
	background: #dbefe4;
	width: 230px;
	margin-bottom: 10px;
}

#left .box .title
{
	font-size: 14px;
	font-weight: bold;
	line-height: 30px;
	color: #ffffff;
	padding: 0 10px 0 10px;
	background: url(../images/bckg_box_left_title.gif) no-repeat;
}

#left .box .text
{
	background: url(../images/bckg_box_left_bottom.gif) bottom no-repeat;
	padding: 10px 10px 10px 10px;
}

#left .box .text .container
{
	padding: 0;
}

#left .box .text .container_spacer
{
	padding: 0 0 5px 0;
	border-bottom: solid 1px #00913f;
	margin: 0 0 5px 0;
}

#left .box .text a
{
	color: #000000;
	text-decoration: underline;
	background: none;
}

#left .box .text a:hover
{
	color: #ffffff;
	text-decoration: none;
	background: #00913f;
}

#left .menuitem_left a
{
	font-size: 14px;
	font-weight: bold;
	line-height: 30px;
	background: url(../images/bckg_box_left_title_grey.gif) no-repeat;
	margin: 0 0 10px 0;
	padding: 0 10px 0 10px;
	display: block;
	color: #ffffff;
}

#left .menuitem_left a:hover
{
	color: #000000;
}

#left .menuitem_left_active a
{
	font-size: 14px;
	font-weight: bold;
	line-height: 30px;
	background: url(../images/bckg_box_left_title_grey.gif) no-repeat;
	margin: 0 0 10px 0;
	padding: 0 10px 0 10px;
	display: block;
	color: #cccccc;
}

#left .important
{
	color: #00913f;
}

#left .box .text_ref_title
{
	font-size: 11px;
	margin-bottom: 10px;
}

#left .box .text_ref_title a
{
	color: #000000;
	padding: 2px;
	text-decoration: none;
}

#left .box .text_ref_title a:hover
{
	color: #00913f;
	background: none;
	text-decoration: underline;
}

#left .box .text_ref_image
{
}

#center
{
	float: left;
	display: inline;
	width: 600px;
	height: 100%;
	margin-bottom: 10px;
}

#center .box
{
	float: left;
	display:inline;
	width: 600px;
	margin-bottom: 10px;
}

#center .box .title
{
	font-size: 15px;
	font-weight: bold;
	line-height: 30px;
	margin-bottom: 10px;
	color: #ffffff;
	padding: 0 10px 0 10px;
	background: url(../images/bckg_box_center_title_red.gif) no-repeat;
}

#center .box .text
{
	margin-bottom: 5px;
	padding: 0 10px 0 10px;
	color: #000000;
}

#center .box .text .container_photo
{
	float: left;
	display: inline;
	width: 80px;
	height: 90px;
	margin-right: 10px;
}

#center .box .text .container_small
{
	float: left;
	display: inline;
	width: 490px;
}

#center .box .text .container_small_spacer
{
	float: left;
	display: inline;
	width: 580px;
	padding: 0 0 5px 0;
	border-bottom: solid 1px #cccccc;
	margin: 0 0 5px 0;
}

#center .box .text .container
{
	width: 580px;
	padding: 0;
}

#center .box .text .container_line
{
	width: 580px;
	padding: 0 0 5px 0;
	border-bottom: solid 1px #cccccc;
	margin: 0 0 5px 0;
}

#center .box .text .container_spacer
{
	width: 580px;
	padding: 0 0 5px 0;
	border-bottom: solid 1px #cccccc;
	margin: 0 0 5px 0;
}

#center .box .text .container_with_spacer
{
	width: 560px;
	padding: 0 0 0 18px;
}

#center .box .text .container_min
{
	width: 580px;
	height: 2px;
	line-height: 2px;
	font-size: 1px;
	padding: 0;
}

#center .box .text .left
{
	float: left;
	display: inline;
	width: 240px;
	height: 30px;
	margin-right: 10px;
}

#center .box .text .right
{
	float: left;
	display: inline;
	width: 330px;
	height: 30px;
	text-align: right;
}

#center .box .text .right_left
{
	float: left;
	display: inline;
	width: 330px;
	height: 30px;
	color: #1b4d95;
}

#center .box .text .container_photogallery
{
	float: left;
	display: inline;
	width: 290px;
	height: 260px;
	margin-bottom: 10px;
}

#center .box .text .container_photogallery .random_photo
{
	width: 280px;
	height: 200px;
	margin: 4px;
	border: solid 1px #333333;
}

#center .box .text .container_photogallery .info
{
	width: 280px;
	height: 50px;
	line-height: 20px;
	padding: 5px;
}

#center .box .text .container_photoitem
{
	float: left;
	display: inline;
	width: 145px;
	height: 100px;
	margin-bottom: 10px;
}

#center .box .text .container_photoitem .photo
{
	width: 140px;
	height: 100px;
	margin: 4px;
	border: solid 1px #333333;
}

#center .box .text .sponsor
{
	float: left;
	width: 290px;
	height: 80px;
	margin: 0 0 10px 0;
	text-align: center;
}

#center .box .text .sponsor .s_image
{
	width: 290px;
	height: 60px;
	margin: 0 0 5px 0;
}

#center .box .text .sponsor .s_image a, #center .box .text .sponsor .s_image a:hover
{
	background: none;
}

#center .box .text .s_title
{
}

#footer
{
	clear: both; /* just to make sure it comes below the columns */ 
	position: relative;
	margin: 0 auto; /* center, not in IE5 */
	bottom: 0; /* stick to bottom */
	width: 860px;
	padding: 0 20px 0 20px;
	height: 60px;
	vertical-align: middle;
	color: #666666;
	background: url(../images/bckg_content.png) repeat-y;
}

#footer .text
{
	width: 600px;
	margin: 0 10px 0 10px;
	padding: 0 0 0 240px;
	height: 60px;
	line-height: 60px;
	border-top: 1px solid #CCCCCC;
}

.photo
{
	float: right;
	width: 220px;
	margin: 5px 0 10px 10px;
}

.photo a:hover
{
	background: none;
}

.kop3
{
	width: 100%;
	font-weight: bold;
	margin-bottom: 10px;
}

.kop3 a
{
	display: block;
	color: #000000;
	padding: 5px;
	background: #e8f1f6;
	border: solid 1px #1b4d95;
	text-decoration: none;
}

.kop3 a:hover
{
	color: #ffffff;
	background-color: #1b4d95;
	text-decoration: none;
}

.kop3_grey
{
	width: 100%;
	font-weight: bold;
	margin-bottom: 10px;
}

.kop3_grey a
{
	display: block;
	color: #000000;
	padding: 5px;
	background-color: #ededed;
	border: solid 1px #333333;
	text-decoration: none;
}

.kop3_grey a:hover
{
	color: #ffffff;
	background-color: #333333;
	text-decoration: none;
}

.searchline
{
	width: 580px;
	margin-bottom: 10px;
}

.searchline2
{
	width: 580px;
	margin-bottom: 5px;
}

.searchline .text_left
{
	float: left;
	display: inline;
	width: 285px;
	margin-right: 10px;
}

.searchline .text_right
{
	float: left;
	display: inline;
	width: 285px;
}

.searchline_spacer
{
	float: left;
	display: inline;
	width: 580px;
	height: 5px;
	margin-bottom: 5px;
	border-bottom: 1px dashed #333333;
}

#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;
	background: none;
}

#outerImageContainer
{
	position: relative;
	background-color: #ffffff;
	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;
}

#loading a
{ 
	background: none;
}

#loading a:hover
{ 
	background: none;
}

#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-family: Trebuchet MS, Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	background-color: #ffffff;
	margin: 0 auto;
	line-height: 1.6em;
	overflow: auto; 
	width: 100%;
}

#imageData
{
	padding: 0 10px;
	color: #666666;
}

#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;  
	margin-bottom: 0.5em; 
	outline: none;
	background: none;
}

#imageData #bottomNavClose a
{ 
	background: none;
}

#imageData #bottomNavClose a:hover
{ 
	background: none;
}

#overlay
{
	position: absolute;
	top: 0; 
	left: 0; 
	z-index: 90; 
	width: 100%; 
	height: 500px; 
	background-color: #000000;
}

#aanwijzing, #adres, #print
{
	visibility: hidden;
	height: 1px;
	line-height: 1px;
}

.small
{
	text-align: left;
	font-size: 10px;
	line-height: 1.5;
	color: #333333;
}