.abbildung, body, .klein, .standard, .standard_15, .ueberschrift1, .ueberschrift2, .ueberschrift3, .fussnote
{
	font-size: 10pt;
	font-family: Arial, sans-serif;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
}

.klein
{
	font-size: 8pt;
}

.standard_15
{
	line-height: 15pt;
}

.ueberschrift1
{
	font-size: 12pt;
	font-weight: bold;
}

.ueberschrift2
{
	font-size: 11pt;
	font-weight: bold;
}

.ueberschrift3
{
	font-weight: bold;
}

.abbildung
{
	text-align: center;
	font-style: italic;
}

.fussnote
{
	font-size: 8pt;
}

A:link
{
	color : #000066;
	font-weight: bold;
	text-decoration: underline;
}

A:visited
{
	color : #000066;
	font-weight: bold;
	text-decoration: underline;
}

A:hover
{
	color: orange;
	font-weight: bold;
	text-decoration: none;
}

A:active
{
	color: #000066;
	text-decoration: underline;
}

