/******************************************************************
 **                                                              **
 **              Formatierung für den Ausdruck                   **
 **                   http://hensens.de                          **
 **                                                              **
 **                                                              **
 **              Autor: Andreas Hengst (Hensens)                 **
 **                    Datum: 30.03.2008                         **
 **                                                              **
 **                                                              **
 **                      CSS Level 2.1                           **
 **                                                              **
 ******************************************************************/
 
body {
 	font-family: Georgia, serif;
}
#navigation, #subnavigation, .thema, #ort, #crumb, #nach_oben, .nach_oben, .news_image, #hensens_w, #tools, #referenzen_navi {
 	display: none;
}
#title img {
 	border: none;
}
#title, #footer, #slogan, h3 {
	text-align: center;
}
h3 {
	font-size: 14pt;
}
#content {
	font-size: 12pt;
}
.written {
	font-size: 10pt;
	border-bottom: 1px solid #000000;
	padding: 0 0 10pt 0; 
}
#footer {
	margin-top: 1cm; 
}
.news_eintrag {
	/* derzeit leider nur von Opera ab der Version 5.12 unterstützt, schade! */
	page-break-inside: avoid;
}

