/**
 * @css-for		print (all browsers)
 
 * @author		Andreas Lenz (Lenz KD)
 * @version		2.1
 * @date		2010-01-08
 * @see			http://www.lenz-kd.de/
 */
 
/**
 * non-printable elements
 */
.unsichtbar, .menu, #sprache, #submenu, #navi, .top, .foto, .mehr-link, #social-bookmarks {
	display: none;
}
a[title~=Informationen] {
	display: none;
}

/**
 * printable elements
 */
body {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11pt;
}
.marke h1 {
	color: #036;
	font-size: 20pt;
	text-transform: uppercase;
	display: inline;
}
.marke h2 {
	font-size: 12pt;
	padding-left: 0.25cm;
	display: inline;
}
p, td, ul {
	line-height: 130%;
}
tr {
	vertical-align: top;
}
th {
	text-align: left;
}
td h4 {
	margin: 0;
}
.datum {
	padding-right: 0.5em;
}
.inhalt {
	padding: 1em 0;
}
.inhalt h1 {
	border-top: 1px solid #000;
	padding-top: 1em;
	font-size: 1.4em;
}
.inhalt h2 {
	font-size: 1.2em;
}
.inhalt h3 {
	font-size: 1em;
}
a {
	color: #000;
	text-decoration: none;
}
.note {
	border-top: 1px solid #000;
	padding: 3em 0 0 0;
	margin-top: 2em;
}
.bilderliste {
	list-style: none;
}
.bilderliste li {
	display: inline;
}
.bilderliste img {
	border: 1px solid #000;
}
.fusszeile {
	margin-top: 1em;
	border-top: 1px solid #000;
}
.fusszeile h5 {
	font-size: 1em;
}
.fusszeile ul {
	list-style: none;
	padding-left: 0;
}