body {
  padding: 0 5% 0 5%;
  line-height: 1.2;
  word-spacing: 1px;
}

/* druckfreundliche Schriften */
* {
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 12pt;
}

/* Links */
/* drucke alle Links in schwarz und unterstrichen; füge ausserdem die Link- Adresse in Klammern dazu */
a {
  color:#000000;
  text-decoration: underline;
}

a:after {
 content: " ( "attr(href)" )";
}

/* folgende Inhalte für Druck verstecken */
.navigation, img, #header-left, #navlinks, #navrechts, #tabs1  {
  display: none;
}

caption {
	font-weight: bold;
	text-align: left;
}

tr {
	border: 0px solid #2b416a;	/* blau */
	text-align: left;
	vertical-align : top;
}
