/* gesamtes Dokument */
BODY
{
	background-color: #000044;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
}

P,TD,UL,FONT,SPAN
{
	font-family: Arial, Helvetica, Verdana, sans-serif;
}



/* Alle Titel */
H1
{
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

H2
{
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

H3
{
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

H4
{
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}

H5
{
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

H6
{
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}

/* alle Texte */
.Big
{
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

A.Big
{
	color: #FFFFFF;
	text-decoration: none;
}

A.Big:hover
{
	color: #FFFFFF;
	text-decoration: underline;
}

.Standard
{
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}

A.Standard
{
	color: #FFFFFF;
	text-decoration: none;
}

A.Standard:hover
{
	color: #FFFFFF;
	text-decoration: underline;
}

