/******************************************************************************
*
*						De site onderdelen.
*
******************************************************************************/
/* cabedge.com Screen Styles */
html { margin: 0; padding: 0; width: 100%}

/* resets most browser styles to enhance cross-browser compatibility */
h1, h2, h3, h4, h5, h6, h7, p, form, ul, ol, li, blockquote { margin: 0; padding: 0; }
img, a{ border:none; text-decoration: none;}
ul, li{}


/*reset link eigenschappen*/
a:link { text-decoration: none;}
a:visited { text-decoration: none;}
a:hover { text-decoration: none;}
a:active { text-decoration: none;}

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;
	}

body
{
	margin:		0px;
	background:	#FFFFFF;
}

A:link {font-family: verdana, ; color: #000000; font-size: 8pt; text-decoration: none;}
A.top {font-family: verdana, ; color: #ffffff; font-size: 8pt; text-decoration: none;}
A.top2 {font-family: verdana, ; color: #ffffff; font-size: 9pt; text-decoration: none;}
A:visited {font-family: verdana; color: #000000; font-size: 8pt; text-decoration: none;}
A.top:visited {font-family: verdana; color: #ffffff; font-size: 8pt; text-decoration: none;}
A.top2:visited {font-family: verdana; color: #ffffff; font-size: 9pt; text-decoration: none;}
A:active {font-family: verdana; color: #000000; font-size: 8pt; text-decoration: none;}
A:hover {font-family: verdana; color: #FA0000; font-size: 8pt; text-decoration: none;}
A.top:hover {font-family: verdana; color: #ffffff; font-size: 8pt; text-decoration: underline;}
A.top2:hover {font-family: verdana; color: #ffffff; font-size: 9pt; text-decoration: underline;}
h1 {margin-bottom:1px;font-size: 18pt;}
h2 {margin-bottom:2px;font-size: 14pt;}
h3 {margin-bottom:2px;font-size: 10pt;}
td {font-family: verdana; font-size: 8pt;}

#nieuwsarchief 
{
	width: 400px;
}

#nieuwsarchief img
{
	max-width: 250px;  /* Mozilla */
    width: expression(this.width > 200 ? 200: true); /* IE */
}

.nieuwsarchief_item
{
	width:300px;
}
.nieuwsarchief_item .contentblock
{
	width:300px;
	height: 80px;
	overflow:hidden;
}
.nieuwsarchief_item .optionsblock
{
	width:300px;
	height: 30px;
	overflow:hidden;
}
.nieuwsarchief_item .titleblock
{
	width:300px;
	height: 20px;
	overflow:hidden;
}
.nieuwsarchief_category
{
	float: left; 
	width: 200px;
}

#top_menu
{
	width: 805px;
	height: 26px;
	background: #FE0000;
}
#menu
{
	height: 26px;
	margin-left:3px;
	color: #ffffff;
}
#menu li
{
	height: 16px;
	margin-left:5px;
	display	: block;
	color: #ffffff;
border-bottom		: 1px solid #171781;
}

#menu a
{

	color: #ffffff;
}
#menu li a:hover
{

	text-decoration:underline;
	background-color	: #020237;
}