/* ====================================================================== */
/* Der linke Seitenbereich mit Logo und Auswahlfeld                       */
/* ====================================================================== */
body.auswahl {
	background-color: #5f9766;
	background-image: url(/images/bg_links_190.jpg);
	background-repeat: repeat-y;
	margin: 0px;
}
table.auswahlbox {
	border-style: none;
	border-width: 0px;
	margin: 0px;
	padding: 0px;
	width: 190px;
	background-color: transparent;
}
table.auswahlbox th {
	background-image: url(/images/bg_links_oben_190_70.jpg);
	background-repeat: no-repeat;
	border-style: none;
	border-width: 0px;
	width: 190px;
    height: 110px;
}
table.auswahlbox td {
	background-color: transparent;
	background-repeat: repeat-y;
	border-style: none;
	border-width: 0px;
	width: 190px;
}

/* The selection table itself */
table.auswahl {
	background-color: transparent;
	width: 100%;
	border-style: none;
	border-width: 0px;
	margin: 0px;
	padding: 0px;
}
table.auswahl th {
	background-image: none;
	background-color: transparent;
	border-style: none;
	border-width: 0px;
	text-align: left;
	padding-left: 4px;
    height: 20px;
}
table.auswahl td {
	background-image: none;
	background-color: transparent;
	border-style: none;
	border-width: 0px;
	text-align: left;
	padding-left: 10px;
    color: white;
/*	color: #426847;*/
}
table.auswahl td.unterauswahl {
	background-image: none;
	background-color: transparent;
	border-style: none;
	border-width: 0px;
	text-align: left;
	padding-left: 30px;
}

/* Links in der Auswahltabelle */
table.auswahl a  {
    text-decoration:none;
    font-weight:bold;
    font-size:14px;
}
table.auswahl  a:link {
    color: white;
/*	color: #426847;*/
    background-color: transparent;
}
table.auswahl a:visited {
    color: white;
/*	color: #426847;*/
    background-color: transparent;
}
table.auswahl a:hover {
    color:#00FF15;
    background-color:#FFFFFF;
}
table.auswahl a:active {
    color:#00FF15;
    background-color:#FFFFFF;
}
table.auswahl a:normal {
    color:#00FF15;
    background-color:#FFFFFF;
}

/* ====================================================================== */
/* Der Kopf mit einem Auswahlmenü in den hauptfenstern                                                         */
/* ====================================================================== */
body.leiste {
/*
    background-color: #5f9766;
*/
    font-size:14px;
    background-color: #eeeacd;
    background-image: url(/images/th2.jpg);

    background-repeat: repeat-x;
    margin: 0px:
    padding: 0px;

/*    color: #5f9766;*/
}
/* ====================================================================== */
/* Die Tabellen mit Unterauswahlen in den Hauptfenstern                   */
/* ====================================================================== */
table.leiste {
    background-color: transparent;
    font-size:14px;
    border-style: none;
    border-color: transparent;
    border-width: 0px;
    margin: 0px;
    padding: 0px;
}
/* Die Kopfzeillen sind grün hinterlegt */
table.leiste th {
    background-color: transparent;
	border-style: none;
    border-color: transparent;
	border-width: 0px;
	margin: 0px;
	color: #5f9766;
}

/* Links in der Auswahltabelle */
table.leiste a  {
    text-decoration:none;
    background-color: transparent;
    font-weight:bold;
    font-size:14px;
}
table.leiste  a:link {
    color: #5f9766;
}
table.leiste a:visited {
    color: #5f9766;
}
table.leiste a:hover {
    color:#00FF15;
}
table.leiste a:active {
    color:#00FF15;
}
table.leiste a:normal {
    color:#00FF15;
}

/* ====================================================================== */
/* Die Styleeinträge für den Aachener Tanzsportkalender                   */
/* ====================================================================== */
.SG
{
  color:#A0A000;
  font-weight:800;
}

.TZ
{
  color:red;
  font-weight:800;
}

.GRW
{
  color:green;
  font-weight:800;
}

.BS
{
  color:blue;
  font-weight:800;
}
