/* ALLGEMEINE-DEFINITIONEN */
td, body , span, div, a{
	font-family: Trebuchet, Tahoma, Arial, Helvetica;
	font-size: 12px;
	color: #4C4C4C;
}
.txLink {
	text-decoration: none;
}
/* NAVIGATIONS-DEFINITIONEN */
.nav {
	color: #ffffff;
	text-decoration: none;
}
.navActiv {
	background-color: #04327F;
	color: #FEC81F;
	text-decoration: none;
}
.bgNav {
	background-color: #04327F;
}

/* TEXT-DEFINITIONEN */
.txHeadline {
	color: #002D7A;
	font-size: 16px;
	font-weight: bold;
}
.txMPTitle {
	color: #002D7A;
}
.txMPHeadline {
	color: #595959;
	font-weight: bold;
	text-decoration: none;
}
.txMP {
	color: #595959;
	text-decoration: none;
}

.txFooterFunction {
	color: #818181;
	text-decoration: none;
}
.txFooter {
	color: #A5A5A5;
}


/* BORDER-DEFINITIONEN */
.border {
	background-color: #FFFFFF;
}
.borderDark {
	background-color: #04327F;
}
.borderFooter {
	background-color: #828282;
}
.ns7Bug {
	font-size: 1px;
}
