@charset "utf-8";

/* --------------------------------------------
Drucker Styles

- Allgemeine Definitionen
- Ausgeblendete Bereiche

Letzte Änderung: 28.05.2006
----------------------------------------------- */


/* Allgemeine Definitionen
----------------------------------------------- */
body {
	width: auto;
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
	color: black;
	background: white;
}
h1, h2 {
	font-size: 110%;
	font-weight: bold;
}
h3, h4 {
	font-size: 100%;
	font-weight: bold;
}
a, a:link {
	color: black;
	text-decoration: none;
}
img, img a {
	border: 0;
}
  
/* ausgeblendete Bereiche/Klassen
----------------------------------------------- */
.noprint {
	display: none;
}
#navi {
	display: none;
}