/*
 * CSS-File for
 * BSII Bamberg
 * This layout was tested to work with:
 * Mozilla Firefox 2.0
 * Opera 9.1
 * Apple Safari 3.0.3
 * Microsoft Internet Explorer 7
 * Microsoft Internet Explorer 6
 * This stylesheet is for printmedia only.
 */

/* Hide unwanted stuff. We dont want to waste
 * ink or toner for such senseless ornamentics, do we ;)
*/
div#header,
div#navigation_top_wrapper,
div#navigation_left_wrapper,
div#footer {
	display: none;
}

/* Content gets stretched to 80% width */
div#content_left,
div#content_right,
div.entry {
	width: 80%;
	margin: 0px auto;
	float: none;
}

/* Display sIFRed Headlines */
.sIFR-flash, .sIFR-flash object, .sIFR-flash embed {
	display: none !important;
	height: 0;
	width: 0;
	position: absolute;
	overflow: hidden;
}

span.sIFR-alternate {
	visibility: visible !important;
	display: block !important;
	position: static !important;
	left: auto !important;
	top: auto !important;
}
