Thanks.
Using this method I can change the style of all lables. I just want to change specific lables. Semething like this:
ttk::style configure Active.TLabelframe -background black
ttk::style configure Active.TLabelframe.Label -background black
But now I have two different styles and I can only have one style assigned to one specific widget.