/******************************************************************************
 *
 *  Projekt.......: Thomas Hooge IT-Consulting
 *  Modul.........: druck.css
 *  Kurzinfo......: Stylesheet zum Drucken
 *  Autor.........: Thomas Hooge (tho)
 *  eMail.........: entwicklung@tho-consulting.de
 *
 ******************************************************************************/

body {
	font-family: "BitStream Vera Serif", Georgia, serif;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "FreeMono", "Courier New", monospace;
}
img { border: none; }
dt {
	margin-top: 1em;
	font-weight: bold;
}

img.left {
	float: left;
	clear: left;
	margin-top: 0;
	margin-right: 1em;
}
img.right {
	float: right;
	margin-top: 0;
	margin-left: 1em;
}
code {
	font-family: "Bitstream Vera Sans Mono", monospace;
}

div#metanav,
div#topnav,
div#sidebar,
div.marginal,
p#footnav,
div#footer img {
	display: none;
}
div#footer {
	margin-top: 3em;
	padding-top: 1em;
	border-top: 1px solid gray;
	font-size: 80%;
}

a.external[href]:after {
	content: "<"attr(href)">";
	color: #888;
	background-color: inherit;
	font-style: italic;
	font-size: 80%;
}

dl.bildliste dt {
	font-weight: normal;
}
dl.bildliste dd {
	margin-top: 0.5em;
	margin-left: 8em;
}
