Hi and thanks a lot for your suggestions.
With your help I found the following find-regex
Code:
(?s)<head>.*( <title.*css\"\ {0,1}/>).*<body class="calibre">
and this replace-regex:
Code:
(?s)<head>.*( <title.*css\"\ {0,1}/>).*<body class="calibre">
which are working absolutely fine.
Thanks again and a nice weekend,
Peter