.light   { color: silver; }
.dark    { color: #330000; }

.b_light { background-color: silver; }
.b_dark  { background-color: #330000; }


table.ramecek td {background: #dfecfa; }
table.ramecek th {background: #13007c; 
             text-align: left;
	     color: white;
	     font-weight: 100;
	    
            }

table.ramecek table th {
	    background: inherit; 
            text-align: left;
	    color: #330000;
	    border-bottom: 1px solid #330000;
            }
table.ramecek table td {
	    background: inherit; 
}	    

/* ------------------------------------------------------------------ */
@media print {


  .ramecek    {border: 1pt solid black;}
  .ramecek td  
	      {background: none;  
	       font-size: 9pt;}

  .ramecek th 
              {background: none; 
               text-align: left;
  	       font-size: 9pt;
	       color: black;
              }


}

