/*

 * @version  1.0 (16. Januar 2005)
 * @author Karsten Poppe
 * @copyright 2006 Karsten Poppe
 * @url <http://www.metaphora.de>
 * @license GPL <http://www.gnu.org/licenses/gpl.html>

 */

#sidebar, #menu, p.blog-top, p.meta-blog-comment, div.blog-keywords, ul.blog-meta, div#navigation-trails, p#navigation-trails-showsubcats, p#navigation-trails-show-subcats, ul#navigation-trails-subcats {
	display: none;
}

body {
    margin: 0;
    padding: 0;
    font: 12pt Garamond, Palatino, "Times New Roman", Times, serif;
    color: black;
    background: transparent;
    line-height: 1.2;
    word-spacing: 1px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Verdana, "Bitstream Vera Sans", sans-serif;
    font-weight: bold;
    margin: .75em 0 .5em 0;
    page-break-after: avoid;
}

h1 {
	font-size: 16pt;
	color: #df8c00;
	background:inherit;
	margin: 0 0.5em 0;
	border-bottom: 1px #ccc solid;
}

h2 {
	font-size: 14pt;
	color: #000;
	background: inherit;
}

h3 {
	color: #808080;
	background: inherit;
	font-size: 12pt;
}

ul, ol, dl {
	page-break-before: avoid;
}

p {
	margin: 0 0 1em 0;
}

p+p {
	margin-top: -1em;
	text-indent: 2em;
}

blockquote {
	font-family:"Courier New", Courier, mono;
}

a[href]:after {
	content:" <URL: "attr(href)">";
	color:#444;
	background-color:inherit;
	font-style:italic;
}

a, a:visited, a:hover, a:visited:hover {
    color: #0000ff;
    background: transparent;
    text-decoration: underline;
}

a:link:after, a:link:visited:after {
    content: " (Link auf <" attr(href) ">) ";
    font-size: 76%;
    color: #999;
    background: transparent;
}

a[href^="/"]:link:after {
    content: " (Link auf <http://www.benjaminiana.de " attr(href) ">) ";
    color:#444;
    background-color:inherit;
    font-style:italic;
}

#footer {
    border-top: 1.5pt solid;
    font-size: .95em;
    color: #333;
    text-align: center;
}

abbr[title]:after, acronym[title]:after {
	content: '(' attr(title) ')';
}

/* Firefox, Bugs and more ...
http://meyerweb.com/eric/thoughts/2005/09/14/when-printing-maims/
*/
