/* Unerwuenschte Inhalte abschalten */
#searchbar, #navigation, #noprint, #googletest, #footer, #skyscraper {
  display: none;
}

/* Alle Bilder abschalten */
img {
  display: none;
}

/* Spezielle Druckformate */

body {
  width: 800px;
  margin: 0;
  padding: 0;
  font: 12pt Garamond, Palatino, "Times New Roman", Times, serif;
  color: #000;
 }

h1, h2, h3, h4, h5 {
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", "Lucida", Verdana, sans-serif;
	font-weight: bold;
	margin: .75em 0 .5em .75em;
	page-break-after: avoid;
	color: #000;
}

h2 {
	font-size: 1.2em;
	text-transform: uppercase;
	letter-spacing: .05em;
}

h3 {
  font-size: 1.1em;
}

ol, ul, li {
  font-size: 1.0em;
  line-height: 1.8;
  margin-top: .2em;
  margin-bottom: .1em;
}

p, p.vorspann {
	font-size: 1.0em;
	line-height: 1.5;
	margin: 0 0 1em 0;
}

table {
	  width: 80%;
}

a, a:visited, a:hover, a:visited:hover {
	background: transparent;
	text-decoration: none;
	font-weight: bold;
	color: #000;
}

a:link:after, a:link:visited:after {
	content: " (Link auf <"attr(href)">) ";
	font-size: 90%;
	background: transparent;
	color: #4E4E4E;
}
