@charset "UTF-8";
/* CSS document for basic print layout */

@media print {

	* { background: white !important; color: white !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } 
	a, a:visited { text-decoration: none; }
	
	
	
	/*a[href]:after { content: " (" attr(href) ")"; } 
	abbr[title]:after { content: " (" attr(title) ")"; }
	*.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }
	pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
	thead { display: table-header-group; }
	tr, img { page-break-inside: avoid; }
	img { max-width: 100% !important; }*/


	@page { margin: 0.5cm; }
	p, h2, h3 { orphans: 3; widows: 3; }
	h2, h3 { page-break-after: avoid; }
	
	div#container{	
		background-color: white;
		text-shadow: none !important; 
		background-image: none;
		background-position: none;
		background-repeat: no-repeat;
		margin: 0px;
		padding-bottom: 0px;
	}
	
	div#mainContentWrap {	
		margin-left: 0px;
	}

	.shadowSE, #container, section#top { box-shadow: none; }
	body { background-image: none; background-color: white; }
	#navigationMain, #leftContentWrap, #searchBox, .navigationQuick, .mainNav, #addThis, #footer, footer, #footerNav, img.illu, div#main img.illu, .news-latest-item.active .pfeil { display: none; }
	#contentWrap { padding: 0px; }
	
	div#main .csc-textpic-above .csc-textpic-single-image img, .csc-textpic-center img{
		box-shadow: none;
	}
	
	/* slideshow */
	#topContentWrap .slideNav { display: none; }
	div#groupContent { margin-top: 0px; }
	.tx-myslideshow-pi1 {  margin-top: -420px; padding-bottom: 0px; margin-bottom: 0px; }
	
	a.internal-link { 
		background-image: none;
		background-color: none;
		border: none; 
		box-shadow: none;
		text-decoration: underline;
		opacity: 1;
	}
	
		/*
	 * 
	 *  MAIN PAGE - hideRightColumn
	 */
	/*body.hideRightColumn #groupContent, #contentWrap, #mainContentWrap, #main{ 
		margin-top: -700px;
	}*/
	
	/* Fixes multiple page print bug in Firefox */
	* {overflow:visible!important; position:static!important}

}