Terminkalender Hier finden Sie eine Übersicht unserer Termine.LehrgängeMeisterschaftenSonstiges Vorheriges JahrVorheriger MonatNächstes JahrNächstes MonatJanuar 2020 Mo Di Mi Do Fr Sa So 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 Lehrgänge Kaderlehrgang KATA 09:00 Datum von Datum bis Beginn (Uhrzeit) Ende (Uhrzeit) Sportart/ Sparte LG (s.u.) Anzahl Teil-nehmer Anzahl Übernach-tungen Anzahl Ver-pflegung Lehrgänge Kaderlehrgang Junioren/U21/Aktive 12:00 18.01.20 19.01.20 12:00 9.00 18.00 Karate Junioren/U21/Aktive 221908115 H44 Sa 12:00-15:00, 18:00-20:00 So 12:00-18:00 Halle vorher belegt (SKV) Markus Groß Datum : 2020-01-18 19 Lehrgänge Kaderlehrgang Junioren/U21/Aktive 00:00 18.01.20 19.01.20 12:00 9.00 18.00 H44 Sa 12:00-15:00, 18:00-20:00 So 12:00-18:00 Halle vorher belegt (SKV) Markus Groß Lehrgänge Kaderlehrgang KATA 09:00 Datum von Datum bis Beginn (Uhrzeit) Ende (Uhrzeit) Sportart/ Sparte LG (s.u.) Anzahl Teil-nehmer Anzahl Übernach-tungen Anzahl Ver-pflegung Lehrgänge Verbands- und stiloffener Lehrgang in Emmersweiler 10:30 Turnhalle Emmersweiler mit DAN-Prüfungen Shotokan und SOK Ausschreibung Datum : 2020-01-19 20 21 22 23 24 25 Lehrgänge C-Trainerausbildung 09:00 Datum : 2020-01-25 26 Lehrgänge C-Trainerausbildung 09:00 Datum : 2020-01-26 27 28 29 30 31 (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