/**
 * CSS Anpassungen speziell fuer den IE6
 *
 */

/* PNG Fix fuer alle img's mit class=png */
* html .png{
	position:relative;
	behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
		this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
		this.src = "css/gfx/transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
		this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
		this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
	);
}

/* Spezielles IE6 Clearing */
div.clear {font-size:0; display: block; width: 100%; line-height: 0%;}

/* Einige Objekte auf position:relative setzen */
div.ie_relative {position:relative;}

/* Fix fuer Widget GraphTableSwitch */
.graphtableswitch_menu {width: 120px;}
div#inConsultantElements ul li .graphtableswitch_menu input.chk { margin: 0;}

/* Bugfixes fuer die ratgeberauswahl */
div.overview#stage div.stageRightOverview #formrowratgebers {width: 99%; }
.overview .footer {width: auto;}

/* Fix fuer zu breite Scrollbars */
div#inConsultantElements { width: 98%; position: relative; top: 0; left: 0;}

/* SDC: Dachschraege */
div#inConsultantElements ul li .information5050 div#dachschraege {background: transparent url(../../gfx/sdc/dachschraege_bg.gif) 0 0 no-repeat ;}

/* Nav Buttons */
button.navButton {margin-bottom:-1px; overflow: visible;}