/* End hiding/special parts on printing */
/* see: http://www.style-sheets.de/guide/medien/print */

/* Fuer die Druckausgabe ueberfluessiges abschalten */
.navigation, .postmetadata,
#respond, #commentform,
#footer, #sk2-footer,
#headerimpressum {
    display: none;
}

/* Typografie anpassen */
body {
    margin: 0;
    padding: 0;
    font: 12pt Garamond, Palatino, "Times New Roman", Times, serif;
    color: black;
    background: transparent;
    text-align: justify;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", "Lucida", Verdana, "Bitstream Vera Sans", sans-serif;
    font-weight: bold;
    margin: .75em 0 .5em 0;
    page-break-after: avoid;
}

p {
    margin: 0 0 1em 0;
}

p+p {
    margin-top: -1em;
    text-indent: 2em;
}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote.slogan{font-size:130%; text-align:center; font-weight:bold; padding-top:0.5em; padding-bottom:0.5em; color:#404040; border-right:5px solid #ddd; background-color:#fafafa}


blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

p.quellenangabe {
   	color: #AAA;
    border-top: 1px dashed #999;
    margin-top: 0.5em;
    }

p.quellenangabe:before {
    content: "(Quelle: ";
    }

p.quellenangabe:after {
    content: ")";
    }


/* Links druckbar machen */
a, a:visited, a:hover, a:visited:hover {
    color: #04667e;
    background: transparent;
    text-decoration: none;
}

a[href^="http://"]:link:after, a[href^="http://"]:link:visited:after {
    content: " (Link auf <" attr(href) ">) ";
    font-size: 76%;
    color: #999;
    background: transparent;
}

/* Fu�noten abtrennen */
ol.footnotesList {
	border-top: 1px dotted #ddd;
	padding-top: 0.5em;
}

ol.footnotesList li {
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
	text-indent: -1.7em;
    text-align: left;
    margin-bottom: 0.5em;
}

.footnote_back {
	padding-right: 1ex;
}

.footnote_back:after {
	content: ".";
}

.censored {
	background: black;
	color: black;
	padding: 0 1em;
}


/* Begin hiding/special parts on printing */
