/* CSS document         */
/* made by              */
/* etrick webservices   */
/* http://www.etrick.nl */
/**/
/**/
/* algemeen */
/**/
html,body { font-family: Verdana, Arial, Helvetica, sans-serif; background-color: #ccc; margin:0; padding:0; height:100%; border:none; }

a:link, a:visited, a:active {
	color: #000000;
	}
a:hover {
	color: #000000;
	}
.oranje {
	color: #f7931e;
	}
/* boven */
/**/
#boven {
	/*padding-top: 30px;
	padding-left: 20px;
	padding-right: 20px;*/
	padding:10px; margin:0;
	height:0;
	}
/* pathway */
/**/
#pathway {
	padding-top: 5px;
	padding-left: 20px;
	padding-right: 20px;
	}
.pathway {
	color: #cc99cc;
	font-size: 10px;
	text-decoration: none;
	font-weight: normal;
	}
.pathway a {
	color: #cc99cc;
	text-decoration: none;
	font-weight: normal;
	}
.pathway ul {
	list-style-type: none;
    margin: 0;
    padding: 0;
}
.pathway li {
    display: inline;
	float:left;
	margin-right:6px;
}
/* menu */
/* mainlevel */
/**/
#left {
	width: 195px;
	padding-top: 124px;
	background-image: url(../images/logo_bovenmenu.gif);
	background-repeat: no-repeat;
	}
.menu li {
	list-style-type: none;
}
.menu {
	width: 195px;
	height: 45px;
	padding:0;
	}
.menu li a {
	padding-left:20px;
	color: #ffffff;
	font-size: 12px;
	line-height: 45px;
	font-weight: normal;
	text-decoration: none;
	display: block;
	background-image: url(../images/bg_menu.gif);
	background-repeat: no-repeat;
	}
.menu li a:hover,
.menu li a:active,
.menu .active {
	background-image: url(../images/active_menu.gif);
	background-repeat: no-repeat;
	}
/* sublevel */
/**/
.menu .nav-child li a {
	width: 145px;
	line-height: 20px;
	padding-top: 5px;
	padding-left: 10px;
	margin-left:0;
	padding-bottom: 5px;
	background-image: url(../images/bg_submenu.gif);
	background-repeat: no-repeat;
	}
.menu .nav-child li a:hover,
.menu .nav-child .active a,
.nav-child .current a {
	color:#f7931e;
	background-image: url(../images/active_submenu.gif);
	background-repeat: no-repeat;
}
/* mainbody */
/**/
#main {
	width: 800px;
	height: 100%;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 160%;
	font-size: 13px;
	}

/*--begin styling formulier--*/
#main fieldset {
	padding:20px 0 20px 0; margin:0;
	border: none;
}
#main .hasTooltip {
    display: none !important;
}
#main .control-label {
	padding:16px 0 6px 0;
}
#main input,
#main textarea {
	padding:10px;margin:2px;
	width:95%;
}
#main input[type=text],
#main input[type=email],
#main textarea {
    border: 2px solid #f7931e;
    border-radius: 4px;
	background-color: #f6e2cb;
}
#main input[type=text]:focus,
#main input[type=email]:focus,
#main textarea:focus {
	background-color: #f6e2cb;
}
#main button[type=submit],
#main button[type=reset] {
    margin:10px 0 20px 0; padding:6px 12px;
	border: 2px solid #f7931e;
    border-radius: 4px;
	background-color: #f7931e;
	/*TXT*/
	color:#FFF;
	font-size:18px;
}
#main button[type=submit]:hover,
#main button[type=reset]:hover {
	background-color: #f7931e;
}
#main input[type=checkbox] {
	float:left;
}
#main #jform_contact_email_copy-lbl,
#main .optional {
	float:left;
}
/*--einde styling formulier--*/
/*--------------------------------------------*/
/* footer */
/**/
#footer {
	color: #cc99cc;
	font-size: 9px;
	padding-top: 50px;
	padding-bottom: 8px;
	}
.footer a:link, .footer a:active, .footer a:visited, .footer a:hover {
	color: #cc99cc;
	}
/**/
/* the end!!! */