<!--
/* SLAK Print Stylesheet */
body
{
	background:transparent;
	color:#000;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12pt;
} 
#left_column, 
#right_column,
#w41,
#breadcrumb,
.top
{
	display:none;
}
#header,
#content 
{ 
	margin:0; 
}

#header { border-bottom:1px solid #000; margin-bottom:1em; }

h1,h2,h3,h4,h5,h6,p
{
	margin: 0 0 1em 0;
}
#header p { margin:0; }

a
{
	color:#000;
	text-decoration:none;
}
a:after
{
	content: " (http://www.slak.de" attr(href) ")";
}
img
{
	padding:5px;
	border:1px solid #000;
}
img.left
{
	float:left;
	margin: 4px 10px 0 0;
}
img.right
{
	float:right;
	margin: 4px 0 0 10px;
}
-->