@charset "iso-8859-1";

/*******************************************************************************
*  print.css : 2008-12-16
*******************************************************************************/

@import "container.css";
@import "fonts.css";

#leftColumn, #contentColumn {
	float: none;
}
#leftColumn, .hnav, .printHide, #adresse, .schriftswitch, hr {
	display: none;
}
#contentColumn, #innerContentColumn {
	border-left-width: 0;
	border-right-width: 0;
}
#contentColumn {
	width: 100%;
	margin-left: 0em;
}
#footer {
	border: solid 1px #000;
	border-width: 1px 0;
	padding: 0.5em;
	text-align: left;
}
a {
	text-decoration: none;
	background-color: inherit;
	color: inherit;
	padding: 0 6px;
}

/******************************************************************************/