/* Nachhaltigkeitsrechner */
div.nhBg { 
    height:325px; 
    background:url(../npix/bg_nh.png) no-repeat 0px 32px;	
}
div.nhBg_lwc, div.nhBg_bp {
  height:303px;
  background:url(../npix/bg_nh.png) no-repeat 0 6px;	
}
div.nhContent p.nhHead {
   font-weight:bold !important;
   font-size:12px !important;
   line-height:13px !important;
   padding-bottom:12px;
   float:left;
   width:70px;
}
div.nhContent p {
  font-size:10px !important;
  margin:0 !important;
  font-family:Trebuchet MS !important;
}
div.nhContent input.radio {
 position:relative;
 top:2px;
 left:-4px;
 margin-right:0px;
}
div.nhContent input.text, div.nhContent select.text, div.nhAusgabe { font:normal 10px arial, sans-serif; }
div.nhContent select.text { height:19px;}
p.nhRow { padding:3px 0 2px 0; }
div.nhAusgabe {
  background:rgb(255,255,255);
  border:solid 1px silver;
  font-size:11px;
  font-weight:bold;
  padding:1px 2px 1px 2px;
  margin-bottom:5px;
  float:left;
  width:59px;
  margin-right:3px;
}
div.nhAusgabe.d, div.nhContent p.nhHead.d{ color:rgb(5,34,59); }
div.nhAusgabe.h, div.nhContent p.nhHead.h { color:rgb(94,152,201); }
div.nhContent p.nhHead.d { background:url(../npix/ic_btn_down_d.gif) no-repeat 0 30px; }
div.nhContent p.nhHead.h { background:url(../npix/ic_btn_down_h.gif) no-repeat 0 30px; }
h3.nh { 
    font-size:13px !important; 
    margin-bottom:4px !important;
}

/* IE */

div[title].nhBg_bp {
	{ background:url(../npix/bg_nh.png) no-repeat 0px 22px; border:solid 1px red }
}