diff --git a/bin/css/style.css b/bin/css/style.css
index 5f8415b5f9b03ff96bc3d4c33f6f858f379a07e5..35e907928212ab074baafd5591e1897470ea645a 100644
--- a/bin/css/style.css
+++ b/bin/css/style.css
@@ -346,6 +346,11 @@ a.toTop:before {
     padding-right: 20px;
 }
 
+.template-column.full-width {
+    padding-left: 0;
+    padding-right: 0;
+}
+
 .page-content-header,
 .content-body,
 .content-template,
diff --git a/quiqqer/products/types/search.html b/quiqqer/products/types/search.html
index 01b72f66d45fdae9af0ef18a6b44993aa0abe9d6..138db23740e89576c9bdbc3587c917ec2820cade 100644
--- a/quiqqer/products/types/search.html
+++ b/quiqqer/products/types/search.html
@@ -71,7 +71,7 @@
         <div class="quiqqer-products-productsearch page-multible-right template-column full-width">
     {/if}
 
-        {if $Template->getAttribute('content-header')}
+        {if $header == 'beforeContent'}
             {if $Site->getAttribute('image_emotion')}
             <header class="page-content-header page-content-header-emotion"
                     style="background-image: url('{image src=$Site->getAttribute('image_emotion') width=1200 onlysrc=1 rewrited=1}')"