$(document).ready(function(){
<!--
  $('.error .headline').CreateBubblePopup({
  position : 'top',
  align : 'center',
  innerHtml: 'Bitte geben Sie eine Überschrift ein (mind. 5 Zeichen)<br />Erlaubte Zeichen:<br />A-Z a-z 0-9 Ä-Ü ä-ü ß . , : ! ? " & / \ = ( ) + - _ < > %',
  innerHtmlStyle: {
  color:'#555555',
  'text-align':'left'
  },
  themeName: 'grey',
  themePath: '/administration/images/jquerybubblepopup-theme'
  });


  $('.error .preMessage').CreateBubblePopup({
  position : 'top',
  align : 'center',
  innerHtml: 'Bitte geben Sie einen Vorschautext ein (mind. 10 Zeichen)<br />Erlaubte Zeichen:<br />A-Z a-z 0-9 Ä-Ü ä-ü ß . , : ! ? " & / \ = ( ) + - _ < > %',
  innerHtmlStyle: {
  color:'#555555',
  'text-align':'left'
  },
  themeName: 'grey',
  themePath: '/administration/images/jquerybubblepopup-theme'
  });
 
 
  $('.error .message').CreateBubblePopup({
  position : 'top',
  align : 'center',
  innerHtml: 'Bitte geben Sie eine Nachricht ein (mind. 10 Zeichen)<br />Erlaubte Zeichen:<br />A-Z a-z 0-9 Ä-Ü ä-ü ß . , : ! ? " & / \ = ( ) + - _ < > %',
  innerHtmlStyle: {
  color:'#555555',
  'text-align':'left'
  },
  themeName: 'grey',
  themePath: '/administration/images/jquerybubblepopup-theme'
  });


  $('.error .date').CreateBubblePopup({
  position : 'top',
  align : 'center',
  innerHtml: 'Bitte geben Sie das Datum im richtigen Format an:<br />2010-01-01 12:00:00<br />Jahr-Monat-Tag Stunde:Minute:Sekunde',
  innerHtmlStyle: {
  color:'#555555',
  'text-align':'left'
  },
  themeName: 'grey',
  themePath: '/administration/images/jquerybubblepopup-theme'
  });


  $('.error .street').CreateBubblePopup({
  position : 'top',
  align : 'center',
  innerHtml: 'Bitte tragen Sie den Straßennamen ein (mind. 5 Zeichen)<br />Erlaubte Zeichen:<br />A-Z a-z 0-9 ÄÖÜäöüß - ( ) , . /',
  innerHtmlStyle: {
  color:'#555555',
  'text-align':'left'
  },
  themeName: 'grey',
  themePath: '/administration/images/jquerybubblepopup-theme'
  });


  $('.error .city').CreateBubblePopup({
  position : 'top',
  align : 'center',
  innerHtml: 'Bitte geben Sie den Ort an (mind. 3 Zeichen)<br />Erlaubte Zeichen:<br />A-Z a-z 0-9 ÄÖÜäöüß - ( ) , . /',
  innerHtmlStyle: {
  color:'#555555',
  'text-align':'left'
  },
  themeName: 'grey',
  themePath: '/administration/images/jquerybubblepopup-theme'
  });
  
  
  $('.error .einsatzArtNr').CreateBubblePopup({
  position : 'top',
  align : 'center',
  innerHtml: 'Bitte wählen Sie die Einsatzart aus',
  innerHtmlStyle: {
  color:'#555555',
  'text-align':'left'
  },
  themeName: 'grey',
  themePath: '/administration/images/jquerybubblepopup-theme'
  });


  $('.error .linkName').CreateBubblePopup({
  position : 'top',
  align : 'center',
  innerHtml: 'Erlaubte Zeichen:<br />A-Z a-z 0-9 Ä-Ü ä-ü ß . , - ( ) /',
  innerHtmlStyle: {
  color:'#555555',
  'text-align':'left'
  },
  themeName: 'grey',
  themePath: '/administration/images/jquerybubblepopup-theme'
  });


  $('.error .linkPath').CreateBubblePopup({
  position : 'top',
  align : 'center',
  innerHtml: 'Bitte geben Sie den Link im richtigen Format an:<br />z.B. http://www.feuerwehr-baden-weser.de<br />z.B. www.feuerwehr-baden-weser.de<br />z.B. feuerwehr-baden-weser.de<br />z.B. feuerwehr-baden-weser.de/index.php?id=1',
  innerHtmlStyle: {
  color:'#555555',
  'text-align':'left'
  },
  themeName: 'grey',
  themePath: '/administration/images/jquerybubblepopup-theme'
  });
  
  
  $('.error .linkKategorie').CreateBubblePopup({
  position : 'top',
  align : 'center',
  innerHtml: 'Bitte wählen Sie eine Link-Kategorie aus',
  innerHtmlStyle: {
  color:'#555555',
  'text-align':'left'
  },
  themeName: 'grey',
  themePath: '/administration/images/jquerybubblepopup-theme'
  });
  
  
  $('.error .imageUpload').CreateBubblePopup({
  position : 'top',
  align : 'center',
  innerHtml: 'Erlaubtes Format: jpg',
  innerHtmlStyle: {
  color:'#555555',
  'text-align':'left'
  },
  themeName: 'grey',
  themePath: '/administration/images/jquerybubblepopup-theme'
  });
  

  $('.error .videoPath').CreateBubblePopup({
  position : 'top',
  align : 'center',
  innerHtml: 'Bitte geben Sie den Link im richtigen Format an:<br />z.B. http://www.youtube.com/watch?v=abcdefgh',
  innerHtmlStyle: {
  color:'#555555',
  'text-align':'left'
  },
  themeName: 'grey',
  themePath: '/administration/images/jquerybubblepopup-theme'
  });


  $('.error .vorname').CreateBubblePopup({
  position : 'top',
  align : 'center',
  innerHtml: 'Bitte geben Sie einen Vornamen ein (mind. 2 Zeichen)<br />Erlaubte Zeichen:<br />A-Z a-z äöüß -',
  innerHtmlStyle: {
  color:'#555555',
  'text-align':'left'
  },
  themeName: 'grey',
  themePath: '/administration/images/jquerybubblepopup-theme'
  });
  
  
  $('.error .nachname').CreateBubblePopup({
  position : 'top',
  align : 'center',
  innerHtml: 'Bitte geben Sie einen Nachnamen ein (mind. 2 Zeichen)<br />Erlaubte Zeichen:<br />A-Z a-z äöüß -',
  innerHtmlStyle: {
  color:'#555555',
  'text-align':'left'
  },
  themeName: 'grey',
  themePath: '/administration/images/jquerybubblepopup-theme'
  });


  $('.error .name').CreateBubblePopup({
  position : 'top',
  align : 'center',
  innerHtml: 'Bitte geben Sie einen Namen ein (mind. 3 Zeichen)<br />Erlaubte Zeichen:<br />A-Z a-z äöüß - . ,',
  innerHtmlStyle: {
  color:'#555555',
  'text-align':'left'
  },
  themeName: 'grey',
  themePath: '/administration/images/jquerybubblepopup-theme'
  });
  
  
  $('.error .mail').CreateBubblePopup({
  position : 'top',
  align : 'center',
  innerHtml: 'Bitte geben Sie eine korrekte E-Mail Adresse ein.',
  innerHtmlStyle: {
  color:'#555555',
  'text-align':'left'
  },
  themeName: 'grey',
  themePath: '/administration/images/jquerybubblepopup-theme'
  });
  -->
});

