Das ist ganz normal aus dem beez übernommen soweit ich sehe.
Das einzige was mir an deiner Seite auffällt ist der Kopf im Quelltext.
Nimm doch mal aus dem Original-beez die ersten zeilen aus der index.php
Code:
<?php
/**
* @copyright Copyright (C) 2005 - 2010 Open Source Matters. All rights reserved.
* @license GNU/GPL, see LICENSE.php
* Joomla! is free software. This version may have been modified pursuant
* to the GNU General Public License, and as distributed it includes or
* is derivative of works licensed under the GNU General Public License or
* other free or open source software licenses.
* See COPYRIGHT.php for copyright notices and details.
*/
// no direct access
defined ( '_JEXEC' ) or die( 'Restricted access' );
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="de-de" lang="de-de" >
<head>
Ich glaub, bei dir fehlt da die Doctype-zeile.
Könnte sein dass es daran liegt. Das original-beez hat die Zele nämlcih noch und dort funktionoert es ja.
Lesezeichen