body {

		 background: white;
		 background-image: none;
		 color: black;
		 font-size: 10pt;
		 font-family: Helvetica, Arial, sans-serif; /* Hintergrund und Schrift auf "schwarz auf weiss" stellen */

}

a, h1, h2, h3, h4, h5 {
	 	 color: black; /* alle links, headlines, etc. auf schwarz stellen */

}

#print {
page-break-after:always; 
}


#main {
           display: none; /* info nur f¸r Ausdrucke!!! */

}


