@media print{
	body{
		font-size: 8pt; 
		font-family:Verdana, sans-serif;
	}

	table {
		margin-bottom: 20px;
	}

	#topnav, #icons, #col1, #col3, #footer {
		display: none;
	}

	#header{
		margin:0 0 30pt 0;
	}

	#col2_4c, #col4 {
		float:left;
		width: 48%;
	}
	#col4 {
		margin-left: 4%;
	}
	#col2_3c {
		width: 100%;
		font-size: 9pt;
	}

	/* Vermeidung von Seitenumbrchen direkt nach einer berschrift */
	h1, h2, h3 {
		page-break-after:avoid;
		page-break-inside:avoid;
	}

	h1 {
		font-size: 9pt;   
		margin:0.4em 0 0.5em 0;
	}

	h2 {
		font-size: 8.5pt; 
		color: #666; 
		margin:0.2em 0 0.5em 0; 
	}

	h3 {
		font-size: 8pt;
		margin:0.4em 0 0.3em 0;
	}
	
	#col2_3c h1 {
		font-size: 10pt;
	}
	
	#col2_3c h2 {
		font-size: 9.5pt;
	}
	
	#col2_3c h3 {
		font-size: 9pt;
	}

	abbr[title]:after, acronym[title]:after { 
		content: '(' attr(title) ')'; 
	}

	a, a:active, a:visited {color: black;}

	img{
		display:block;
		border:none;
	}
	
	p {
		page-break-inside: avoid;
	}
	
	csc-textpic-text, csc-textpic {
		page-break-before: avoid;
		page-break-inside: avoid;
	}
}
