/*
			miges.ch 
			CSS Cascading Style Sheet 
			Print-Version  
			Copyright NetConsult AG / April 2004   
*/

/* ******************  Allgemeine Formatierungen  ****************/

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-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	margin: 15px 0px 0px 0px;
}
h4 {
	border: 1px solid black;
	font-weight: normal;
	font-size: 12px;
	padding: 3px;
	}
h5 {
	margin: 0;
	text-decoration: underline;
}
table, tr {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 140%;
}
a {
	color: #000000;
	text-decoration: none;
}
TD#support a {
	color: #000000;
	text-decoration: none;
	}


/*   ******************************************************   */
/*     Weitere spezielle Druck-Formatierungen                                            */

TD#title {
	padding-top: 12px;
	padding-left: 20px;
}

TD#content {
	padding: 0px 0px 0px 20px
}

TD#copyright {
	width: 370px;
	padding-top: 35px;
	padding-left: 20px;
	line-height: 130%;
	}

#printkopf {
	margin: 0px;
	padding: 0px;
}

#rechts {
	padding-top: 20px;
	padding-left: 45px;
}
	
/* ********************************************************************* */
/*                   Ausblenden von Elementen                                                                             */

#seitenkopf {	display: none; }

#navig {	display: none; }

#top, #top_f, #date, #date_f {	display: none; }

.fusszeilelinks, .fusszeilerechts { display: none; }

.kontrollzelle1, .kontrollzelle2, .kontrollzelle3 { display: none }

/* ********************************************************************* */


