@charset "UTF-8";
/* CSS Document */

body {
background-color: white;
color: black;
margin: 30px;
}
.inhalt {
padding: 30px 0px;
}
a, h1, h2, h3, h4, h5, h6 {
	color: black;
}

td.top, td.right, td.nav {
	display: none;
}

.top_print {
display: block;
border-bottom: 1px solid black;
clear: both;
padding-bottom: 10px;
}
