/* CSS Document */

/* Text, Tabellen und Titel definitionen*/
body, td, div {
	font-family: Arial,sans-serif;
	font-size: 10pt;
}

h1		{ font-size: 11pt; }

h2		{ font-size: 10pt; }

h3		{ font-size: 10pt; }


/* link*/

a		{ text-decoration: none; }

a:link, a:visited, a:active		{ text-decoration: none; }

a:hover		{ text-decoration: underline; }


/* News und Anlässe*/

.newstitle			{ font-family: Arial, Helvetica, sans-serif; font-size: 8pt; font-style: normal; font-weight: bold; color: #ffffd4; text-decoration: none }
.newszeile			{ font-family: Arial, Helvetica, sans-serif; font-size: 8pt; font-style: normal; font-weight: normal; color: #ffffd4; text-decoration: none }
a.newszeile			{ font-family: Arial, Helvetica, sans-serif; font-size: 8pt; font-style: normal; font-weight: normal; color: #ffffd4; text-decoration: none }
a.newszeile:hover	{ font-family: Arial, Helvetica, sans-serif; font-size: 8pt; font-style: normal; font-weight: normal; color: #ffffd4; text-decoration: underline }
td.newszeile		{ font-family: Arial, Helvetica, sans-serif; font-size: 8pt; font-style: normal; font-weight: normal; color: #000000; text-decoration: none }
