@charset "UTF-8";

/* --------------------------------------------
Druck Styles
Stand: 24.08.2006
----------------------------------------------- */

body {
	width: auto;
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
	color: black;
	background: white;
}
h1 {
	font-size: 120%;
	font-weight: bold;
}
#header h1 {
	color: #02548e;
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-style: oblique;
}
h2 {
	font-size: 115%;
	font-weight: normal;
}
#header h2 {
	color: #02548e;
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
}
h3 {
	font-size: 110%;
	font-weight: bold;
}
h4 {
	font-size: 100%;
	font-weight: bold;
}
a, a:link {
	color: black;
	text-decoration: none;
}
img, img a {
	border: 0;
}
abbr,
acronym {
	border: none;
}
.xs {
	font-size: 12pt;
}


/* ausgeblendete Bereiche/Klassen
----------------------------------------------- */
.noprint,
.none,
#menu {
	display: none;
}