Hier die Config....
Wäre super.. wenn jemandem was einfallen/auffallen würde...
Puh... weiss einfach nicht mehr weiter... wie gesagt:
Im IE gehen die Pfade gar nicht... da zieht er keine Bilder oder css... und im Firefox... bekomme ich nur die Hälfte im Backend angezeigt...

(
/* The root server path to the contenido backend */
$cfg['path']['contenido'] = 'C:/xxx/xxx/contenido/';
/* The web server path to the contenido backend */
$cfg['path']['contenido_fullhtml'] = '
http://www.xxx.de/xxx/contenido/';
/* The root server path where all frontends reside */
$cfg['path']['frontend'] = 'C:/xxx/xxx';
/* The root server path to the conlib directory */
$cfg['path']['phplib'] = 'C:/xxx/xxx/conlib/';
/* The root server path to the pear directory */
$cfg['path']['pear'] = 'C:/xxx/xxx/pear/';
/* The server path to the desired WYSIWYG-Editor */
$cfg['path']['wysiwyg'] = 'C:/xxx/xxx/contenido/external/wysiwyg/tinymce2/';
/* The web path to the desired WYSIWYG-Editor */
$cfg['path']['wysiwyg_html'] = '
http://www.xxx.de/xxx/contenido/externa ... /tinymce2/';
/* The server path to all WYSIWYG-Editors */
$cfg['path']['all_wysiwyg'] = 'C:/xxx/xxx/contenido/external/wysiwyg/';
/* The web path to all WYSIWYG-Editors */
$cfg['path']['all_wysiwyg_html'] = '
http://www.xxx.de/xxx/contenido/external/wysiwyg/';
/* Section 2: Database settings
* ----------------------------
*
* Database settings for MySQL. Note that we don't support
* other databases in this release.
*/
/* The prefix for all contenido system tables, usually "con" */
$cfg['sql']['sqlprefix'] = 'con';
/* The host where your database runs on */
//$contenido_host = 'localhost';
$contenido_host = 'xx.x.x.xxx';
/* The database name which you use */
$contenido_database = 'contenido';
/* The username to access the database */
//$contenido_user = 'root';
$contenido_user = 'xxx';
/* The password to access the database */
//$contenido_password = '';
$contenido_password = 'T-0nline';
$cfg["database_extension"] = 'mysql';
$cfg["nolock"] = false;
$cfg["is_start_compatible"] = false;
?>