/* CSS Document */

/* Stylesheet fuer die Druckausgabe */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em !important;
	color: #000;
	background: none;
	margin: 10px !important;
	padding: 10px !important;
}

#login, #partner, #navigation, #marginal, #breadcrumb, #slogan, #footer, .print, #profilnavi {
	display: none;
}

.linie {
	border-bottom: 1px solid #aaaaaa;
	padding: 0 0 5px 0;
	margin: 0 0 30px 0;
	font-size: 0.8em;
}

img {
	/*float: left;*/
	padding: 0 10px 10px 0;
	border: none;
}

h1 {
	font-size: 1.4em;
}

h2 {
	font-size: 1em;
}

.clearer {
	clear: both;
}

