/* Druckversion */
* {
/* wei?e Hintergrundfarbe */
background-color: #ffffff !important;
/*Schriftarten mit Serifen */
font-family: Cambria, Constantia, "Times New Roman", Times, serif;
/* ggf. Blocksatz */
text-align: justify;
}

body {
	font-size: 12pt;
}

body, #container, #primary_content, #footer {
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
}

#mainNavigation, #sidebar, #commentarea, #search, #leftnav, #path, .skip, #footer, .logo, #rad{
	display: none;
}

/* Ausgabe des Links in Klammern */
a:not([href^= '#']):after {
	content: " ("attr(href)")";
	color: #ccc;
	font-style: italic;
	font-size: 0.85em;
}

*[title]:after {
	content: " ("attr(title)")";
	color: #eee;
	font-style: italic;
	font-size: 0.85em;
}

img {
	border: 0;
}

img[alt]:after {
	content: "\A ("attr(alt)")";
}

body {
/* in der deutschen Sprache */
quotes: "\201E" "\201C" "\201A" "\2018";
}

q:before, blockquote:before {
	content: open-quote;
}

q:after, blockquote:after {
	content: close-quote;
}

.sectionImpressum hr { page-break-before: avoid; margin-bottom: 0;}
.sectionImpressum hr:after {content: "";}
hr {
page-break-before: always;
color: #fff;
margin-bottom: 3em;
text-align: left; }
hr:after {
content: "Original: \www.tsve-rhoenrad.de/";}

#container:after {
content: "\ Alle Rechte vorbehalten. \00A9 2008 www.tsve-rhoenrad.de";
color: #666666;
font-size: 0.85em;
}

