/* Spezielle Formatierungen für den Druck */

body {
	margin: 2em 4em 2em 5em;
	font: 12px/1.5em "Lucida Grande", Lucida, Verdana, sans-serif;
	color: rgb(0,0,0);
	line-height: 1.5em;
}

#branding, 
#foot, 
#nav, 
#sidepane 
{
	display: none;
}



/*Pfadnavigation*/

#pfadnavigation {
	min-height: 24px;
	height: 2em;
	color: rgb(0,0,0);
	margin-left: 0;
	padding-left: 0;
}

#pfadnavigation li {
	float: left;
	list-style: none inside;
}

#pfadnavigation li a {
	text-decoration: none;
	color: rgb(0,0,0);
}
