/* Diese Datei steuert das Aussehen bei der Druckausgabe */
body {
        color: black;
        font-family: arial, helvetica, futura, sans-serif;
        font-size: 10pt;
        font-weight: 400; /*entspricht normal*/
        margin: 0px;
        padding: 0px 0px 0px 0px;
        }

ul, li {
	padding-right: 8px;
	}		  
		 

h1 {
        font-weight: 400;
        font-size: 15pt;
        margin-bottom: 8px;
        }

h2 {
        font-size: 12pt;
        }

h3 {
        font-size: 11pt;
        }

h4 {
	font-size: 10pt;
	}
	
/*img {*/
/*	visibility: hidden;*/
/*	}*/

#seiteninhalt {
        background-color: #FFFFFF;
        }
        
/* Die Formatierung der Printausgabe */