/*   10. Februar 2004                                      
     Cascading Style Sheet fuer die Website der GST
     ----------   VERSION FUER AUSDRUCK   ----------     
     Erstellt von Jonas Loepthien / NetConsult AG, Bern   */


/*   ----------   Allgemeine Schriftformatierungen   ----------   */
body, p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 140%;
	margin-top: 10px;
	margin-bottom: 0px;
}
h1, h2 {
	font-size: 14px;
	font-weight: bold;
	margin: 0;
}
table, tr {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 140%;
}
/*   ---------------------------------------------------------------   */


/*   ----------   Weitere spezielle Druck-Formatierungen   ----------  */

#seitenkopf { display: none; }

#dienste { display: none; }

TD#navig { display: none; }

TD#title {
	padding-left: 45px;
	padding-top: 12px;
	border: 0;
}

TD#content {
	padding-left: 45px;
	padding-top: 2px;
	padding-right: 35px;
	border: 0;
}

#top { display: none; }

#fuss { background: 0; }

TD#fussli { display: none; }

TD#date {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	padding-top: 5px;
	padding-left: 45px;
	line-height: 130%;
}

TD#fusszeile {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	padding-top: 0px;
	padding-left: 45px;
	line-height: 130%;
}
/*   ---------------------------------------------------------------   */


