A:link		{ font-family: verdana; color: #191512; font-size: 8pt; text-decoration: none; }
A:visited	{ font-family: verdana; color: #222224; font-size: 8pt; text-decoration: none; }
A:active	{ font-family: verdana; color: #222224; font-size: 8pt; text-decoration: none; }
A:hover		{ font-family: verdana; color: #222224; font-size: 8pt; text-decoration: underline; }

img
	{ 
		border:none; 
	}
a
{
		text-decoration: underline;
}
html, body 
	{
		height: 100%; 
	} 
html, body
	{
		/*reset padding */

		padding-top: 0px;

		padding-left: 0px;

		padding-right: 0px;

		padding-bottom: 0px;



		/*reset margin */

		margin-top: 0px;

		margin-left: 0px;

		margin-right: 0px;

		margin-bottom: 0px;
	}
.clr
{
	clear: both;
}

.hh 
{ 

	font-family:			verdana;

	font-size:				10px;

	padding:				0px;

	margin:					0px;



}


body
{
	background: #fff;
}	


body, table, td, input, select
{
	font-family:			verdana, helvetica;
	font-size:				11px;
	color:					#000000;
}


#wrapper
{
	width:					980px;
	margin:0 0 0 0;
	padding:0px 0 0 0;
	background: #fff;
	


	
}

#site 
{
	width: 1200px;
}

#right
{
	overflow:hidden;
	float:left;
	text-align:left;
}
#left
{
	width:980px;
	float:left;
}
.spacer
{
	width: 980px;
	height: 5px;
	background: none;
}
/******************************************************************************

*

*						Opmaak error.

*

******************************************************************************/

#errormessage_container
{
	border-width:	1px;
	border-color:	#000000;
	border-style:	none none solid none;	
}

#errormessage
{
	color:			#FA0000;
	padding:		1px;
	border-width:	3px;
	border-color:	#FF0000;
	border-style:	solid solid solid solid;
	background:		#FFFFCC;
	font-weight:	bold;
	text-align:		center;
}

/******************************************************************************

*

*						Hoofdonderdelen site.

*

******************************************************************************/

#main_400_container
{
	float:				left;
	background:			#FFFFFF;
	width:				540px;
	text-align:			left;
	margin-left:10px;
	margin-top: 0px;
}


#main_400_container table
{
	text-align: left;
}


#main_400_container img
{
	max-width: 500px;  /* Mozilla */
    width: expression(this.width > 500 ? 500: true); /* IE */
}


#main_200_container
{
	width: 210px;
	float: right;
	color: #FFFFFF;
	background: #fff;
}

#main_600_container
{
	float:				left;
	width:				757px;
	text-align:			left;
	background:			#FFFFFF;
	margin-left:10px;
	margin-top:0px;
}

#main_600_container table
{
	text-align: left;
}


#main_600_container img
{
	max-width: 700px;  /* Mozilla */
    width: expression(this.width > 700 ? 700: true); /* IE */
}


#header 
{
	width: 980px;
	height: 150px;
		background: url('../images/site/header_cartousch.png') no-repeat;
}

#header h1
{
	display: none;
}

#inlog
{
padding-top:99px;
*padding-top:80px;
float:right;
padding-right:20px;

}

#topmenu
{
margin-top:2px;
width:980px;
}

.topmenu_left
{
 background: url('../images/site/balk-links.png') no-repeat;
 height:29px;
 width:12px;
 float:left;
}

.topmenu_center
{
 background:  url('../images/site/balk-midden.png') repeat-x;
 height:29px;
  float:left;
  width:956px;
}

.topmenu_right
{
 background:  url('../images/site/balk-rechts.png') no-repeat;
 height:29px;
  width:12px;
  float:left;

}

#under
{
	background: url('../images/site/onder.gif') no-repeat;
	height:13px;
	overflow: hidden;
}


#leftmenu_container
{
	width: 210px;
	float: left;
	text-align:	left;
	background: #fff;
	overflow:hidden;
}

/******************************************************************************
*
*						MENU top INGEBRUIK
*
******************************************************************************/


#nav {padding:0 0 0 0; margin:0; list-style:none; height:30px; background:none; position:relative; z-index:500; }
#nav li.top {display:block; float:left;}
#nav li a.top_link {display:block; float:left; height:30px;  line-height:30px; color:#ffffff;text-decoration:none; font-size:11px; font-weight: bold;padding:0; cursor:pointer;}
#nav li a.top_link span {float:left; display:block; padding:0 10px 0px 10px; height:30px; background:none;}
#nav li a.top_link span.down {float:left; display:block; padding:0 15px 0 15px; height:30px; background:none; text-align:left;}

#nav li:hover a.top_link {color:#ffffff; }
#nav li:hover a.top_link span {background:none;}
#nav li:hover a.top_link span.down {background:none; padding-bottom:3px; }

/* Default list styling */

#nav li:hover {position:relative; z-index:200;}

#nav li:hover ul.sub
{left:0px; top:29px; background: #025a3d; padding:3px; white-space:nowrap; width:170px; height:auto; z-index:300; border:0px solid #000000; border-top:none;}
#nav li:hover ul.sub li
{display:block; height:20px; position:relative; float:left; width:170px; font-weight:normal;}
#nav li:hover ul.sub li a
{display:block; font-size:11px; height:18px; width:168px; line-height:18px; text-indent:5px; color:#ffffff; text-decoration:none;text-align:left;}
#nav li ul.sub li a.fly
{background:#025a3d url('../images/site/fly2.gif') no-repeat; background-position:right;}
#nav li ul.sub li ul li a.fly
{background:#025a3d url('../images/site/fly2.gif') no-repeat; background-position:right;}
#nav li:hover ul.sub li a:hover 
{background:#000000 ; color:#ffffff; text-decoration:none;}
#nav li:hover ul.sub li a.fly:hover
{background:#000000 ;color:#ffffff;}


#nav li b {display:block; font-size:11px; height:18px; width:155px; line-height:18px; margin-bottom:3px; text-indent:6px; color:#ff6; cursor:default;text-decoration:none;}

#nav li:hover li:hover ul,
#nav li:hover li:hover li:hover ul,
#nav li:hover li:hover li:hover li:hover ul,
#nav li:hover li:hover li:hover li:hover li:hover ul
{left:170px; top:-2px; background: #025a3d; padding:3px; white-space:nowrap; width:168px; z-index:400; height:auto;}

#nav ul, 
#nav li:hover ul ul,
#nav li:hover li:hover ul ul,
#nav li:hover li:hover li:hover ul ul,
#nav li:hover li:hover li:hover li:hover ul ul
{position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;z-index:500;}


#nav li:hover li:hover li:hover a.fly,
#nav li:hover li:hover li:hover li:hover a.fly,
#nav li:hover li:hover li:hover li:hover li:hover a.fly
{background:#000000; color:#ffffff;} 

#nav li:hover li:hover a.fly
{background:#000000 url('../images/site/fly_over.gif') no-repeat; background-position:right;color:#ffffff;} 

#nav li:hover li:hover li:hover a.fly
{background:#000000 url('../images/site/fly2.gif') no-repeat; background-position:right;color:#ffffff;} 

#nav li:hover li:hover li a.fly,
#nav li:hover li:hover li:hover li a.fly,
#nav li:hover li:hover li:hover li:hover li a.fly
{background:#025a3d; color:#fff;} 




/******************************************************************************
*
*						Box
*
*****************************************************************************/
.sponsortop
{
	width: 210px;
	height: 20px;
	background: url('../images/site/kop.gif') no-repeat;	
	padding: 5px 0px 0px 0px;	
}

.sponsortop h3
{
	color: #fff;
	font: verdana;
	font-weight: bold;
	font-size: 11px;
	text-align: left;
	margin-left: 10px;
}


.sponsortop2
{
	width: 210px;
	height: 20px;
	background: url('../images/site/kop.gif') no-repeat;	
	margin-top: 0px;
	padding: 5px 0px 0px 0px;
	
}
.sponsortop2 h3
{
	color: #fff;
	font: verdana;
	font-weight: bold;
	font-size: 11px;
	text-align: left;
	margin-left: 10px;
}

.sponsor
{
width:210px;
height:60px;
}

.sponsoring
{
	width:210px;
	color:#076224;
}

.sponsoring a
{

	color:#076224;
}
.sponsoring a:hover
{

	color:#076224;
	text-decoration:underline;
}
.sponsoring a:visited
{

	color:#076224;
}
.clubblad
{
	background: url('../images/site/clubblad.gif') no-repeat;	
	width: 200px;
	height: 30px;
	padding: 30px 10px 0 0;
	text-align:right;
	color:#076224; 
}



.toplog
{
background: url('../images/site/toplog.gif') no-repeat;	
	width: 200px;
	height: 35px;
	padding: 25px 10px 0 0;
	text-align:right;
 
}
.weeklynotice
{
background: url('../images/site/weeklynotice.gif') no-repeat;	
	width: 200px;
	height: 30px;
	padding: 30px 10px 0 0;
	text-align:right;
	color:#076224; 
}

.blockzonderheader
{
	width: 210px;
	height: 20px;
	background: url('../images/site/balk.png') no-repeat;	
	margin-top: 10px;
	padding: 9px 0px 0px 0px;

}

.blockzonderinlog
{
	width: 210px;
	height: 28px;
	background: url('../images/site/kopr.png') no-repeat;
	margin-top: 10px;

}

.blockzonderheader h3
{
		color: #fff;
	font: Arial;
	font-weight: bold;
	font-size: 11px;
	text-align: left;
	margin-left: 10px;
}


.blockzonder
{
	width: 201px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left:5px;
		border:2px solid #025f41;
			border-top:none;
	color: #000;
	background: #fff;
	text-align: left;

}
.blockzonder ul
{
	width: 201px;
	margin:0px;
	margin-left:-45px;
		*margin-left:0px;
	list-style:none;
}
.blockzonder ul li
{
	width: 201px;
	padding-top:4px;
	padding-bottom:4px;
	border-bottom: 1px solid #c0c0c0;
}
.blockzonder ul li:hover
{
	color:#24654a;
}
.blockzonder ul li a
{
	
}
.blockzonder ul li a:hover
{
	color:#24654a;
}
.blockzonder hr
{
	width: 198px;
	border: 3px solid #0062A0;
	margin-bottom: 5px;
	margin-top: 0px;
	padding-top: 0px;

}

.blockzonder strong
{
	color: #000;
}

.blockzonder table
{
	width: 193px;
	color: #000;
	text-align: left;
}

.blockzonder a
{
	color: #000;
}

.blockzonder a:hover
{
	color: #000;
	text-decoration:underline;


}	
.blockzonder a:visited
{
	color: #000;
	text-decoration:underline;


}

.blockzonder h3
{
	color: #535354;
	font: 1.3em verdana;
	text-align: center;
	font-weight: bold;
	padding-bottom: 8px;
}

.blockheader
{
	width: 210px;
	height: 20px;
	background: url('../images/site/balk.png') no-repeat;
	padding: 9px 0px 0px 0px;
}

.blockheader h3
{
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	text-align:left;
	margin-left:10px;
}

.block
{
	width: 201px;
	color: #000000;
	border:2px solid #025f41;
	border-top:none;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-left:5px;
	padding-bottom: 10px;
	text-align: left;
	margin-right: 5px;
}

.block a
{
	color: #000000;
}

.block a:hover
{
	color: #000000;
}
.block a:visited
{
	color: #000000;
}

.block table
{
	width: 193px;
	color: #000000;
	margin: 0px;
	padding: 0px;
}
.block td
{
	color: #000000;
}

.menu

{
	width: 193px;
	text-align: left;
	margin-top: 10px;
border:1px solid #ccc;
}

.menu ul
{
	width: 193px;
	list-style: block;	
	list-style:none;		
	margin: 0px;
	padding: 0px;
}

.menu li
	{
		padding-top: 5px;
		padding-bottom: 5px;
		padding-left:5px;
		list-style: none;
		color: #000;
border-bottom: 1px solid #FFF;
line-height:10px;

	}

.menu li:hover
{
	background: #025a3d;
}


.menu li:hover a
	{
		color: #FFFFFF;
		text-decoration: underline;
	}
.menu li:visited a
	{
		color: #000;
		
	}

.menu a
	{
		color: #000;
		font-family: verdana, sans-serif;
		font-size: 12px;
	}

.menu a:hover
	{
		color: #FFFFFF;
		text-decoration: underline;
	}
.menu a:visited
	{
		color: #000;
		font-family: verdana, sans-serif;
	
	}

.menu table
	{
		width: 177px; 	
		margin: 0px;
		padding: 0px;
	}




/******************************************************************************

*

*						Content opmaak.

*

******************************************************************************/

.headlines_header
{
	
	width: 540px;		
	border-bottom:none;	
	height:24px;
	background:#025a3d;
}

.headlines
{
	width: 540px;
	margin: 0 0 10px 0;
	background:none;
	
}

#headlines_page_header_container
{
	background:none;
	margin-top:10px;
	margin-left:2px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	padding-left: 10px;
	border-bottom: 1px solid #025a3d;

}

#headlines_page_header
{
	font-family: Verdana, sans-serif;
	font-size: 1.4em;
	color: #000;
	font-weight: bold;

}

.headlines_date
{
	color: #002f60;
	
	float:left;

}
.headlines_title
{
	color: #ffffff;
	font: 1.2em Arial;
	padding-top: 3px;
	font-weight: bold;
	padding-left: 10px;

}

.headlines_content
{
	padding: 10px 10px 10px 10px;
	border: none;
	color: #000000;
	margin-bottom: 10px;
}

.news_content
{
	padding-left: 10px;
	padding-right: 10px;
}

.news_header
{
	padding-left: 10px;
	padding-right: 10px;
	height:24px;
	background:#025a3d;
}

.news_category_header
{
	padding-left: 10px;
	padding-right: 10px;
}
.news_title
{
float:left;
width:600px;
padding-left:50px;
color: #ffffff;
	font: 1.2em Arial;
	padding-top: 3px;
	font-weight: bold;

}
.news_date
{
	color: #ffffff;
	font: 1.1em Arial;
	padding-top: 4px;
	font-weight: bold;
	padding-left: 10px;
	float: left;
	width:75px;
}
/******************************************************************************

*

*						Form.

*

******************************************************************************/

.icon

{

	width: 11px;

	height: 8px;

	float: left;

	margin-top: 3px;

	margin-right: 8px;

	background: url('../images/pijl.gif') no-repeat;

}

.icon2

{

	width: 11px;

	height: 8px;

	float: left;

	margin-top: 3px;

	margin-right: 8px;

	background: url('../images/vervolg2.gif') no-repeat;

}


.knop

{

	width: 50px;

	height: 20px;

	font: 1.0em verdana;

	font-weight: bold;

	background: #076224;

	color: #FFFFFF;

	border: 1px solid #000000;

	text-align: center;

	margin:0;

	padding:0;

}



.input

	{	

		width: 65px;

		font: 1.0em Verdana; 

		color: #000000;

		border: 1px solid #000000;

	}









/******************************************************************************

*

*						Footer.

*

******************************************************************************/

#footer

{

	width: 980px;
	height:23px;
	text-align:			center;
	clear: both;
	color: #fff;
	background: #025a3d;	
	border-style: none none solid none;
	border-width: 1px;
	border-color: #004400;

}

#lisa
{
clear: both;
}


#footer a
{
	color: #fff;
}


/******************************************************************************

*

*						Opmaak headings algemeen.

*

******************************************************************************/

h1

{

	font: 1.3em Verdana;

	color: #ef2f2d;

	font-weight: bold;

}

h3

	{

		color: #000000;

		font: 1.3em verdana;

		text-align: center;

		font-weight: bold;

		margin: 0px;

		padding: 0px;

	}

/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CCAttribution-ShareAlike 2.5 Brazil - http://creativecommons.org/licenses/by-sa/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}
