/* Seite */
html, body {
	margin: 0;
	padding: 0;
}
body {
	background-color: #ffffff;
	background-image: url("../_pics/hg.gif");
}


/* Textelemente */
body, p, td, .TextObject {
	font-family: Verdana,Tahoma,Arial,Helvetica,Sans-serif,sans-serif;
	font-size: 9pt;
	font-weight: normal;
	font-style: normal;
}
p {
	margin: 0;
	padding: 0;
}


/* Links */
a:link, a:active, a:visited {
	color: #BA2C20;
	font-size: 9pt;
	font-weight: normal;
	font-style: normal;
	text-decoration: underline;
}
a:hover {
	color: #0033cc;
}


/* Header */
h1, h2, h3, h4, h5, h6 {
	color: #BA2C20;
	font-weight: bold;
	margin: 0;
	padding: 0 0 5px 0;
}
h1 {
	font-size: 18pt;
}
h2 {
	font-size: 16pt;
}
h3 {
	font-size: 14pt;
}
h4 {
	font-size: 12pt;
}
h5 {
	font-size: 10pt;
}
h6 {
	font-size: 8pt;
}

h2.untertitel {
	color: #ffffff;
	font-size: 12pt;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
