/* In dieser Datei wird die Schriftformatierung definiert */
/* Copyright by websuccess.at, 2003 */
/* Schriftart, Schriftfarbe und Schriftgroesse fuer die gesamte Site wird hier definiert */
body, p, td, ul, li {
	font-family: Arial, Verdana, sans-serif, Geneva;
	font-face: Arial, Verdana, sans-serif, Geneva;
	font-style: normal;
	color: #000000;
	font-size: 12px;
}
/* Absaetze werden 30 Pixel eingerueckt und in Blocksatz dargestellt */
p {
	line-height: 18px;
	margin-left: 30px;
	text-align: justify;
	}
/* Formatierung der Formularelemente */
input, select, textarea {
	font-family: Arial, Verdana, sans-serif, Geneva;
	font-face: Arial, Verdana, sans-serif, Geneva;
	font-size: 11px;
	}
/* Formatierung von Links */
A:link		{ color: #666666; text-decoration: underline; }
A:visited	{ color: #666666; text-decoration: underline; }
A:active	{ color: #666666; text-decoration: underline; }
A:hover		{ color: #FF0000; text-decoration: underline; }
/* Ueberschriften */
H1			{ font-size: 18px; color: #666666; font-weight: normal; }
H2			{ font-size: 12px; color: #666666; font-weight: bold; margin-left: 20px; }
/* Fusszeile */
.footer						{ font-size: 11px; color: #999999; }
.footer			A:link		{ color: #999999; text-decoration: none; }
.footer			A:visited	{ color: #999999; text-decoration: none; }
.footer			A:active	{ color: #999999; text-decoration: none; }
.footer			A:hover		{ color: #FF0000; text-decoration: none; }
/* Menuepunkte - deaktiviert */
.menu					{ font-size: 12px; color: #999999; font-weight: bold; line-height: 18px; }
.menu		A:link		{ color: #999999; text-decoration: none; font-weight: bold; }
.menu		A:visited	{ color: #999999; text-decoration: none; font-weight: bold; }
.menu		A:active	{ color: #999999; text-decoration: none; font-weight: bold; }
.menu		A:hover		{ color: #FF0000; text-decoration: none; font-weight: bold; }
/* Menuepunkte - aktiviert */
.menu_on				{ font-size: 12px; color: #000000; font-weight: bold; line-height: 18px; }
.menu_on	A:link		{ color: #000000; text-decoration: none; font-weight: bold; }
.menu_on	A:visited	{ color: #000000; text-decoration: none; font-weight: bold; }
.menu_on	A:active	{ color: #000000; text-decoration: none; font-weight: bold; }
.menu_on	A:hover		{ color: #000000; text-decoration: none; font-weight: bold; }

