/*******************/
/* all.css.js      */
/* streeck.com     */
/*******************/
/* copyright       */
/* www.streeck.com */
/*******************/
/* Ver 2.0.3       */
/*   20050722.1800 */
/*******************/

if (bs_ie)
{
	document.writeln(' <style type="text/css">');

	document.writeln("  #navbar ul li, .navbar ul li { float:left; }");
	document.writeln("  #navbar ul li a, .navbar ul li a { float:left; }");
	document.writeln("  .quirks ul li a { height:34px; }");

	document.writeln("  #content div { border-top:none; }");
	document.writeln("  #content h1, #content h2 { margin-top:0px; margin-bottom:15px; }");
	document.writeln("  #sidebar h1, #sidebar h2 { margin-top:0px; margin-bottom:10px; }");
	document.writeln("  #content p, #content ul, #content ol { margin-top:-10px; margin-bottom:15px; }");
	document.writeln("  #sidebar p, #sidebar ul, #sidebar ol { margin-top:-5px; margin-bottom:10px; }");
	document.writeln("  #content div.sidebar-bump p, #content div.sidebar-bump ul, #content div.sidebar-bump ol { margin-top:-5px; margin-bottom:10px; }");
	document.writeln("  #content.center { padding-left:100px; padding-right:100px; width:554px; text-align:justify; }");
	
	if (bs_verfull >= 5.5)
	{
		document.writeln("  img { behavior:url('/lib/iepngimgfix/iepngimgfix.htc'); }");
	}
	
	if (bs_vermajor <= 5)
	{
		document.writeln("  body              { text-align:center; }");
		document.writeln("  #container-static { text-align:justify; }");
		document.writeln("  #navbar ul li a, .navbar ul li a { height:34px; }");
		document.writeln("  #content      { width:760px; }");
		document.writeln("  #content.wide { width:760px; }");
	}

	if (bs_verfull <= 5)
	{
		document.writeln("  #content { overflow:hidden; }");
		document.writeln("  td { font-size:10pt; } .caption { font-size:75%; }");
	}

	document.writeln(' </style>');
}

if ((bs_opera) && (bs_vermajor <= 8))
{
	document.writeln(' <style type="text/css">');

	document.writeln("  .quirks ul li a { height:34px; }");

	document.writeln(' </style>');
}

if ((bs_gecko) && (bs_verfull <= 1.4))
{
	document.writeln(' <script type="text/javascript">');
	document.writeln('  allcss_oldonloadhandler = window.onload;');
	document.writeln('  function sidebarbump2textboxcenter()');
	document.writeln('  {');
	document.writeln('    for (var i = 0; i < document.getElementsByTagName("div").length; i++)');
	document.writeln('    {');
	document.writeln('      if (document.getElementsByTagName("div")[i].className == "sidebar-bump")');
	document.writeln('        document.getElementsByTagName("div")[i].className = "textbox center";');
	document.writeln('    }');
	document.writeln('  if (allcss_oldonloadhandler != null)');
	document.writeln('   allcss_oldonloadhandler();');
	document.writeln('  }');
	document.writeln(' 	window.onload = sidebarbump2textboxcenter;');
	document.writeln(' </script>');
}

