/*----------------------------
	COLORS
	dark		#8fb643
	normal	#b3d66f
	light		#f1fade
---------------------------- */

.breadcrumb {background: #fff;}
.contentWrapper {width: 930px; margin-left: auto; margin-right: auto;}

.colRight .vervolgTitle   {width: 140px; padding: 3px 0px 3px 10px; margin-bottom: 2px; background: #88d726 url('../images/bg_headerhp150_green.gif') no-repeat;}
.opmaakTableColWidth146 .vervolgTitle  {width: 136px; padding: 3px 0px 3px 10px; margin-bottom: 2px; background: #88d726 url('../images/bg_headerhp146_green.gif') no-repeat;}
.opmaakTableColWidth306 .vervolgTitle  {width: 296px; padding: 3px 0px 3px 10px; margin-bottom: 2px; background: #88d726 url('../images/bg_headerhp306_green.gif') no-repeat;}
.opmaakTableColWidth452 .vervolgTitle  {width: 442px; padding: 3px 0px 3px 10px; margin-bottom: 2px; background: #88d726 url('../images/bg_headerhp452_green.gif') no-repeat;}
.opmaakTableColWidth456 .vervolgTitle  {width: 446px; padding: 3px 0px 3px 10px; margin-bottom: 2px; background: #88d726 url('../images/bg_headerhp456_green.gif') no-repeat;}
.opmaakTableColWidth612 .vervolgTitle  {width: 602px; padding: 3px 0px 3px 10px; margin-bottom: 2px; background: #88d726 url('../images/bg_headerhp612_green.gif') no-repeat;}
.vervolgContentBlock .vervolgTitle  {width: 758px; padding: 3px 0px 3px 10px; margin-bottom: 2px; background: #88d726 url('../images/bg_headerhp768_green.gif') no-repeat;}
.colorBorders, 
.vervolgContentBlock, 
.sideContainer, 
.colorBorderRight {background: #f3fce9; border-bottom: 1px solid #f3fce9;}


.colorBg22 {background: #FFF url('../images/bg_table_green_22.gif') repeat-y;}
.colorBg211 {background: #FFF url('../images/bg_table_green_211.gif') repeat-y;}
.colorBg111 {background: #FFF url('../images/bg_table_green_111.gif') repeat-y;}

.colorBorders hr,
.vervolgContentBlock hr {
	height:2px;
	display:block;
	margin: 2px 0px;
	!margin:-5px 0px;
	color:#b3d66f;
	background-color: #b3d66f;
	border:0px;
}

.Roundbutton, .roundbutton { 
	cursor:pointer; 
	cursor:hand; 
	line-height:22px;
	height:22px;
	background:url(../images/button-green.gif) no-repeat left top; 
	padding-left:10px;
	margin-bottom:8px;
	display:inline-block;
}

.Roundbutton a, .roundbutton a { 
	line-height:22px;
	height:22px;
	background:url(../images/button-green.gif) no-repeat right top; 
	padding-right:10px; 
	margin-right:-4px;
	display:inline-block;
	font-weight: bold;
	text-decoration: none;
}

/*--------- TABLE ---------------*/

.vervolgContentBlock table { border: 1px solid #4e4e4e; background-color: #ffffff; border-collapse: collapse;}
.vervolgContentBlock td    { border: 1px solid #4e4e4e; padding: 3px; }


/*--------- SUBNAVIGATIE MENU ---------------*/
.vervolgNavigatieContainer {display: block; width: 100%; overflow: auto; background: url('../images/bg_vervolgnavigatiecontainer_green.gif'); background-color: #88d726;}

ul.vervolgNavigatie li.vervolgNavigatieTab {
	border-top: 4px solid #88d726; 
	border-left: 1px solid #88d726;
	white-space: nowrap;
}
ul.vervolgNavigatie li.vervolgNavigatieTab:hover {
	border-top: 1px solid #88d726;
	border-left: 1px solid #88d726;
	white-space: nowrap;	
}
ul.vervolgNavigatie li.vervolgNavigatieTabActive {
	border-top: 1px solid #88d726;
	border-left: 1px solid #88d726;
	white-space: nowrap;
}

