/*<meta />*/

@import url('Common_Stylesheet_Default.css');

@media print
{
	/*Überschriften-----------------------------------------------------------------------*/

	h1 
	{
		font-family: 'Nunito Sans SemiBold';
		font-size: 10.5pt;
		text-transform: uppercase;
		line-height: 14pt;
		mc-auto-number-offset: 40mm;
		mc-heading-level: 1;
		mc-auto-number-format: 'GH:{n+}.{ =0}{ =0} ';
		page-break-before: always;
		font-style: normal;
	}

	h2	/*2. Ebene im Handbuch*/
	{
		font-family: 'Nunito Sans SemiBold';
		font-size: 10.5pt;
		line-height: 14pt;
		mc-auto-number-offset: 40mm;
		mc-heading-level: 2;
		mc-auto-number-format: 'GH:{n}.{n+}{ =0} ';
		font-style: normal;
		page-break-before: avoid !important;
	}

	h3	/*3. Ebene im Handbuch*/
	{
		mc-heading-level: 3;
		color: #9b120f;
		font-family: 'Nunito Sans Light';
		font-size: 10.5pt;
		line-height: 14pt;
		mc-auto-number-format: 'GH:{n}.{n}.{n+} ';
	}

	h4	/*4. Ebene im Handbuch*/
	{
		font-family: 'Nunito Sans SemiBold';
		font-size: 10.5pt;
		line-height: 14pt;
		mc-heading-level: 0;
		font-style: normal;
		mc-auto-number-format: '';
	}

	h5	/*5. Ebene im Handbuch*/
	{
		font-family: 'Nunito Sans Light';
		font-size: 10.5pt;
		line-height: 14pt;
		mc-heading-level: 0;
	}

	p.TOC1
	{
		font-size: 10.5pt;
		border-bottom: 1px solid #9b120f;
		mc-pagenum-display: all;
		text-transform: uppercase;
	}

	p.TOC2
	{
		font-weight: normal;
		margin-bottom: 20px;
		margin-top: 20px;
		color: #575757;
		font-family: 'Nunito Sans SemiBold';
		border-bottom: none;
		font-style: italic;
		text-transform: none;
	}

	p.TOC3
	{
		font-weight: normal;
		color: #575757;
		mc-leader-format: '';
		font-family: 'Nunito Sans SemiBold';
	}
	


	
}

/*Ende Media print*/