/**************************/
/* unsereWeltreise.css.js */
/* unsere-weltreise.net   */
/**************************/
/* copyright              */
/* www.streeck.com        */
/**************************/
/* Ver 0.0.8              */
/*          20050208.1820 */
/**************************/

if (bs_ie)
{
	document.writeln('<style type="text/css">');

	document.writeln("  .maincontent { border-spacing:0px; }");
	document.writeln("  .maincontent tr.category, .maincontent tr.bottomofpost, .maincontent tr.nextprev { height:24px; }");
	document.writeln("  .maincontent tr.topic { height:46px; }");
	document.writeln("  .maincontent tr.topic { height:46px; }");
	document.writeln("  .maincontent tr.message td	{ font-size:12px; background-color:#EFEFEF; text-align:center; }");
	
	document.writeln("  .maincontent a:hover, .maincontent a:visited { color:#000066; }");

	document.writeln("  .maincontent input.button, .maincontent input.mainoption, .maincontent input.liteoption { color:#000000; background-color:#d4d0c8; border:outset 2px #d4d0c8; }");

	if (bs_vermajor<= 5)
	{
	}

	document.writeln('</style>');
}



