/* CSS-Definitionsdatei, die Site-weite Stylesheets enthält */

/* Dokumentweite Einstellungen */
BODY { font-family: Verdana,Tahoma,Helvetica,Arial,sans-serif; background-color: rgb(255,255,255); margin: 0 auto; width: 679px; }

/* Überschriften */
H1 { font-size: medium; font-weight: bold; }
H2 { font-size: small; font-weight: bold; text-align: center; margin-top: 2em; }
H3 { font-size: small; color: rgb(153,0,51); text-align: left; margin-top: 1em; }

/* Absätze */
P { font-size: small; text-decoration: none; }
LI { font-size: small; text-align: justify; }

/* Links */
A:link { color: rgb(153,0,51); font-weight: normal; font-style: normal; text-decoration: none; }
A:visited { color: rgb(153,0,51); font-weight: normal; font-style: normal; text-decoration: none; }
A:hover { color: rgb(153,0,51); font-weight: normal; font-style: normal; text-decoration: underline; }
A:active { color: rgb(153,0,51); font-weight: normal; font-style: normal; text-decoration: none; }

/* Navigation */
TABLE.navi {  border: none; width: 100%; background-color: rgb(153,0,51); }
TABLE.navi TD { padding-bottom: 1ex; }
TABLE.navi A { text-align: center; color: rgb(255,255,255); padding: 1px; }
TABLE.navi TD.sel A { color: rgb(153,0,51); background-color: rgb(255,255,255); }
TABLE.navi A:hover { color: rgb(153,0,51); background-color: rgb(255,255,255); }
/* TABLE.navi TD.sel {  border-bottom: thin dashed rgb(153,0,51); } */

.container {
	width: 665px;
}

.nred {
	color: #000;
}