Terminkalender Hier finden Sie eine Übersicht unserer Termine.LehrgängeMeisterschaftenSonstiges Vorheriges JahrVorheriger MonatNächstes JahrNächstes MonatFebruar 2020 Mo Di Mi Do Fr Sa So 1 Lehrgänge Kaderlehrgang KATA 09:00 01.02.20 02.01.20 9:00 12:00 H44 Sa 9:00-12:00, 15:00-18:00 So 9:00-12:00 DM Vorbereitung Leistungsklasse Datum : 2020-02-01 2 Lehrgänge Kaderlehrgang KATA 09:00 01.02.20 02.01.20 9:00 12:00 H44 Sa 9:00-12:00, 15:00-18:00 So 9:00-12:00 DM Vorbereitung Leistungsklasse Datum : 2020-02-02 3 4 5 6 7 8 Meisterschaften Offene Saarlandmeisterschaft 2020 U16/U18/U21 Leistungsklasse und Masterklasse 00:00 Süd-West-Halle in Bous Ausschreibung Achtung Terminänderung Lehrgänge C-Trainerausbildung 09:00 Ausbildungstag 8. Februar fällt aus! Ausbildungstag 9. Februar wie geplant! Die Stunden am Ausbildungstag 8. Februar Datum : 2020-02-08 9 Lehrgänge C-Trainerausbildung 09:00 Ausbildungstag 8. Februar fällt aus! Ausbildungstag 9. Februar wie geplant! Die Stunden am Ausbildungstag 8. Februar Datum : 2020-02-09 10 11 12 13 14 15 Lehrgänge Kaderlehrgang Junioren/U21/Aktive 09:00 Kadertraining ist storniert! Datum : 2020-02-15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 Lehrgänge Kaderlehrgang KATA 09:00 29.02.20 01.03.20 9:00 12:00 29.2. H44 9:00-12:00, 16:00-19:00 1.3. H44 9:00-12:00, 15:00-18:00 DM Vorbereitung Lehrgänge Prüfung Karate C-Trainer 10:00 29.02.20 10.00 16.00 Karate C-Trainer-Prüfung 221908718 H44 12.00-16.00 T44 10.00-12.00 M. Schlicher 15785558675 Lehrgänge Gasshuku 2020/Koshinkan Tag 11:00 Hans Netzer Halle in Völklingen Koshinkan Dan Prüfung bis 4.DAN Ausschreibung Dan-Prüfung Lehrgänge Kaderlehrgang Junioren/U21/Aktive 16:30 29.02.20 01.03.20 16:30 9.00 18.00 Karate Junioren/U21/Aktive 221909121 H45 Sa 16:30-20:00 So 12:30-18:00 Halle vorher belegt Markus Groß Datum : 2020-02-29 (function($){ if ($('.spanEv:visible').length !== 0) { return false; } var icmouse = 'click'; var mouseout = '1'; var icclasstip = '.icevent a'; var icclass = '.iccalendar'; var position = 'center'; var posmiddle = 'top'; var modid = '164'; var modidid = '#164'; var icagendabtn = '.icagendabtn_164'; var mod_iccalendar = '#mod_iccalendar_164'; var template = '.default'; var loading = 'Ladevorgang...'; var closetxt = 'Schließen'; var tip_type = '1'; var tipwidth = 390; var smallwidththreshold = 481; var verticaloffset = 50; var css_position = ''; var mobile_min_width = 320; var extra_css = ''; $(document).on('click touchend', icagendabtn, function(e){ e.preventDefault(); url=$(this).attr('href'); $(modidid).html('' + loading + '').load(url + ' ' + mod_iccalendar, function(){$('#mod_iccalendar_164').highlightToday();}); }); // Calendar Keyboard Accessibility (experimental, since 3.5.14) if (typeof first_mod === 'undefined') { $i = '1'; first_mod = modid; first_nb = $i; nb_mod = $i; } else { $i = (typeof $i === 'undefined') ? '2' : ++$i; nb_mod = $i; } $('#ic-calendar-'+modid).addClass('ic-'+nb_mod); $(document).keydown(function(e){ // ctrl+alt+C : focus on first Calendar module // REMOVE: Polish language conflict, alt+C Ć // if (e.ctrlKey && e.altKey && e.keyCode == 67) { // $('#ic-calendar-'+first_mod).focus(); // } // ctrl+alt+N : focus on Next calendar module if (e.ctrlKey && e.altKey && e.keyCode == 78) { if ($('#ic-calendar-'+modid).is(':focus')) { activ = $('#ic-calendar-'+modid).attr('class'); act = activ.split('-'); act = act[1]; next = ++act; } mod_class = $('#ic-calendar-'+modid).attr('class'); if ($('.ic-'+next).length == 0) next = 1; if (mod_class == 'ic-'+next) $('.ic-'+next).focus(); } // On focused calendar module if ($('#ic-calendar-'+modid).is(':focus')){ switch (e.keyCode) { case 37: // Left arrow pressed url = $('#ic-calendar-'+modid+' #ic-prev-month').attr('href'); break; case 38: // Top arrow pressed url = $('#ic-calendar-'+modid+' #ic-next-year').attr('href'); break; case 39: // Right arrow pressed url = $('#ic-calendar-'+modid+' #ic-next-month').attr('href'); break; case 40: // Top arrow pressed url = $('#ic-calendar-'+modid+' #ic-prev-year').attr('href'); break; } if ((!e.shiftKey && (e.keyCode == 37 || e.keyCode == 39)) || (e.shiftKey && (e.keyCode == 38 || e.keyCode == 40))) { $(modidid).html('' + loading + '').load(url + ' ' + mod_iccalendar, function(){$('#mod_iccalendar_164').highlightToday();}); } // if ($(modidid+' '+icclasstip).is(':focus') && e.keyCode == 13){ // var icmouse = "click"; // } } }); if (tip_type=='2') {// $(document).on(icmouse, this, function(e){ // e.preventDefault(); // $(".iCaTip").tipTip({maxWidth: "400", defaultPosition: "top", edgeOffset: 1, activation:"hover", keepAlive: true}); // }); } if (tip_type=='1') { $view_width=$(window).width(); if($view_width