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;



}


body
{
	background: #FFFF00;
}	


body, table, td, input, select
{
	font-family:			verdana, helvetica;
	font-size:				11px;
	color:					#000000;
}

#toCenter
{
	width: 1200px;
	margin: 0 auto;
}


#sponsorsvertical
{
	width:170px;

	float: left;
	overflow:hidden;
}

#wrapper
{
	width: 1130px;
	background: #ffffff;
	border: 1px solid #CCCCCC;
	float: left;
	overflow:hidden;

	
}

.spacer
{
	width: 957px;
	height: 10px;
	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.

*

******************************************************************************/
#banneremma
{
	width: 1128px;
	border:1px solid #ccc;
	height:50px;
	margin-top:2px;
}
#banneremma h3
{
text-align:left;
 font-size:13px;
}
.nieuws
{
	text-align:left;
	font-size:10px;
}

#main_400_container
{
	float:				left;
	background:			#FFFFFF;
	width:				577px;
	text-align:			left;
}


#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: 200px;
	float: left;
	color: #FFFFFF;
}

#main_600_container
{
	float:				left;
	width:				780px;
	text-align:			left;
	background:			#FFFFFF;
	margin-top: 2px;
}

#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: 1130px;
	height: 105px;
	background: url('../images/site/header.gif') no-repeat;
	
	
}

#header h1
{
	display: none;
}

	

#leftmenu_container
{
	width: 163px;
	float: left;
	text-align:	left;
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	margin: 2px;
}


/******************************************************************************
*
*						Box
*
*****************************************************************************/

.blockzonderheader
{
	width: 157px;
	height: 19px;
	margin-left: 2px;
	margin-right: 2px;
	background: #994141;
	border: 1px solid #ccc;	
	border-bottom:none;
	margin-top: 20px;
	padding: 5px 0px 0px 0px;
}

.blockzonderheader h3
{
	color: #FFF;
	font: Arial;
	font-weight: bold;
	font-size: 12px;
}


.blockzonder
{
	width: 157px;
	margin-left: 2px;
	margin-right: 2px;
	margin-bottom: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	color: #000;
	background: #FAFAFA;
	text-align: left;
}

.blockzonder hr
{
	width: 157px;
	border: 3px solid #0062A0;
	margin-bottom: 5px;
	margin-top: 0px;
	padding-top: 0px;

}

.blockzonder strong
{
	color: #000;
}

.blockzonder table
{
	width: 157px;
	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: 193px;
	height: 20px;
	background: #994141;
	border: 1px solid #ccc; /*#191512*/
	border-bottom:none;
	margin-top: 1px;
	padding: 5px 0px 0px 0px;
	margin-right: 5px;
}

.blockheader h3
{
	color: #FFF;
	font: Arial;
	font-weight: bold;
	font-size: 12px;
}

.block
{
	width: 193px;
	color: #000000;
	background: #FAFAFA;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	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: 159px;
	margin: 2px;
	text-align: left;
}

.menu ul
{
	width: 159px;
	list-style: block;	
	list-style:none;		
	margin: 0px;
	padding: 0px;
}

.menu li.no_item
{
	width: 154px;
	height: 16px;
	padding-left: 5px;
	padding-top: 2px;
	background: url('../images/site/no_item.jpg') repeat-x;
	list-style: none;
	color: #666666;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 2px;
	margin-top: 2px;
}

.menu li.menuitem
{
	width: 140px;
	height: 18px;
	padding-left: 19px;
	padding-top: 7px;
	background: url('../images/site/li.jpg') no-repeat;
	list-style: none;
	color: #cccccc;
}

.menu li.menuitem a
{
	font-family: Verdana,Arial, Helvetica, Sans Serif;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	color: #cccccc;
	text-align: left;
}

.menu li.hover
{
	width: 140px;
	height: 18px;
	padding-left: 19px;
	padding-top: 7px;
	background: url('../images/site/li_hover.jpg') no-repeat;
	list-style: none;
	color: #cccccc;
}

.menu li.menuitem a
{
	font-family: Verdana,Arial, Helvetica, Sans Serif;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	text-align: left;
}



/******************************************************************************

*

*						Content opmaak.

*

******************************************************************************/

.headlines_header
{
	
	width: 560px;	
	margin-top: 10px;	
	border-bottom:none;


}

.headlines
{
	width: 560px;
	padding-left: 4px;
	margin: 10px 0 10px 10px;
	*margin-top: 10px;
	background:none;
	border: 1px solid #994141;
}

#headlines_page_header_container
{
	margin-top:5px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	padding-left: 10px;
	border-bottom: 5px solid #ffff01;
	background:none;
}

#headlines_page_header
{
	font-family: Verdana, sans-serif;
	font-size: 1.5em;
	color: #000;
	
	font-weight: bold;

}

.headlines_date
{
	float: left;
	padding-top: 2px;
	padding-left: 10px;
	color: #000;
	font: 1.1em Arial;
	font-weight: bold;
}
.headlines_title
{
	color: #000;
	font: 1.2em Arial;
	padding-top: 2px;
	font-weight: bold;
	padding-left: 50px;
	float: left;
}

.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;
}

.news_category_header
{
	padding-left: 10px;
	padding-right: 10px;
}
/******************************************************************************

*

*						Form.

*

******************************************************************************/

.icon

{

	width: 11px;

	height: 8px;

	float: left;

	margin-top: 3px;

	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: #994141;

	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: 957px;

	padding-top:		10px;

	padding-bottom:		10px;

	text-align:			center;

	clear: both;

	color: #fff;
	background:#994141;


}

#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;

	}
