/* css fŸr den Ausdruck */

body {
		 background: white;
		 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 */
}

.printsheet {
			display:inline; /* zusŠtzliche Infos nur fŸr Ausdruck der Seite */
}

.printsheet h1 {
	 font-size: 16pt;
	 font-weight: bold;
}

.prinsheet h2 {
	 font-variant: small-caps; /* text in kapitälchen */
	 font-size: 6pt;
	 padding: 0;
}

#struktur {
		 width: 100%;
}

#nav, #kopf, #fuss {
			display: none;
}

#inhalt {
			width: 100%;
}

#info {
			float: right;
			padding: 5mm;
			width: 3cm;
			border: 1pt solid black;
}

fieldset#info legend {
			font-size: 8pt;
}

.printsheet {
			clear: right;
			text-align: center;
			border-top: 0.5pt dotted black;
			border-bottom: 0.5pt dotted black;
			margin: 2mm 0;
			padding: 2mm 0;
}