/******  List View CSS ******/

th.c1{
background-color : #8d1e2b; /* rot, siehe: https://netgrade.de/html-tabellen-generator/ oder https://www.html-seminar.de/farben.htm */
font : Times New Roman;
color : #fdee94; /* gelb in der Titelzeile */
font-size : 12px;
font-weight : bold;
text-decoration : none;
}


tr:nth-child(odd) {background-color:#FFFFFF;} /* weiß */
tr:nth-child(even) {background-color: #aFc8aF;} /* grün */










