/*******************************************************
Projekt        : Lebenshaus-Stiftung // "Aurora" (Redesign 2006)
Datei          : print.css
Beschreibung   : Stile für den Druck
Autor          : Stefan Winopal (s.winopal@cnx.de)
Erstellt       : 
Letztes Update : 26-Jun-06 (s.winopal@cnx.de)
*******************************************************/

body {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", serif;
}
#header, #navi, #subnav, #footer p.articletools {
	display: none;
}
#content h1 {
	font-family: "Trebuchet MS", Arial, "Bitstream Vera Sans", Helvetica, sans-serif;
	font-size: 2em;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
}
#content h2 {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.2em;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
}
#content h3 {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.1em;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
}
#content p, #content ul li, #content dl dt {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 0.925em;
	line-height: 165%;
}
#content a, #content a:link {
	color: #000000;
	text-decoration: none;
	background-color: transparent;
}
#content a:after {
	content: " (" attr(href) ")";
}
#content a:visited {
	color: #000000;
	background-color: transparent;
}
#content a:hover, #content a:active {
	color: #000000;
	background-color: transparent;
}
#content abbr, #content acronym, #content strong abbr, #content strong acronym, .boldacronym {
	text-decoration: none;
	border: none;
}
#content abbr:after, #content acronym:after {
	content: " (" attr(title) ")";
}

#footer ul#meta {
	display: none;
}

#footer p.sponsor {
	font-size: 0.6em;
	font-style: italic;
	text-align: right;
	text-transform: lowercase;
	margin-top: 8px;
}