/* Html tags */
a, a:link, a:visited, a:active, .href {
	text-decoration: none;
	color: #F47B28;
	cursor: pointer;
}
a:hover, .href_h {
	text-decoration: underline;
	cursor: pointer;
}
td {
	vertical-align: top;
}
p, form {
	margin: 0px;
}
hr {
	height:1px;
	border-top: 1px solid #cecece;
	border-bottom: none;
	border-right:none;
	border-left:none;
}
body {
	background: #ccc;
	color: #333;
	margin: 0px;
	font-size: 12px;
	font-Family: Arial, Helvetica, sans-serif;
	text-align: center;
}
body.popup, body.editor, body.clean {
	text-align:left;
}
body.editor {
	text-align: left;
	background: #fff;
	color: #000;
}

/* site-layout */
#index {
	background-color: #fff;
	width:856px;
	text-align:left;
	margin: 15px auto 15px auto;
}
h1#top_logo
{
	position:absolute;
	margin: 24px 0 0 16px;
	background-image: url(/images/logos/logo.gif);
	background-repeat: no-repeat;
}
h1#top_logo a
{
	display: block;
	width: 149px;
	height: 40px;
}
h1#top_logo a span
{
	display:block;
	position:absolute;
	text-indent: -9000px;		/* hides text itself */
}

.logo {
	height: 67px;
}
.header_img {
	background-repeat: no-repeat;
	background-position: center;
	height: 140px;
}
ul.menu_top  {
	float: right;
	margin: 0;
	padding: 0 0 0 9px;
	height: 20px;
	list-style: none;
	background: url(/images/corner_tr.gif) bottom left no-repeat;
}
ul.menu_top li {
	height: 20px;
	margin: 0;
	padding: 0;
	float:left;
	text-align: right;
	background-color: #fff;
}

#menu_main {
	clear: both;
	position: relative;
	top: -23px;
	left: 180px;
	width: 665px;
	height: 20px;
	padding-left: 11px;
	background: url(/images/corner_menu.gif) top left no-repeat;
	float: left;
}
ul.menu_main  {
	margin: 0;
	padding: 0;
	height: 20px;
	list-style: none;
	background: #fff;
}
ul.menu_main li {
	margin: 0;
	padding: 5px 0 0 0;
	float:left;
	background: #fff;
}
ul.menu_main li.lasta {
	padding-right: 105px;
}

.menu_top a:link, .menu_top a:visited, .menu_top a:active
,.menu_main a:link, .menu_main a:visited, .menu_main a:active {
	padding: 0px 15px 0px 12px;
	vertical-align: bottom;
	font-weight: bold;
	color: #777;
}
.menu_main a:link.active, .menu_main a:visited.active, .menu_main a:active.active {
	color: #333;
}
.menu_main a:hover {
	color: #333;
	text-decoration: none;
}
.menu_top a:hover {
	color: #333;
	text-decoration: none;
}

#header {
	margin-top: 28px;
}
#nav_title {
	color: #f60;
	float: left;
	margin-top: 10px;
}
#page_title {
	margin: 8px 0 0 205px;
}
#page_title h2 {
	margin: 0;
	padding: 0;
	color: #999;
	font-size: 14px;
}

.zzline {
	height: 30px;
}
.zzline .seperator {
	width: 11px;
	height: 30px;
	background: url(/images/diag_line.gif) bottom left no-repeat;
	float: left;
}
.zzline .right {
	width: 313px;
	height: 17px;
	border-bottom: 1px solid #cecece;
	float: left;
}
.zzline .left {
	width: 532px;
	height: 29px;
	float: left;
	border-bottom: 1px solid #cecece;
}

#body {
	clear: both;
	padding: 14px 9px 14px 9px;
}

#footer {
	clear: both;
}
#footer .link {
	background: #f60 url(/images/corner_footer.gif) top left no-repeat;
	padding: 2px 20px 0 23px;
	float: right;
}
#footer .link a:link, #footer .link a:visited {
	color: #fff;
}

#bottom {
	background: url(/images/backgrounds/bottom.gif) bottom right no-repeat;
	height: 30px;
	margin-top: 22px;
}
.bottom_text {
	padding-left: 165px;
	padding-top: 10px;
}
.bottom_text span {
	padding-left: 25px;
}
.bottom_text span, .bottom_text a:link, .bottom_text a:visited, .bottom_text a:active {
	color: #666;
}
.bottom_text a:hover {
	color: #F47B28;
}

/* Header styles */
h3 {color: #999; }
h4 {color: #999; font-size: 13px; font-weight:bold; padding: 0; margin: 13px 0 5px 0 }
h5 {font-size: 12px; font-weight:bold; padding: 0; margin: 0 }

/* Doc doc styles */
.sp_top_sm			{ padding-top: 14px; }
.sp_right_sm		{ padding-right: 14px; }
.sp_bottom_sm		{ padding-bottom: 14px; }
.sp_left_sm			{ padding-left: 9px; }
.sp_bottom_big	{ padding-bottom: 65px; }
.sp_top_med			{ padding-top: 29px; }
.sp_right_med		{ padding-right: 29px; }
.sp_bottom_med	{ padding-bottom: 20px; }
.sp_left_med		{ padding-left: 17px; }
.sp_top_big			{ padding-top: 35px; }
.sp_top_bigger	{ padding-top: 37px; }
.sp_top_xl			{ padding-top: 45px; }
.sp_left_big		{ padding-left: 30px; }

.pageLeft {
	width: 180px;
	float: left;
	height: 100%;
	margin-right: 16px;
}
.pageMiddle, .pageMiddle3 {
	height: 100%;
	width: 200px;
	display: table-cell;
}
.pageMiddleHome {
	height: 100%;
	width: 336px;
	display: table-cell;
}
.pageRight {
	width: 190px;
	float: right;
	height: 100%;
	margin-left: 20px;
}
.pageRightHome {
	width: 280px;
	float: right;
	height: 100%;
	margin-left: 20px;
}
.contentBox {
	overflow: hidden;
}
.pageMiddle .contentBox {
	width: 636px;
}
.pageMiddle .content {
	width: 416px;
	padding-right: 220px;
}
.pageMiddle3 .contentBox, .pageMiddle3 .content {
	width: 416px;
}

/* item-styles */
.stButton, .stButton img, .button, .button img {
	border: 1px solid #fff; cursor: pointer;
}
a:hover.stButton, a:hover.button {
	border: 1px solid black; cursor: pointer;
}

.menuitems {
}
.menuitems ul {
	margin: 0; padding: 0;
	list-style: none;
}
.menuitems ul li {
	margin: 0;
	padding: 0 0 14px 8px;
}
.menuitems ul li a:link, .menuitems ul li a:visited {
color: #666;
}
.menuitems ul li.active a:link, .menuitems ul li.active a:visited {
color: #000;
}
.menuitems ul li a:hover {
color: #000;
text-decoration: none;

}

.content img.banner {
	float: right;
	margin-right: -220px;
	padding: 0 0 0 40px;
	clear: right;
}
.content ul, .editor ul {
	margin: 2px 0 2px 0px;
	padding: 0;
}
.content ul li, .editor ul li {
	margin: 5px 0 5px 18px;
	padding: 0;
	list-style: url(/images/icons/bullet.gif);
}

.inputTA, .input, .inputS {
	background: #f5f5f5;
	border: 1px solid #cdcdcd;
}

/* werkwijze tabel */
.werkwijze {
	width: 590px;
}
.werkwijze td {
	border-top: 1px solid #ccc;
	margin: 0;
	padding: 7px 10px 7px 0;
}
.werkwijze td.activi, .werkwijze td.result {
	background: url(/images/buttons/go.gif) no-repeat 0px 10px;
	padding-left: 12px;
}
.werkwijze th h4 {
	margin-bottom: 0;
}
.werkwijze th.activi, .werkwijze th.result {
	padding-left: 12px;
}
.werkwijze td.activi {
	width: 175px;
}
.werkwijze td.result {
	width: 165px;
}
