/*
 * CSS-Formatierungen fuer den Fuss der Seite (unterste Zeile der Layout-Tabelle)
 * ACHTUNG: Verwendung von einmaligen IDs/Klassen! Ansonsten Fehler moeglich!
 *     TIP: Seitenfuss befindet sich in TD-Element mit ID 'footer' (td#footer)
 */
#footer {
	font-family						: Arial, Helvetica, sans-serif;
	font-size						: 12px;
	font-weight						: normal;
	color								: #FFFFFF;
}
#footer a:link {
	font-family						: Arial, Helvetica, sans-serif;
	font-size						: 12px;
	font-weight						: normal;
	color								: #FFFFFF;
	text-decoration				: none;
}
#footer a:hover {
	font-family						: Arial, Helvetica, sans-serif;
	font-size						: 12px;
	font-weight						: normal;
	color								: #FFFFFF;
	text-decoration				: none;
}
#footer a:active {
	font-family						: Arial, Helvetica, sans-serif;
	font-size						: 12px;
	font-weight						: normal;
	color								: #FFFFFF;
	text-decoration				: none;
}
#footer a:visited {
	font-family						: Arial, Helvetica, sans-serif;
	font-size						: 12px;
	font-weight						: normal;
	color								: #FFFFFF;
	text-decoration				: none;
}