/*******************/
/* all.css.js      */
/* sase.org        */
/*******************/
/* copyright       */
/* www.streeck.com */
/*******************/


if (bs_legacy)
{
	document.write("<style>");
	document.write("    img.alignright { border-style:none; border-width:0px; margin:0px; vertical-align:bottom; float:none; }");
	document.write("    img.alignleft  { border-style:none; border-width:0px; margin:0px; vertical-align:bottom; float:none; }");
	document.write("    td.content     { background-image:none; }");
	document.write("    td.navbar      { background-image:none; }");
	document.write("    td.sidebarleft { background-image:none; }");
	document.write("    input          { border-width:0px; }");
	document.write("    input.button   { border-width:0px; }");
	document.write("    select         { border-width:0px; }");
	document.write("    textarea       { border-width:0px; }");
	document.write("</style>");
}

if (bs_opera)
{
	if ((bs_verfull >= "7") && (bs_verfull < "7.5"))
	{
		document.write("<style>");
		document.write("    p.sidebarfixed { position:static; }");
		document.write("</style>");
	}
}
