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: none; }

img, a
	{ 
		border:none; 
		text-decoration: none;
	}

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;
	}
br
{
	clear: both;
}

.hh 
{ 

	font-family:			verdana;

	font-size:				10px;

	padding:				0px;

	margin:					0px;

}

.clr
{
	clear: both;
}


body
{
	font-family: "Trebuchet MS",Arial, Helvetica, sans-serif;
	font-size: 75%; /* Resets 1em to 12px 1em equals 16px;*/ 
	line-height:2em;
	margin:0px;
	padding:10px 0px 0px 0px;
	background: #365F25 url('../images/site/kunstgras.jpg') no-repeat;
	color: #333333;
}	


body, table, td, input, select
{
	font-family:			verdana, helvetica;
	font-size:				11px;
	color:					#000000;
}

#wrapper
{
	width: 978px;
	border:0px;
	height: auto; 
	margin: 0px auto; /* to centre compliant browsers */ 
	position:relative; 
	text-align: left;
	padding-bottom:8px;
	padding-right:8px;
}
/******************************************************************************

*

*						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
{
	padding: 25px 20px 5px 20px;
	margin: 0px;
	float: left;
	width: 568px;
}


#main_400_container table
{
	text-align: left;
}


#main_400_container img
{
	max-width: 500px;  /* Mozilla */
    width: expression(this.width > 500 ? 500: true); /* IE */
}


#content_col3
{
	padding:25px 5px 5px 5px;
	margin:0px;
	position:relative;
	float:left;
	width:175px;
}


#main_600_container
{
	float:				left;
	width:				757px;
	text-align:			left;
}

#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: 978px;
	height: 90px;
	float: left;
	background: #FED000;
	font-size: 11px;
	line-height: 15px;
}

/*contact onderdeel header blok*/

#contact
{
	float:left;
	width:120px;
}

/*banner onderdeel header blok*/

#banner_top
{
	float: left;
	width:720px;
	text-align: center;
	height:90px;
}

#nav_placeholder

{

	width: 978px;

	height:25px;

	position:relative;

	float:left;

	background-color: #666666;

	background-image:url('../images/site/button_bg.gif');

}


#nav{

	width: 978px;

	height:25px;

	position:absolute;

	left:0px;

	top:90px;
 

}

/*lay out van de uitklapmenu's*/

#nav, #nav ul { 

	padding: 0;

	margin: 0;

	list-style: none;

	line-height: 17px;

}



/*nivo 1*/



#nav a {

	display: block;

	text-align:center;

	color:#FFFFFF;

	text-decoration:none;

	border-right:1px solid #000000;

		padding: 4px 20px 4px 20px;

		text-transform:capitalize;

		font-size:14px;

		font-weight:bold;

		letter-spacing:1px;

		height:17px;

		



}

#nav a:hover

{

background-image:url('../images/site/nav_bg_hv.gif');

color:#000000;



}





#nav li 

{ /* all list items */

	float: left;

	width: auto; /* width needed or else Opera goes nuts */

}

/*nivo 2*/

#nav li ul 

{ /* second-level lists */

	position: absolute;

	background: #666666;

	width: 160px;

	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */

	border: 2px ridge #999999;

	padding-bottom:10px;

	

}



#nav li ul li

{ /* all list items */

	float: left;

	width: 160px; /* width needed or else Opera goes nuts */

	background-image:url('../images/site/menulijn.gif');

	background-position:bottom center;

	background-repeat:no-repeat;

	border-width:0px;

	

}

#nav li ul li a {

	display: block;

	text-align:left;

	color:#FFFFFF;

	text-decoration:none;

	border-width:0px;

	padding: 4px 20px 4px 20px;

	text-transform: lowercase;

	font-size:12px;

	font-weight:normal;

	letter-spacing:1px;

	height:17px;

		



}

/*nivo 3*/



#nav li ul ul 

{ 

	margin: -27px 0px 0px 150px;

}

/*algemene layout*/

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {

	left: -999em;

}



#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */

	left: auto;

}


#main
{
	width: 978px;
	position:relative;
	float:left;
	background-color:#FFFFDD;
	background-image:url(../images/site/main_bg.gif);
	background-repeat:repeat-x;
}

#content
{
	padding:0px;
	margin:0px;
	position:relative;
	float:left;
	width:100%;
}



#content_col1
{
	padding:25px 5px 50px 5px;
	margin:0px;
	position:relative;
	float:left;
	width:175px;
}

/*afbakening informatieblokken*/

.item
{
	width:163px;
	border:1px solid #333333;
	padding:5px;
	margin-bottom:10px;
	background-color:#F5F5F5;
}





/******************************************************************************
*
*						Box
*
*****************************************************************************/

.blockzonderheader
{
	width: 193px;
	height: 20px;
	background: #191512;
	border: 1px solid #191512;
	margin-top: 20px;
	padding: 5px 0px 0px 0px;
	margin-left: 5px;
}

.blockzonderheader h3
{
	color: #FFFFFF;
	font: Arial;
	font-weight: bold;
	font-size: 12px;
}


.blockzonder
{
	width: 193px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	color: #FFFFFF;
	background: #919191;
	text-align: left;
	margin-left: 5px;
}

.blockzonder hr
{
	width: 198px;
	border: 3px solid #0062A0;
	margin-bottom: 5px;
	margin-top: 0px;
	padding-top: 0px;

}

.blockzonder strong
{
	color: #FFFFFF;
}

.blockzonder table
{
	width: 193px;
	color: #FFFFFF;
	text-align: left;
}

.blockzonder a
{
	color: #FFFFFF;
}

.blockzonder a:hover
{
	color: #FFFFFF;
}	

.blockzonder h3
{
	color: #535354;
	font: 1.3em verdana;
	text-align: center;
	font-weight: bold;
	padding-bottom: 8px;
}

.blockheader
{
	width: 193px;
	height: 20px;
	background: #191512;
	border: 1px solid #191512;
	margin-top: 20px;
	padding: 5px 0px 0px 0px;
	margin-right: 5px;
}

.blockheader h3
{
	color: #FFFFFF;
	font: Arial;
	font-weight: bold;
	font-size: 12px;
}

.block
{
	width: 193px;
	color: #000000;
	background: #ff9519;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	margin-right: 5px;
}

.block a
{
	color: #000000;
}

.block a:hover
{
	color: #000000;
}

.block table
{
	width: 193px;
	color: #000000;
	margin: 0px;
	padding: 0px;
}
.block td
{
	color: #000000;
}

.menu

{
	width: 193px;
	text-align: left;
	margin-left: 5px;
	margin-top: 5px;
	border: 1px solid #000000;
}

.item ul
{
	width: 150px;
	list-style: block;	
	list-style:none;		
	margin: 0px;
	padding: 0px;
}

.item li
	{
		padding-top: 2px;
		padding-bottom: 2px;
		list-style: none;
		color: #000000;
		border-bottom: 1px solid #000000;
	}

.item li:hover
{
	background: #c0c0c0;
}

.top
{
	width: 180px;
	height: 20px;
	padding-top: 5px;
	padding-left: 20px;
	background: #000000;
	color: #FFFFFF;
	font-family: verdana, sans-serif;
	font-size: 1.0em;
	font-weight: bold;
}

.menu li:hover a
	{
		color: #FFFFFF;
		text-decoration: underline;
	}

.menu a
	{
		color: #FFFFFF;
		font-family: verdana, sans-serif;
		font-size: 12px;
	}

.menu a:hover
	{
		color: #FFFFFF;
		text-decoration: underline;
	}

.menu table
	{
		width: 177px; 	
		margin: 0px;
		padding: 0px;
	}




/******************************************************************************

*

*						Content opmaak.

*

******************************************************************************/
.home_col1

{	

	padding:10px;

	margin:0px 5px 5px 0px;

	position:relative;

	float:left;

	width:257px;

	border:1px solid #FED000;

	background-color:#FFFFF9;

}

.content_col2

{

	padding:10px 20px 5px 20px;

	margin:25px 0px 0px 0px;

	position:relative;

	float:left;

	width:540px;

	border:1px solid #FED000;

	background-color:#FFFFF9;

}




.headlines_header
{
	width: 537px;
	height: 28px;
	background: url('../images/site/content.jpg') no-repeat;
	margin-top: 10px;
}

.headlines
{
	width: 537px;
	padding-left: 10px;
}

#headlines_page_header_container
{
	padding-bottom: 5px;
	margin-bottom: 5px;
	padding-left: 10px;
	border-bottom: 5px solid #FED000;
	background: #000000;
}

#headlines_page_header
{
	font-family: Verdana, sans-serif;
	font-size: 1.5em;
	color: #FFFFFF;
	background: #000000;
	font-weight: bold;

}

.headlines_date
{
	float: left;
	padding-top: 8px;
	padding-left: 10px;
	color: #000000;
	font: 1.1em Arial;
	font-weight: bold;
}
.headlines_title
{
	color: #000000;
	font: 1.2em Arial;
	padding-top: 8px;
	font-weight: bold;
	padding-left: 50px;
	float: left;
}

.headlines_content
{
	padding: 10px 10px 10px 10px;
	border: 1px solid #000000;
	color: #000000;
	font: normal 12px/12pt Arial;	
	margin-bottom: 10px;
}

.news_content
{
	padding-left: 10px;
	padding-right: 10px;
}

.news_header
{
	padding-left: 10px;
	padding-right: 10px;
}

.news_category_header
{
	padding-left: 10px;
	padding-right: 10px;
}
/******************************************************************************

*

*						Form.

*

******************************************************************************/

.icon

{

	width: 11px;

	height: 8px;

	float: left;

	margin-top: 7px;

	margin-right: 8px;

	background: url('../images/vervolg.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: #FF9619;

	color: #FFFFFF;

	border: 1px solid #000000;

	text-align: center;

}



.input

	{	

		width: 65px;

		font: 1.0em Verdana; 

		color: #000000;

		border: 1px solid #000000;

	}









/******************************************************************************

*

*						Footer.

*

******************************************************************************/

#footer

{

	width: 948px;

	height:42px;

	position:relative;

	float:left;

	background-color:#FFFFFF;

	background-color: #000000;

	text-align:right;

	padding:10px 20px 20px 10px;

}

/*header deel in voetblok*/

#footer h1

{

	font-weight:normal;

	color:#ffffff;

	line-height:42px;

	height:42px;

	padding:0px;

	margin:0px;

	font-size:30px;

	text-transform:uppercase;

	letter-spacing:1px;



}

/*logo deel in voetblok*/

#logo

{

	position:absolute;

	left:0px;

	bottom:2px;



}

/******************************************************************************

*

*						Opmaak headings algemeen.

*

******************************************************************************/


h3

	{

		color: #000000;

		font: 1.3em verdana;

		text-align: center;

		font-weight: bold;

		margin: 0px;

		padding: 0px;

	}