/* Style-Sheet für alle Text- und Link-Formatierungen */

/* ----------------------------------------------- */
/* Text: Navigation */
/* ----------------------------------------------- */

.bodyNavigationText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #462B0D;
}


.bodyNavigationTextLink01, .bodyNavigationTextLinkSelected01 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #462B0D;
	font-weight: bold;
}


.bodyNavigationTextLinkSelected01, .bodyNavigationTextLink01:hover {
	color: #F29400;
}


.bodyMasterNavigationText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}


.bodyMasterNavigationTextLink01, .bodyMasterNavigationTextLinkSelected01 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}


.bodyMasterNavigationTextLinkSelected01, .bodyMasterNavigationTextLink01:hover {
	color: #F29400;
}



/* ----------------------------------------------- */
/* Text: Footer */
/* ----------------------------------------------- */

.footerText, .footerTextLink, .footerTextLinkSelected {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}


.footerTextLink {
	text-decoration: none;
}


.footerTextLinkSelected {
	text-decoration: underline;
}


.footerTextLink:hover, .footerTextLinkSelected:hover {
	text-decoration: underline;
}
