/* 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;
}

#header, #navmain, #footer, #marginal, #tools {
	display: none;
}

.memokarte, .memokarte td {
	border: none !important;
	vertical-align: top;
}
.memokarte p, .memokarte li {
	font-size: 80%;
}
.memokarte img {
	margin-right: 10px;
}

.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;
}

li {
	list-stle-type: square;
}


.clearer {
	clear: both;
}

