body
{
	margin: 3px 0 0 0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #FCD402;
	background-color: #FFFFFF;
}

table
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
}

td
{
	text-align: left;
}

dl
{
	margin-top: 0px;
}

form
{
	margin: 0;
	display: inline;
}

img
{
	border: 0;
	vertical-align: bottom;
}

a
{
	color: #FCD402;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

a:active
{
	text-decoration: none;
}

a.red 
{
	color: red;
}

select
{
	width: 125px;
	font-size: 10px;
}

input
{
	font-size: 10px;
}

input[type=text], input[type=password]
{
	border: #ddd solid 1px;
}

input.readonly
{
	color: #808080;
	background-color: white;
}

input.numeric
{
	text-align: right;
}

.error, .warning
{
	color: #E72B31;
	font-style: italic;
}

.error
{
	font-weight: bold;
}

#errorList li
{
	color: red;
}
.seperator
{
	border-bottom: solid 1px #DDDDDD;
}

.tab, .activetab
{
	border: solid 1px #DDDDDD;
}

.tab
{
	padding: 0 8px 0 8px;
}

.activetab
{	
	border-bottom-width: 0;
	padding: 0 8px 1px 8px;
}

del
{
	color: Red;
}
/* Everything below should be cleaned up! */

#menu_algemeen ul
{
	margin: 0px;
	padding: 0px;
	list-style: none;    
}

#menu_algemeen li
{
	float: left; 
	border-right: 1px solid #fff;             
}

#menu_algemeen li a
{
	color: #fff;
	display: block;  
	padding: 3px 8px 3px 10px;   
	text-decoration: none; 
}

#menu_algemeen li.actief
{
	background: #fff;
}    

#menu_algemeen li.actief a
{
	color: #000;
	text-decoration: none;    
}

#menu_algemeen li.actief a:hover
{
	background: #fff;
}

#menu_algemeen ul li a:hover
{
	background-color: #ddd;
	padding-left: 10px;
	color: #000;
	text-decoration: none;    
}

/*===================== content =====================*/

div.content
{
	padding-left: 8px;
	width: 570px;
}

/*------------------ tabelopmaak -------------------*/

tr.tabelkolom
{
 	padding: 0px 8px 0px 8px;
 	font-weight: bold;
 	background-color: #ddd; 
 	height: 25px;
}


td.tabelkolom
{
	border-right: 1px solid #fff;
}

td.tabelkolomExt
{
	border-right: 1px solid #fff;
	display: none;
}
td.tabelregel
{
	border-right: 1px solid #ddd;
}

td.tabelregelExt
{
	border-right: 1px solid #ddd;
	display: none;
}

td.tabelregel a
{
 	font-weight: bold;
}

table.tabelopmaak td
{
 	padding: 0px 8px 0px 8px;
}

table.tabelopmaak tr
{
	height: 25px;
}

#menu
{
	top: 0;
	left: 0;
	width: 200px;
}

#menu dl, dt, dd
{
	margin: 0;
	padding: 0;
}

#menu dt
{
	background: #000000;
	cursor: pointer;
	line-height: 25px;
	font-weight: normal;
	color: #FCD402;
	border-bottom: 1px solid #FCD402;
}

#menu ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#menu li
{
	background: #8F9895;
	line-height: 25px;
	border-bottom: 1px solid #FCD402;
}

#menu li a
{
	padding-left: 10px;
	color: #FCD402;
	text-decoration: none;
	display: block;
}

#menu dt a
{
	padding-left: 10px;
	color: #FCD402;
	text-decoration: none;
	display: block;
}

#menu li a:focus, a:active
{ 
	outline: none;
	-moz-outline: 0px none red; outline: 0px none red;
}

#menu li a:hover
{
	color: #8F9895;
	background-color: #FCD402;
}

#menu dt a:hover
{
	color: #000000;
	background-color: #FCD402;
}

#menu dt a:focus, a:active
{ 
	outline:none;
	-moz-outline: 0px none red; outline: 0px none red;
}

#breadcrumb
{
	margin-left: 10px;
	color: #000000;
}

#breadcrumb a
{
	text-decoration: none;
	color: #000000;
}

#breadcrumb a:hover
{
	text-decoration: underline;
}

#breadcrumb a.actief
{
	font-weight: bold;
	text-decoration: none;
}


/*------------------- submenu --------------------*/

div.subMenu
{
	padding: 10px 0px 0px; 
	margin-left: 0px;
}

div.menuText
{
	padding-left: 10px;
}

.menuText a
{
	color: #0E1C58;
}

div.componentSmall
{
	padding-left: 15px;
	padding-top: 10px;
	min-height: 190px;
	width:185px;
}

div.componentMedium
{
	padding-left: 15px;
	padding-top: 10px;
	width:385px;
	min-height: 190px;
}

div.componentLarge
{
	padding-left: 15px;
	padding-top: 10px;
	width:584px;
	min-height: 190px;
}
div.arrow
{
	background: url("images/icons/arrow.gif") 0px 3px no-repeat; 
	padding-left: 10px;
	padding-right: 10px;
}

.arrow a
{
	color: #FCD402;
}

.arrow span
{
	color: #1A3C86;
	cursor:pointer;
}
/*------------------- homepage --------------------*/

div.readmore a
{
	background: transparent url(images/icons/arrow.gif) no-repeat scroll 0px 3px; 
	padding-left: 12px;
	color: #1A3C86;
}

.thumbImage
{
	float: left;
	width: 45px;
	height: 45px;
}

.componentHeader
{
	float: left;
	height: 20px;
}