Not sure what is happening yet, but I do notice that your home page has no HTML <body> element in its view source:
HTML Code:
</script>
</head>
<div class="header_pad"><div class="header_pad_left">
<div style="margin:0 auto;padding-left:775px;">
<!--// bof: currencies //-->
The Online Shop page is okay:
HTML Code:
</script>
</head>
<body id="shopBody">
<div class="header_pad"><div class="header_pad_left">
<div style="margin:0 auto;padding-left:775px;">
<!--// bof: currencies //-->
as is a category page:
HTML Code:
</script>
</head>
<body id="indexBody">
<div class="header_pad"><div class="header_pad_left">
<div style="margin:0 auto;padding-left:775px;">
<!--// bof: currencies //-->
You should have
<body id="indexHomeBody">
in the home page source.