/************************/
/* all.css.js           */
/* unsere-weltreise.net */
/************************/
/* copyright            */
/* www.streeck.com      */
/************************/
/* Ver 1.0.0            */
/*        20050420.2300 */
/************************/

if (bs_ie)
{
	document.writeln(' <style type="text/css">');

	document.writeln("  #menu-main ul { padding-left:1px; }");
	document.writeln("  #menu-main ul li { float:left; margin-left:-1px; }");
	document.writeln("  #menu-main ul li.home { margin-left:0px; }");
	document.writeln("  #menu-main ul li a, #menu-main ul li a:hover, #menu-main ul li a:active, #menu-main ul li a:visited { float:left; }");

	if (bs_vermajor <= 5)
	{
		document.writeln("  body              { text-align:center; }");
		document.writeln("  #container-static { text-align:justify; }");
		document.writeln("  #content      { width:760px; border-right-width:155px; }"); /* border-width don't understand why */
		document.writeln("  #content.wide { width:760px; }");
	}

	if ((bs_verfull >= 5.5) && (window.location.protocol == "http:"))
	{
		document.writeln("  img         { behavior:url('/lib/iepngimgfix/iepngimgfix.htc'); }");
	}
	
	document.writeln(' </style>');
}
