/* ______________________für alle bereiche werden die innen- und außenabstände auf 0 gesetzt______________*/


	body, html, #inhaltm {
		width: 17cm;
		margin-top: 0;
		margin-left: 0;
		padding: 0;
	}

/* ______________________Standartschrift und Hintergrund werde zugewiesen__________________________________*/

	body, p a {

		font-family: Helvetica, „Arial“, serif;
		font-size: 11pt; color: black; background-color: white;
		  
	}


	html {

		padding: 0;
  
	}



	body {
		margin: 0; padding: 0;  
	}


/* ______________________Löschen der Unterstreichung von Links__________________________________________________*/

	body a:link, body a:visited {
		text-decoration: none;
	}


/* _____________________________________________Nicht zu druckende Elemente ausblenden_________________________*/



	#kopf {
		
		display: none;

	}

	#navigation {
    
		
		display: none;
	
	}

	 #footer {
		
		display: none;
	}

	 #inhaltl {
		
		display: none;
	}

	 #inhaltr {
		
		display: none;
	}
	
/* _____________________________________________formatierung des inhaltsbereiches______________________________*/


	
	#inhaltm { 
	background-color: white;
	border:none; }



/* _____________________________linksbündige überschriften ______________________________*/


.headleft { font-size: 18pt; text-align: left; font-weight: bold; color: black; }

/* _____________________________zentrierte überschriften ________________________________*/


.headcenter { font-size: 18pt; text-align: center; font-weight: bold; color: black; }



/* _______________________linksbündige absatzüberschriften ______________________________*/


.smallheadleft { font-size: 14pt; text-align: left; color: black; }


/* _______________________zentrierte absatzüberschriften _________________________________*/


.smallheadcenter { font-size: 14pt; text-align: center; color: black; }


/* ____________________________normaler text absatzüberschrift_____________________________*/


.normal { font-size: 11pt; text-align: left; }


.unsichtbardruck { display:none; }

</style>


