/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}


body {
font-family		: Arial, Helvetica, sans-serif;
font-size			: 13px;
background		: url('/images/body-bg.gif') #fff repeat-x;
line-height		: 20px;
color: #434343;
border-top: 15px solid #24358e;

}

#shadow {
background: url('/images/wrapper-shadow.png') repeat-y center top;
display: table;
width: 100%;
padding-bottom: 35px;
}

#wrapper {
width			: 926px;
margin			: 0px auto 0px auto;
background: white;
padding-left: 27px;
padding-right: 27px;
padding-bottom: 35px;
min-height: 550px;
}


/* ---------- HEADER ---------- */
#header {
height			: 154px;	
}

#header a.logo {
	float:left;
	display:block;
}

#header .right {
	float:right;
}

	
	/* METAMENU */
	#metamenu {
	float:right;
	clear:right;
	margin-bottom:5px;
	margin-top: 15px;
	}

		ul.metamenu {
		float: right;
		
		}
			ul.metamenu li	{
			display: inline;			  
			}

				ul.metamenu li a,
				ul.metamenu li a:visited {
				padding: 0px 15px 0px 17px;
				text-decoration: none;
				text-transform: lowercase;
				border-right: 1px dotted #ccc;
				color: #434343;
				font-size: 11px;
				margin-right: 11px;
				}
				
					ul.metamenu li a:hover {
					text-decoration: underline;
					color: black;
					}

				ul.metamenu li.last a,
				ul.metamenu li.last a:visited {
				border: none;
				margin-right: 0px;
				padding-right: 0px;
				}
				
				ul.metamenu li.home a {
				background: url('/images/icon-metamenu-home.gif') no-repeat left center;
				}
				
				ul.metamenu li.contact a {
				background: url('/images/icon-metamenu-contact.gif') no-repeat left center;
				padding-left: 15px;
				}
				
				ul.metamenu li.sitemap a {
				background: url('/images/icon-metamenu-sitemap.gif') no-repeat left center;
				padding-left: 19px;
				
				}
				
	
	/* SEARCH */
	#search {
	position: absolute;
	margin-left: 689px;
	top: 104px;
	width: 237px;
	height: 26px;
	margin-bottom:5px;
	background: url('/images/search-bg.gif') no-repeat;
	}
	
		form#searchform {
		}

			input#searchstring {
			background: none;
			border: none;
			margin-top:3px;
			margin-left: 8px;
			padding: 2px 3px;
			color: #555555;
			width: 190px;
			float: left;
			}

				input#searchstring:focus {
				}

			input#searchbutton {
			width: 30px;
			height: 24px;
			background: none;
			border: none;
			cursor: pointer;
			}


	/* LANGUAGESELECTOR */
	#language  {
	float:right;
	clear:right;
	}

		#language ul {
		font-size: 10px;		  
		margin: 0px;		
		}
			#language ul li {
			display: inline;
			padding: 2px;
			}

				#language ul li.active a,
				#language ul li.active a:visited {
				text-decoration: none;
				font-weight: bold;
				}
	
	
	/* MEMBERLOGIN */
	#memberlogin {
	float:right;
	clear:right;
	width: 335px;
	margin-bottom:5px;
	}
	
		#memberlogin input.DataBoundText {
		border: 1px solid #CCCCCC;
		background: #f6f6f6;
		color: #555555;
		margin-top:1px;
		padding: 2px 3px;
		width: 75px;
		}
	
		#memberlogin input.SubmitButton {
		width: 75px;
		}
	

/* ---------- BREADCRUMB ----------*/
#breadcrumb {
position: absolute;
margin-top: 37px;
font-size: 11px;
color: #777;
}

	#breadcrumb a {
	color: #777;
	}
	
		#breadcrumb a:hover {
		color: black;
		}

/* ---------- CONTENT ---------- */



	#column-left {
	width:215px; 
	float: left;
	padding-top: 19px;
	}

	
	#content {
	margin-left: 215px;
	background: url('/images/h1-breadcrumb-bg.gif') no-repeat top left;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 25px;
}

	.conversie  {
	float: right;
	width: 210px;
	padding: 15px;
	background: url('/images/conversie-block-bg.gif') repeat-y;
	border-bottom: 1px solid #d3d7e8;
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	margin-left: 25px;
	margin-bottom: 25px;
	margin-right: -30px;
	}
		
		#content .conversie img {
		margin-left: -15px;
		margin-top: -15px;
		border: none;
		padding: 0;
		}
		
		.conversie h2{
		margin-top: 10px;
		}
	
		

	
/* ---------- MAIN MENU ---------- */
#menu {
width: 215px;
background: url('/images/mainmenu-bg.gif') no-repeat left top #24358e;

padding-top: 37px;
padding-bottom: 27px;
}



	#menu ul li a {
	line-height: 31px;
	border-top: 1px solid #7789cc;
	display: block;
	margin-left: 28px;
	color: white;
	text-align: right;
	padding-right: 10px;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 0px;
	text-transform: uppercase;
	}
	
		#menu ul li a:hover {
		background: #15257c;
		}
		
		#menu ul li a.last {
		border-bottom: 1px solid #7789cc;
		}
		
			#menu ul li.active a {
			background: #edb310;
			color: #000a3c;
			}
			
				#menu ul li.hasSub a  {
				background: url('/images/menu-arrow-haschild_orange-matte.gif') no-repeat #edb310 7px center;
				}
				
				#menu ul li.noSub a  {
				background: url('/images/menu-arrow_orange-matte.gif') no-repeat #edb310 7px center;
				}
				
					
			
			/* submenu */
				#menu ul li.active ul li a {
				letter-spacing: 0px;
				font-weight: normal;
				font-size: 12px;
				text-align: left;
				padding-left: 19px;
				background: #d3d7e8;
				line-height: 18px;
				margin-left: 38px;
				padding-top: 3px;
				padding-bottom: 3px;
				font-weight: bold;
				text-transform: none;
				}
					
					#menu ul li.active ul li a:hover {
					background: #15257c;
					
					color: white;
					}
					
					#menu ul li.active ul li a.last {
					border-bottom: none;
					}
					
						#menu ul li.active ul li.active a {
						background:  #edc145;
						color: #000a3c;
						}
						
							#menu ul li.active ul li.hasSub a  {
							background: url('/images/menu-arrow-haschild_orange-matte.gif') no-repeat #edc145 7px center;
							}
							
							#menu ul li.active ul li.noSub a  {
							background: url('/images/menu-arrow_orange-matte.gif') no-repeat #edc145 7px center;
							}
						
							
						
						/*subsubmenu */
							#menu ul li.active ul li.active ul li a {
							letter-spacing: 0px;
							font-weight: normal;
							font-size: 12px;
							font-weight: normal;
							background: #d3d7e8;
							padding-top: 2px;
							padding-bottom: 2px;
							margin-left: 48px;
							}
								
								#menu ul li.active ul li.active ul li a:hover {
								background: #15257c;
								color: white;
								}
								
								#menu ul li.active ul li.active ul li a.last {
								border-bottom: none;
								}
								
									#menu ul li.active ul li.active ul li.active a {
									background:  #edc145;
									color: #000a3c;
									}
									
									
												#menu ul li.active ul li.active ul li.hasSub a  {
												background: url('/images/menu-arrow-haschild_orange-matte.gif') no-repeat #edc145 7px center;
												}
												
												#menu ul li.active ul li.active ul li.noSub a  {
												background: url('/images/menu-arrow_orange-matte.gif') no-repeat #edc145 7px center;
												}
									
									
										/*subsubmenu */
										#menu ul li.active ul li.active ul li.active ul li a {
										letter-spacing: 0px;
										font-weight: normal;
										font-size: 11px;
									
										background: #d3d7e8;
										
										margin-left: 58px;
										}
											
											#menu ul li.active ul li.active ul li.active ul li a:hover {
											background: #15257c;
											color: white;
											}
											
											#menu ul li.active ul li.active ul li.active ul li a.last {
											border-bottom: none;
											}
											
												#menu ul li.active ul li.active ul li.active ul li.active a {
												background:  #edc75c;
												color: #000a3c;
												}
												
													#menu ul li.active ul li.active ul li.active ul li.hasSub a  {
													background: url('/images/menu-arrow-haschild_orange-matte.gif') no-repeat #edc145 7px center;
													}
													
													#menu ul li.active ul li.active ul li.active ul li.noSub a  {
													background: url('/images/menu-arrow_orange-matte.gif') no-repeat #edc145 7px center;
													}


#menu-footer {
width: 215px;
background: url('/images/mainmenu-footer.gif') no-repeat left top;
height: 7px;
}

/* ----------- FOOTER ---------- */
#footer {
clear					: both;
background: url('/images/footer-bg.gif') center top no-repeat;
text-align: center;
color: white;
height: 74px;
padding-top: 4px;
font-size: 11px;
}

