/**************************************************
*
*  CSS-Datei fuer: www.literaturfestival.com
*
*  von Guido Frefel | webdesign@frefeldigital.com
*
*  druck.css | Druckdatei
*
*  - Version 1.1 | 22. Oktober 2004
*  - Media: Print
*  - Schrift und Tabellen
*  - Layers
*
***************************************************/

/*
******************
* Sichtbarkeit
******************
*/

/* Einblenden */

#printsignet {
	overflow: visible;
	position: absolute;
	width: 210px;
	height: 41px;
	left: 0px;
	top: 0px;
	visibility: visible;
}

/* Ausblenden */

#kopf {
	display: none;
	/* visibility: hidden; */
}
.menuetab {
	display: none;
	/* visibility: hidden; */
}
.fuss {
	display: none;
}
.werbung {
	display: none;
}

/* Positionieren */

body {
	font-family: Helvetica, Arial, sans-serif;
	color: #000000;
	background-color: #FFFFFF;
	padding-top: 50px;
}

/* Texte und Tabellen umfaerben */

p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 14px;
}
h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
}
h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 17px;
	font-weight: bold;
}
h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 14px;
	font-weight: bold;
}
a {
	color: #000000;
	text-decoration: none;
}
.tabelle {
	border: 1px solid #000000;
}
.tabtitel {
	font-weight: bold;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}
.small,.copyright {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	line-height: 14px;
}
.taboben {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}
table {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	line-height: 14px;
}