a, td, tr, table, p, li, ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;

}

A:link		{  text-decoration: none; }
A:visited	{  text-decoration: none; }
A:active	{  text-decoration: none; }
A:hover		{  text-decoration: underline; }

/* 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 { margin: 0px; padding: 0px; }

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;
	}

.clr
{
	clear: both;
}



body
{

	
}	


body, table, td, input, select
{
	font-family:			verdana, helvetica;
	font-size:				11px;
	color:					#000000;
	
}


#wrapper
{
	width: 888px;
	background:#FFFFFF;
	margin-left: auto;
	margin-right: auto;	
}

.spacer
{
	width: 888px;
	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.

*

******************************************************************************/

#content
{
	width: 888px;
	float: left;
}

#main_400_container
{
	width:		507px;	
	text-align:	left;
	float:		left;
	border:1px solid #9c0000;
	margin-left:5px;
	margin-right: 5px;
	margin-top:5px;
}


#main_400_container table
{
	text-align: left;
	
}
#main_400_container ul
{
	margin-left:20px;
}
#main_400_container ol
{
	margin-left:20px;
}

#main_400_container img
{
	max-width: 550px;  /* Mozilla */
    width: expression(this.width > 570 ? 570: true); /* IE */
	padding-left: 2px;
}


#main_200_container_right
{
	width: 180px;
	color: #FFFFFF;	
	padding-top: 5px;
	float: left;
	text-align:	left;
	overflow:hidden;
}

#main_200_container_left
{
	width: 180px;
	float: left;
	padding-top: 5px;
	text-align:	left;
	overflow:hidden;
}

/******************************************************************************
*
*						HEADER
*
*****************************************************************************/
#header 
{
	width:	888px;
	height:	150px;
	background:#ffffff;
	margin-top:5px;
}


#header h1
{
	display: none;
}

#toplinks
{
	width:	888px;
	height: 35px;

}
#toplinks ul
{
	float:left;
	list-style: none;
}
#toplinks ul li
{
	width:102px;
	height:25px;
	float:left;
	background: url('../images/site/menuknop_hover.png') no-repeat;
	padding-top:10px;

}
#toplinks ul li:hover
{
	width:102px;
	height:25px;
	background: url('../images/site/menuknop.png') no-repeat;
	padding-top:10px;	
}
#toplinks ul li:visited
{
	width:102px;
	height:25px;
	background: url('../images/site/menuknop_hover.png') no-repeat;
	padding-top:10px;	
}

#toplinks ul li a
{
	font-size:12px;
	color:#ffffff;
}
#toplinks ul li a:hover
{
	color:#ffffff;
	text-decoration:none;
}
#toplinks ul li a:visited
{
	color:#ffffff;
}

#toplinks_hover
{
	background: url('../images/site/menuknop.png') no-repeat;
}
#banner_frame
{
	width:888px;
	height:116px;
	margin:0px;
	padding:0px;
}

#banner_frame_left
{
	width:877px;
	height:116px;
	background: url('../images/site/logo_bg.png') repeat-x;
	float:left;
}

#banner_frame_right
{
	width:11px;
	height:116px;
	background: url('../images/site/logo_right.png') no-repeat;
	float:left;
}
.logo {
	width: 81px;
	height: 91px;	
	background-image: url('../images/site/logo_ushc.png');
	background-repeat: no-repeat;	
	float:left;
	margin-left: 30px;
	margin-top:10px;
}


/******************************************************************************
*
*						Topmenu
*
*****************************************************************************/
#topmenu
{
	width: 888px;
	height: 50px;
}

#topmenu_left 
{
	width: 867px;
	height:50px;
	background: url('../images/site/topbalk.png') repeat-x;
	float:left;
}

#topmenu_right 
{
	width:	19px;
	height:50px;
	background: url('../images/site/topbalk_right.png') no-repeat;
	float:left;
	margin-right:2px;
}


#topmenu ul
{
	width: 867px;
	float:left;
	list-style:none;
	text-align:left;
	padding-top:15px;
	padding-left:5px;
}
#topmenu ul li
{
	color: #ffffff;
	font-weight: bold;
	display:inline;
	text-transform: uppercase;
	margin:0px;
	padding:0px;
	padding-left:5px;

}

#topmenu ul li:hover
{
	
}

#topmenu ul li:visited
{
	
}

#topmenu ul li a
{
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
}

#topmenu ul li a:hover
{
		color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}

#topmenu ul li a:visited
{
		color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
}



/******************************************************************************
*
*						login
*
*****************************************************************************/
.login
{
width: 300px;
float:right;
}


.login td
{
color:#ffffff;
}
#loginpanel
	{
		color: #000000;
	padding-left:5px;
	
	}

#loginpanelvergeten
	{
		color: #000000;
		padding-left:5px;
	}

#loginpanelvergeten a
	{
		color: #000000;	
		
	}
#loginpanelvergeten a:hover
	{
		color: #414141;	
		
	}
#loginpanelvergeten a:visited
	{
		color: #414141;	
		
	}
/******************************************************************************
*
*						BLOCKEN
*
*****************************************************************************/

.blockzonderheader
{
	width: 175px;
	_width: 180px;
	height: 22px;
	background: #9c0000;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 20px;
	padding-left:5px;
	padding-top:3px;
			text-transform: uppercase;
}

.blockzonder td
{
	
}
.blockzonder
{
	width: 158px;
	_width: 180px;	
	color: #000000;
	font-size:10x;
	text-align: left;
	padding:10px;
	border: 1px solid #9c0000;
	margin-bottom:10px;
}
.blockzonder hr
{
	width: 198px;
	border: 3px solid #0062A0;
	margin-bottom: 5px;
	margin-top: 0px;
	padding-top: 0px;

}
.blockzonder strong
{
	
}
.blockzonder table
{
	width: 160px;
	color: #0065b3;
	text-align: left;
}

.blockzonder a
{
	
}

.blockzonder a:hover
{
	
	text-decoration:underline;


}	
.blockzonder a:visited
{

}

.blockzonder ul
{
width:160px;
margin:0px;
list-style:none;
}

.blockzonder ul li
{
	color:#000000;
}

.blockzonder ul li a
{
	color:#000000;
}

.blockzonder ul li a:hover
{
	color:#000000;
}

.blockzonder ul li a:visited
{
	color:#000000;
}



.blockheader
{
	width: 175px;
	_width: 180px;
	height: 22px;
	background: #9c0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 20px;
		padding-left:5px;
	padding-top:3px;
			text-transform: uppercase;
}


.block
{
	width: 178px;
	overflow: hidden;
	color: #000000;
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border:1px solid #9c0000;
	margin: 0px;
	padding: 0px;
	overflow:hidden;
	margin-bottom:10px;
}

.block a
{
	color: #000000;
		font-size: 11px;
}

.block a:hover
{
	color: #000000;
}
.block a:visited
{
	color: #000000;
}

.block table
{

	color: #000000;

}
.block td
{
	color: #000000;
}


/******************************************************************************
*
*						Tabellen opmaak, intern.
*
******************************************************************************/

.tablecolor
{
	color:#FFFFFF;

}
.tablecolor a
{
	color:#FFFFFF;

}

.tablecolor a:hover
{
	color:#FFFFFF;

}

.tablecolor a:visited
{
	color:#FFFFFF;

}

/******************************************************************************
*
*						Nieuws opmaak.
*
******************************************************************************/



#news_header_title
{
	font-family: Arial, Helvetica, sans-serif;
	width: 502px;
	height:20px;
	font-size: 14px;
	font-weight:bold;
	color: #FFFFFF;
	background: #9c0000;
	margin-bottom: 20px;
	text-transform: uppercase;
	padding-top:5px;
	padding-left:5px;
}
.headlines_header
{
	width: 502px;	
}

.headlines
{
	width: 492px;	
	border-bottom: 1px solid #cccccc;
	margin-left:5px;
	margin-right:5px;
}

.headlines_date
{
	font-size: 10px;
	color: #cccccc;
	font-weight: bold;


}
.headlines_title
{
	font-size: 13px;
	font-weight: bold;
	color: #9c0000;
	margin-top:10px
		
}

.headlines_content
{
	width: 502px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	margin-bottom:10px;
}
/******************************************************************************
*
*						Mededelingen opmaak.
*
******************************************************************************/
#headlines_page_header_container
{
	width:508px;
	height:25px;
	background: #9c0000;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;
}


#headlines_page_header
{
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top:5px;
	padding-left:5px;
}
.news_content
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	margin-bottom:10px;
	border-bottom: 1px solid #cccccc;
}

.news_header
{
	height:20px;
	margin:0px;
	margin-bottom:5px;
	padding-left: 10px;
	padding-right: 10px;
}

.news_category_header
{
	font-size: 18px;
	font-weight: bold;
	color: #634099;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	margin-bottom: 20px;
}
.news_date
{
		
	font-size: 10px;
	color: #cccccc;
	font-weight: bold;
	
}

.news_title
{
		font-size: 13px;
	font-weight: bold;
	color: #9c0000;
	margin-top:10px
}

/******************************************************************************
*
*						quicklinks opmaak.
*
******************************************************************************/

#quicklinks
{
	width: 888px;
	height:100px;
	padding-left:170px;
}
.link
{
	width:130px;
	height:100px;
	float:left;
}

/******************************************************************************
*
*						Formulieren opmaak.
*
******************************************************************************/

.icon
{
	width: 11px;
	height: 8px;
	float: left;
	margin-top: 3px;
	margin-right: 8px;
	background: url('../images/vervolg3.gif') no-repeat;
}

.icon2
{
	width: 11px;
	height: 8px;
	float: left;
	margin-top: 3px;
	margin-right: 8px;
	background: url('../images/vervolg2.gif') no-repeat;
}


.knop
{
	background: #208627;
	border: 1px solid #208627;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 11px;

}



.input
{	
	width: 100px;
	font: 1.0em Verdana; 
	color: #000000;
	border: 1px solid #000000;
}

/******************************************************************************

*

*						Footer.

*

******************************************************************************/

#footer {
	width: 972px;
	height: 25px;
	background: url('../images/site/balk.jpg') no-repeat left top;
	text-align: center;
	color: #fff;
	font-weight: bold;
	line-height: 24px;
}

#footer a {
	color: #fff;
	text-decoration: underline;
	font-weight: bold;
}

#footer a:hover {
	text-decoration: none;
}


/******************************************************************************

*

*						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;
}

/******************************************************************************
*
*						MENU LINKS INGEBRUIK
*
******************************************************************************/
.menu

{
	width: 180px;
	text-align: left;
	margin-bottom:5px;

}

.menu ul
{
	width: 180px;
	list-style: block;	
	list-style:none;		
	margin: 0px;
	padding: 0px;
	background: none;

}

.menu li
	{
	color: #ffffff;
	background: #9c0000;
	height: 20px;
	line-height: 20px;
	text-decoration: none;
	margin-bottom: 1px;
	display: block;
	padding-left: 10px;
	padding-right: 10px;


	
	}

.menu li:hover
{
	background: #9c0000;
}
.menu li:hover a
{
	color:#ffffff;

	font-weight:bold;
	display:block;
}
.menu li:hover a:hover
{
	color:#ffffff;

	font-weight:bold;
	display:block;
	text-decoration:none;
}
.menu li:visited a
	{
	
	}

.menu a
	{
	color:#ffffff;
			font-weight:bold;
	}

.menu a:hover
	{
		color:#ffffff;
		text-decoration:none;
		font-weight:bold;
	}
.menu a:visited
	{

	
	}

.menu table
	{
		width: 176px; 	
		margin: 0px;
		padding: 0px;
	}

.menuspecial
{
margin:0px;
padding:0px;
}
