body
{
	background: url(/Files/System/images/basics/bg-dantumagroep.gif);
	background-position: top, left;
	background-repeat: repeat-x;
	background-color: #444E69;
	font-family: Arial;
	font-size: 11px;
	color: #333333;
	line-height: 14px;
}

td
{
	font-family: Arial;
	font-size: 11px;
	color: #333333;
	line-height: 14px;
}

p
{
	font-family: Arial;
	font-size: 11px;
	color: #333333;
	line-height: 14px;
}


a:link, a:visited, a:active 
{
	font-family: Arial;
	font-size: 11px;
	color: #003D80;
	text-decoration: underline;
}

a:hover 
{ 
	text-decoration: none;
}

.content
{
	padding-left: 20px;
	padding-right: 20px;
	background-color: #FFFFFF;
	font-family: Arial;
	font-size: 11px;
	color: #131313;
	line-height: 15px;	
}

h1
{
	font-family: Arial;
	font-size: 18px;
	color: #003D80;
	font-weight: bold;
}

h2
{
	font-family: Arial;
	font-size: 16px;
	color: #444E69;
	font-weight: bold;
}

h3
{
	font-family: Arial;
	font-size: 11px;
	color: #003D80;
	font-weight: bold;
	margin: 0px; 
}

h4
{
	font-family: Arial;
	font-size: 11px;
	color: #444E69;
	font-weight: bold;
	margin: 0px;
}

.formfield
{
	font-family: Arial;
	font-size: 11px;
	color: #6E6E6E;
	height: 20px;
}

.breadcrumb
{
	font-family: Arial;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	
}

.breadcrumb a:link, .breadcrumb a:visited, .breadcrumb a:active
{
	font-family: Arial;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;		
}

.breadcrumb a:hover 
{
	color: #003D80;
	text-decoration: none;
	font-weight: bold;	
}

.newsitemheader
{
	font-family: Arial;
	font-weight: bold;	
}

.footer     
{
	background-color: #003D80;
	font-family: Arial;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}

.footer a:link, .footer a:visited, .footer a:active
{
	font-family: Arial;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}

.footer a:hover 
{
	color: #FFFFFF;
	text-decoration: underline;
}

.copyright     
{
	font-family: Arial;
	font-size: 10px;
	color: #888888;
	text-decoration: none;
}




/* Level 0 Menu*/
.Menu 
{
	padding: 0px;
	
	/* css2 disable table cellspacing, needed for mozilla */
	border-collapse: collapse;
}

.MenuItem
{
	/* css2 disable table cellspacing, needed for mozilla */
	border-collapse: collapse;
}

.MenuItemOver
{
	/* css2 disable table cellspacing, needed for mozilla */
	border-collapse: collapse;
	cursor: pointer;
}
.MenuText
{
	padding: 0px;
}

.MenuTextOver
{
	padding: 0px;
	cursor: pointer;
}
.Menu img
{
	cursor: pointer;
}

/* SubMenu */
.SubMenu 
{
	border: solid 1px #12182B;
	
	background-color: #C7CAD2;
	padding: 0px;
	margin: 0px;
	width: 137px;
	/* css2 disable table cellspacing, needed for mozilla */
	border-collapse: collapse;
	
}

.SubMenuItem
{
	/* css2 disable table cellspacing, needed for mozilla */
	border-collapse: collapse;
	
	background-color: #C7CAD2;
	width: 131px;
	margin: 3px;
	border: solid 1px #C7CAD2;
	overflow: hidden;
}

.SubMenuItemOver
{
	/* css2 disable table cellspacing, needed for mozilla */
	border-collapse: collapse;
	
	background-color: #444E69;
	width: 131px;
	margin: 3px;
	border: solid 1px #12182B;
	overflow: hidden;
	
}
.SubMenuText
{
	color: #12182B;
	padding: 3px;
	margin: 0px;	
	
}

.SubMenuTextOver
{
	color: #FFFFFF;	
	padding: 3px;
	margin: 0px;
	cursor: pointer;
	
}


#left-menu li
{
  margin-left: -15px;
}