
body	{
	margin: 0px;
}

a	{
	text-decoration: none;
	color: black;
}

a:hover	{
	text-decoration: underline;
}

a.footerlink	{
	color: white;
}

a.footerlink:hover	{
	text-decoration: underline;
}

a.menulink	{
	display: block;
	text-decoration: none;
	color: black;
	width: 100%;
	padding: 3px;
}

a.root_menulink	{
}

a.menulink:hover	{
	text-decoration: none;   
}

a.language {
	font-family: "Garamond", times, serif;
	font-size:14px;
	line-height:17px;
}


table, tr, td, img, div	{
	border-style: none;
	margin: 0px;
	padding: 0px;
}


div.menu	{
	color: #1CA753;
	font-weight: bold;
	background-color: transparent;
	display: block;
	margin-bottom: -1px;
	padding: 2px;
	height: 24px;
	z-index: 100;
}


div.menuitem	{
	background-color: white;
	display: block;
	font-family: "Garamond", times, serif;
	font-size: 14px;
	z-index: auto;
	width: 220px;
}

div.menuitems0	{
	display: inline;
	font-family: "Garamond", times, serif;
	font-size: 14px;
	border: 1px solid white;
	margin-left: 2px;
	margin-right: 2px;
	padding-left: 2px;
	padding-right: 2px;
	z-index: auto;
}

div.menuitems1,
div.menuitems2	{
	background-color: white;
	background-image: url('../images/arrow.gif');
	background-repeat: no-repeat;
	background-position: center right;
	display: block;
	font-family: "Garamond", times, serif;
	font-size: 14px;
	z-index: auto;    
	width: 220px;
}


div.menusep	{
	display: inline;
	left: 2px;
	margin-right: -8px;
	padding-right: 8px;
	z-index: auto;
}

div.menuitem:hover,
div.menuitems1:hover	{
 	border-color: #1CA753;
 	background-color: #eeeeee;
	cursor: pointer;
	font-weight: bold;
}


div.submenu0	{
	z-index: 101;
	color: black;
	font-weight: normal;
	display: none;
	position: absolute;
	padding-top: 4px;
	padding-left: 12px;
	padding-right: 12px;     
	padding-bottom: 12px;
	margin-left: -149px;
	margin-top: 17px;
}

div.submenu1,
div.submenu2	{
	z-index: auto;
	color: black;
	font-weight: normal;
	display: none;
	position: absolute;
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 12px;
	margin: 40px;
	margin-top: -4px;
}

div.submenus	{
	background-color: white;
	border: 1px solid #1CA753;
	border-top: 0px none transparent;
	border-bottom: 0px none;
	z-index: auto;
}

              
div.menuitems0:hover div.submenu0,
div.menuitems1:hover div.submenu1	{
	display: inline;
}

div.menuitemsep	{
	line-height: 1px;
	height: 1px;
	font-size: 1px;
	width: 220px;
}

td.menuborder	{
	border-bottom: 1px solid #1CA753;
}

td.menutopborder	{
	background-image: url('../images/menu_top_border.gif');
	background-repeat: repeat;
	height: 5px;
}

table.onderbalk	{
	font-family: "Garamond", times, serif;
	font-size: 13px;
	background-color: #1CA753;
	color: white;
	height: 24px;
}


td.block	{
	vertical-align: top;
	height: 84px;
	border: 1px solid #cccccc;
	padding: 2px;
	font-size: 14px;
	font-family: "Garamond", times, serif;
	color: #444444;
}

td.content	{
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	vertical-align: top;
}

td.blocks {
	width: 182px;
	vertical-align: top;
	padding: 0px;
	padding-top: 5px;
}

div.content {
	display: block;
	border: 0px none white;
	font-family: "Garamond", times, serif;
	font-size: 14px;
	width: 536px;
}

img.navbutton:hover	{
	cursor: pointer;
}



.button			{cursor:pointer;font-family: "Garamond", times, serif;color: black;font-size: 6.5pt}
.imagebutton	{cursor:pointer;font-family: "Garamond", times, serif;color: black;font-size: 8pt;}
.checkbox		{cursor:default;font-family: "Garamond", times, serif;color: black;font-size: 8pt;margin:0;}
.radiobutton	{cursor:default;font-family: "Garamond", times, serif;color: black;font-size: 8pt}
.combobox		{cursor:default;background:#FFFFFF;font-family: "Garamond", times, serif;color:black;font-size: 8pt;border:1px #ccc solid;}
.textfield		{background:#FFFFFF;font-family: "Garamond", times, serif;color:black;font-size: 8pt;border:1px #ccc solid;}
.textarea		{background:#FFFFFF;font-family: "Garamond", times, serif;color:black;font-size: 8pt;border:1px #ccc solid;}
.datum			{cursor:default;background:#FFFFFF;font-family: "Garamond", times, serif;color:black;font-size: 8pt;border:1px #ccc solid;}


