/************************************************/
/*						*/
/*		HI SURFER,			*/
/*	This stylesheet is for you. I think	*/
/*	you don't want print all the stuff	*/
/*	from this site, like navigation and	*/
/*	so on.					*/
/*	So this is for saving ink and money.	*/
/*						*/
/*	If you want to print all the stuff	*/
/*	you have to copy all the content	*/
/*	into a text document and then print	*/
/*	it.					*/
/*						*/
/************************************************/

/*	generel style				*/
/************************************************/
body
{
	width:140mm;
	background-color:white;
	color:black;	/* cheepest colors	*/
}

a
{
	text-decoration:none;
	color:green;
}


/*	Don't print this			*/
/************************************************/
#orientation, #topnavi, #leftmenue, #footer,
	#main #content #contenttext div.sitelinks,
	#main #content #contenttext ul.forummenue,
	#main #content #contenttext div.singleposting div.markuser,
	#main #content #contenttext div.singleposting div.adminactions,
	#main #content #contenttext form.contact,
	body ul.acs
{
	display:none;
}

#main #content #contenttext h1 a,
	#main #content #contenttext h2 a,
	#main #content #contenttext h3 a,
	#main #content #contenttext h4 a
{
	color:black;
}

#main #content #contenttext table.last_active td,
	#main #content #contenttext ul.forum li table tr td
{
	vertical-align:top;
	border:1px solid silver;
}
#main #content #contenttext table.last_active td h2,
	#main #content #contenttext ul.forum li table tr td h2,
	#main #content #contenttext ul.forumtree li div h2
{
	font-size:110%;
	margin:0.5em 0em 0.1em 0em;
	padding:0em;
}

#main #content #contenttext ul.forumtree li ul li div h3,
	#main #content #contenttext ul.forumtree li div h4
{
	font-size:100%;
	margin:0.5em 0em 0.1em 0em;
	padding:0em;
}

#main #content #contenttext ul.forumtree li div
{
	font-size:80%;
}


#main #content #contenttext table.last_active td h2 a,
	#main #content #contenttext ul.forum li table tr td h2 a,
	#main #content #contenttext ul.forumtree li div h2 a,
	#main #content #contenttext ul.forumtree li ul li div h3 a,
	#main #content #contenttext ul.forumtree li div h4 a
{
	color:black;
	text-decoration:none;
}

#main #content #contenttext ul.forum li,
	#main #content #contenttext ul.forumtree li
{
	list-style:none;
}

#main #content #contenttext ul.forum li table tr td.left{	width:70%;		}

#main #content #contenttext div.singleposting div
{
	border-bottom:1px solid silver;
	margin-bottom:1em;
}
#main #content #contenttext div.singleposting div h3	{	display:none;		}

#main #content #contenttext ul.newsbox li		{	margin:0.5em 0em 0.5em 0em;}
#main #content #contenttext ul.newsbox li a		{	color:black;		}

	
