/**
* CSS Document KiFiD
*
* Colors:
* Normal text:			#333
* Orange links:			#FF8C46
* Blue background: 		#f7f7f7
*/

body {
	margin: 0;
	padding: 0;
	background: #FFF url('../img/bg_gradient.gif') repeat-x;
	text-align: left;
	font-family:  Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
}

a {
	color: #333;
	text-decoration: none;
}

a img {
	border: 0;
}

hr {
	color: #FFF;
	border: none;
	border-top: 1px solid #daccbd;
	border-collapse: collapse;
}

ul li a {
	outline: none;
}

p {
	margin: 0;
	font-size: 11px;
	line-height: 16px;
}

h1 {
	margin: 0;
	padding: 22px 0 0 0;
}

h1 a {
	display: block;
	width: 312px;
	height: 77px;
	background: url('../img/logo.gif') no-repeat;
	text-indent: -9999em;
	outline: none;
}

h2 {
	margin: 0;
	font-size: 14px;
}

h3 {
	margin: 0;
	font-size: 16px;
}

h4 {
	margin: 0;
	font-size: 14px;
}

h5 {
	margin: 0;
	font-size: 10px;
}

ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

table {
	border: none;
	border-collapse: collapse;
}

/** header **/

h1.header {
    display : block;
    height : 77px;
    width  : 300px;
    float : left;
}


/*** Tekstgrootte aA ***/
div#textsize {
/*	float: right;
	margin-top: -20px;
	margin-right: 188px;
	font-size: 2px;
*/    float:left;
    font-size:2px;
    left:700px;
    top:80px;
    position : absolute;
}

div#textsize img {
	padding: 0;
	margin: 0;
}

div#textsize img.divider {
	margin-left: 15px;
}


/*** Zoek veld ***/
form#search {
/*	clear: both;
	float: right;
	margin-top: -22px;
*/
    display : block;
    float:left;
    left:760px;
    top:78px;
    position : absolute;
}

form#search input {
	border: 1px solid #f79b2c;
	background-color: #fefefe;
	float: left;
	font-size: 11px;
	height: 15px;
	margin: 0 0 0 2px;
	padding: 3px 4px 2px 7px;
	width: 127px;
}

.replacement {
	height: 18px;
	width: 19px;
	margin: 1px 0 0 10px;
	padding: 0;
	background: url('../img/zoek_arrow.gif') no-repeat;
	border: none;
	cursor: pointer;
	text-indent: -9999em;
}

div#wrapper {
	margin: 0 auto;
	width: 934px;
	height: 600px;
	background: #FFF url('../img/bg_logo.gif') no-repeat;
	position : relative;
}

ul#menu_top {
	margin: 18px 0 0 0;
	padding: 0;
	height: 31px;
	list-style: none;
	background: #FFF url('../img/menu_top_bg.gif') repeat-x;
	color: #FFF;
	font-size: 13px;
	font-weight: bold;
}

ul#menu_top li {
	display: block;
	float: left;
}

ul#menu_top li a {
	display: block;
	padding: 7px 25px 8px 25px;
	background: url('../img/menu_top_divider.gif') left 5px no-repeat;
	text-align: center;
	text-decoration: none;
	font-size: 13px;
	color: #FFF;
}

ul#menu_top li.firstchild a {
	padding-left: 30px;
	background-image: none;
}

ul#menu_top li.lastchild {
	float: right;
}

ul#menu_top li.lastchild a {
	padding-right: 30px;
	background-image: none;
}

ul#menu_top li a:hover, ul#menu_top li.selected a {
	background-color: #ABD6EE;
	background: url('../img/menu_top_bg_hover.gif') repeat-x;
	color: #FFF;
}

div#main {
	margin: 21px 0 0 0;
	padding: 0;
}


/*** Leftside ***/
div#leftside {
	width: 224px;
	float: left;
}

div#leftside h2 {
	margin-bottom: 7px;
	color: #ff934a;
}

div#leftside h3 {
	margin-bottom: 0;
	font-size: 11px;
}

ul#left, ul#left ul {
	margin: 0;
	padding: 36px 0 15px  0;
	width: 196px;
	list-style: none;
}

ul#left li {
	display: block;
	border-bottom: 1px solid #e9dfd5;
}

ul#left li.firstchild {
	border-top: 1px solid #e9dfd5;
}

ul#left li a {
	padding: 9px 0 9px 9px;
	display: block;
}

ul#left li a:hover, ul#left li.selected a {
	background-color: #ffe8ce;
}

ul#left li.sub a {
	background: url('../img/menu_left_arrow.gif') 184px 14px no-repeat;
}

ul#left li.sub a:hover, ul#left li.subselected a {
	background: #ffe8ce url('../img/menu_left_arrow_hover.gif') 184px 14px no-repeat;
}

ul#left ul.submenu {
    font-size:10px;
	padding: 0;
}

ul#left ul.submenu li {
	border-bottom: none;
	border-top: 1px solid #e9dfd5;
	background: #fff7ec;
}

ul#left ul.submenu li a, ul#left ul.submenu li a:hover {
	background: none;
	color: #9a9899;
}

ul#left ul.submenu li a:hover, ul#left ul.submenu li.selected a {
	color: #cf6728;
}

div.dtb {
	background: url('/img/bg_dtb_center.gif') repeat-y;
	width : 197px;
}

div#leftside div.dtb h2 {
	background: url('/img/bg_dtb_top.gif') no-repeat;
	padding : 10px 12px 0 12px;
	display : block;
	color: #333;
}

div.dtb p {
	margin: 10px 12px 10px 12px;
	line-height: 15px;
}
div.dtb a {
    margin-left : 12px;
}
div.dtb div {
    height : 12px;
	background: url('/img/bg_dtb_bottom.gif') no-repeat;
}

a.meer, a.meer_zw {
	display: block;
	padding-left: 12px;
	color: #ff8c46;
	font-weight: bold;
	background: url('../img/meer.gif') left 5px no-repeat;
}

p a.meer {
	margin-top: 6px;
	background-position: left 7px;
}

a.meer_zw {
	color: #333;
}


/*** Content ***/
div#content {
	float: left;
	width: 710px;
}

p.breadcrumb {
	margin: 0 0 19px 0;
	color: #ff934b;
}

p.breadcrumb a {
	color: #ff934b;
}

p.breadcrumb a:hover {
	text-decoration: underline;
}

ul#triggers {
	margin: 0;
	padding: 0;
	height: 130px;
	list-style: none;
}

ul#triggers li {
	float: left;
	height: 110px;
	width: 220px;
	padding-right: 25px;
}

ul#triggers li.lastchild {
	padding: 0;
}

div#content h3 {
	margin: 0;
	padding: 0 0 10px 0;
	font-size: 16px;
	line-height: 16px;
}

div#content span.kop_orange {
	font-size: 14px;
	color: #ff934a;
}

div#content p {
	padding-right: 17px;
}

div#content p.quote {
	width: 514px;
	height: 44px;
	padding: 19px 53px 19px 63px;
	margin: 12px 0 12px 0;
	background: url('../img/quote_bg.gif') no-repeat;
	color: #FFF;
	font-size: 18px;
	line-height: 23px;
}

div#content p.quote.home {
	width: 514px;
	height: 44px;
	padding: 19px 53px 19px 63px;
	background: url('../img/quote_home.jpg') no-repeat;
	color: #FFF;
	font-size: 18px;
	line-height: 23px;
}

div#content div#sitebeheerContent p.quote {
	width: 594px;
	height: 70px;
	padding: 19px 53px 19px 63px;
	margin: 30px 0 18px 0;
	background: url('../img/quote_bg_big.gif') no-repeat;
	color: #FFF;
	font-size: 18px;
	line-height: 23px;
}

div#content div#sitebeheerContent p.quote.consumenten {
	height: 27px;
	background: url('../img/quote_consumenten.jpg') no-repeat;
}

div#content div#sitebeheerContent p.quote.dienstverleners {
	height: 45px;
	background: url('../img/quote_fd.jpg') no-repeat;
}

div#content div#sitebeheerContent p.quote.overkifid {
	height: 25px;
	background: url('../img/quote_overkifid.jpg') no-repeat;
}

a.stap_left, a.stap_right {
	float: left;
	display: block;
	height: 18px;
	margin-top: 22px;
	padding-left: 30px;
	font-size: 13px;
	background: url('../img/arrow_left.gif') left no-repeat;
}

a.stap_right {
	float: right;
	padding: 0;
	padding-right: 30px;
	background: url('../img/arrow_right.gif') right no-repeat;
}

div#box_oranje {
	padding: 13px 10px 15px 15px;
	margin: 20px 0 10px 0;
	height: 108px;
	width: 275px;
	background: url('../img/box_oranje.gif') no-repeat;
}
div#box_oranje a.link_box{
    color : #EFEFEF;
}

div#box_oranje h4 {
	margin-bottom: 7px;
}

div#box_oranje p {
	padding: 0;
}

a.btn {
	display: block;
	height: 27px;
	width: 146px;
	background: url('../img/btn_startwizard.gif') no-repeat;
	text-indent: -99999em;
}

a.startwizard {
	width: 176px;
	margin-top: 10px;
	background: url('../img/btn_startwizard.gif') no-repeat;
}


/*** Nieuws ***/
div#nieuws {
	margin-top: 6px;
}

div#nieuws h4 {
	color: #fd8a3e;
}

div#nieuws h5 {
	margin-top: 5px;
	font-weight: normal;
	color: #999999;
}

div#nieuws div.NiewsBericht {
	margin: 15px 0 18px 0;
	padding: 15px;
	background-color: #f7f7f7;
}


/*** Nieuwsbrief ***/
div#content div.nieuwsbrief_aanmelden {
	float: left;
	height: 131px;
	width: 272px;
	padding-right: 20px;
	background: url('../img/box_nieuwsbrief.gif') no-repeat;
}

div#nieuwsbrief {
	float: left;
	margin: 22px 0 0 20px;
	padding: 13px 0 15px 15px;
	width: 368px;
	background-color: #f7f7f7;
}

div#nieuwsbrief ul {
	list-style: none;
	padding: 0;
	margin: 5px 0 0 0;
}

div#nieuwsbrief ul li {
	padding-top: 7px;
}

div#nieuwsbrief ul li a {
	padding-left: 33px;
	font-weight: bold;
	background: url('../img/list_square.gif') 17px 5px no-repeat;
}


/*** Jurisprudentie ***/
div.box_grijs {
	width: 201px;
	height: 201px;
	margin-top: 20px;
	padding: 14px 0 0 18px;
	float: left;
	background: url('../img/box_grijs.gif') no-repeat;
	/*border: 1px solid red;*/
}

div.box_grijs div.categorie-scroll {
    height : 180px;
    overflow-x: hidden;
    overflow-y: auto;
}

div.box_grijs ul {
	margin-top: 6px;
	width: 185px;
	border-top: 1px solid #dedbd7;
}

div.box_grijs ul li {
}

div.box_grijs ul li a {
	display: block;
	height: 20px;
	padding: 8px 0 0 9px;
	border-bottom: 1px solid #dedbd7;
}

div.box_grijs ul li a:hover, div.box_grijs ul li a.selected {
	background-color: #e0dcd7;
}

form#trefwoord {
	margin-top: 6px;
	width: 185px;
	border-top: 1px solid #dedbd7;
}

form#trefwoord input {
	border: 1px solid #e2e3ea;
	border-top: 1px solid #abadb3;
	border-bottom: 1px solid #e3e9ef;
	font-size: 11px;
	height: 15px;
	width: 152px;
	margin: 10px 0 0 0;
	padding: 3px 4px 2px 7px;
}

img.next_arrow {
	float: left;
	padding: 93px 3px 0 6px;
}

div#resultaten_top {
	width: 707px;
	height: 9px;
	margin-top: 13px;
	background: #ffb25e url('../img/resultaten_top.gif') top no-repeat;
}

div#resultaten {
	width: 691px;
	padding: 4px 0 18px 16px;
	background: #ffb25e url('../img/resultaten_bg.gif') bottom no-repeat;
}

div#resultaten ul {
	margin-top: 15px;
}

div#resultaten ul li {
	display: block;
	float : left;
	width : 155px;
    height : 20px;
}

div#resultaten ul li a {
	display: block;
	padding: 2px 0 2px 22px;
	background: url('../img/pdf_icon.gif') no-repeat;

}


/*** Organisatie & Personalia ***/
div#organisatie {

}

div#organisatie h4 {
	color: #ff934a;
	margin-top: 5px;
}

div.persoon {
    background: #f7f7f7 url(../img/bestuur_bottom.gif) no-repeat scroll 0 bottom;
    float:left;
    line-height:18px;
    width:687px;
    margin: 10px 0;
/*    float: left;
	width: 317px;
	height: 106px;
	padding: 20px 0 0 15px;
	margin: 20px 22px 25px 0;
	background: url('../img/persoon_bg.gif') no-repeat;
	line-height: 18px;*/
}

/*div#persoon2, div#persoon4 {
	margin-right: 0;
}

div#persoon3, div#persoon4 {
	margin-top: 0;
}*/

div.persoon img {
    display : block;
	float: left;
	margin : 10px 20px;

}

div#content div.persoon h4 {
	color: #333;
    background:transparent url(../img/bestuur_top.gif) no-repeat scroll 0 top;
    margin-top:0;
    padding-top:10px;
}

div.persoon a.meer {
	float:left;
	padding-left: 12px;
	margin-top: 12px;
	cursor : pointer;
	background: url('../img/arrows_down.gif') left 7px no-repeat;
}


div.persoon div.persooninfo{
    margin : 20px;
    clear : left;
}

div.persoon div.persooninfo.hidden{
    display : none;
}

div.organisatie_kolom, div.organisatie_kolomlast {
	float: left;
	margin-right: 25px;
}

div.organisatie_kolomlast {
	margin: 0;
}

div#organisatie h5 {
	width: 202px;
	padding: 13px 0 3px 11px;
	margin-top: 14px;
	font-size: 14px;
	background: #f0f0f0 url('../img/organisatie_top.gif') top no-repeat;
}

div#organisatie ul {
	width: 213px;
	padding: 0 0 20px 0;
	margin: 0 0 25px 0;
	background: #f0f0f0 url('../img/organisatie_bottom.gif') bottom no-repeat;
}

div#organisatie ul li {
	padding: 7px 0 3px 31px;
	background: url('../img/list_square.gif') 13px 12px no-repeat;
}

div#sitebeheerContent ul {
	padding: 0 0 5px 0;
	margin: 0 0 5px 0;
}

div#sitebeheerContent ul li {
	padding: 7px 0 3px 31px;
	background: url('/img/list_square.gif') 13px 12px no-repeat;
	line-height: 18px;
}

div#sitebeheerContent a {
    color:#FF8C46;
}
div#sitebeheerContent a:hover {
    text-decoration : underline;
}

div#sitebeheerContent strong{
    color:#FF8C46;
}

/*** Downloads ***/
div#downloads_top {
	margin-top: 20px;
	height: 14px;
	background: #f0f0f0 url('../img/downloads_top.gif') no-repeat;
}

div#downloads {
	background: #f0f0f0 url('../img/downloads_middle.gif') repeat-y;
}

div#downloads_left, div#downloads_middle,div#downloads_right {
	float: left;
	padding: 0 0 0 25px;
	margin: 0;
	width: 211px;
}

div#downloads ul {
	list-style: none;
	padding: 0;
	margin: 5px 0 15px 0;
}

div#downloads ul li {
	padding-top: 7px;
}

div#downloads ul li a {
	padding-left: 23px;
	background: url('../img/list_square.gif') 8px 5px no-repeat;
}

div#downloads ul li a:hover {
	color: #ff934a;
	text-decoration: underline;
}

div#downloads_bottom {
	clear: both;
	height: 17px;
	background: #f0f0f0 url('../img/downloads_bottom.gif') bottom no-repeat;
}


/*** Formulieren ***/
form {
	margin: 0;
}

form input, form textarea {
	border: 0;
}

form#nieuwsbrief_form {
	color: #FFF;
	font-size: 13px;
	padding-top: 3px;
}

form#nieuwsbrief_form table {
	float: right;
	text-align: right;
}

form#nieuwsbrief_form table td {
	height: 29px;
}

form#nieuwsbrief_form input {
	height: 19px;
	width: 172px;
	margin-left: 4px;
}

#submit {
	height: 27px;
	width: 93px;
	margin: 3px 0 0;
	padding: 0;
	background: url('../img/btn_versturen.gif') no-repeat center top;
	border: none;
	cursor: pointer;
	float: right;
	text-indent: -999999em;
}

form#nieuwsbrief_form #submit {
	height: 27px;
	width: 130px;
	margin-top: 7px;
	background: url('../img/btn_aanmelden.gif') no-repeat center top;
}

form#contact_form {
	width: 361px;
	height: 243px;
	padding: 27px 27px 0 27px;
	margin-top: 17px;
	background-color: #f7f7f7;
}

form#contact_form.vacature_form {
	width: 375px;
	height: 340px;
}
form#contact_form.vacature_form td{
    vertical-align : top;
}

form#contact_form table {
	text-align: right;
}

form#contact_form label {
	font-size: 12px;
	font-weight: bold;
}

form#contact_form input {
	height: 19px;
	width: 255px;
	margin-left: 15px;
	margin-bottom: 6px;
}

form#contact_form table td.aanhef{
	text-align:left;
}

form#contact_form input#dhr,
form#contact_form input#mevr {
	width: auto;
	height: auto;
}

form#contact_form textarea {
	height: 90px;
	width: 255px;
	margin-left: 15px;
}


/*** FAQ ***/
dl#faq {
	margin: 0;
}

dl#faq h4 {
	color: #fd8a3e;
}

dl#faq {
	line-height: 14px;
}

dl#faq div {
	margin-bottom: 10px;
}

dl#faq dd, dl#faq dt {
	display: table;
	width: 100%;
	margin: 0;
}

dl#faq dd {
	color: #676767;
	padding: 6px 20px 10px 21px;
	margin-bottom: -10px;
	width: 669px;
	background-color: #f7f7f7;
}

dl#faq dd.lastchild {
	border-bottom: 1px solid #e9e0d7;
}

dl#faq dt {
	margin-top: 10px;
	border-top: 1px solid #e9e0d7;
	padding-top: 6px;
}

dl#faq dt.selected {
	background-color: #f7f7f7;
}

dl#faq dt.lastchild {
	padding-bottom: 10px;
	border-bottom: 1px solid #e9e0d7;
}
dl#faq dt.lastchild.selected {
	border-bottom: 0;
}

dl#faq dt a {
	padding-left: 21px;
	background: url('../img/list_square.gif') 8px 5px no-repeat;
	color: #333;
	display : block;
}


/*** Klachten Wizard ***/
ul#klachten_stappen {
	width: 684px;
	height: 43px;
	padding: 0 0 0 26px;
	margin: 20px 0 0 0;
	background: url('../img/stappen_bg_8.gif') no-repeat;
}

ul#klachten_stappen.stap5 {
	background: url('../img/stappen_bg_5.gif') no-repeat;
/*	padding : 1px 0 0 70px;*/
}

ul#klachten_stappen.stap5 li a{
	margin: 0 135px 0 0;
}
ul#klachten_stappen li {
	float: left;
	font-size: 14px;
	font-weight: bold;
	padding-top: 11px;
}

ul#klachten_stappen li a {
	display: block;
	width: 15px;
	height: 19px;
	padding: 1px 0 0 5px;
	margin: 0 70px 0 0;
	background: url('../img/stap_bg.gif') no-repeat;
}

ul#klachten_stappen li.lastchild a {
	margin-right: 0;
}

ul#klachten_stappen li a:hover, ul#klachten_stappen li.selected a {
	background: url('../img/stap_bg_hover.gif') no-repeat;
}

div#wizard {
	width: 600px;
	padding: 20px 55px 20px 55px;
	background: #f7f7f7 url('../img/wizard_bg.gif') bottom no-repeat;
	color: #676767;
}

div#wizard h4 {
	color: #ff934a;
	padding-bottom: 13px;
}

div.stap1 h4 {
	margin-left: -30px;
	padding-left: 30px;
	background: url('../img/stap1.gif') no-repeat;
}

form#stap1 {
	margin-top: 25px;
	font-weight: bold;
}

div#wizard form#stap1 .replacement {
	width: 126px;
	height: 27px;
	margin: 30px 11px 0 0;
	background: url('../img/btn_gaverder.gif') no-repeat;
}

div#wizard form#stap1 #stoppen {
	width: 103px;
	background: url('../img/btn_stoppen.gif') no-repeat;
}

p.attention {
	color: #b13200;
	font-weight: bold;
}

form#wizard_zoek {
	width: 560px;
	height: 76px;
	padding: 9px 0 0 21px;
	margin: 20px 0 20px 0;
	background: url('../img/zoekblok_bg.gif') no-repeat;
	color: #FFF;
	font-size: 13px;
	font-weight: bold;
}

form#wizard_zoek input, form#wizard_zoek select {
	width: 163px;
	height: 21px;
	margin: 8px 35px 0 0;
	border: 1px solid #e2e3ea;
	border-top: 1px solid #abadb3;
	border-bottom: 1px solid #e3e9ef;
}

form#wizard_zoek select {
	height: 25px;
}

form#wizard_zoek td {
	width: 160px;
}

form#wizard_zoek .replacement {
	float: right;
	width: 126px;
	height: 27px;
	margin: 8px 15px 0 0;
	background: url('../img/btn_zoeken.gif') no-repeat;
}

div#wizard h5 {
	font-size: 14px;
	color: #333;
}

table#searchresult, table#searchresults, table#machtigins_opties {
	margin: 12px 0 12px 0;
	color: #333;
}

table#searchresult td, table#searchresult th, table#searchresults td, table#searchresults th,  table#machtigins_opties td, table#machtigins_opties th {
	width: 211px;
	padding: 9px 0 9px 3px;
	border-bottom: 1px solid #e2e1e0;
}

table#searchresults th {
	font-weight: normal;
}

table#searchresults td {
	width: 211px;
}

table#searchresult td {
	width: 365px;
}

/** stappen van klachten **/
table.klachtenform#machtigins_opties th,
table.klachtenform#searchresult th {
    width : 350px;
}

table.klachtenform#machtigins_opties td,
table.klachtenform#searchresult td {
    width : 400px;
}

table.klachtenform#machtigins_opties input,
table.klachtenform#searchresult input{
    width : 300px;
    height : 20px;
    font-size : 14px;
    line-height : 16px;
    border : 1px solid #cccccc;
}

table.klachtenform#searchresult input.huisnummer,
table.klachtenform#searchresult input#instelling_huisnummer,
table.klachtenform#searchresult input#huisnummer,
table.klachtenform#searchresult input#tussenvoegsel,
table.klachtenform#searchresult input#initialen {
    width : 70px;
}

table.klachtenform#searchresult input.adres,
table.klachtenform#searchresult input#instelling_adres,
table.klachtenform#searchresult input#adres,
table.klachtenform#searchresult input#achternaam,
table.klachtenform#searchresult input#voornaam {
    width : 225px;
}

table#machtigins_opties.klachtenform input.radio,
table.klachtenform#searchresult input.radio,
table.klachtenform#searchresult input.checkbox,
table.klachtenform.stap_4#searchresult input.radio{
    width : 15px;
    border : 0;
}

table.klachtenform.stap_4#searchresult th {
    width : 550px;
    padding-right : 10px;
}

table.klachtenform.stap_7#searchresult th span,
table.klachtenform.stap_4#searchresult th span{
    font-size : 9px;
    color : #aeaeae;
}
table.klachtenform.stap_4#searchresult td {
    vertical-align : top;
    width : 200px;
}
table#searchresult.klachtenform input.date,
table.klachtenform.stap_4#searchresult input{
    width : 150px;
}

table.klachtenform.stap_5#searchresult th {
    width : 200px;
    padding-right : 10px;
    vertical-align : top;
}
table.klachtenform.stap_5#searchresult td {
    vertical-align : top;
    width : 550px;
}

table.klachtenform.stap_5#searchresult td span{
    font-size : 10px;
    color : #aeaeae;

}

table.klachtenform.stap_5#searchresult input.anders{
    width : 250px;
}

table.klachtenform.stap_6#searchresult th {
    width : 600px;
    padding-right : 10px;
    vertical-align : top;
}

table.klachtenform.stap_6#searchresult th span{
    font-size : 10px;
    color : #aeaeae;
    float : left;
    display : block;
}

table.klachtenform.stap_6#searchresult th #klacht {
    width : 585px;
    height : 300px;
}

table.klachtenform.stap_7#searchresult th #aanbod_omschrijving,
table.klachtenform.stap_6#searchresult th #voorstel,
table.klachtenform.stap_6#searchresult th #klacht_verantwoordelijk {
    width : 585px;
    height : 150px;
}

table.klachtenform.stap_7#searchresult th {
    width : 500px;
    padding-right : 10px;
    vertical-align : top;
}
table.klachtenform.stap_7#searchresult th .financieel_nadeel_text{
    width : 400px;
    float : left;
}

table.klachtenform.stap_7#searchresult td {
    vertical-align : top;
    width : 200px;
}
table.klachtenform.stap_7#searchresult td .financieel_nadeel_bedrag{
    width : 145px;
}

div#wizard input.submit {
    background:transparent url("/img/button_next.gif") no-repeat center top;
    border:medium none;
    cursor:pointer;
    float:right;
    height:27px;
    margin:3px 0 0;
    padding:0;
    text-indent:-99999em;
    width:110px;
}
div#wizard input.submit.previous {
    background:transparent url("/img/button_previous.gif") no-repeat center top;
    float:left;
    clear:left;
    width : 97px;
}
a.terug, a.klachtindienen {
	float: left;
	display: block;
	width: 139px;
	height: 27px;
	background: url('/img/btn_terug.gif') no-repeat;
	text-indent: -99999em;
}

a.green, a.red {
	float: left;
	width: 208px;
	padding-left: 20px;
	margin: 6px 0 0 76px;
	background: url('/img/green.gif') left 2px no-repeat;
	font-weight: bold;
}

a.red {
	background: url('/img/red.gif') left 2px no-repeat;
}

a.klachtindienen {
	background: url('/img/btn_klachtindienen.gif') no-repeat;
}

div#content div.zoekresultaten h5 {
	font-size: 12px;
}

div#wizard div.legenda {
	position: relative;
	left: 290px;
	top: -17px;
}

div#wizard div.legenda h5 {
	float: left;
	margin-right: 12px;
}

div#wizard div.legenda span.green, div#wizard div.legenda span.red {
	padding-left: 16px;
	background: url('../img/green.gif') left 2px no-repeat;
}

div#wizard div.legenda span.red {
	background: url('../img/red.gif') left 2px no-repeat;
}

/*** Footer ***/
div#footer {
	clear: both;
	margin-top: 20px;
	color: #daccbd;
	border-top:1px solid #daccbd;
}

div#footer p {
	float: left;
	margin: 0;
	padding: 7px 0 15px 5px;
}

div#footer ul {
	margin: 0;
	padding: 7px 7px 0 0;
	float: right;
	list-style: none;
}

div#footer ul li {
	float: left;
	padding-left: 20px;
}

div#footer a {
	text-decoration: none;
	color: #daccbd;
}

ul#uitlegBelVerz {
    float : right ;
}

ul#listBelVerz {
    background-color : #f7f7f7;
    clear : both;
    display : table;
    width : 100%;
    margin-top : 10px;
}

ul#listBelVerz li div,
ul#uitlegBelVerz li{
    padding-left : 29px;
    padding-top : 7px;
    background :transparent url("/img/red.gif") no-repeat 10px 10px;
    display : block;
    clear : both;
}

ul#listBelVerz li:hover{
    background-color : #ececec;
}

ul#listBelVerz li div.aanbeveling,
ul#uitlegBelVerz li.aanbeveling{
    background : transparent url("/img/green.gif") no-repeat 10px 10px;
}


ul#listBelVerz li{
 background-color : #f7f7f7;
 border-top : 1px solid #e1e1e1;
 height : 29px;
}

ul#listBelVerz li.lastchild{
 border-bottom : 1px solid #e1e1e1;
}

ul#listBelVerz li div{
    float : left;
}

ul#listBelVerz li a{
    float : right;
    color : #FF8C46;
    margin-right : 10px;
    height : 29px;
    line-height :29px;
}

ul#listBelVerz li a:hover{
    text-decoration : underline;
}


/**
* page specific
**/
div#registerSearch{
    background : #f7f7f7 url("/img/grey_bottom.gif") no-repeat bottom ;
    padding : 20px;
    margin-top : 15px;
}

div#registerSearch form {
    background : #f7f7f7 url("/img/grey_top.gif") no-repeat top ;
}

div#registerSearch form table {
    background : url("/img/register_orange_field.gif") no-repeat;
  /* display : block; */
    width : 403px;
    float : left;
    height :85px;
}


div#registerSearch form table td {
    padding : 0 10px 0 15px;
    height : 20px;
    color : #fff;
    font-weight : bold;
    vertical-align : middle;
    font-size : 16px;
}
div#registerSearch form table td input {
    height : 20px;
    width : 200px;
    line-height : 18px;
    font-size : 16px;
}

div#registerSearch form table td input#Zoeken{
    display     : block;
    float       : left;
    height      : 27px;
    width       : 126px;
    background  : url("/img/register_search_button.gif") no-repeat;
    text-indent : -999999em;
}
div#registerSearch ul,
div#wizard ul {
    display : block;
    float : left ;
    width : 250px;
    margin-left : 10px;
    margin-top : 17px;
}
div#wizard ul {
    margin-top : 2px;
    width : 300px;
}

div#registerSearch ul li.title{
    padding-left : 10px;
    font-weight : bold;
}

div#registerSearch ul li.status,
div#wizard ul li.status {
    padding-left : 29px;
    padding-top : 4px;
    background :transparent url("/img/red.gif") no-repeat 10px 6px;
    display : block;
}

div#registerSearch th.status{
    padding-left : 29px;
    cursor : pointer;
    background :transparent url("/img/red.gif") no-repeat 10px 7px;
}

div#wizard ul li.status.historisch,
div#registerSearch ul li.status.historisch,
div#registerSearch th.status.historisch
 {
    background :transparent url("/img/orange.gif") no-repeat 10px 7px;
}

div#wizard ul li.status.aangesloten,
div#registerSearch ul li.status.aangesloten,
div#registerSearch th.status.aangesloten {
    background :transparent url("/img/green.gif") no-repeat 10px 7px;
}

div#registerSearch strong {
    margin-top : 10px;
    display : block;
}

div#registerSearch table#registerSearchResults{
    margin-top : 15px;
    width : 100%;
}

div#registerSearch table#registerSearchResults th{
    border-top : 1px solid #e1e1e1;
    padding-top : 5px;
    padding-bottom : 3px;
    border-collapse : collapse;
}

div#registerSearch table#registerSearchResults thead th{
    border-top  : 0;
    color : #aeaeae;
}

div#registerSearch table#registerSearchResults td.handelsnamen {
    padding-top  : 5px;
    padding-left : 29px;
    color : #7B7B7B;
}
div#registerSearch table#registerSearchResults td.handelsnamen span {
    display : block;
    color : #000000;
    padding-left : 10px;
    background :transparent url("/img/arrow.gif") no-repeat 0px 3px;
}

div#registerSearch table#registerSearchResults tr.aangesloten td{
    padding-top  : 5px;
    color : #7B7B7B;
}

div#registerSearch table#registerSearchResults td.first{
    padding-left : 29px;
}
div#registerSearch table#registerSearchResults tr.aangeslotenResult td{
    vertical-align : top;
}

div#registerSearch table#registerSearchResults tr.aangeslotenResult td.first{
    padding-left : 39px;
    background   : transparent url("/img/arrow.gif") no-repeat 29px 3px;
}

div#registerSearch table#registerSearchResults tr.aangeslotenResult td.first span {
    display : block;
    padding-left : 10px;
    background :transparent url("/img/relink.gif") no-repeat 1px 3px;
}

dl#searchResults {
    background-color : #f7f7f7;
    padding-bottom : 20px;
}

dl#searchResults dt {
    font-weight : bold;
    padding : 15px 10px 0px 20px;
}

dl#searchResults dd {
    padding : 5px 30px 0px 0px;
}

dl#searchResults dd a{
    color : #FF8C46;
}

dl#searchResults dd a:hover{
    text-decoration : underline;
}

dl#searchResults hr {
    margin: 10px 20px 0;
}

/** mijn kifid **/
form.mijnKifidForm {
    background: transparent url("/img/mijnkifid_form_block.jpg") no-repeat;
    height : 120px;
    margin-top : 15px;
    padding : 14px;
}

form.mijnKifidForm table th {
    color : #ffffff;
}

form.mijnKifidForm table input {
    height : 23px;
    margin-right: 30px;
    font-size : 16px;
    line-height : 20px;
    width : 240px;
}

form.mijnKifidForm table input#submit {
    background: transparent url("/img/mijnkifid_inloggen.jpg") no-repeat;
    width : 131px;
}

form.mijnKifidForm table input#submit.sendww {
    background: transparent url("/img/mijnkifid_wachtwoordversturen.jpg") no-repeat;
    width : 180px;
}

form.mijnKifidForm table input#submit.register {
    background: transparent url("/img/mijnkifid_aanmelden.jpg") no-repeat;
    width : 130px;
}

div#mijnkifidOverzicht{
    background : #f7f7f7 url("/img/grey_bottom.gif") no-repeat bottom ;
    padding : 20px;
    margin-top : 15px;
}

div#content div#mijnkifidOverzicht h3 {
    background : #f7f7f7 url("/img/grey_top.gif") no-repeat top ;
    display : block;
}
div#mijnkifidOverzicht table {
    width : 100%;
}

div#mijnkifidOverzicht table th,
div#mijnkifidOverzicht table td{
    height : 30px;
}

div#mijnkifidOverzicht table td{
    color : #b4b4b4;
}

div#mijnkifidOverzicht table td a{
    color : #FF8C46;
}
div#mijnkifidOverzicht table td a.delete{
    display : block;
    background : #f7f7f7 url("/img/mijnkifid_delete.jpg") no-repeat 25px top ;
    text-indent : -999999em;
}

div#klachtzoekregister div#registerSearch{
    margin-top : 0px;
}

ul.errors {
    width  : 100%;
    margin : 20px 0 0 0;
    background : url("/img/error_background.gif") no-repeat;
    color  : #ffffff;
    font-weight : bold;
    height : 25px;
}

ul.succes {
    width  : 100%;
    margin : 20px 0 0 0;
    background : url("/img/succes.gif") no-repeat;
    color  : #ffffff;
    font-weight : bold;
    height : 25px;
}

ul.succes li,
ul.errors li {
    padding : 4px 0 0 30px;
}
/** mijn kifid **/

div#wizard div.errors{
    background : #EA6237 url("/img/error_top.gif") no-repeat top;
    display : block;
}

div#wizard div.errors ul{
    background : url("/img/error_bottom.gif") no-repeat left bottom;
    margin : 0;
    display : block;
    width : 550px;
    float : none;
/*    width : 100%;*/
}
div.errors{
    background : #EA6237 url("/img/error_top_big.gif") no-repeat top;
}

div.errors ul{
    background : url("/img/error_bottom_big.gif") no-repeat left bottom;
    margin : 0;
    width : 100%;
}

div.errors ul li {
    padding : 5px 10px;
    color : #ffffff;
}

/** aansluitform **/
div#wizard div.parts2{
    width : 300px;
    float : left;
}

div#wizard div.parts2.left{
    clear :left;
}

div.orange{
    width : 533px;
    height : 120px;
    margin : 20px 0;
    background: url("/img/aansluitblok_oranje.gif") no-repeat bottom;
}

div.orange table {
    width : 100%;
    margin-top : 21px;
}

div.orange.type{
    background: url("/img/aansluitblok_type_oranje.gif") no-repeat bottom;
	height : 180px;

}

div.orange.type table {
    margin-top : 15px;
    margin-right : 20px;
	margin-left : 25px;
	width:486px;

}
div.orange th{
    color : #000000;
    font-weight : bold;
	padding-left : 25px;
}

div.orange input{
    height : 20px;
    width : 200px;
}

div.orange.type th{
	padding-left : 0;
}


div.orange.type input{
    height : 20px;
    width : 100px;
}

div.orange.type input.radio,
div.orange.type input.checkbox{
    height : auto;
    width : auto;
}

div.orange.type input.bedrijftypeTitle{
	color:#000000;
	font-weight:bold;
	margin-right:10px;
	width:160px;
	background-color:transparent;
	display:none;
}

div.orange.type .ok_btn{
	display:block;
	text-indent:-999999em;
	float : right;
    width : 50px;
    height : 27px;
    background: url("/img/button_ok.jpg");
}

div.orange.type .edit_btn{
	display:block;
	text-indent:-999999em;
	float : right;
    height : 27px;
    width : 86px;
    background: url("/img/button_wijzigen.jpg");
}

div.orange.type .substeps{
	display:none;
}

table.aansluitform.stap_2_1#searchresult th {
    width : 35px;
}

table.aansluitform.stap_2_1#searchresult td {
	width: 565px;
}

table.aansluitform.stap_2#searchresult td span{
    display : block;
    float : left;
    margin : 10px;
    font-size : 11px;
    color : #aeaeae;

}

