/* *********************** Formatierungsklassen *********************** */


/* ********************** globale Formatierungen ********************** */

a{
	color: #000000;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}

table
{ 
	border-collapse:collapse;
}


/* ************************************ �berschriften ********************************** */
h1 {
	font-size: 23px;
	color: #002039;
	line-height: 26px;
	font-weight: normal;
	margin-top: 0px;
}

h2 {
	font-size: 12px;
	color: #002039;
	font-weight: bold;
}

