/*
* print styles
* nlp.ch
*/


* { 
	background: transparent !important; 
	color: #000 !important; 
	font-size:10pt;
	text-shadow: none !important; filter:none !important; -ms-filter: none !important;
} 

body {
	font:  11pt 'Arial', sans-serif, serif;
	line-height: 1.5;
	margin:0;
	padding:0;
	width:700px;
}

/* keine Links nach den Bildern */
a, a:after { 
	content: normal !important; 
}

pre, blockquote { 
	border: 1px solid #999; 
	page-break-inside: avoid; 
}

thead { 
	display: table-header-group; 
	} /* h5bp.com/t */

tr, img { 
	page-break-inside: avoid; 
}
img { 
	max-width: 100% !important; 
	border: none;
}

@page { margin: 1.5cm} 
/* @page :first { margin: 1.5cm} */
p, h2, h3 { orphans: 3; widows: 3; } 
h2, h3 { page-break-after: avoid; }

h1 {font-size: 20pt;}

h2 { 
	font-size: 16pt; 
	font-weight:bold; 
	margin-bottom: 5px;}

h3 { 
	font-size: 13pt; 
	line-height:15pt; 
	font-weight:bold; 
	margin: 10px 0 0 0; 
	page-break-after:auto; 
}

h4 {margin:0;}
h5 { margin:0; }


table { 
	width: 660px; 
	margin-bottom: 20px;
	border-collapse:collapse; 
}

thead { text-align: left; }

table td {vertical-align: top;}

.text-right { text-align: right; }

.text-center { text-align: center; }

small { 
	font-size: 9pt !important; 
	color: #666 !important; 
}

hr { 
	border-bottom: 1px solid #000; 
	width: 100%; 
	padding: 0;
	margin: 0;
	margin-bottom:0;
	padding-bottom: 0;
} 

/*  Site-spezifisch   */
.hidden-print {
	display:none;
}

.print-breit {width: 100% !important;}

ul {
list-style-type: none;
padding: 0px;
margin: 0px;
} 

li {
	border: none;
	margin: 0; 
	padding: 0;}
 
