/* Stylesheet für die Druckausgabe */

/* ALLGEMEIN */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #000;
	background: none;
	width: 99%;
}

h1, h2, h3, h4 {
	margin-top: 0;
	padding-top: 0;
}

*html h1, h2, h3, h4 {
	font-size: 1.2em;
}

h3 {
	margin-bottom: 1em;
	font-size: 1.2em;
}

td, th {
	vertical-align: top;
}

#headerWrapper,
#visual,
#marginalLeft,
#infokasten,
#tools,
#footer {
	display: none;
}

img {
	border: none;
}

#inhaltInnerWrapper,
#content,
#inhaltInnerWrapper {
	width: 95% !important;
	overflow: visible;
}

input {
	margin-left: 15px;
}

select{
	margin-left: 15px;
}