/* Korrektur styles 
/* rot 
.Z-loeschen {
   background-color: #FF7777; 
   text-decoration: line-through;
}

/* blau 
.Z-bearbeitet {
	background-color: #00CCFF;
}

/* gelb 
.Z-unverstaendlich {
	background-color: #FFFF00;
}

/* grün 
.Z-akzeptiert {
	background-color: #00CC66;
}

/* grau 
.Z-problem {
	background-color: #999999;
}
*/
