/* Format Druck malschule */


#kopf,
#navi,
#footer,
img
{display: none}
img.print {display: block}


body {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt}

h1{
     font-size: 12pt;
	 text-decoration: underline;
	 margin-bottom: 50px}

h2 {font-size: 11pt;}
h3 {font-size: 11pt;}

a {
  color: black;
  text-decoration: none;
}

