/* Stylesheet für Print */

body, #container {
	width: auto;
	margin: 0;
	padding: 0;
	color: Black;
	background-color: White;
	font-family: "Times New Roman", Times, serif;
}

#navi, #logo, form {
	display: none;
}

h1 {
	font-size: 18pt;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0;
}
h2 {
	font-size: 16pt;
	font-family: Arial, Helvetica, sans-serif;
}

p {
	font-size: 12pt;
}

ul {
	font-size: 12pt;
	margin-top: 6pt;
	margin-left: 0;
	padding-left: 12pt;
}

ol {
	font-size: 12pt;
	margin-left: 0;
	padding-left: 18pt;
}

strong {
	font-weight: bold;
}

a {
	color: Black;
	text-decoration: none;
	font-weight: bold;
}
a[href|="http"]:link:after, a:visited:after {
	content: " (" attr(href) ")";
	font-size: 10pt;
	font-weight: normal;
}

a img {
	border: none;
}

table {
	width: 100%;
	border-collapse: collapse;
	border: 2px solid Black;
}
td {
	border: 1px solid Black;
}

p.footer {
	font-size: 10pt;
}