@charset "iso-8859-1";

/*******************************************************************************
*  print.css : 2010-02-10
*******************************************************************************/

@import "container.css";
@import "fonts.css";

#innerContentColumn, #contentColumn, #leftColumn, #rightColumn {
	float: none;
}
#contentColumn {
	width: auto;
	margin-left: 0em;
}
#innerLeftColumn, 
#rightColumn, #leftColumn, 
.hnav, 
.printHide,
#oldbrowser,
#masthead,
.position,
.schriftswitch, input.butAnmeldung {
	display: none;
}
#innerContentColumn {
	border-left-width: 0;
	border-right-width: 0;
}
#footer {
	border: solid 1px #000;
	border-width: 1px 0;
	padding: 0.5em;
}
a {
	text-decoration: none;
	background-color: inherit;
	color: inherit;
}
#outerColumnContainer {
	border-left-width: 0;
	border-right-width: 0;
}
/******************************************************************************/