
/* Index Kopftabelle*/
tr.indexhead {
  background-color: #804040;
  font-size: 12px;
  color : White;
}

/* Index Kategorietabellen */
/* obere Leiste */
tr.indexcat1 {
  background-color: #DCDCDC;
  font-size: 12px;
  color: Black;
}

/* untere Leiste */
tr.indexcat2 {
  background-color: #F0F0F0;
  font-size: 12px;
  color: Black;
}



/* Links Kopftabelle */
tr.listhead {
  background-color: #804040;
  font-size: 12px;
  color: White;
}

/* Linktabellen */
/* obere Leiste */
tr.listlink1 {
  background-color: #DCDCDC;
  font-size: 12px;
  color: Black;
}

/* mittlere Leiste */
tr.listlink2 {
  background-color: #F0F0F0;
  font-size: 12px;
  color: Black;
}

/* untere Leiste */
tr.listlink3 {
  background-color: #F0F0F0;
  font-size: 12px;
  color: Black;
}



/* Kommentar Kopftabelle */
tr.commenthead {
  background-color: #804040;
  font-size: 12px;
  color: White;
}
/* Kommentartabellen */
/* obere Leiste */
tr.comment1 {
  background-color: #FF9900;
  font-size: 12px;
  color: Black;
}

/* linke Leiste */
tr.comment2 {
  background-color: #FFD7AE;
  font-size: 12px;
  color: Black;
}

/* rechte Leiste */
tr.comment3 {
  background-color: #FFBF80;
  font-size: 12px;
  color: Black;
}



/* Linkdekoration allgemein*/
a:link      { color: #000000; text-decoration: underline; font-style: normal }
a:visited   { color: #000000; text-decoration: underline; font-style: normal }
a:active    { color: #000000; text-decoration: underline; font-style: normal }
a:hover     { color: #000000; text-decoration: none; font-style: normal }

/* linkdekoration für alle kopftabellen ausser in index.php */
a.h:link    { color: #ffffff; text-decoration: underline; font-style: normal }
a.h:visited { color: #ffffff; text-decoration: underline; font-style: normal }
a.h:active  { color: #ffffff; text-decoration: underline; font-style: normal }
a.h:hover   { color: #ffffff; text-decoration: none; font-style: normal }

.mini       { font-size: 9px; color: #808080; }


