.logo{
	background:none;
	filter:progid:dximagetransform.microsoft.alphaimageloader(src='images/logo.png', sizingmethod='crop');
}
.list li{
	background:none;
	filter:progid:dximagetransform.microsoft.alphaimageloader(src='images/bg-header-list.png', sizingmethod='crop');
}
.list li li{
	background:none;
	filter:none;
}
.fallscmrmspringen-lernen{
	background:none;
	filter:progid:dximagetransform.microsoft.alphaimageloader(src='images/bg-fallscmrmspringen.png', sizingmethod='crop');
}
.holder-boxes{
	background:none;
	filter:progid:dximagetransform.microsoft.alphaimageloader(src='images/bg-fixed-box.png', sizingmethod='scale');
}
.fallscmrmspringen-lernen{
	background:none;
	filter:progid:dximagetransform.microsoft.alphaimageloader(src='images/bg-fallscmrmspringen.png', sizingmethod='crop');
}
#footer{
	background:none;
	filter:progid:dximagetransform.microsoft.alphaimageloader(src='images/bg-footer.png', sizingmethod='crop');
}
#main-block{
	background:none;
	filter:progid:dximagetransform.microsoft.alphaimageloader(src='images/bg-content.png', sizingmethod='scale');
}
#sidebar{
	background:none;
	filter:progid:dximagetransform.microsoft.alphaimageloader(src='images/bg-content.png', sizingmethod='scale');
}
img {
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 = "images/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)
);
}
#nav li{border: expression((this===this.parentNode.childNodes[0]) ? "none" : "auto");}
body {width:expression(document.documentElement.clientWidth < 960 ? "960px" : "auto");}
#nav li,
#nav li span{
	behavior: expression(
	this.onmouseover = new Function("this.className += ' hover'"),
	this.onmouseout = new Function("this.className = this.className.replace(' hover','')"),
	this.style.behavior = null);
}



