/* Stil fuer Druckerausgabe: Teltower-Ruebchen.com  */



/* Fuer die Druckausgabe Ueberfluessiges abschalten */
#header, #footer, #menu {
	display: none; }

/* Seitenraender */
@page {
	margin: 5.7cm 2cm 1.4cm 1cm; }

/* Typografie fuer den Druck */
body {
	margin: 0;
	padding: 0;
	font-size: 12pt;
	font-family: Garamond, Palatino, "Times New Roman", Times, serif;
	color: black;
	background: transparent; }

h1, h2, h3, h4, h5, h6 {
	color: #66cc33;
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", "Lucida", Verdana, "Bitstream Vera Sans", sans-serif;
	font-weight: bold;
	margin: 0.75em 0 0.5em 0;
	page-break-after: avoid; }

p {
	margin: 0 0 1em 0;
	widows: 3;
	orphans: 3; }

p+p {
	margin-top: -1em;
	text-indent: 2em; }

ol, ul, dl, table {
	page-break-inside: avoid; }

dt, em {
	font-style: italic; }

/* Links */
a, a:link, a:visited, a:hover, a:visited:hover {
	color: #993300;
	background: transparent;
	text-decoration: none; }

html>body a:after, html>body a:link:after, html>body a:link:visited:after {
	content: " <" attr(href) "> ";
	font-size: 10pt;
	color: #999999;
	background: transparent; }
