The problem has been solved. A friend helped me with following update. Do you think I should keep this change or try what you suggested?
"/templates/gk_news/css/gk.stuff.css" at line 221
from
.nspArt .fleft {
float: left;
}
to
.nspArt .fleft {
float: none!important;
}