/* JG-Gruppe - print.css (13.05.2005)- - - - - - - - - - - - - - - - - */
/* Michael Charlier - http://www.kommkonzept.de  - - - - - - - - - - - */

/* Allgemein - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
@media print{
	
img.logo{
	position:absolute;
	top:-10px;
	left:10px;
}
img.koepfe,
p.breadcrumbs,
p.schnellnavi,
p.signal{
	display:none;
}

#menu{
	display:none;
}

#content{
	position:relative !important;
	margin-left:0 !important;
	border:none !important;
}
.grueneck{
	margin-left:10px !important;
	list-style: disc !important;
}
.footer0,
.footer1 a{
	display:none;
}
.footer2{
	position:relative;
	left:-200px;
	width:20em;
}

#footer p.footer3{
	position:relative;
	top:-25px;
}
}