@media print {
	body {
	font-size: 12pt;
	}
	img {
	display: none;
	}
	img#logo_print, img._3 {
	display: block;
	}
	div#navigation {
	display: none;
	}
	div#kopfbereich a {
	display: none;
	}
	li, li a {
	color: #0000ee;
	text-decoration: none;
	}
	li a.hier{
	text-decoration: underline;
	}
	h1 {
	margin: 0;
	font-size: 12pt;
	font-weight: bold;
	}
	h2 {
	font-size: 12pt;
	}
	strong#bemerkung {
	display: none;
	}
	dl {
	float: left;
	font-size: 12pt;
	margin: 0;
	padding: 0;
	}
	dl dt {
	float: left;
	clear: both;
	width: 20%;
	margin: 0 0 7px 0;
	padding: 0;
	font-weight: bold;
	}
	dl dd {
	float: left;
	width: 80%;
	margin: 0 0 7px 0;
	padding: 0;
	font-weight: normal;
	}
	#schuladresse p a, .blaulink {
	color: #0000ee;
	font-weight: normal;
	font-size: 12pt;
	}
 	*[title]:after {
 	content:" ("attr(title)")";
 	font-style: italic;
	} /* ...für die Anzeige der Schulnamen in der Schulliste, die als title-Attribute vorliegen*/
	#pinnwand div {
	margin-top: 1em;
	}
}
@media handheld {
	img {
	display: none
	}
}

