/*  
CSS Print-Layout
*/

/* Start Allgemeines Druck-Layout */

#header, #respond, #footer, #commentform, #headerimg, a#tooCool, #searchform, #s, #submit, #sidebar, #wp-calendar, #subnav, #breadcrumb, #top_print, .info {
	display: none;
}
select, input, textarea, ckeckbox, img, dd {
	display: none;
}
.navigation, .postmetadata, .subscribe {
	display: none;
}
body {
	text-align: left;
	margin: 0;
	padding: 0;
	font: 10pt "Microsoft Sans Serif", Arial, Verdana, sans-serif;
	color: black;
	background: transparent;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	margin: .75em 0 .5em 0;
	text-align: left;
	page-break-after: avoid;
}
a, a:visited, a:hover, a:visited:hover {
	color: blue;
	background: transparent;
	text-decoration: none;
}
a[href]:after {
	content:" (Link zu: <"attr(href)">) ";
	color: #999;
	background-color:inherit;
	font-style:italic;
	font-size: 9pt;
} 
*[name]:after {
	content:" [#"attr(name)"]";
	color: #999;
	background-color:inherit;
	font-style:italic;
	font-size: .7em;
} 
*[title]:after {
	content:" ("attr(title)")";
	color: #999;
	background-color:inherit;
	font-style:italic;
	font-size: .7em;
} 
*[acronym]:after {
	content:" ("attr(acronym)")";
	color: #999;
	background-color:inherit;
	font-style:italic;
	font-size: .7em;
} 
*[cite]:after {
	content:close-quote" (Quelle: "attr(cite)")";
	font-size: .7em;
} 
q:before, blockquote:before {
	content:open-quote;
} 
q:after, blockquote:after {
	content:close-quote;
}
blockquote, q, cite {
	padding-left: 2em;
}
