/* Stylesheet zur Definition von Druckformatierungen
-------------------------------------------------------------------------------- */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em !important;
	color: #000;
	background: none;
	margin-bottom: 10px !important;
	/*padding: 10px !important;*/
}

#header, #navmain, #footer, #marginal, #tools {
	display: none;
}

h1 {
	font-size: 1.4em;
}

h2 {
	font-size: 130%;
}

h3 {
	font-size: 1em;
	margin-bottom: 0;
}

h4 {
	font-size: 0.8em;
}

p {
	margin-top: 0;
	margin-bottom: 1em;
}

table {
	border: 1px solid #ffffff !important;
}

table td {
	border: 1px solid #ffffff !important;
	padding: 5px;
}

table ul {
	padding-left: 15px;
}

li {
	list-style-type: square;
	margin-bottom: 5px;
}

.top {
	display: none;
}


.clearer {
	clear: both;
}

img {
	margin-bottom: 2em;
}
