jQuery(document).ready(function(){
jQuery("#fcmsformular input:checkbox").css({"border":"0px", "width":"20px"});
jQuery("#fcmsformular input:radio").css({"border":"0px", "width":"20px"});
jQuery("#fcmsformular input:submit").css("margin-top", "20px"); 
jQuery("#fcmsformular tr td.inputtel input:text:first").css("width", "40px");    
 

 jQuery("#fcmsformular input:checkbox").focus(function () {
         jQuery(this).css('background-color','red');
    });
 
 
jQuery("#fcmsformular input:text").focus(function () {
         jQuery(this).css('border-color','red');
    });

jQuery("#fcmsformular input:text").blur(function () {
         jQuery(this).css('border-color','#cccccc');
    });


jQuery("#fcmsformular input:text").mouseover(function () {
         jQuery(this).css('border-color','#bebebe');
    });       
    
jQuery("#fcmsformular input:text").mouseout(function () {
         jQuery(this).css('border-color','#cccccc');
    }); 
 
jQuery("#fcmsformular textarea").focus(function () {
         jQuery(this).css('border-color','red');
    });

jQuery("#fcmsformular textarea").blur(function () {
         jQuery(this).css('border-color','#cccccc');
    });

jQuery("#fcmsformular input:submit").focus(function () {
         jQuery(this).css('border-color','red');
    });

jQuery("#fcmsformular input:submit").blur(function () {
         jQuery(this).css('border-color','#cccccc');
    });

jQuery("#fcmsformular select").focus(function () {
         jQuery(this).css('border-color','red');
    });

jQuery("#fcmsformular select").blur(function () {
         jQuery(this).css('border-color','#cccccc');
    });

jQuery("#fcms_loginbox .input").focus(function () {
         jQuery(this).css('border-color','red');
    });

jQuery("#fcms_loginbox .input").blur(function () {
         jQuery(this).css('border-color','#cccccc');
    });


jQuery(".col3 .box").mouseover(function () {
         jQuery(this).css('border-color','#e6e6e6');
    });       
    
jQuery(".col3 .box").mouseout(function () {
         jQuery(this).css('border-color','#ededed');
    });  

/*   
 jQuery(".col2 .rotate").mouseover(function () {
         jQuery(this).css('background-color','#F5F5F5');
    });      

    
  jQuery(".col2 .rotate").mouseout(function () {
         jQuery(this).css('background-color','#ffffff');
    });      
       
   jQuery(".col2 .rotate").mouseout(function () {
         jQuery(this).css('background-color','#ffffff');
    }); 
     
 */  
       
//jQuery("#scroller").ticker(50, true, true);
  
 
//create a vertical scroller...    
jQuery('.vertical_scroller').SetScroller({velocity: 80, direction: 'vertical'});
 
 

 
 jQuery('.ressort .text b').css('font-weight', 'normal');
    
     jQuery('.ressort .text a.mehr').each(function() {
   if (jQuery(this).next('.locked').length) {
    jQuery(this).css('display','none');
   }
 })
    
             
     
    
});
