Ya está ya lo solucioné.

No me fije y había puesto sin querer esto al final:

Código PHP:
<script type="text/javascript">
jQuery.noConflict();

 
jQuery(function($) {
    $(
".tekst").click(function(e){
        
// eo.preventDefault() , 
        // .
        
e.preventDefault();
        $(
"#paneluser").toggle();
        $(
".tekst").toggleClass();
    });
    $(
"body #main").click(function(){
        $(
"#paneluser").hide();
        return 
false;
    });
});
</
script>
<
script type="text/javascript">
jQuery.noConflict();

 
jQuery(function($) {
    $(
".tekst").click(function% 

Que peligrosos son los jQuery Tongue

Gracias Nentab y Jaizu, va reputación Wink