@charset "utf-8";
/* Print-Stylesheet
// Copyright: Euroweb Internet GmbH
// Author: Andy Hausmann
// Last modification: 03.11.08
*/

@media print
{	
	/* indispensable containers */
	body, #contentContainer { margin: 0; padding: 0; border: 0; }
	#contentContainer { width: 100% !important; min-width: 0; max-width: none; }
	#header { height: auto; background: none; } /* Wegen des h1 sichtbar */
	
	/* dispensable containers */
	#eyecatcher,
	#navigation, #navigationAdditional, #navigationLanguage,
	#footer { display: none; background: none; text-indent: 0; }
	
	/* general formattings */
	body * { font-family: "Times New Roman", Times, serif; }
	code, pre { font-family: "Courier New", Courier, mono; }
	body { font-size: 12pt; }
	
	/* avoid pagebreaks */
	h1,h2,h3,h4,h5,h6 { page-break-after: avoid; }
	
	/* shortcut formattings */
	abbr[title]:after, 
	acronym[title]:after { content: '(' attr(title) ')'; }
	
	/* link formattings */
	#contentContainer a[href^="http:"], 
	#contentContainer a[href^="https:"] { padding-left: 0; background-image: none; }
	#contentContainer a[href]:after {
		content: " (URL: "attr(href)")";
		color: #444;
		background: inherit;
		font-style: italic;
	}
	
	/* other formattings */
	/* .elementClass { overflow: visible; display: table; } */
}

