/* -- Maximale Hypotheek Calculator definitions -- */

#MaxHypCalc {
  background: transparent url('../img/bg_calc.png') repeat-x top right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	width: 320px;
	height: 369px;
	padding: 5px;
}

.calcred {
  color: #ff0000;
}

.calcslider {
	float: left;
  width: 200px; 
  margin: 6px 0 0 5px;
}

.calcinput {
	float: right;
  width: 110px; 
  margin-left: 5px;
}

.calcinput input {
  width: 90px; 
  text-align: right;
}

.calcschaal {
	width: 100%;
  clear: both;	
}

.calcschaall {
	float: left;
	font-size: 12px;
	color: #a0a0a0;	
}

.calcschaalr {
	float: left;	
	margin-left: 140px;
	font-size: 12px;
	color: #a0a0a0;
}

.calcfooter {
  width: 100%;
}

.calcresult {
  width: 100%;
  text-align: center;
  margin-top: 10px;
	font-size: 20px;
	font-weight: bold;
	float: left;
  margin: 30px 0 20px 0;
}

.calcsubmit {
  width: 100%;
  text-align: center;
  height: 20px;
}

#calcheader {
  background: transparent url('../img/header_calc.png') repeat scroll top right;
  width: 310px;
  height: 16px;
  color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	padding: 5px 5px 5px 5px;
}

#brutojik1 {
  width: 100%;
}

#brutojik2 {
  width: 100%;
}

#eigenmiddelen {
  width: 100%;
}

#brutojik1titel {
  width: 100%;
  margin-top: 25px;
	font-weight: bold;
	clear: both;
}

#brutojik2titel {
  width: 100%;
  margin-top: 25px;
	font-weight: bold;
	clear: both;
}

#eigenmiddelentitel {
  width: 100%;
  margin-top: 25px;
	font-weight: bold;
	clear: both;
}

a.buttoncalc {
    background: transparent url('../img/btn_calc_a.png') no-repeat scroll top right;
    color: #ffffff;
    display: block;
    float: right;
    font: bold 12px arial, sans-serif;
    height: 48px;
    margin-right: 6px;
    padding-right: 15px; /* sliding doors padding */
    text-decoration: none;
}

a.buttoncalc span {
    background: transparent url('../img/btn_calc_span.png') no-repeat;
    display: block;
    line-height: 42px;
    padding: 3px 0 3px 16px;
}
a.buttoncalc:hover {
    background-position: bottom right;
    color: #ffffff;
	  text-decoration: none;
    outline: none; /* hide dotted outline in Firefox */
}

a.buttoncalc:hover span {
    background-position: bottom left;
    padding: 3px 0 3px 15px; /* push text down 1px */
}

a.buttoncalc2 {
    background: transparent url('../img/btn3_calc_a.png') no-repeat scroll top right;
    color: #000000;
    display: block;
    float: right;
    font: bold 15px arial, sans-serif;
    height: 71px;
    margin-right: 6px;
    padding-right: 15px; /* sliding doors padding */
    text-decoration: none;
}

a.buttoncalc2 span {
    background: transparent url('../img/btn3_calc_span.png') no-repeat;
    display: block;
    line-height: 65px;
    padding: 3px 0 3px 15px;
}
a.buttoncalc2:hover {
    background-position: bottom right;
    color: #000000;
	  text-decoration: none;
    outline: none; /* hide dotted outline in Firefox */
}

a.buttoncalc2:hover span {
    background-position: bottom left;
    padding: 3px 0 3px 15px; /* push text down 1px */
}

a.buttonnrg {
    background: transparent url('../img/btn_energy_a.png') no-repeat scroll top right;
    color: #000000;
    display: block;
    float: right;
    font: bold 14px arial, sans-serif;
    height: 69px;
    margin-right: 26px;
    padding-right: 15px; /* sliding doors padding */
    text-decoration: none;
}

a.buttonnrg span {
    background: transparent url('../img/btn_energy_span.png') no-repeat;
    display: block;
    line-height: 63px;
    padding: 3px 0 3px 16px;
}
a.buttonnrg:hover {
    background-position: bottom right;
    color: #546b25;
	  text-decoration: none;
    outline: none; /* hide dotted outline in Firefox */
}

a.buttonnrg:hover span {
    background-position: bottom left;
    padding: 3px 0 3px 15px; /* push text down 1px */
}

.nrgsubmit {
/*  border: 1px solid #000000;*/
  display: inline;
	width: 100%;
  text-align: center;
  height: 40px;
}

