.calculator {
  font-family: arial, helvetica, sans-serif;
  color:#686868;
  position:relative;
  width: 681px;
}
.calculator .calcmain {
  width: 681px;
  height: 306px;
  border-bottom: 1px solid #dadada;
}
.calculator .calcmain span.calculationheader {
  position: absolute;
  left: 21px;
  top: 23px;
  color : #0D152F;
  font-weight:900;
}
.calculator .calcmain span.calculationdescription {
  position: absolute;
  top: 42px;
  width: 171px;
  font-size: 10px;
  color : #0D152F;
}
.calculator .calcmain span.sliderheading {
  position: absolute;
  width: 174px;
  font-size: 14px;
}
.calculator .calcmain span.sliderheading input.slidervalue {
  background: url(../_img/bg_calculator_input.png) no-repeat 0 0;
  position: absolute;
  left: 121px;
  top : -6px;
  width: 59px;
  height: 14px;
  padding:7px 5px ;
  border:none;
}
.calculator .calcmain span.sliderheading input.countryde {
  background: url(../_img/bg_calculator_input.png) no-repeat 0 0;
  position: absolute;
  left: 121px;
  top : -6px;
  width: 59px;
  height: 14px;
  padding:7px 5px ;
  border:none;
}
.calculator .calcmain span.sliderheading input.countrynl {
  background: url(../_img/bg_calculator_input.png) no-repeat 0 0;
  position: absolute;
  left: 137px;
  top : -6px;
  width: 59px;
  height: 14px;
  padding:7px 5px ;
  border:none;
}
.calculator .calcmain span.sliderheading.spareinlage {
  top: 6px;
}
.calculator .calcmain .slidercur {
  position:absolute;
  left : 197px;
  font-size:14px;
  top:0px;
}
.calculator .calcmain .countryde {
  position:absolute;
  left : 197px;
  font-size:14px;
  top:0px;
}
.calculator .calcmain .countrynl {
  position:absolute;
  left : 123px;
  font-size:14px;
  top:0px;
}
.calculator .calcmain .curAxle {
  position:absolute;
  left : 310px;
  font-size:11px;
  top:1px;
  z-index:500;
}
.calculator .calcmain span.sliderheading.monatlichespareinlage {
  top: 123px;
}
.calculator .calcmain span.sliderheading.laufzeit {
  top: 241px;
}
.calculator .calcmain span.scale {
  position: absolute;
  left: 31px;
  top: 242px;
  font-size: 9px;
  color: #666;
  cursor: pointer;
}
.calculator .calcmain span.scale span.activescale {
  color: #000;
}
.calculator .calcmain div.calcslider {
  position: absolute;
  width: 190px;
  height: 17px;
}
.calculator .calcmain div.calcslider .sliderbar {
  background: url(../_img/bg_slider.png) no-repeat 0 0;
  position: absolute;
  left: 0px;
  top: 5px;
  width: 190px;
  height: 5px;
}
.calculator .calcmain div.calcslider .handle {
  background: url(../_img/bg_slider_button.png) no-repeat 1px 0;
  position: absolute;
  cursor: move;
  top: -2px;
  z-index: 100;
  padding: 0 1px;
  /* bespoke to your own solution */
  height: 22px;
  width: 21px;
}
#spareinlageslider {
  top: 34px;
}
#monatlichespareinlageslider {
  top: 151px;
}
#laufzeitslider {
  top: 269px;
}
#calcgraph {
  background:url(../_img/bg_calculator.png) no-repeat 0 0;
  left: 234px;
  width: 447px;
  height: 281px;
  position: absolute;
}
#calcgraph .calcmonthLabel {
  position: absolute;
  top: 240px;
  font-size: 11px;
  text-align:center;
}
#calcgraph .calcamountLabel {
  position: absolute;
  right: 370px;
  font-size: 11px;
  width:64px;
}
.calculator .calclegend {
  background:url(../_img/bg_calculator_legend.png) no-repeat;
  width: 31px;
  height: 3px;
  top: 5px;
  left: -37px;
  position: absolute;
  overflow:hidden;
}
.calculator .calclegendInitialDeposit {
  position: absolute;
  left: 348px;
  top: 288px;
  font-size: 11px;
}
.calculator .calclegendInitialDeposit .calclegend {
  background-position:0 0;
}
.calculator .calclegendMonthlyDeposit {
  position: absolute;
  left: 482px;
  top: 288px;
  font-size: 11px;
}
.calculator .calclegendMonthlyDeposit .calclegend {
  background-position:0 -3px;
}
.calculator .calclegendInterest {
  position: absolute;
  left: 614px;
  top: 288px;
  font-size: 11px;
}
.calculator .calclegendInterest .calclegend {
  background-position:0 -6px;
}
.calculator .calcbottom {
  position: relative;
  width:681px;
  height:92px;
}
.calculator .calcprebottom {
  display:none;
}
.calculator .calcbottom img.openaccount {
  left: 400px;
  top: 38px;
  position: absolute;
  border: none !important;
}
.calculator .calcbottom ul.calcresults {
  padding: 0!important;
  position: absolute;
  font-size:18px;
  list-style:none;
  color:#0d4a67;
  top:16px;
}
.calculator .calcbottom ul.calcresults li {
  background: none !important;
  padding: 0px 0pt 0px 0px !important;
  position: relative;
  width: 310px;
  font-weight:normal;
  font-size:18px
}
.calculator .calcbottom ul.calcresults li span {
  display:block;
  position:relative;
  padding-top:2px;
}
.calculator .calcbottom ul.calcresults li span.calcresulthead {
}
.calculator .calcbottom ul.calcresults li span.calccur {
  position: absolute;
  top:0px;
  left: 260px;
  text-align: center;
}
.calculator .calcbottom ul.calcresults li span.calcresult {
  position: absolute;
  top:0px;
  left: 162px;
  color:#0D4A67;
  text-align:left;
  width:105px;
}
#calcarrowy {
  border : none !important;
  position:absolute;
  left:75px;
  */left:76px; /* IE6/7 */
  left /*\**/: 77px\9; /* IE7/8 */
  /left:76px; /* IE7 */
  top:14px;
}
#calcarrowx {
  border : none !important;
  position:absolute;
  left:429px;
  top:220px;
  */top:221px; /* IE6/7 */
  top /*\**/: 221px\9; /* IE7/8 */
}
#calccur {
  border : none !important;
  position:absolute;
  left:30px;
  top:0px;
  font-weight:bold;
  font-size:10px;
}
a#bopenaccount {
  display:block;
  position: absolute;
  font-size:18px;
  top:40px;
  left:400px;
  width:218px;
  height:23px;
}
a#bopenaccount{
  background: #000000;  
  color:#ffffff;
}

a#bopenaccount:hover{
  background: #00ffff;  
  color:#000000;
}
.calculator .tabContentButton{
  top:44px;
  */top:51px;
}

.calculator .tabContentButton{
  position:relative;
  width:708px;
  height:48px;
}

.calculator a.buttonSmall{
  top:0px;
  right:16px;
}

h2{
  font-size:18px;
  line-height:21px;
  font-weight:normal;
  color:#000000;
}

p{
  font-size:14px;
  line-height:18px;
  padding:7px 0 18px 0;
  width:615px;
}
.mgnlMainbarPreview{
  margin-left:500px;
}
.mgnlControlBar, .mgnlControlBar_PUSHED, .mgnlControlBar_MOUSEOVER{
  width:97%;
}
