body {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #333333;
	font-size: 14px;
	font-weight: bold;
	background-color: #FFFFFF;
 }
a:link {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight: bold;
	text-decoration: underline;
	color: #660000;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-color: #FFFFFF;
}
a:visited {
 font-family: arial, helvetica, verdana, sans-serif; text-decoration: none; color: #333333}
a:hover {
 font-family: arial, helvetica, verdana, sans-serif; font-weight: bold; text-decoration: none; color: #CC0000;
}
a:active {
	font-family: arial, helvetica, verdana, sans-serif;
	font-weight: bold;
	text-decoration: none;
	color: #000066;
	text-transform: uppercase;
}


/* Hauptüberschrift: */
h1 {
 font-family: Arial, Helvetica, Verdana, sans-serif;
 font-size: 14pt;
 font-weight: bold;
 text-align: left;
}

/* Zwischenüberschrift: */
h2 {
 font-family: Arial, Helvetica, Verdana, sans-serif;
 font-size: 15pt;
 font-weight: bold;
 text-align: center;
}

/* Tabellenüberschrift: */
h3 {
 font-family: Arial, Helvetica, Verdana, sans-serif;
 font-size: 12pt;
 font-weight: bold;
 text-align: center;
 vertical-align: sub;
}




/* Tabellen Banjoree: */
table.ban {
 font-family: Arial, Helvetica, Verdana, sans-serif;
 width: 100%;
 border-width: 0px;
 font-size: 12pt;
 font-weight: bold;
 }

/* Tabelle Kleine Schrift: */
table.small {
 font-family: Arial, Helvetica, Verdana, sans-serif;
 width: 100%;
 border-width: 0px;
 font-size: 8pt;
 font-weight: normal;
 }

/* Tabelle Schedule Header: */
table.sc1 {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	width: 100%;
 	font-size: 14pt;
	text-align: center;
	vertical-align: middle;
	border-style: solid;
	border-width: 2px;
	border-color: #FFCC66;
	font-weight: bold;
	background-color: #AFAFAF;
 }

/* Tabelle lexikon: */
table.lex {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	width: 100%;
	font-size: 14px;
	text-align: left;
	vertical-align: bottom;
	font-weight: bold;
	color: #333333;
	border: 2px none #FFCC66;
 }

/* Zellen Schedule: */
 table.sch td {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 10pt;
	vertical-align: top;
	font-weight: normal;
	border: 1px solid #666666;
	background-color: #FFFFFF;
 }

 /* Zellen mit Rand: */
table.rnd td {
	font-size: 12pt;
	font-weight: bold;
	vertical-align: top;
	border-style: solid;
 	border-width: 1px;
 	border-color: #666666;
	position: relative;
 }

 /* Tabelle Teilnehmerliste: */
table.lis td {
 font-family: Arial, Helvetica, Verdana, sans-serif;
 font-size: 8pt;
 font-weight: normal;
 vertical-align: top;
 border-style: solid;
 border-width: 1px;
 border-color: #CC9966;
 }
table.men td {
	font-size: 10pt;
	font-weight: bold;
	vertical-align: top;
    border-style: solid;
    border-width: 1px;
    border-color: #CC0000;
	background-color: #FF9900;
}
table.mens td {
	font-size: 10pt;
	font-weight: bold;
	vertical-align: top;
    border-style: solid;
    border-width: 1px;
    border-color: #CC0000;
	background-color: #6699FF;
}
table.frame {

	font-size: 12pt;
	font-weight: bold;
	vertical-align: top;
	border: 1px solid #666666;
	background-color: #FFCC00;
}
