
/* Termin-Tabelle -------------------------------------------------------------------------- */
/* Schriftgröße, 10px Rand unter Tabelle */
table.termine {
  font-size: 0.8em; 
  font-family: verdana, sans-serif;
  margin-bottom: 10px;
  width: 100%;
}

/* Innenabstand für alle Zellen */
table.termine td, th{
  padding: 2px; 
}

/* nur Kopf-Zellen */
table.termine  th {
  height: 1.8em;
  text-align: center;
  color: white;
  background-color: #665; 
}

/* nur Daten-Zellen */
table.termine  td {
  color: #665;
  text-align: left;
  height: 1.8em;
  border: 1px solid silver;
  
}
/* nachrichten-Tabellen ----------------------------------------------------------------------- */
table.nachrichten {
  font-size: 0.8em; 
  font-family: verdana, sans-serif;
  margin-bottom: 10px;
  height: 1.4em;
}

/* Innenabstand für alle Zellen */
table.nachrichten td, th {
  padding: 2px; 
}

/* nur Kopf-Zellen */
table.nachrichten  th {
  height: 1.8em;
  text-align: center;
  color: white;
  background-color: #665; 
}

/* nur Daten-Zellen */
table.nachrichten  td {
  height: 1.8em;
  color: #665;
  text-align: left;
  border-left: 10px solid #B67FAE;
  border-bottom: 2px double silver; 
}

/* Vorstand-Tabelle -------------------------------------------------------------------------- */
/* Schriftgröße, 10px Rand unter Tabelle */
table.vorstand {
  font-size: 0.8em; 
  font-family: verdana, sans-serif;
  margin-bottom: 10px;
  width: 100%;
}

/* Innenabstand für alle Zellen */
table.vorstand td, th{
  padding: 2px; 
}

/* nur Kopf-Zellen */
table.vorstand  th {
  height: 1.8em;
  text-align: center;
  color: white;
  background-color: #665; 
}

/* nur Daten-Zellen */
table.vorstand  td {
  color: #665;
  text-align: left;
  height: 1.8em;
  border-bottom: 2px solid #CEEFFF;
}
  
  
/* Jugend-Tabelle -------------------------------------------------------------------------- */
/* Schriftgröße, 10px Rand unter Tabelle */
table.jugend {
  font-size: 0.7em; 
  font-family: verdana, sans-serif;
  margin-bottom: 10px;
  width: 100%;
}

/* Innenabstand für alle Zellen */
table.jugend td, th{
  padding: 2px; 
}

/* nur Kopf-Zellen */
table.jugend  th {
  height: 1.8em;
  text-align: center;
  color: white;
  background-color: #665; 
}

/* nur Daten-Zellen */
table.jugend td {
  color: #665;
  text-align: left;
  height: 1.8em;
  border-top: 2px solid #CEEFFF;
  border-left: 2px solid #CEEFFF;
  border-bottom: 2px solid #CEEFFF;
}  
  
  /* 1.Orchester-Tabelle -------------------------------------------------------------------------- */
/* Schriftgröße, 10px Rand unter Tabelle */
table.orchester {
  font-size: 0.7em; 
  font-family: verdana, sans-serif;
  margin-bottom: 10px;
  width: 100%;
}

/* Innenabstand für alle Zellen */
table.orchester td, th{
  padding: 2px; 
}

/* nur Kopf-Zellen */
table.orchester  th {
  height: 1.8em;
  text-align: center;
  color: white;
  background-color: #665; 
}

/* nur Daten-Zellen */
table.orchester td {
  color: #665;
  text-align: left;
  height: 1.8em;
  border-top: 2px solid #B67FAE;
  border-left: 2px solid #B67FAE;
  border-bottom: 2px solid #B67FAE;
}  



