Thank you :-) Cookie hint is a plugin for not showing cookies and it works.
May be it comes from this script? But I think it is essential and only a First party cookie
<script type="text/javascript">
var Ja_direction = '';
var cookie_path = '/';
var cur_template_name = 'ja_mendozite';
window.addEvent('load', function(){
if(typeof(tmpl_name) =='undefined')
{
cookie_path = "ja_mendozite_direction";
}
else
{
cookie_path = tmpl_name+"_direction";
}
Ja_direction = Cookie.read(cookie_path);
if(!Ja_direction)
{
cookie_path = cookie_path.replace("_direction","_profile");
Ja_direction = Cookie.read(cookie_path);
}
var style_l_value = 'auto';
if(Ja_direction == 'rtl')
{
}
});
</script>
Regards
Petra