$("li.tipp-web2proof").qtip({
   content: 'Proof einfach uploaden & bestellen',
   style: { 
      width: 180,
      padding: 5,
      background: '#474545',
      color: 'white',
      textAlign: 'left',
      border: {
         width: 1,
         radius: 5,
         color: '#666'
      },
      tip: 'topLeft',
      name: 'dark' // Inherit the rest of the attributes from the preset dark style
   }
});

$("li.tipp-fileupload").qtip({
   content: 'File Upload - einloggen und hochladen',
   style: { 
      width: 180,
      padding: 5,
      background: '#474545',
      color: 'white',
      textAlign: 'left',
      border: {
         width: 1,
         radius: 5,
         color: '#666'
      },
      tip: 'topLeft',
      name: 'dark' // Inherit the rest of the attributes from the preset dark style
   }
});


