/* Print Style Sheet */
@media print {
body { background:white; color:black; margin:0 }

#top, #listscript, #search_form, #rechts, #links, #bottom, #print, #leftnav, #rightnav, #leftnavNo, #rightnavNo, #size, .bildrahmen span, form, #broadnav { 
	display: none;
	}
	
	
#breit, #schmal {
	display: block;
	margin: none;
	float: none;
	width: auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11pt;
	line-height: 20px;
	}
	
a {
	color: #fb6d16;
	text-decoration: underline;
	}
	
h1, h2, h3, h4, h5, h6 { 
	page-break-after: avoid; 
    page-break-inside:avoid;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: 100;
	color: #002e66;
	}
	
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	}
	
ul {
	padding-left: 15px;
	}
	
hr {
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #889418;
	padding-top: 11px;
	clear: both;
	}
	
img, .Bild-Links { 
	page-break-inside: avoid; 
    page-break-after: avoid;
	float: left;
	margin-right: 10px;
	}
	
#thema_7 .bildrahmen {
	width: 188px;
	float: left;
	}

#c, .Nicht-Umfliessen {
	clear: both;
	}
	
}