Completing style information
In a next step, the style values are downloaded from the database and stored in a array. Refer to $this->_style for a description of the data structure.
/*
Step 4:
Download Style Values, using $this->style["id"]
*/
$this->_load_style_values_from_db();
$this->ac_LOG("Style values donwloaded.");

