.in_i-frame {
background-color: #ffffff;
text-align:left;
margin:0; padding:0;
}


/* content tables */
/* -------------------------------------------------------------------------- */
.ctabletitle {
	clear:both;
	background-repeat: no-repeat;
	padding: 6px 7px 5px 7px;
	font-weight: bold;
}
div.ctable, div.cform {
	width: 394px;
	clear: both;
	padding: 2px;
	border: 1px solid #b6b6b6;
	margin-bottom: 14px;
}
.ctable table {width:394px;border: none;}
.ctable th {
	border: none;
	background-color: #ff0000;
	color: #ffffff;
	padding: 1px 7px 2px 5px;
	border-bottom: 2px solid #ffffff;
	background-repeat: repeat-y;
}
.ctable td {
	border: none;
	padding: 5px 7px 5px 5px;
	background-repeat: repeat-y;
}
.ctable td.right,.ctable th.right {text-align:right}
.ctable td.col1,.ctable th.col1 {background-image:none}
.ctable td.col2 {padding-left:30px;}
.ctable tr.roweven, .cform div.roweven {background-color: #ffffff;}
.ctable tr.rowodd {background-color: #eaeaea;}
.ctable tr.rowtotal td{background-color: #cccccc;border-bottom: white 1px solid;}
.ctable tr.rowend td{background-color: #fff;border-top: white 1px dotted;vertical-align:bottom;

}

td.icotekst{padding:5px 0px 0 20px;}
td.icoline{padding:10px 0px 0 0px;}

td.valmid{vertical-align:middle;}
td.valbot{vertical-align:bottom;}

div.cmfitable{
	width: 394px;
	clear: both;
	padding: 0px;
	margin-bottom: 14px;
}
.cmfitable table {width:398px;border: none;}
.cmfitable th {
	border: none;
	background-color: #ff0000;
	color: #ffffff;
	padding: 2px 7px 3px 5px;
}
.cmfitable td {
	border: none;
	padding: 1px 7px 2px 0px;
	border-bottom: 1px solid #A8A8A8;
	vertical-align:middle;
}
.cmfitable tr.roweven, .cform div.roweven {background-color: #ffffff;}
.cmfitable tr.rowodd {background-color: #eaeaea;}
.cmfitable tr.rowtop td{border-top: 1px solid #A8A8A8; background-color: #eaeaea; }
.cmfitable tr.rowlast td{border-bottom: 0px solid red; }
.cmfitable td.sico{width: 15%; text-align:right; }


/* forms */
/* -------------------------------------------------------------------------- */
form {margin: 0px;}
input, textarea, select {font-family: Verdana;font-size: 100%;}
.cform table {width:380px;margin:7px}
.cform table.narrow {width:395px;margin:0px;}
.cform table table {width:356px;margin:0px}
.cform fieldset {
	border: none;
	background-color: #eaeaea;
	padding: 0px 0px 0px 0px;
	border-bottom: 2px solid #ffffff;
	margin: 0px;
}
.cform legend {
	font-weight: bold;
	background: url(/img/new/bg_header.gif) repeat-x;
	border-bottom: 2px solid #ffffff;
	color: #ffffff;
	padding: 6px 0px 6px 0px;
	margin: 0px -7px 0px -7px;
	width: 394px;
}

legend span {display:block; margin:0px 7px;width:380px}
.cform fieldset.lastfieldset {border:none;padding-bottom:7px}
.cform div.spacer, .cform p {margin: 0px 7px; padding: 7px 0px; width: 380px;}
.cform div.spacer {padding-bottom: 0px}
.formhide {display: none;}
.cform td{padding: 2px 0px 5px 0px;}
td.slabel{padding:3px 0 0 0; }
.cform td.label{width: 151px;padding: 5px 7px 7px 0px;}
.cform td td.label{width: 127px;}
.cform td.field{width: 200px;}
.cform td.infobtn{width: 15px;padding: 4px 0px 0px 7px;}
.cform td.labelxl{width: 334px; vertical-align:middle}
.cform td.labelxs{width: 126px;padding: 2px 7px 7px 0px; vertical-align:middle}
.cform td.fieldxs{width: 24px; padding:0px;}
.cform td.right{text-align: right;}
/*
.cform td.marg1{border-left: white 1px solid; padding:5px 10px 5px 10px;}
.cform td.marg2{border-left: #ccc 1px dotted; border-right: #ccc 1px dotted; padding:5px 10px 5px 40px;}
.cform td.marg3{border-right: white 1px solid; padding:5px 10px 5px 10px;}
.cform td.marg4{padding:10px 10px 5px 40px; }*/

div.cform-wide {
	width: 700px;
	heigth: 600px;
	clear: both;
	padding: 0px;
	border: 0px solid #b6b6b6;
	margin-bottom: 14px;
}

.w100pct {width:97%}
.w60pct {width:60%}
.w50pct {width:50%}
.w30pct {width:30%}
.w20pct {width:20%}
.w10pct {width:10%}

.cform tr.roweven {background-color: #ffffff;}
.cform tr.rowodd {background-color: #eaeaea;}
/* tooltips */
/* -------------------------------------------------------------------------- */
.tooltip {
	position: absolute; 
	display: none;
	z-index: 1000;
	left: 0px;
	top: 0px;
}
.tooltipbody {
	width: 167px;
	padding-top:1px;
	background-image: url(/img/new/bg_tooltip_top.gif);
	background-repeat: no-repeat;
}
.tooltiptext {
	background-image: url(/img/new/bg_tooltip_bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 7px 7px 15px 7px;
}

.bigtooltip {
	position: absolute; 
	display: none;
	z-index: 1000;
	left: 0px;
	top: 0px;
}
.bigtooltipbody {
	width: 267px;
	padding-top:1px;
	background-image: url(/img/new/bg_bigtooltip_top.gif);
	background-repeat: no-repeat;
}
.bigtooltiptext {
	background-image: url(/img/new/bg_bigtooltip_bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 7px 7px 15px 7px;
}


/* special content components */
/* -------------------------------------------------------------------------- */
.cboxphone {
	position: relative;
	margin-bottom: 21px;
}
.phonetitle {
	position:absolute;
	left: 14px;
	top: 25px;
	color: #ff0000;
	font-weight: bold;
}
.phonefeatures {
	position:absolute;
	left: 14px;
	top: 50px;
	width: 250px;
}
.phonefeatures ul {list-style: url(/img/new/i_bullet_list_black.gif);}
.phonepreviews {
	margin-bottom: 14px;
	margin-left:7px;
	height:136px;
}
.phonepreviews div {
	position:relative;
	display: block;
	float:left;
	margin-right:2px;
}
.phonepreviews div div {
	position:absolute;
	left:7px;
	bottom:10px;
}
.cboxlinktoshop {
	position: relative;
	height: 55px;
	width: 400px;
	margin-bottom:21px;
	background-image:url(/img/new/bg_linktoshop.gif);
	float:left;
	margin-left:0px;
	z-index:1;
	padding-left:280px;
	padding-top: 19px;
	background-repeat:no-repeat;
}
.cboxsellingpoint {
	position: relative;
	height: 103px;
	margin-bottom:21px;
}
.cboxsellingpoint div {
	position: absolute;
	top: 39px;
	left: 190px;
}
.cboxsellingpoint2 {
	position: relative;
	height: 103px;
	margin-bottom:21px;
}
.cboxsellingpoint2 div {
	position: absolute;
	top: 19px;
	left: 280px;
}
.rboxsellingpoint {
	width: 157px;
	position:relative;
	margin: 0px 0px 21px 0px;
}
.sellingpointcontent {position:absolute;left:16px;top:80px;width:125px}
.sellingpointbutton {float:right;margin-top:5px;}
.sitemapcol {
	float:left;
	width:175px;
	margin-left: 14px;
}
.sitemapcol div {
	border:1px solid #b6b6b6;
	padding: 7px;
	margin-bottom: 14px;
}
.sitemapcol h3 {
	background-image: url(/img/new/bg_title_sitemap.gif);
	background-repeat:no-repeat;
	margin:0px;
	padding: 6px 7px 5px 7px;
}
.sitemapcol h3 a {color:#ff0000;text-decoration:none}
.sitemapcol ul {margin:0px;}
.sitemapcol ul ul {margin-top: 3px;}
.sitemapcol li {margin-bottom:7px}
.sitemapcol li li {margin-bottom:0px}
.sitemapcol ul a {font-weight:bold}
.sitemapcol ul ul a {font-weight:normal}


.cboxsearcharchive {
	position: relative;
	height: 99px;
	margin-bottom:21px;
}
.cboxsearcharchive div {
	position: absolute;
	top: 40px;
	left: 47px;
}
.thumb {
	display:block;
	float:left;
	background-image: url(/img/bg_thumb.gif);
	background-repeat: no-repeat;
	height:136px;
	width: 95px;
	margin: 0px 2px 7px 0px;
}
.thumb a {
	display: block;
	margin: 6px;
	margin-top:14px;
}
address {
	font-style: normal;
	margin: 0px;
}

.searchresult {
    cursor: pointer;
    cursor: hand;
}
.cboxtitlebar {
	padding:7px 9px 5px 9px;
	height:12px;
	width:172px;
	background-image:url(/img/new/dotted_top.gif);
	font-weight:bold;
}

.cboxgamezoneteaser {
	float:left;
	width:80px;
}




/* ernie */
.cform table table.split{width:200px;margin:0px}
.cform td.restsplit{width: 176px;}
.cform table table.splitxl{width:320px;margin:0px}
.cform td.restsplitxl{width: 296px;}
td.splitxl{padding: 4px 0 3px 3px;}
.loginkader {
background-image:url(/img/new/bg_login1.gif);
background-repeat:no-repeat;
width:402px;
height:175px;
margin-bottom:10px;
padding:1px;
}
.mfiloginkader {
background-image:url(/img/new/mfi_bg_login1.gif);
background-repeat:no-repeat;
width:402px;
height:175px;
margin-bottom:10px;
padding:1px;
}
#loginkader2 {
background-image:url(/img/new/bg_login2.gif);
height:337px;

}

#loginmarge {
background:white;
width:398px;
height:331px;
padding:1px;
}

#loginfoto{
float:left;
margin:2px 1px 2px 1px;
width:131px;
height:167px;
background:white;
voice-family: "\"}\"";
margin:2px 1px 2px 1px;}
html>body #loginfoto {
margin:2px 1px 2px 2px;}



#loginform{
float:right;
background:#c9c9c9;
margin:2px 1px 0 0px;
width:261px;height:167px;
}

#flase{
position:absolute;
margin:170px 2px 2px 2px;
width:384px;height:159px;
}
#login_foto{
position:absolute;
margin:2px 2px 2px 2px;
width:130px;height:167px;
}

.loginkader table, .mfiloginkader table  {
margin:10px 0 0 140px;

}
.loginkader table td, .mfiloginkader table td{
padding:0px 10px 5px 0;
}
.loginkader table td.lnk, .mfiloginkader table td.lnk{
padding:0px 10px 0px 0;
}
.loginkader table td.butt, .mfiloginkader table td.butt{
text-align:right;
height:20px; margin-top:5px
}



#loginkaders {
position:relative;
background:#A8A8A8;
width:400px;
height:173px;
margin-bottom:10px;
}
#loginmarges {
position:absolute;
background:white;
width:398px;
height:171px;
margin:1px;
}

/*
#redblob {
position:absolute;
width:263px; height:167px;
margin:2px 0px 0px 133px;
background-image:url(/img/new/bg_dashboard.gif);
}
*/

#redblob {
position:absolute;
width:263px; height:167px;
margin:2px 0px 0px -1px;
background-image:url(/img/new/bg_dashboard.gif);
voice-family: "\"}\"";
margin:2px 0px 0px -1px;}
html>body #redblob {
margin:2px 0px 0px 133px;}

#loginform table {
margin:10px 0 0 10px;
}
#loginform table td {
padding:0px 10px 5px 0;
}
#loginform table td.lnk {
padding:0px 10px 0px 0;
}
#loginform table td.butt {
text-align:right;
height:20px; margin-top:5px
}





#fourcol{ height:183px; width:397px; margin-bottom:10px;}
div.smallcol{position:absolute;width:90px;height:183px;background-image:url(/img/new/mf_kader_teaser.gif);margin:0; padding:0;}
.smallcol div.main{margin:7px;}
.smallcol div.foot{position:absolute;margin:84px 0px 0px 0px; padding:0; height:97px;}
.foot div.tease{position:absolute;margin:30px 0px 0px -4px; padding:0;clear: both; height:67px;	
voice-family: "\"}\"";
margin:30px 0px 0px -4px;}
html>body .foot div.tease {
margin:30px 0px 0px 3px;}
#twocol{ position:relative; clear: both; width:397px; margin-bottom:10px;}
div.midcol{position:relative;width:190px;margin-left:2px;}
ul.linklist2 {
	margin-left: 15px;
	list-style: url(/img/new/a_link_list.gif);
}
.threecol{
height:267px; width:399px; margin-bottom:0px; 
}
.midicol{
position:absolute;width:133px;height:257px;background-image:url(/img/new/mfi_bg_telefoon.gif);margin:0; padding:0;background-repeat:no-repeat;
}
.threeboxcol{
height:320px; width:399px; margin-bottom:10px; 
}
.threeboxcol_small{
height:270px; width:399px; margin-bottom:10px; 
}
.boxcol{
position:absolute;
width:133px;

margin:0; padding:0;
}
.mfi_boxtop{
white-space:nowrap;
background-image:url(/img/new/mfi_box-top.gif);background-repeat:no-repeat;
width:130px;height:33px;
padding:10px 0 0 10px; margin:0px;
color:white;font-weight:bold;
voice-family: "\"}\"";
height:23px;}
html>body .mfi_boxtop {
height:23px;}

.mfi_boxmidden{
background-image:url(/img/new/mfi_box-middle.gif);background-repeat:no-repeat;
width:130px;height:111px;
padding:0 3px 0 3px; margin:0px;
}

.mfi_boxonder{
background-image:url(/img/new/mfi_box-bottom.gif);background-repeat:repeat-y;
width:130px;height:100px;
padding:0px 8px 10px 8px; margin:0px;
voice-family: "\"}\"";
width:117px;}
html>body .mfi_boxonder {
width:117px;}

.threeboxcol .mfi_boxonder{
height:150px;
}
.mfi_boxborder1{
background-image:url(/img/new/mfi_box-border1.gif);background-repeat:no-repeat;
width:133px;height:15px;
padding:0; margin:0px;
}
.mfi_boxborder2{
background-image:url(/img/new/mfi_box-border2.gif);background-repeat:no-repeat;
width:133px;height:10px;
padding:0; margin:0px;
}

img.schermpje {
margin: 33px 16px 55px 16px;
}

div.barblok{
background-image:url(/img/new/mfi_choosephone_action.gif);background-repeat:no-repeat;
width:150px; height:106px;
padding:4px;
margin: 0px 0px 2px 0px;
}
.white, a:hover.white, a:visited.white {color:white;}

.cboxlinkgrey {
	display:block;
	padding:0px 0px 2px 20px;
	background-image: url(/img/new/a_main_link_grey.gif);
	background-repeat: no-repeat;
	margin-top: 5px;
}

.cboxlinkgreyintimate {
	display:block;
	padding:0px 0px 2px 20px;
	background-image: url(/img/new/a_main_link_grey.gif);
	background-repeat: no-repeat;
	margin-top: 3px;
}
.instellen{
	display: block;
	padding: 0px 0px 2px 20px;
	background-image: url(/img/new/a_link_instelling.gif);
	background-repeat: no-repeat;
	margin-top: 5px;
}
#toolsright_mf{
position: absolute;top: 0px;left: 581px;height: 30px;
background:#A8A8A8; width:177px; padding:5pt 0 0 3pt;
voice-family: "\"}\"";
height:24px;width:174px;}
html>body toolsright_mf {
height:24px;width:174px;}

.staafdiagram	{
width: 392px;
height: 100px;
background-image:url(/img/new/bg-bar.jpg);
background-repeat: no-repeat;
padding:20px 8px 8px 8px;
}


.staafdiagram_gr	{
width: 392px;
height: 150px;
background-image:url(/img/new/bg-bar_groot.jpg);
background-repeat: no-repeat;
padding:20px 8px 8px 8px;
}

.barsmall{
width: 390px;
height: 40px;
background-image:url(/img/new/bg-bar_klein.jpg);
background-repeat: no-repeat;
padding: 20px 10px 10px 10px;
}

.barmedium{
width: 390px;
height: 80px;
background-image:url(/img/new/bg-bar_medium.jpg);
background-repeat: no-repeat;
padding: 20px 10px 10px 10px;
}
.barmedium2{
width: 399px;
height: 80px;
background-image:url(/img/new/bg-bar_medium.jpg);
background-repeat: no-repeat;
padding: 10px 10px 10px 0px;
}
.previewwallpaper{
float:left;
width: 120px;
height: 120px;
background-image:url(/img/new/bg_previewwallpaper.gif);
background-repeat: no-repeat;
padding: 10px 10px 10px 10px;
}

ul.bigtip {
	margin: 0px 0px 0px 0px;
	padding-left: 14px;
	list-style: url(/img/new/ico_kommaatje.gif);
}
li.bigtip {
	margin: 10px 0px 0px 0px;
	padding-left: 5px;
}
.bigtooltiptext ul {
	margin-bottom:0px;
}


b.loggedinnaam {color:#333333;}

span.rechterbut {
float:right; margin-right:15px;
}
span.luidkeels{
color:black; font-size:1.5em; font-weight:bold;
}
.telefon{margin: 0 0 0 70px;}
/* wijzigingen voor Business Portal */

.cform .bundel select {
	width: 145px;
}

.dag {
	width: 40px;
}

.login_bp_kader {
background:url(/img/new/bg_login2.gif) no-repeat;
padding: 3px 2px 2px 3px;
height:337px;

}

.login_bp {
background:url(/img/business/bg_bp_login.jpg) no-repeat;
height:167px;
width: 384px;
margin: 0px;
padding: 0px;
}

#login_bp table {
	position: relative;
	top: 46px;
	left: 137px;
	padding: 0px;
	margin: 0px;
}

#login_bp_small {
background:url(/img/business/bg_bp_login.jpg) no-repeat;
height:167px;
width: 384px;
margin: 0px;
padding: 0px;
position: relative;
left: 2px;
top: 2px;
}

#login_bp_small table {
	position: relative;
	top: 46px;
	left: 137px;
	padding: 0px;
	margin: 0px;
}

#login_bp_pic {
	padding-top: 1px;
}

.login_bp_kader table {
margin:10px 0px 0px 140px;

}
.login_bp_kader table td {
	padding:0px 10px 5px 0px;
}
.login_bp_kader table td.lnk {
	padding:0px 5px 0px 0px;
}
.login_bp_kader table td.butt {
	text-align:right;
	height:20px; 
	margin-top:5px
}

.login-form-small-body form input {
	width: 130px;
}
html .login-form-small-body form input {
	width: 125px;
}

.cboxlinkgreyintimate2 {
	display: block;
	padding:0px 0px 7px 20px;
	background-image: url(/img/business/a_main_link_grey2.gif);
	background-repeat: no-repeat;
}

.ctablebreedtitle {
	clear:both;
	background-image: url(/img/business/bg_tablebreed_title.gif);
	background-repeat: no-repeat;
	padding: 18px 7px 14px 7px;
}
div.ctable-wide {
	width: 700px;
	clear: both;
	padding: 0px;
	margin-bottom: 14px;
}
div.ctablebreed, div.cformbreed {
	width: 568px;
	clear: both;
	padding: 2px;
	border: 1px solid #b6b6b6;
	margin-bottom: 14px;
}
.ctablebreed table {width:568px;border: none;}
.ctablebreed th {
	border: none;
	color: #ffffff;
	padding: 0px;
	border-bottom: 2px solid #ffffff;
	background-image:url(/img/new/dotline_table.gif);
	background-repeat: repeat-y;
}
.ctablebreed td {
	border: none;
	padding: 15px 7px 17px 5px;
	background-image:url(/img/new/dotline_table.gif);
	background-repeat: repeat-y;
}
.ctablebreed td.right,.ctablebreed th.right {text-align:right}
.ctablebreed td.col1,.ctablebreed th.col1 {background-image:none}
.ctablebreed td.col2 {padding-left:30px;}
.ctablebreed tr.roweven, .cformbreed div.roweven {background-color: #ffffff;}
.ctablebreed tr.rowodd {background-color: #eaeaea;}
.ctablebreed tr.rowtotal td{background-color: #cccccc;border-bottom: white 1px solid;}
.ctablebreed tr.rowend td{background-color: #fff;border-top: white 1px dotted;vertical-align:bottom;
	background-image:url(/img/new/dotline_table.gif);
	background-repeat: repeat-x;

}

.ctablebreed td.col1 input {
	margin-left: 5px;
}

.ctablebreed .bgleft_th {
	background: url(/img/new/bg_header.gif) repeat-x;
	margin: 0px;
	padding: 3px 0px 1px 7px;
}

.ctablebreed .bgleft_th_empty {
	background: url(/img/new/bg_header.gif) repeat-x;
	margin: 0px;
	height:23px;
}
	
.ctablebreed .bg_th {
	background: url(/img/new/bg_header.gif) repeat-x;
	margin-right: 3px;
	padding: 3px 0px 0px 7px;
	position: relative;
	left: 3px;
}

.ctablebreed .bgleft_th a {
	color:#ffffff;
	text-decoration: none;
}

.ctablebreed .bgleft_th a:hover {
	text-decoration: underline;
}

.ctablebreed .bg_th a {
	color:#ffffff;
	text-decoration: none;
}

.ctablebreed .bg_th a:hover {
	text-decoration: underline;
}

.ctablebreed_afgerond {
	display: block;
	padding:0px 0px 7px 20px;
	background-image: url(/img/business/a_afgerond.gif);
	background-repeat: no-repeat;
}

.ctablebreed_on_hold {
	display: block;
	padding:0px 0px 7px 20px;
	background-image: url(/img/business/a_on_hold.gif);
	background-repeat: no-repeat;
}

.ctablebreed_in_behandeling {
	display: block;
	padding:0px 0px 7px 20px;
	background-image: url(/img/business/a_in_behandeling.gif);
	background-repeat: no-repeat;
}

.bg_title_toestel {
	clear:both;
	display: block;
	background-image: url(/img/business/bg_title_toestel.gif);
	background-repeat: no-repeat;
	padding: 10px 7px 16px 7px;
	margin-bottom: 10px;
	font-weight: bold;
}

.kader_toestel {
	margin-bottom: 16px;
}

.kader_toestel_left {
	border: 1px solid #cccccc;
	border-width: 1px 1px 1px 0px;
	padding: 0px 0px 21px 0px;
}

.kader_toestel_right {
	border: 1px solid #cccccc;
	border-width: 1px 0px 1px 1px;
	padding: 0px 0px 21px 0px;
}

.toestel_content {
	padding-left: 7px;
}

.printform th {
	border: 1px solid #cccccc;
	color: #FFFFFF;
	background-color: #FF0000;
	vertical-align: baseline;
	text-align: left;
}

.printformulier {
	font-size: 11px;
	color: #000000;
}

.printformulier h1 {
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	margin: 0px;
	padding: 0px;
}

.printformulier h2 {
	font-size: 14px;
	color: #000000;
	font-weight: normal;
}

.printformulier .adres {
	padding-top: 33px;
}

.printformulier .lijn {
	border-bottom: 1px solid #000000;
	padding-top: 7px;
	width: 450px;
	margin-bottom: 19px;
}

.printformulier .footer {
	font-size: 10px;
}

.print-header-logo {
	display: none;
}

div.smallcol2{position:absolute;width:90px;height:183px;background-image:url(/img/business/mf_kader_teaser_gradient.gif);margin:0; padding:0;}
.smallcol2 div.main{margin: 4px 2px 2px 4px;}
.smallcol2 div.main img {margin-bottom: 4px;}
.smallcol2 div.foot{position:absolute;margin:140px 0px 0px 1px; padding:0;}
.foot div.tease{position:absolute;margin:40px 0px 0px 6px; padding:0;clear: both; height:67px;	
voice-family: "\"}\"";
margin:30px 0px 0px -3px;}
html>body .foot div.tease {
margin:30px 0px 0px 3px;}

.afterlogin_titel {
	
	background: #eaeaea;
	padding: 30px 6px 25px 6px;
}

.afterlogin_footer {

	background: #eaeaea;
	padding: 13px 0px 15px 6px;
}

.afterlogin_bg_th {
	display: block;
	background: url(/img/business/afterlogin_bg_th.gif) repeat-x;
	padding: 8px 7px 9px 7px;
}

.afterlogin_uitleg {
	padding-bottom: 20px;
}

.afterlogin_uitleg img {
	vertical-align: bottom;
}

.linkinstelling2 {
	padding:1px 0px 2px 20px;
	background-image: url(/img/new/a_link_instelling.gif);
	background-repeat: no-repeat;
	margin-top: 5px;
}

div.ctable_afterlogin {
	width: 400px;
	clear: both;
	margin-bottom: 11px;
}

div.ctable_afterlogin_inner {
	padding: 2px;
	border: 1px solid #b6b6b6;
}

.afterlogin_item1 {
	background: url(/img/business/bg_zoek_een_pukcode.gif) no-repeat;
	width: 157px;
	height: 175px;
	margin-bottom: 14px;
}

.afterlogin_item1 .text {
	position: relative;
	top: 55px;
	left: 10px;
	color: #666666;
	width:137px;
}

.afterlogin_item2 {
	background: url(/img/business/bg_blokkernummer.gif) no-repeat;
	width: 157px;
	height: 175px;
	margin-bottom: 14px;
}

.afterlogin_item2 .text {
	position: relative;
	top: 55px;
	left: 10px;
	color: #666666;
	width:137px;
}


#toolbar2 {position: relative;background: url(/img/business/toolbar_bg_before_inlog.gif) repeat-x;height: 30px;border-bottom: 1px solid #a8a8a8;}
#toolscenter2 {position: absolute;top: 0px;left: 171px;height: 30px;}
.loggedinnaam2 {color:#ffffff; text-size: 11px; padding-top: 2px;}
#toolsright_mf2{
position: absolute;top: 0px;left: 581px;height: 24px;
background: url(/img/business/bg_toolsright_mf2.gif) repeat-x; width:174px; padding:5pt 0 0 3pt;
}
.ctablesmaltitle {
	clear:both;
	background-image: url(/img/new/bg_table_title.gif);
	background-repeat: no-repeat;
	padding: 11px 7px 10px 7px;
}
div.ctablesmal, div.cformsmal {
	width: 394px;
	clear: both;
	padding: 2px;
	border: 1px solid #b6b6b6;
	margin-bottom: 14px;
}
.ctablesmal table {width:394px;border: none; font-weight: normal;}
.ctablesmal th {
	border: none;
	color: #ffffff;
	padding: 0px;
	border-bottom: 2px solid #ffffff;
	background-image:url(/img/new/dotline_table.gif);
	background-repeat: repeat-y;
}
.ctablesmal td {
	border: none;
	padding: 11px 7px 12px 5px;
	background-image:url(/img/new/dotline_table.gif);
	background-repeat: repeat-y;
}
.ctablesmal td.right,.ctablesmal th.right {text-align:right}
.ctablesmal td.col1,.ctablesmal th.col1 {background-image:none}
.ctablesmal td.col2 {padding-left:30px;}
.ctablesmal tr.roweven, .cformsmal div.roweven {background-color: #ffffff;}
.ctablesmal tr.rowodd {background-color: #eaeaea;}
.ctablesmal tr.rowtotal td{background-color: #cccccc;border-bottom: white 1px solid;}
.ctablesmal tr.rowend td{background-color: #fff;border-top: white 1px dotted;vertical-align:bottom;
	background-image:url(/img/new/dotline_table.gif);
	background-repeat: repeat-x;

}

.ctablesmal .bgleft_th {
	background: url(/img/new/bg_header.gif) repeat-x;
	margin: 0px;
	padding: 3px 0px 1px 7px;
}

.ctablesmal .bg_th {
	background: url(/img/new/bg_header.gif) repeat-x;
	margin-right: 3px;
	padding: 3px 0px 0px 7px;
	position: relative;
	left: 3px;
}

.ctablesmal .bg_th_empty {
	background: url(/img/new/bg_header.gif) repeat-x;
	margin-right: 3px;
	height:23px;
	position: relative;
	left: 3px;
}

.ctablesmal .bg_th_empty2 {
	background: url(/img/new/bg_header.gif) repeat-x;
	padding: 7px 8px 6px 8px;
	position: relative;
	left: 0px;
}

.ctablesmal .bgleft_th a {
	color:#ffffff;
	text-decoration: none;
}

.ctablesmal .bgleft_th a:hover {
	text-decoration: underline;
}

.ctablesmal .bg_th a {
	color:#ffffff;
	text-decoration: none;
}

.ctablesmal .bg_th a:hover {
	text-decoration: underline;
}

.bg_toestel_footer {
	width: 400px;
	height: 124px;
	background-image: url(/img/business/bg_toestel_footer.gif);
	background-repeat: no-repeat;
	margin: 10px 0px;
}

.bg_aankeiler_breed {
	width: 574px;
	height: 37px;
	background-image: url(/img/business/bg_aankeiler_breed.gif);
	background-repeat: no-repeat;
	margin: 10px 0px;
}


.dotline_574 {
	height: 21px;
	width: 574px;
	clear: both;
	background-image: url(/img/new/dotline_grey.gif);
	background-repeat: repeat-x;
}

.winkelmandje {
	width: 157px;
	height: 170px;
	background-image: url(/img/business/bg_winkelmandje.gif);
	background-repeat: no-repeat;
}

.winkelmandje .tekst {
	padding: 55px 12px 10px 15px;
}

.cboxlinkwijzig {
	display:block;
	padding:0px 0px 2px 20px;
	background-image: url(/img/bussiness/a_main_link_wijzig.gif);
	background-repeat: no-repeat;
	margin-top: 5px;
}

.cboxlinkverwijder {
	display:block;
	padding:0px 0px 2px 20px;
	background-image: url(/img/bussiness/a_main_link_verwijder.gif);
	background-repeat: no-repeat;
	margin-top: 5px;
}

.footnotesbreed {
	width: 550px;
	margin: -10px 0px 4px 0px;
	color: #6c6c6c;
}

.button-red a,.button-red input {
	background:url("/img/new/buttons/b_left_red.gif") no-repeat left top;
	border:0;
	color:#fff;
	display:block;
	float:none;
	font:verdana;
	font-size:0.75em;
	font-weight:700;
	letter-spacing:0;
	padding:2px 7px 4px 20px;
	text-decoration:none
}

.button-red span {
	background:url("/img/new/buttons/b_right_red.gif") no-repeat right top;
	float:left;
	margin:0;
	padding:0 5px 0 0;
	vertical-align:center
}



/* REMASTER */
.old div.ctable, 
.old div.cform {
	width: 98.5%;
	clear: both;
	border: none;
	margin-bottom: 20px;
}

.old .w100pct {width:97%}
.old .w50pct {width:50%}
.old .w30pct {width:30%}
.old .w20pct {width:20%}
.old .w10pct {width:10%}


.old .cform table {width:100%;}
.old .cform table.narrow {width:100%;margin:0px;}
.old .cform table table {width:100%;margin:0px}
.old .cform fieldset {
	border: none;
	background: transparent;
	padding: 0px 0px 0px 0px;
	border:none;
	margin: 0px;
}
.old .cform legend {
	font-weight: bold;
	background: transparent;
	border: none;
	color: #ffffff;
	padding: 6px 0px 6px 0px;
	margin: 0;
	width:100%;
	
}

.old .cform fieldset.lastfieldset 	{border:none;padding-bottom:7px}
.old .cform p 						{margin: 0px 7px; padding: 7px 7px; width: 100%;}
.old .cform div.spacer 				{padding: 0; margin:0 7px}
.old .formhide 						{display: none;}
.old .cform td						{padding: 2px 0px 5px 0px;}
.old td.slabel						{padding:3px 0 0 0; }
.old .cform td.label				{width: 151px;padding: 5px 7px 7px 0px;}
.old .cform td td.label				{width: 127px;}
.old .cform td.field				{width: 200px;}
.old .cform td.infobtn				{width: 15px;padding: 4px 0px 0px 7px;}
.old .cform td.labelxl				{width: 334px; vertical-align:middle}
.old .cform td.labelxs				{width: 126px;padding: 2px 7px 7px 0px; vertical-align:middle}
.old .cform td.fieldxs				{width: 24px; padding:0px;}
.old .cform td.right				{text-align: right;}
.old .cform fieldset				{background: transparent;border:none;margin-right:20px;padding:0px;}
.old legend,

.old legend span {border-bottom: 1px solid #aaa; color: #333}

.old fieldset p {font-size:0.9em}

.old fieldset span {
		font:1.2em/1.4 "lucida grande", verdana, sans-serif;
		background:transparent; 
		font-weight:bold;
	}
.old span.greytext {font-size:11px; font-weight:normal; color: grey; padding:0 7px}

.old span.smallgreytext {
	color: #6c6c6c;
	font-family: helvetica, verdana, arial; 
	font-size: 10px;
	font-weight: normal;
}
	
.old input {margin:0;}
.old label {margin:0;}
.old {font-size: 1.1em }

.old fieldset {background:transparent;border:none;margin:0;padding:0}

.old h2 {font:1.1em/1.4 "lucida grande", verdana, sans-serif;
padding: 2em;
border: 1px solid #dedede;
}
.old table,
.old form {
		width:100%;
		border: none;
		border-left: none;

	}
.old form textarea {margin:0}
.old tr td{
		font-family: "lucida grande", verdana, sans-serif;
		padding: 3px 0;
		background: transparent;
		
	}
	
.ctable th {		
		color: #fff;
		background: #7aaed3 url(img/content-table-top.png) 0 0 repeat-x;
		font-weight: bold;
		border-bottom: 2px solid #e6e6e6;
		padding: 5px 8px 5px 8px;
		border-right: 1px solid #e6e6e6
		}
		
.ctable td.col1 {		
	font-weight: bold;

	}		
div.roweven {		
	background: transparent;
	color: #333	
	}

.articletitle1 {
	font-size: 21px;
	font-family: helvetica, verdana, arial;
	font-weight: normal;
	height:25px;
}
.articletitle2 {
	font-size: 21px;
	font-family: tahoma, helvetica, verdana, arial;
	font-weight: normal;
	height:25px;
}.articletitle3 {
	font-size: 21px;
	font-family: tahoma, helvetica, verdana, arial;
	font-weight: normal;
	height:25px;
}.articletitle4 {
	font-size: 21px;
	font-family: tahoma, helvetica, verdana, arial;
	font-weight: normal;
	height:25px;
}.articletitle5 {
	font-size: 21px;
	font-family: tahoma, helvetica, verdana, arial;
	font-weight: normal;
	height:25px;
}

.old tr td.label{
		font-family: "lucida grande", verdana, sans-serif;
		font-weight: bold;
	}
	
.old thead td{
		color: #fff;
		background: #7aaed3 url(img/content-table-top.png) 0 0 repeat-x;
		font-weight: bold;
		border: none;
		padding: 5px 0;
	}
	
.old thead td span.arrow {
		color: #fff;
		background: transparent url(img/global-ahref-arrow.png) top right no-repeat;
		font-weight: bold;
		padding:0 20px 0 0;
	}
	
.old tbody td{
		background: transparent;
		border: none;
	}
.old tbody tr.even td{
		background: transparent;
		border: none;
	}

	/*tbody tr.ruled td {
		background-color: #e0e9f0
	}
	*/

			
.old tbody td.bottom {
		background: #7aaed3 url(img/content-table-bottom.png) 0 0 repeat-x;
		border-right: none;
	}	
	
	/* Opera fix - DISABLED
	head:first-child+body tr.ruled td{
		background-color: #e0e9f0
	}
	*/

.old #page-nav {
		text-align:center;
		color: #333;
		font-weight: bold;
		border:none;
		width:100%;
		padding:0;
	}	
	
.old table a:hover {color:#444;}

.old td {vertical-align: top}

.old .lastfieldset input {
		background:transparent url(img/global-buttons-medium.gif) no-repeat 0 -19px;
		border:0;
		height:18px;
		width:150px;
		overflow:hidden;
		color:#fff;
		display:block;
		font-weight:700;
		font-size:1em;
		padding:2px 5px 3px 10px;
		text-decoration:none;
		margin-top:10px;
		font-size: 0.80em;
	}

.old .lastfieldset input.back {
		background:transparent url(img/global-buttons-medium-reversed.gif) no-repeat 0 -19px;
		border:0;
		height:18px;
		width:150px;
		overflow:hidden;
		color:#fff;
		display:block;
		font-weight:700;
		font-size:1em;
		padding:2px 5px 3px 10px;
		text-decoration:none;
		margin-top:10px;
		font-size: 0.80em;
	}
	
.old .lastfieldset input.back-grey {
		background:transparent url(img/global-buttons-medium-reversed.gif) no-repeat 0 0px;
		border:0;
		height:18px;
		width:150px;
		overflow:hidden;
		color:#fff;
		display:block;
		font-weight:700;
		font-size:1em;
		padding:2px 5px 3px 10px;
		text-decoration:none;
		margin-top:10px;
		font-size: 0.80em;
	}
	
ul#steps 
	{
		list-style:none;
		margin:1em 0 0 0;
		padding:0
	}	

ul#steps li
	{
		margin:0 0 5px 0;
		padding:0;
		padding-left: 30px;
		background-image: url(img/i_step_future.gif);
		background-repeat: no-repeat;
		background-position: 0 0;
		line-height: 1em;
		font-size: 1.2em;
		font-weight: bold
	}

ul#steps li.future
	{
		background-image: url(img/i_step_future.gif);
	}

ul#steps li.active
	{
		background-image: url(img/i_step_active.gif);
	}

ul#steps li.finished
	{
		background-image: url(img/i_step_finished.gif);
	}

ul#steps li.last
	{
		background-image: url(img/i_step_last_future.gif);
	}

ul#steps li.last-active
	{
		background-image: url(img/i_step_last_active.gif);
	}

ul#steps li.last-finished
	{
		background-image: url(img/i_step_last_finished.gif);
	}

span.smallgreytext {
	color: #6c6c6c;
	font-family: helvetica, verdana, arial; 
	font-size: 9px;
	font-weight: normal;
}


	div.block-1-col-light {
		background: url(img/content-block-wide-light.png) 0 0 no-repeat;
		width: 661px;
		overflow: hidden;
		float:left;
	}
	
	div.block-1-col-light .gutter {
		padding: 10px 13px 10px 13px;
	}

	div.block-1-col-light div.footer {
		background:url(img/content-block-footer-left.png) left bottom no-repeat;
		height: 13px;
		width: 100%;
	}
	
	div.block-1-col-light div.footer div {
		background:url(img/content-block-footer-right.png) right bottom no-repeat;
		height: 13px;
	}

	div.block-wide-empty {
		float: none;
		overflow: hidden;
		padding: 0;
		margin: 0;
	}
	
	div.block-wide-empty .gutter-nobottom {
		padding: 10px 13px 0px 13px;
	}

	table.detailsfields,
	table.formfields {
		border: 0 none;
	}
	
	table.detailsfields td,
	table.formfields td {
		background: transparent;
		border: 0 none;
		padding: 2px 3px;
	}
	
	table.formfields td {
		height: 30px;
	}
	
	table.formfields tr.narrow td {
		height: 10px;
		padding-top: 0;
		padding-bottom: 0;
		vertical-align: top;
	}
	
	table.detailsfields td {
		height: 22px;
	}
	
	table.detailsfields td span,
	table.formfields td span {
		
	}
	
	.right-align {
		text-align: right;
	}
	
	.toolTipElement {
		cursor: help;
	}
	
	.error_remark {
		color: #ff0000;
		font-size: .8em;
	}
	
	.hidden_remark {
		visibility: hidden;
	}
	
	.error_inputfield {
		border-color: #FF0000;
	}
		
	.remark {
		color: #3F3F3F;
		font-size: .8em;
		font-style: italic;
	}
	
	/* Message blocks - Information, Warning, Confirmation, Attention */
	.message_block_container {
		font-size: 12px;
		background: url(img/global-dotted-line-darker.gif) 0 0 repeat-x;
		margin-top: 10px;
		margin-bottom: 10px;
		padding-top: 1px;
	}
	.message_block_container .dotted_line_dark {
		background: url(img/global-dotted-line-darker.gif) 0 0 repeat-x;
		height: 1px;
	}
	.message_block_container .content_info,
	.message_block_container .content_warning,
	.message_block_container .content_confirm,
	.message_block_container .content_attention {
		margin: 1px 0 1px 0;
		padding: 10px 37px 10px 13px;
		overflow: hidden;
	}
	.message_block_container .content_info {
		color: #003366;
		background: url(img/blue-back.gif) 0 0 repeat;
	}
	.message_block_container .content_warning {
		color: #990000;
		background:url(img/red-back.gif) 0 0 repeat;
	}
	.message_block_container .content_confirm {
		color: #003300;
		background: url(img/green-back.gif) 0 0 repeat;
	}
	.message_block_container .content_attention {
		color: #663300;
		background:url(img/yellow-back.gif) 0 0 repeat;
	}
	.message_block_container .icon {
		float: left;
		width: 16px;
		height: 20px;
		clear: none;
	}
	.message_block_container .content_info .icon {
		background: transparent url(img/blue-infomark.gif) 0 0 no-repeat;
	}
	.message_block_container .content_warning .icon {
		background: transparent url(img/red-exmark.gif) 0 0 no-repeat;
	}
	.message_block_container .content_confirm .icon {
		background: transparent url(img/green-spchbubble.gif) 0 0 no-repeat;
	}
	.message_block_container .content_attention .icon {
		background: transparent url(img/yellow-exmark.gif) 0 0 no-repeat;
	}
	.message_block_container .message {
		margin-left: 8px;
		float: left;
		clear: none;
		width: 95%;
		padding: 0px;
	}
	#content .message_block_container .message p.title {
		font-weight: bold;
		margin: 0 0 4px 0;
		vertical-align: top;
		padding: 0px;
		line-height: 0.8em;
	}
	#content .message_block_container .message p {
		margin: 0px;
		vertical-align: bottom;
		padding: 0px;
		line-height: 150%;
		font-size: .8em;
	}
								
