/* barvy podklad*/
.orangered { background:#ff4500; }
.orange { background:#ffa500; }
.green { background:#008000; }
.violet { background:#ee82ee; }
.lightblue { background:#add8e6; }
.red { background:#ff0000; }
.white { background:#ffffff; }
.black { background:#000000; color: #fff; }

/* barvy písmo*/
.c_orangered { color:#ff4500; }
.c_orange { color:#ffa500; }
.c_green { color:#008000; }
.c_violet { color:#ee82ee; }
.c_lightblue { color:#add8e6; }
.c_vrazblue { color:#136eb9 !important; }
.c_red { color:#ff0000; }
.c_white { color:#ffffff; }
.c_black { color:#000000;}
.c_yellow { color:#fff600;}
.c_maroon {color:#c70000}
.c_red {color:#ff0000 !important;}
