Widi. Thanks a lot! The answer was so simple...yet so complicated for a beginner.

So the sollution was to set the flags as bellow. Show or overlay

PANEL* first_pan =
{
pos_x = 200;
pos_y = 300;
layer = 1;
bmap = first_pcx;
flags = OVERLAY | SHOW;
}