/* Rekenmodules Stylesheet */

/* Global */

#be_maxcredit_nl{
	font-size: 1.2em; /* <---------- Lettergrootte aanpassen */
}

#be_saving_nl h3{
	margin: 1em 0 0 12.5em;
	font-size: 1.3em;
	clear: left;
}

#be_saving_nl #edLoanAmount{
	margin-left:13.7em;
}

#be_saving_nl #lblLoanAmount{
	width: 14em;
	margin: 0;
	padding: 0;
	text-align: left;
}

p.legal, #userfeedback{
	clear: left;
	padding: 0 .5em;
}

/* Fieldset */

fieldset{
	display: block;
	margin: 1em 0 0 1em;
	position: relative;
	clear: left;
	border: none;
	padding: 1em 0;
}

fieldset fieldset{
	width: 90%;
	float: left;
	margin: 0 0 .5em .5em !important;
	padding: 3px 0 0 0;
	border: none;
	background: none;
	clear: none;
}

fieldset legend {
	display: none;
}

fieldset p{
	clear: left;
	font-size: .8em;
}
#ServerError h4{
	padding: 1em 0 0 1.2em;
	font-size:12px
	}

/* besparing */
#ResultSet{ 
	margin:-1em 1em 0 1em;
	padding: 1em;
	padding-bottom: .5em !important;
	background-color:#d4e7f4;
	font-size: 12px;
	}
#ResultContainer{
	margin-top: -1em !important;
}
#UserFeedback{
	clear:left;
}
body#home #UserFeedback{
	clear:left;
	width: 185px;
}
/* Elements */
label{
	display: block;
	float: left;
	width: 14.5em;
	padding-top: 3px;
	margin-bottom: 5px;
	cursor: pointer;
	text-align: right;
	padding-right: 2%;
	clear: left;
	font-size:12px;
}

body#home label{
	display: block;
	float: left;
	width: 100px !important;
	padding-top: 3px;
	margin-bottom: 5px;
	cursor: pointer;
	text-align: right;
	padding-right: 2%;
	clear: left;
	font-size:12px;
}

input{
	float: left;
	width: 35.4%;
	margin-bottom: 5px;
}

select{
	float: left;
	width: 36%;
	margin-bottom: 5px;
}

select.small{
	width: 18%;
}

fieldset fieldset label{
	display: block;
	width: auto;
	text-align: left;
	padding-top: 0;
	float: left;
	clear: none;
}

fieldset fieldset input{
	display: block;
	width: auto;
	margin-top: 2px;
	float: left;
	clear: none;
}

input.button, input.secondButton{
	margin: 1em 0;
	position: relative;
	left: 13.7em;
	width: 37%;
	clear: left;
	float: left;
}

input.secondButton{
	margin: 0;
}

fieldset span{
	float: left;
	padding-top: 3px;
	font-weight: bold;
}

/* Misc */

#errormelding,
#errormeldingMaxCredit,
#errormeldingCalcSav,
#errormeldingMaxMortgage,
#errormeldingMortgageSum,
#errormeldingHouseValue,
#ServerError{ /* Errormeldingen aanpassen */
	color: #ff0000;
}

#indicator{
	display: none;
	padding: 1.3em 0 0 36.5% !important;
	float: left;
}

span img{
	margin-left: .5em;
}

/* Maandlasten */

#nl_comparemonthlypayment .maandlasten{
	margin-top: 1em;
	clear: both;
}

#nl_comparemonthlypayment .maandlasten h5{
	font-weight: bold;
	margin-bottom: 1em;
}

#nl_comparemonthlypayment .maandlasten p{
	margin: 0;
}

#nl_comparemonthlypayment .maandlasten a{
	display: block;
	width: 10em;
	float: left;
}

#nl_comparemonthlypayment .maandlasten span{
	font-weight: bold;
}

/* MAX. BEREKENING OP DE HOMEPAGE */ 

#home #rekenmodule{
	width: 190px;
	margin-left: 10px;
}

#home #rekenmodule label{
	color:#fff;
	float:left;
	text-align:left;
}
#home #rekenmodule input#Alleen,
#home #rekenmodule input#Samen{
	float:left;
	width: 20px;
}
#home #rekenmodule label#lblblLoanAmount{ width: 190px !important; }
#home #rekenmodule input{
	float:left;
	width: 100px;
}
#home #rekenmodule fieldset{
	margin:0; 
}
#home #rekenmodule .button{
	margin:0; 
	left:0;
}
#home #ResultSet{
	background:none;
	color:#fff;
	padding-left:0;	
}

