/* Print-CSS fuer tonilieder.de
   author: Andreas Lenz (Lenz KD)
   version: 1.3
   date: 04.03.2008
 */

@media print
{
/* allgemeine Formate
 */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	line-height: 1.3em;
}

/* nicht druckbare Elemente
 */
div.fusszeile, #oben, .unsichtbar, div.navi, #downloads, form, td[headers=anhoeren], #anhoeren {
	display: none;
}

/* druckbare Elemente
 */
h1 {
	font-size: 1.5em;
	line-height: 1.3em;
	border-bottom: 1px solid #000;
	padding-bottom: 0.3em;
}
h2 {
	font-size: 1.3em;
}
h3 {
	font-size: 1.1em
}
table {
	border-collapse: collapse;
	border: 2px solid #000;
}
th, td {
	text-align: left;
	padding: 0.2em 0.3em;
	border: 1px solid #000;
}

}