That´s right, it seems to be a css problem.
Take a look at the stylesheet code generated when the page is loaded:
<link rel=”stylesheet” href=”http://localhost:/joomla2/templates/ja_teline_ii/highslide/highslide.css” type=”text/css” />
<link rel=”stylesheet” href=”http://localhost:/joomla2/templates/ja_teline_ii/css/template.css” type=”text/css” />
<link rel=”stylesheet” href=”http://localhost:/joomla2/templates/ja_teline_ii/css/typo.css” type=”text/css” />
<link rel=”stylesheet” href=”http://localhost:/joomla2/templates/ja_teline_ii/css/ja.news.css” type=”text/css” />
<link rel=”stylesheet” href=”http://localhost:/joomla2/templates/ja_teline_ii/css/ja.news.fp.css” type=”text/css” />
<link rel=”stylesheet” href=”http://localhost:/joomla2/templates/ja_teline_ii/css/ja_catslwi.css” type=”text/css” />
<link href=”http://localhost:/joomla2/templates/ja_teline_ii/mootabs/mootabs1.2.css” rel=”stylesheet” type=”text/css” />
In my local installation the $mosConfig_live_site is ‘http://localhost:85/joomla2’ but for some reason the port “85” just disappear in this code.