body {
	background-color: #FFFFFF;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	margin-top : 0px;
}

hr {
	color : #1A4D9B;
}

B, I, U {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}

SMALL {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #1A4D9B;
}

H1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	color: #1A4D9B;
}

H2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
    font-weight: bold;
	color: #1A4D9B;
}

H3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #1A4D9B;
}

H4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #1A4D9B;
}

H5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #1A4D9B;
}

H6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #1A4D9B;
}

UL {
	list-style-image : url(../images/marker_kreuz.gif);
}

.content_blau {
	background-color: #FFFFFF;
	color: #1A4D9B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
}

.content {
	background-color: #FFFFFF;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
}
.content A:link {
	color: #1A4D9B;
	font-weight: normal;
	text-decoration: none;
}
.content A:active {
	color: #1A4D9B;
	font-weight: normal;
	text-decoration: none;
}
.content A:visited {
	color: #1A4D9B;
	font-weight: normal;
	text-decoration: none;
}
.content A:hover {
	color: #1A4D9B;
	font-weight: normal;
	text-decoration: underline;
}