@charset "UTF-8";
/**
Theme Name: Print-Layout
Description: Drucklayout / print layout
*/

@media print
{
	/**
	 * @section layout
	 * @css-for (nicht benoetigte Bereiche)
	 */
	#header p, #header img, #header form,
	#respond,
	#footer,
	#searchform, #s, #submit,
	#sidebar, #wp-calendar,
	#comment p, #commentator, #commentform, #commentform p,
	#cachestats,
	select, input, textarea, ckeckbox, dd, hr {
		display: none;
	}

	.content_left, .navigation, .navigate-small, #postmetadata, .subscribe, .backlinksell, .footwerbung, .pinglist, .commentcount, .noprint {
        display: none;
	}
	#menuleiste, #menubar, #mini-nav, #toparrow {
        display: none;
	}
	

	/**
	 * @section layout
	 * @css-for (print basics)
	 */
	body {
		width: 100%;
		text-align: left;
		margin: 0;
		padding: 0;
		font: 12pt Garamond, Palatino, "Times New Roman", Times, serif;
		color: #000;
		background: #fff url(none);
	}
	
	h1, h2, h3, h4, h5, h6 {
		font-weight: 700;
		margin: .75em 0 .5em;
		text-align: left;
		page-break-after: avoid;
	}

	h1 {
		text-align: center;
		padding: 0 0 .5em;
		border-bottom: 1px solid #ccc;
	}

	p {
		margin: .5em;
		font-stretch: expanded;
	}
	
	div.spoiler_div {
		display: block !IMPORTANT;
	}
	a.spoiler_link_show, a.spoiler_link_hide {
		display: none !IMPORTANT;
	}

	.accordionContent {	
		display: block !IMPORTANT;
		margin-left: 15px;
	}

	.spalter2, .spalter3, .spalter4, .spalter4end {
	  float:left;
	}

	/**
	 * @section Zitate
	 * @css-for (erweiterte Ausgabe von cite)
	 */
	*[cite]:after {
		content: close-quote" (Quelle: "attr(cite)")";
		font-size: .7em;
	} 
	
	* {
		quotes: "\201E" "\201C" "\201A" "\2018";
	} 
	
	q:before, blockquote:before {
		content: open-quote;
	} 
	
	q:after, blockquote:after {
		content: close-quote;
	}
	
	blockquote, q, cite {
		padding-left: .1em;
	}
	
	acronym, abbr {
		border: none;
	}
	
	/**
	 * @section Code
	 * @css-for (nicht benoetigte Bereiche)
	 */
	.code, pre {
		font: .7em 'Courier New', Courier, Fixed;
		padding-left: 1em;
	}
	
	.code a[href]:after {
		content: "";
	}
	
	/**
	 * @section layout
	 * @css-for (bilder-format)
	 */
	img {
		padding: .5em;
		border: none;
	}
}
