/******************************************************************************
 *
 *  Projekt.......: Blankeneser Segel-Club e.V.
 *  Modul.........: print.css
 *  Kurzinfo......: Stylesheet zum Drucken
 *  Autor.........: Thomas Hooge (tho)
 *  eMail.........: entwicklung@tho-consulting.de
 *
 ******************************************************************************/

/* ======= Ausblenden von nicht für den Druck vorgesehenen Daten ============ */

.noprint { display:none; }
#topnav { display: none; }
#navigation { display: none; }
#footer  { display: none; }
div.marginal { display:none; }

/* ========================================================================== */

#logo { position: absolute; top: 0; right: 0; border: none; }

body {
	font-family: Times, serif;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: black;
}
h1 { font-size: 1.4em; }
h2 { font-size: 1.2em; font-style: italic }
h3 { font-size: 1.1em; }
h4 { font-size: 1.0em; font-style: italic }
h5 { font-size: 0.9em; }
h6 { font-size: 0.9em; font-weight: normal; font-style: italic }

img { border: none; }

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

td.zahl,
th.zahl {
	text-align: right;
}
td.center,
th.center {
	text-align: center;
}
