body
{
	background: url(/Files/System/images/basics/bg.gif);
	background-position: top, left;
	background-repeat: repeat-x;
	background-color: #999999;
	font-family: Arial;
	font-size: 11px;
	color: #333333;
	line-height: 14px;
}

body.fotoboek
{
	background: transparent;
}

#producten, #framePage
{
	background-image: none;
	background-color: #FFFFFF;
}

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;
}

.moduleframe
{
	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: 18px;
	color: #019CDE;
	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: #019CDE;
	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;	
}

.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 #005FC1;
	
	background-color: #B2E1F5;
	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: #B2E1F5;
	width: 131px;
	margin: 3px;
	border: solid 1px #B2E1F5;
	overflow: hidden;
}

.SubMenuItemOver
{
	/* css2 disable table cellspacing, needed for mozilla */
	border-collapse: collapse;
	
	background-color: #019CDE;
	width: 131px;
	margin: 3px;
	border: solid 1px #005FC1;
	overflow: hidden;
	
}
.SubMenuText
{
	color: #005FC1;
	padding: 3px;
	margin: 0px;	
	
}

.SubMenuTextOver
{
	color: #FFFFFF;	
	padding: 3px;
	margin: 0px;
	cursor: pointer;
	
}

#left-menu li
{
  margin-left: -15px;
}