@media print {

html {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	color: #000000;
}

body {
	background: #FFFFFF;
	color: #000000;
	margin: 0;
	padding: 0;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 75%;
}

div.page {
	margin: auto;
	padding: 0;
	background: #FFFFFF;
	color: #FFFFFF;
}

div.folders,
div.links,
div.language  {
	display: none;
}

div.footer {
	font-size: xx-small;
	text-align: center;
	color: #666666;
	background-color: #FFFFFF;
	border-top: 1px solid #000000;
}

div.content {
	padding: 1.5em 2.5em 2.5em 2.5em;
	margin: 0;
	background: #FFFFFF;
	color: #000000;	
}

h1 {
	color: #2C5EB1;
	background: transparent;
	font-style: italic;
}

ul {
	background: #C9D3EE;
	color: #000000;
	padding: 0.5em;
}

ol {
	list-style: lower-alpha;
}

li {
	margin: 5px auto auto auto;
	list-style-position: outside;
	list-style-type: circle;
}

ul.hinweis li {
	list-style-position: inside;
}

table {
	border: 1px solid #C0C0C0;
	width: 100%;
	margin: 2px;
}

td {
	font-size: x-small;
	margin: 0;
	padding: 2px 5px 2px 5px;
	text-align: center;
}

td.kopf {
	text-transform: upper;
}

td.hinweis {
	font-size: xx-small;
	border-bottom: 1px solid #000000;
	text-transform: upper;
	text-align: center;
	color: Gray;
	background-color: transparent;
}

td.schiff {
	font-weight: bold;
	text-transform: uppercase;
	width: 125px;
	text-align: left;
}

td.haefen {
	font-size: xx-small;
}

.hinweis {
	font-size: small;
}

};
