Removing of original html files
This commit is contained in:
@@ -1,448 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="de">
|
||||
<head>
|
||||
|
||||
<meta charset="utf-8">
|
||||
<title>Jahr 2008: Start in das Neue Jahr - Tanzsportclub im VfL Sindelfingen</title>
|
||||
<base href="https://tanzsportclub.vfl-sindelfingen.de/">
|
||||
|
||||
<meta name="robots" content="noindex,nofollow">
|
||||
<meta name="description" content="Über 700 Paare gingen am 1. und 2. Mai bei den Turnieren der TBW-Trophy-Serie im Bürgerzentrum in Karlsruhe an den Start.">
|
||||
<meta name="keywords" content="">
|
||||
<meta name="generator" content="Contao Open Source CMS">
|
||||
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1.0">
|
||||
<style>#left{width:210px;right:210px}#container{padding-left:210px}#footer{height:30px}</style>
|
||||
<link rel="stylesheet" href="assets/css/0eeb07bcdb48.css">
|
||||
<link type="application/rss+xml" rel="alternate" href="https://www.tanzsportclub.vfl-sindelfingen.de/share/nachrichten.xml" title="neue Nachricht">
|
||||
<script src="assets/js/0e3b88c98c5a.js"></script>
|
||||
|
||||
<!--[if lt IE 9]><script src="assets/html5shiv/3.7.2/html5shiv-printshiv.min.js"></script><![endif]-->
|
||||
|
||||
</head>
|
||||
<body id="top" class="unknown other ">
|
||||
|
||||
|
||||
<div id="wrapper">
|
||||
|
||||
<header id="header">
|
||||
<div class="inside">
|
||||
|
||||
<a href="https://tanzsportclub.vfl-sindelfingen.de/"><img id="logo" title="Home" src="files/tsc/img/share/logo.jpg" alt="zurück zur Startseite" /></a>
|
||||
<a href="https://www.vfl-sindelfingen.de/"><img id="logo_vfl" title="zum VfL Sindelfingen" src="files/tsc/img/share/logo_vfl.gif" alt="zur Seite des VfL Sindelfingen" /></a><div class="mod_rocksolid_slider block">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/slider-turnier.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/Banner-RENOTE.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/Fotobanner2.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/Banner-Show2016-k.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/Banner2019.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="assets/images/a/Paare_2019s-2f72735a.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<script>
|
||||
(function() {
|
||||
|
||||
var sliderElement = [].slice.call(document.getElementsByClassName('mod_rocksolid_slider'), -1 )[0];
|
||||
|
||||
if (window.jQuery && jQuery.fn.rstSlider) {
|
||||
init();
|
||||
}
|
||||
else {
|
||||
document.addEventListener('DOMContentLoaded', init);
|
||||
}
|
||||
|
||||
function init() {
|
||||
|
||||
var $ = jQuery;
|
||||
var slider = $(sliderElement);
|
||||
|
||||
slider.find('video[data-rsts-background], [data-rsts-type=video] video').each(function() {
|
||||
// Disable mejs for videos
|
||||
this.player = false;
|
||||
});
|
||||
|
||||
slider.rstSlider({"type":"fade-in-out","navType":"bullets","scaleMode":"fit","imagePosition":"center","random":true,"loop":true,"videoAutoplay":false,"autoplayProgress":false,"pauseAutoplayOnHover":true,"keyboard":true,"captions":false,"controls":false,"thumbControls":false,"combineNavItems":true,"duration":1500,"autoplay":6000,"visibleAreaAlign":0.5,"gapSize":"0%"});
|
||||
|
||||
// Fix missing lightbox links
|
||||
$(function() {
|
||||
|
||||
if (!$.fn.colorbox) {
|
||||
return;
|
||||
}
|
||||
|
||||
var lightboxConfig = {
|
||||
loop: false,
|
||||
rel: function() {
|
||||
return $(this).attr('data-lightbox');
|
||||
},
|
||||
maxWidth: '95%',
|
||||
maxHeight: '95%'
|
||||
};
|
||||
|
||||
|
||||
var update = function(links) {
|
||||
links.colorbox(lightboxConfig);
|
||||
};
|
||||
|
||||
slider.on('rsts-slidestart rsts-slidestop', function(event) {
|
||||
update(slider.find('a[data-lightbox]'));
|
||||
});
|
||||
|
||||
update(slider.find('a[data-lightbox]'));
|
||||
|
||||
});
|
||||
|
||||
}
|
||||
|
||||
})();
|
||||
</script>
|
||||
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<nav class="mod_navigation block" id="menu1">
|
||||
|
||||
|
||||
<a href="nachrichten-leser/jahr-2008-start-in-das-neue-jahr.html#skipNavigation116" class="invisible">Navigation überspringen</a>
|
||||
|
||||
|
||||
<ul class="level_1">
|
||||
<li class="trail first"><a href="startseite.html" title="Aktuell" class="trail first">Aktuell</a></li>
|
||||
<li><a href="der-club.html" title="Der Club">Der Club</a></li>
|
||||
<li><a href="angebote.html" title="Angebote">Angebote</a></li>
|
||||
<li class="last"><a href="info.html" title="Info/Kontakt" class="last">Info/Kontakt</a></li>
|
||||
</ul>
|
||||
|
||||
<a id="skipNavigation116" class="invisible"> </a>
|
||||
|
||||
</nav>
|
||||
<!-- indexer::continue -->
|
||||
|
||||
|
||||
<a class="he2" href="https://tanzsportclub.vfl-sindelfingen.de/nachrichten-leser/jahr-2008-start-in-das-neue-jahr.html#left" id="jump-to-nav">Menu </a> </div>
|
||||
</header>
|
||||
|
||||
|
||||
<div id="container">
|
||||
|
||||
<div id="main">
|
||||
<div class="inside">
|
||||
|
||||
<div class="mod_newsreader block">
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="layout_full block">
|
||||
|
||||
<h1>Jahr 2008: Start in das Neue Jahr</h1>
|
||||
|
||||
<p class="info"><time datetime="2008-01-14T10:00:00+00:00">14.01.2008</time> </p>
|
||||
|
||||
|
||||
|
||||
<div class="ce_text block">
|
||||
|
||||
|
||||
|
||||
<p>Bei der TBW Trophy in Neu-Ulm und den Sinsheimer Tanzsporttagen starteten unsere Paare Elena Posadino und Walter Gattler,sowie Monika und Gerhard Winkler in das Neue Jahr.</p>
|
||||
<article><section><article><section>
|
||||
<h4>HGR II B Latein</h4>
|
||||
<p>Elena Posadino und Walter Gattler nahmen gleich an den ersten Wochenende der TBW-Trophy in Neu-Ulm teil. In der Hauptgruppe II B-Latein zeigten die Beiden eine großartige Leistung bei beiden hochklassig und mit vielen Paaren besetzten Startfeldern. Am Samstag erreichten Elena Posadino und Walter Gattler das Semi- und am Sonntag das Viertelfinale.</p>
|
||||
<h4>Sen III S</h4>
|
||||
<p>Monika und Gerhard Winkler gingen in Sinsheim an den Start. In Senioren III S machten sie klar, dass sie zu den Besten Paaren dieser Startklasse gehören. Am ersten Tag verpassten sie mit dem vierten Platz ganz knapp das Siegerpodest. Der zweite Tag lief dann noch besser. Für ihr sportliches und trotzdem musikalisches Tanzen wurden Monika und Gerhard Winkler mit dem zweiten Platz belohnt.</p>
|
||||
<p style="text-align: center;"><img src="files/vfl/2008/080114.jpg" alt="Monika und Gerhard Winkler"></p>
|
||||
<p>Christine Richter<br>14.01.2008</p>
|
||||
</section></article></section></article>
|
||||
<p> </p>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<p class="back"><a href="javascript:history.go(-1)" title="Zurück">Zurück</a></p>
|
||||
<!-- indexer::continue -->
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<aside id="left">
|
||||
<div class="inside">
|
||||
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<nav class="mod_navigation he2 block" id="menu2">
|
||||
|
||||
|
||||
<a href="nachrichten-leser/jahr-2008-start-in-das-neue-jahr.html#skipNavigation121" class="invisible">Navigation überspringen</a>
|
||||
|
||||
|
||||
<ul class="level_1">
|
||||
<li class="sibling first"><a href="termine.html" title="Termine" class="sibling first" rel="nofollow">Termine</a></li>
|
||||
<li class="sibling"><a href="turniermeldung.html" title="Turniermeldung" class="sibling" rel="nofollow">Turniermeldung</a></li>
|
||||
<li class="sibling last"><a href="pressestimmen.html" title="Pressestimmen" class="sibling last">Pressestimmen</a></li>
|
||||
</ul>
|
||||
|
||||
<a id="skipNavigation121" class="invisible"> </a>
|
||||
|
||||
</nav>
|
||||
<!-- indexer::continue -->
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<nav class="mod_navigation block" id="jump-to-nav1">
|
||||
|
||||
|
||||
<a href="nachrichten-leser/jahr-2008-start-in-das-neue-jahr.html#skipNavigation145" class="invisible">Navigation überspringen</a>
|
||||
|
||||
|
||||
<ul class="level_1">
|
||||
<li class="submenu trail first"><a href="startseite.html" title="Aktuell" class="submenu trail first" aria-haspopup="true">Aktuell</a>
|
||||
<ul class="level_2">
|
||||
<li class="sibling first"><a href="termine.html" title="Termine" class="sibling first" rel="nofollow">Termine</a></li>
|
||||
<li class="sibling"><a href="turniermeldung.html" title="Turniermeldung" class="sibling" rel="nofollow">Turniermeldung</a></li>
|
||||
<li class="sibling last"><a href="pressestimmen.html" title="Pressestimmen" class="sibling last">Pressestimmen</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="submenu"><a href="der-club.html" title="Der Club" class="submenu" aria-haspopup="true">Der Club</a>
|
||||
<ul class="level_2">
|
||||
<li class="first"><a href="vorstand.html" title="Vorstand" class="first">Vorstand</a></li>
|
||||
<li><a href="beitrag.html" title="Beitrag">Beitrag</a></li>
|
||||
<li><a href="trainer.html" title="Trainer">Trainer</a></li>
|
||||
<li><a href="trainingsraeume.html" title="Trainingsräume">Trainingsräume</a></li>
|
||||
<li class="last"><a href="impressum.html" title="Impressum" class="last">Impressum</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="submenu"><a href="angebote.html" title="Angebote" class="submenu" aria-haspopup="true">Angebote</a>
|
||||
<ul class="level_2">
|
||||
<li class="first"><a href="tanzkreise.html" title="Tanzkreise" class="first">Tanzkreise</a></li>
|
||||
<li><a href="breitensport.html" title="Breitensport">Breitensport</a></li>
|
||||
<li><a href="turniertanz.html" title="Turniertanz">Turniertanz</a></li>
|
||||
<li><a href="kindergruppen.html" title="Kinder/Jugend">Kinder/Jugend</a></li>
|
||||
<li><a href="dance-styles.html" title="Dance-Styles">Dance-Styles</a></li>
|
||||
<li><a href="discofox.html" title="Discofox">Discofox</a></li>
|
||||
<li class="last"><a href="trainingszeiten.html" title="Trainingszeiten" class="last">Trainingszeiten</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="submenu last"><a href="info.html" title="Info/Kontakt" class="submenu last" aria-haspopup="true">Info/Kontakt</a>
|
||||
<ul class="level_2">
|
||||
<li class="first"><a href="raumbelegung.html" title="Raumbelegung" class="first">Raumbelegung</a></li>
|
||||
<li><a href="turniersport.html" title="Turniersport">Turniersport</a></li>
|
||||
<li><a href="linkliste.html" title="Linkliste">Linkliste</a></li>
|
||||
<li class="last"><a href="sitemap.html" title="Sitemap" class="last">Sitemap</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<a id="skipNavigation145" class="invisible"> </a>
|
||||
|
||||
</nav>
|
||||
<!-- indexer::continue -->
|
||||
</div>
|
||||
</aside>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<footer id="footer">
|
||||
<div class="inside">
|
||||
|
||||
<div id="footer_innen">
|
||||
<div id="footer_inhalt_links">TSC im VfL Sindelfingen</div>
|
||||
<div id="metanavi">
|
||||
<ul>
|
||||
<li><a href="info.html">Kontakt</a></li>
|
||||
<li><a href="sitemap.html">Sitemap</a></li>
|
||||
<li><a href="impressum.html">Impressum & Datenschutz</a></li>
|
||||
<li><a href="https://www.facebook.com/pages/Tanzsportclub-im-VfL-Sindelfingen/140842382700982" class="facebook"></a></li>
|
||||
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</div> </div>
|
||||
</footer>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<script src="assets/swipe/2.0/js/swipe.min.js"></script>
|
||||
<script>
|
||||
(function($) {
|
||||
$(document).ready(function() {
|
||||
$('.ce_sliderStart').each(function(i, cte) {
|
||||
var s = $('.content-slider', cte)[0],
|
||||
c = s.getAttribute('data-config').split(',');
|
||||
new Swipe(s, {
|
||||
// Put custom options here
|
||||
'auto': parseInt(c[0]),
|
||||
'speed': parseInt(c[1]),
|
||||
'startSlide': parseInt(c[2]),
|
||||
'continuous': parseInt(c[3]),
|
||||
'menu': $('.slider-control', cte)[0]
|
||||
});
|
||||
});
|
||||
});
|
||||
})(jQuery);
|
||||
</script>
|
||||
|
||||
<script src="assets/jquery/colorbox/1.6.1/js/colorbox.min.js"></script>
|
||||
<script>
|
||||
(function($) {
|
||||
$(document).ready(function() {
|
||||
$('a[data-lightbox]').map(function() {
|
||||
$(this).colorbox({
|
||||
// Put custom options here
|
||||
loop: false,
|
||||
rel: $(this).attr('data-lightbox'),
|
||||
maxWidth: '95%',
|
||||
maxHeight: '95%'
|
||||
});
|
||||
});
|
||||
});
|
||||
})(jQuery);
|
||||
</script>
|
||||
|
||||
<script src="assets/jquery/mediaelement/2.21.2/js/mediaelement-and-player.min.js"></script>
|
||||
<script>
|
||||
(function($) {
|
||||
$(document).ready(function() {
|
||||
$('video,audio').filter(function() {
|
||||
return $(this).parents('picture').length === 0;
|
||||
}).mediaelementplayer({
|
||||
// Put custom options here
|
||||
pluginPath: '/assets/jquery/mediaelement/2.21.2/',
|
||||
flashName: 'legacy/flashmediaelement.swf',
|
||||
silverlightName: 'legacy/silverlightmediaelement.xap'
|
||||
});
|
||||
});
|
||||
})(jQuery);
|
||||
</script>
|
||||
|
||||
<script src="assets/mootools/mediabox/1.4.6/js/mediabox.js"></script>
|
||||
<script>
|
||||
(function($) {
|
||||
window.addEvent('domready', function() {
|
||||
$$('a[data-lightbox]').mediabox({
|
||||
// Put custom options here
|
||||
}, function(el) {
|
||||
return [el.href, el.title, el.getAttribute('data-lightbox')];
|
||||
}, function(el) {
|
||||
var data = this.getAttribute('data-lightbox').split(' ');
|
||||
return (this == el) || (data[0] && el.getAttribute('data-lightbox').match(data[0]));
|
||||
});
|
||||
$('mbImage').addEvent('swipe', function(e) {
|
||||
(e.direction == 'left') ? $('mbNextLink').fireEvent('click') : $('mbPrevLink').fireEvent('click');
|
||||
});
|
||||
});
|
||||
})(document.id);
|
||||
</script>
|
||||
|
||||
<script>setTimeout(function(){var e=function(e,t){try{var n=new XMLHttpRequest}catch(r){return}n.open("GET",e,!0),n.onreadystatechange=function(){this.readyState==4&&this.status==200&&typeof t=="function"&&t(this.responseText)},n.send()},t="system/cron/cron.";e(t+"txt",function(n){parseInt(n||0)<Math.round(+(new Date)/1e3)-86400&&e(t+"php")})},5e3);</script>
|
||||
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<div class="cookiebar cookiebar--position-top" role="complementary" aria-describedby="cookiebar-text" style="display:none;" data-cookiebar="COOKIEBAR_1">
|
||||
<div id="cookiebar-text" class="cookiebar__text" aria-live="assertive" role="alert">
|
||||
<span class="cookiebar__message">Wir verwenden Cookies, um Ihnen das beste Nutzererlebnis bieten zu können. Wenn Sie fortfahren, diese Seite zu verwenden, nehmen wir an, dass Sie damit einverstanden sind.</span>
|
||||
|
||||
<a href="https://www.vfl-sindelfingen.de/kontakt-hauptverein/datenschutz/" class="cookiebar__link" title="Mehr hierzu">Mehr hierzu</a>
|
||||
</div>
|
||||
|
||||
|
||||
<button class="cookiebar__button" data-cookiebar-accept>OK</button>
|
||||
</div>
|
||||
|
||||
<!-- indexer::continue -->
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,446 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="de">
|
||||
<head>
|
||||
|
||||
<meta charset="utf-8">
|
||||
<title>Jahr 2008 Senioren S Paare in Stgt. Botnang - Tanzsportclub im VfL Sindelfingen</title>
|
||||
<base href="https://tanzsportclub.vfl-sindelfingen.de/">
|
||||
|
||||
<meta name="robots" content="noindex,nofollow">
|
||||
<meta name="description" content="">
|
||||
<meta name="keywords" content="">
|
||||
<meta name="generator" content="Contao Open Source CMS">
|
||||
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1.0">
|
||||
<style>#left{width:210px;right:210px}#container{padding-left:210px}#footer{height:30px}</style>
|
||||
<link rel="stylesheet" href="assets/css/0eeb07bcdb48.css">
|
||||
<link type="application/rss+xml" rel="alternate" href="https://www.tanzsportclub.vfl-sindelfingen.de/share/nachrichten.xml" title="neue Nachricht">
|
||||
<script src="assets/js/0e3b88c98c5a.js"></script>
|
||||
|
||||
<!--[if lt IE 9]><script src="assets/html5shiv/3.7.2/html5shiv-printshiv.min.js"></script><![endif]-->
|
||||
|
||||
</head>
|
||||
<body id="top" class="unknown other ">
|
||||
|
||||
|
||||
<div id="wrapper">
|
||||
|
||||
<header id="header">
|
||||
<div class="inside">
|
||||
|
||||
<a href="https://tanzsportclub.vfl-sindelfingen.de/"><img id="logo" title="Home" src="files/tsc/img/share/logo.jpg" alt="zurück zur Startseite" /></a>
|
||||
<a href="https://www.vfl-sindelfingen.de/"><img id="logo_vfl" title="zum VfL Sindelfingen" src="files/tsc/img/share/logo_vfl.gif" alt="zur Seite des VfL Sindelfingen" /></a><div class="mod_rocksolid_slider block">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/slider-turnier.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/Banner-RENOTE.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/Fotobanner2.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/Banner-Show2016-k.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/Banner2019.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="assets/images/a/Paare_2019s-2f72735a.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<script>
|
||||
(function() {
|
||||
|
||||
var sliderElement = [].slice.call(document.getElementsByClassName('mod_rocksolid_slider'), -1 )[0];
|
||||
|
||||
if (window.jQuery && jQuery.fn.rstSlider) {
|
||||
init();
|
||||
}
|
||||
else {
|
||||
document.addEventListener('DOMContentLoaded', init);
|
||||
}
|
||||
|
||||
function init() {
|
||||
|
||||
var $ = jQuery;
|
||||
var slider = $(sliderElement);
|
||||
|
||||
slider.find('video[data-rsts-background], [data-rsts-type=video] video').each(function() {
|
||||
// Disable mejs for videos
|
||||
this.player = false;
|
||||
});
|
||||
|
||||
slider.rstSlider({"type":"fade-in-out","navType":"bullets","scaleMode":"fit","imagePosition":"center","random":true,"loop":true,"videoAutoplay":false,"autoplayProgress":false,"pauseAutoplayOnHover":true,"keyboard":true,"captions":false,"controls":false,"thumbControls":false,"combineNavItems":true,"duration":1500,"autoplay":6000,"visibleAreaAlign":0.5,"gapSize":"0%"});
|
||||
|
||||
// Fix missing lightbox links
|
||||
$(function() {
|
||||
|
||||
if (!$.fn.colorbox) {
|
||||
return;
|
||||
}
|
||||
|
||||
var lightboxConfig = {
|
||||
loop: false,
|
||||
rel: function() {
|
||||
return $(this).attr('data-lightbox');
|
||||
},
|
||||
maxWidth: '95%',
|
||||
maxHeight: '95%'
|
||||
};
|
||||
|
||||
|
||||
var update = function(links) {
|
||||
links.colorbox(lightboxConfig);
|
||||
};
|
||||
|
||||
slider.on('rsts-slidestart rsts-slidestop', function(event) {
|
||||
update(slider.find('a[data-lightbox]'));
|
||||
});
|
||||
|
||||
update(slider.find('a[data-lightbox]'));
|
||||
|
||||
});
|
||||
|
||||
}
|
||||
|
||||
})();
|
||||
</script>
|
||||
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<nav class="mod_navigation block" id="menu1">
|
||||
|
||||
|
||||
<a href="nachrichten-leser/jahr-2008-senioren-s-paare-in-stgt-botnang.html#skipNavigation116" class="invisible">Navigation überspringen</a>
|
||||
|
||||
|
||||
<ul class="level_1">
|
||||
<li class="trail first"><a href="startseite.html" title="Aktuell" class="trail first">Aktuell</a></li>
|
||||
<li><a href="der-club.html" title="Der Club">Der Club</a></li>
|
||||
<li><a href="angebote.html" title="Angebote">Angebote</a></li>
|
||||
<li class="last"><a href="info.html" title="Info/Kontakt" class="last">Info/Kontakt</a></li>
|
||||
</ul>
|
||||
|
||||
<a id="skipNavigation116" class="invisible"> </a>
|
||||
|
||||
</nav>
|
||||
<!-- indexer::continue -->
|
||||
|
||||
|
||||
<a class="he2" href="https://tanzsportclub.vfl-sindelfingen.de/nachrichten-leser/jahr-2008-senioren-s-paare-in-stgt-botnang.html#left" id="jump-to-nav">Menu </a> </div>
|
||||
</header>
|
||||
|
||||
|
||||
<div id="container">
|
||||
|
||||
<div id="main">
|
||||
<div class="inside">
|
||||
|
||||
<div class="mod_newsreader block">
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="layout_full block">
|
||||
|
||||
<h1>Jahr 2008 Senioren S Paare in Stgt. Botnang</h1>
|
||||
|
||||
<p class="info"><time datetime="2008-02-03T15:33:00+00:00">03.02.2008</time> </p>
|
||||
|
||||
|
||||
|
||||
<div class="ce_text block">
|
||||
|
||||
|
||||
|
||||
<p>Am 2.2.2008 starteten zwei unsere Senioren S Paare in Stuttgart Botnang.Angesetzt waren Sen IV S und Sen III S Standard, sowie Sen C Latein und Sen S Latein.Leider mussten die Lateinturniere wegen fehlender Meldungen abgesagt werden.Dafür waren bei den Senioren IV S Standard dreizehn Paare am Start und bei den Senioren III S starteten 11 Paare.</p>
|
||||
<h4>Senioren IV S Standard</h4>
|
||||
<p>Im ersten Turnier Sen IV S startete unser Paar Regina und Henry Freude.Die Turnhalle in Botnang war gut besucht und es waren genügend Schlachtenbummler des VfL dabei. Leider kam unser Paar nur bis zur 1. Zwischenrunde.</p>
|
||||
<div style="text-align: center; margin-left: 40px;"><img style="margin: 15px;" src="files/vfl/2008/080202_Freude.jpg" alt="Regina und Henry Freude"></div>
|
||||
<h4>Senioren III S Standard</h4>
|
||||
<p>Im nachfolgendem Senioren III S Turnier startete das Paar Monika und Gerhard Winklerfü unseren Club. Trotz aller Anstrengung waren die ersten Plätze schon vergeben an die Paare Kast vom ATK Suebia, dem Paar Cierpka vom TC Schwarz-Weiss Reutlingen unddem PaarDürr vom Schwarz-Weiss Club Pforzheim. Unser Paar Winkler belegte somit den vierten Platz.</p>
|
||||
<div style="text-align: center; margin-left: 40px;"><img style="margin: 15px;" src="files/vfl/2008/080202_Winkler.jpg" alt="Monika und Gerhard Winkler"></div>
|
||||
<p>B. Peter<br>03.2.2008</p>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<p class="back"><a href="javascript:history.go(-1)" title="Zurück">Zurück</a></p>
|
||||
<!-- indexer::continue -->
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<aside id="left">
|
||||
<div class="inside">
|
||||
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<nav class="mod_navigation he2 block" id="menu2">
|
||||
|
||||
|
||||
<a href="nachrichten-leser/jahr-2008-senioren-s-paare-in-stgt-botnang.html#skipNavigation121" class="invisible">Navigation überspringen</a>
|
||||
|
||||
|
||||
<ul class="level_1">
|
||||
<li class="sibling first"><a href="termine.html" title="Termine" class="sibling first" rel="nofollow">Termine</a></li>
|
||||
<li class="sibling"><a href="turniermeldung.html" title="Turniermeldung" class="sibling" rel="nofollow">Turniermeldung</a></li>
|
||||
<li class="sibling last"><a href="pressestimmen.html" title="Pressestimmen" class="sibling last">Pressestimmen</a></li>
|
||||
</ul>
|
||||
|
||||
<a id="skipNavigation121" class="invisible"> </a>
|
||||
|
||||
</nav>
|
||||
<!-- indexer::continue -->
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<nav class="mod_navigation block" id="jump-to-nav1">
|
||||
|
||||
|
||||
<a href="nachrichten-leser/jahr-2008-senioren-s-paare-in-stgt-botnang.html#skipNavigation145" class="invisible">Navigation überspringen</a>
|
||||
|
||||
|
||||
<ul class="level_1">
|
||||
<li class="submenu trail first"><a href="startseite.html" title="Aktuell" class="submenu trail first" aria-haspopup="true">Aktuell</a>
|
||||
<ul class="level_2">
|
||||
<li class="sibling first"><a href="termine.html" title="Termine" class="sibling first" rel="nofollow">Termine</a></li>
|
||||
<li class="sibling"><a href="turniermeldung.html" title="Turniermeldung" class="sibling" rel="nofollow">Turniermeldung</a></li>
|
||||
<li class="sibling last"><a href="pressestimmen.html" title="Pressestimmen" class="sibling last">Pressestimmen</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="submenu"><a href="der-club.html" title="Der Club" class="submenu" aria-haspopup="true">Der Club</a>
|
||||
<ul class="level_2">
|
||||
<li class="first"><a href="vorstand.html" title="Vorstand" class="first">Vorstand</a></li>
|
||||
<li><a href="beitrag.html" title="Beitrag">Beitrag</a></li>
|
||||
<li><a href="trainer.html" title="Trainer">Trainer</a></li>
|
||||
<li><a href="trainingsraeume.html" title="Trainingsräume">Trainingsräume</a></li>
|
||||
<li class="last"><a href="impressum.html" title="Impressum" class="last">Impressum</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="submenu"><a href="angebote.html" title="Angebote" class="submenu" aria-haspopup="true">Angebote</a>
|
||||
<ul class="level_2">
|
||||
<li class="first"><a href="tanzkreise.html" title="Tanzkreise" class="first">Tanzkreise</a></li>
|
||||
<li><a href="breitensport.html" title="Breitensport">Breitensport</a></li>
|
||||
<li><a href="turniertanz.html" title="Turniertanz">Turniertanz</a></li>
|
||||
<li><a href="kindergruppen.html" title="Kinder/Jugend">Kinder/Jugend</a></li>
|
||||
<li><a href="dance-styles.html" title="Dance-Styles">Dance-Styles</a></li>
|
||||
<li><a href="discofox.html" title="Discofox">Discofox</a></li>
|
||||
<li class="last"><a href="trainingszeiten.html" title="Trainingszeiten" class="last">Trainingszeiten</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="submenu last"><a href="info.html" title="Info/Kontakt" class="submenu last" aria-haspopup="true">Info/Kontakt</a>
|
||||
<ul class="level_2">
|
||||
<li class="first"><a href="raumbelegung.html" title="Raumbelegung" class="first">Raumbelegung</a></li>
|
||||
<li><a href="turniersport.html" title="Turniersport">Turniersport</a></li>
|
||||
<li><a href="linkliste.html" title="Linkliste">Linkliste</a></li>
|
||||
<li class="last"><a href="sitemap.html" title="Sitemap" class="last">Sitemap</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<a id="skipNavigation145" class="invisible"> </a>
|
||||
|
||||
</nav>
|
||||
<!-- indexer::continue -->
|
||||
</div>
|
||||
</aside>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<footer id="footer">
|
||||
<div class="inside">
|
||||
|
||||
<div id="footer_innen">
|
||||
<div id="footer_inhalt_links">TSC im VfL Sindelfingen</div>
|
||||
<div id="metanavi">
|
||||
<ul>
|
||||
<li><a href="info.html">Kontakt</a></li>
|
||||
<li><a href="sitemap.html">Sitemap</a></li>
|
||||
<li><a href="impressum.html">Impressum & Datenschutz</a></li>
|
||||
<li><a href="https://www.facebook.com/pages/Tanzsportclub-im-VfL-Sindelfingen/140842382700982" class="facebook"></a></li>
|
||||
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</div> </div>
|
||||
</footer>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<script src="assets/swipe/2.0/js/swipe.min.js"></script>
|
||||
<script>
|
||||
(function($) {
|
||||
$(document).ready(function() {
|
||||
$('.ce_sliderStart').each(function(i, cte) {
|
||||
var s = $('.content-slider', cte)[0],
|
||||
c = s.getAttribute('data-config').split(',');
|
||||
new Swipe(s, {
|
||||
// Put custom options here
|
||||
'auto': parseInt(c[0]),
|
||||
'speed': parseInt(c[1]),
|
||||
'startSlide': parseInt(c[2]),
|
||||
'continuous': parseInt(c[3]),
|
||||
'menu': $('.slider-control', cte)[0]
|
||||
});
|
||||
});
|
||||
});
|
||||
})(jQuery);
|
||||
</script>
|
||||
|
||||
<script src="assets/jquery/colorbox/1.6.1/js/colorbox.min.js"></script>
|
||||
<script>
|
||||
(function($) {
|
||||
$(document).ready(function() {
|
||||
$('a[data-lightbox]').map(function() {
|
||||
$(this).colorbox({
|
||||
// Put custom options here
|
||||
loop: false,
|
||||
rel: $(this).attr('data-lightbox'),
|
||||
maxWidth: '95%',
|
||||
maxHeight: '95%'
|
||||
});
|
||||
});
|
||||
});
|
||||
})(jQuery);
|
||||
</script>
|
||||
|
||||
<script src="assets/jquery/mediaelement/2.21.2/js/mediaelement-and-player.min.js"></script>
|
||||
<script>
|
||||
(function($) {
|
||||
$(document).ready(function() {
|
||||
$('video,audio').filter(function() {
|
||||
return $(this).parents('picture').length === 0;
|
||||
}).mediaelementplayer({
|
||||
// Put custom options here
|
||||
pluginPath: '/assets/jquery/mediaelement/2.21.2/',
|
||||
flashName: 'legacy/flashmediaelement.swf',
|
||||
silverlightName: 'legacy/silverlightmediaelement.xap'
|
||||
});
|
||||
});
|
||||
})(jQuery);
|
||||
</script>
|
||||
|
||||
<script src="assets/mootools/mediabox/1.4.6/js/mediabox.js"></script>
|
||||
<script>
|
||||
(function($) {
|
||||
window.addEvent('domready', function() {
|
||||
$$('a[data-lightbox]').mediabox({
|
||||
// Put custom options here
|
||||
}, function(el) {
|
||||
return [el.href, el.title, el.getAttribute('data-lightbox')];
|
||||
}, function(el) {
|
||||
var data = this.getAttribute('data-lightbox').split(' ');
|
||||
return (this == el) || (data[0] && el.getAttribute('data-lightbox').match(data[0]));
|
||||
});
|
||||
$('mbImage').addEvent('swipe', function(e) {
|
||||
(e.direction == 'left') ? $('mbNextLink').fireEvent('click') : $('mbPrevLink').fireEvent('click');
|
||||
});
|
||||
});
|
||||
})(document.id);
|
||||
</script>
|
||||
|
||||
<script>setTimeout(function(){var e=function(e,t){try{var n=new XMLHttpRequest}catch(r){return}n.open("GET",e,!0),n.onreadystatechange=function(){this.readyState==4&&this.status==200&&typeof t=="function"&&t(this.responseText)},n.send()},t="system/cron/cron.";e(t+"txt",function(n){parseInt(n||0)<Math.round(+(new Date)/1e3)-86400&&e(t+"php")})},5e3);</script>
|
||||
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<div class="cookiebar cookiebar--position-top" role="complementary" aria-describedby="cookiebar-text" style="display:none;" data-cookiebar="COOKIEBAR_1">
|
||||
<div id="cookiebar-text" class="cookiebar__text" aria-live="assertive" role="alert">
|
||||
<span class="cookiebar__message">Wir verwenden Cookies, um Ihnen das beste Nutzererlebnis bieten zu können. Wenn Sie fortfahren, diese Seite zu verwenden, nehmen wir an, dass Sie damit einverstanden sind.</span>
|
||||
|
||||
<a href="https://www.vfl-sindelfingen.de/kontakt-hauptverein/datenschutz/" class="cookiebar__link" title="Mehr hierzu">Mehr hierzu</a>
|
||||
</div>
|
||||
|
||||
|
||||
<button class="cookiebar__button" data-cookiebar-accept>OK</button>
|
||||
</div>
|
||||
|
||||
<!-- indexer::continue -->
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,444 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="de">
|
||||
<head>
|
||||
|
||||
<meta charset="utf-8">
|
||||
<title>Jahr 2008: Landesmeisterschaft beim VfL Sindelfingen - Tanzsportclub im VfL Sindelfingen</title>
|
||||
<base href="https://tanzsportclub.vfl-sindelfingen.de/">
|
||||
|
||||
<meta name="robots" content="noindex,nofollow">
|
||||
<meta name="description" content="">
|
||||
<meta name="keywords" content="">
|
||||
<meta name="generator" content="Contao Open Source CMS">
|
||||
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1.0">
|
||||
<style>#left{width:210px;right:210px}#container{padding-left:210px}#footer{height:30px}</style>
|
||||
<link rel="stylesheet" href="assets/css/0eeb07bcdb48.css">
|
||||
<link type="application/rss+xml" rel="alternate" href="https://www.tanzsportclub.vfl-sindelfingen.de/share/nachrichten.xml" title="neue Nachricht">
|
||||
<script src="assets/js/0e3b88c98c5a.js"></script>
|
||||
|
||||
<!--[if lt IE 9]><script src="assets/html5shiv/3.7.2/html5shiv-printshiv.min.js"></script><![endif]-->
|
||||
|
||||
</head>
|
||||
<body id="top" class="unknown other ">
|
||||
|
||||
|
||||
<div id="wrapper">
|
||||
|
||||
<header id="header">
|
||||
<div class="inside">
|
||||
|
||||
<a href="https://tanzsportclub.vfl-sindelfingen.de/"><img id="logo" title="Home" src="files/tsc/img/share/logo.jpg" alt="zurück zur Startseite" /></a>
|
||||
<a href="https://www.vfl-sindelfingen.de/"><img id="logo_vfl" title="zum VfL Sindelfingen" src="files/tsc/img/share/logo_vfl.gif" alt="zur Seite des VfL Sindelfingen" /></a><div class="mod_rocksolid_slider block">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/slider-turnier.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/Banner-RENOTE.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/Fotobanner2.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/Banner-Show2016-k.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/Banner2019.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="assets/images/a/Paare_2019s-2f72735a.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<script>
|
||||
(function() {
|
||||
|
||||
var sliderElement = [].slice.call(document.getElementsByClassName('mod_rocksolid_slider'), -1 )[0];
|
||||
|
||||
if (window.jQuery && jQuery.fn.rstSlider) {
|
||||
init();
|
||||
}
|
||||
else {
|
||||
document.addEventListener('DOMContentLoaded', init);
|
||||
}
|
||||
|
||||
function init() {
|
||||
|
||||
var $ = jQuery;
|
||||
var slider = $(sliderElement);
|
||||
|
||||
slider.find('video[data-rsts-background], [data-rsts-type=video] video').each(function() {
|
||||
// Disable mejs for videos
|
||||
this.player = false;
|
||||
});
|
||||
|
||||
slider.rstSlider({"type":"fade-in-out","navType":"bullets","scaleMode":"fit","imagePosition":"center","random":true,"loop":true,"videoAutoplay":false,"autoplayProgress":false,"pauseAutoplayOnHover":true,"keyboard":true,"captions":false,"controls":false,"thumbControls":false,"combineNavItems":true,"duration":1500,"autoplay":6000,"visibleAreaAlign":0.5,"gapSize":"0%"});
|
||||
|
||||
// Fix missing lightbox links
|
||||
$(function() {
|
||||
|
||||
if (!$.fn.colorbox) {
|
||||
return;
|
||||
}
|
||||
|
||||
var lightboxConfig = {
|
||||
loop: false,
|
||||
rel: function() {
|
||||
return $(this).attr('data-lightbox');
|
||||
},
|
||||
maxWidth: '95%',
|
||||
maxHeight: '95%'
|
||||
};
|
||||
|
||||
|
||||
var update = function(links) {
|
||||
links.colorbox(lightboxConfig);
|
||||
};
|
||||
|
||||
slider.on('rsts-slidestart rsts-slidestop', function(event) {
|
||||
update(slider.find('a[data-lightbox]'));
|
||||
});
|
||||
|
||||
update(slider.find('a[data-lightbox]'));
|
||||
|
||||
});
|
||||
|
||||
}
|
||||
|
||||
})();
|
||||
</script>
|
||||
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<nav class="mod_navigation block" id="menu1">
|
||||
|
||||
|
||||
<a href="nachrichten-leser/jahr-2008-landesmeisterschaft-beim-vfl-sindelfingen.html#skipNavigation116" class="invisible">Navigation überspringen</a>
|
||||
|
||||
|
||||
<ul class="level_1">
|
||||
<li class="trail first"><a href="startseite.html" title="Aktuell" class="trail first">Aktuell</a></li>
|
||||
<li><a href="der-club.html" title="Der Club">Der Club</a></li>
|
||||
<li><a href="angebote.html" title="Angebote">Angebote</a></li>
|
||||
<li class="last"><a href="info.html" title="Info/Kontakt" class="last">Info/Kontakt</a></li>
|
||||
</ul>
|
||||
|
||||
<a id="skipNavigation116" class="invisible"> </a>
|
||||
|
||||
</nav>
|
||||
<!-- indexer::continue -->
|
||||
|
||||
|
||||
<a class="he2" href="https://tanzsportclub.vfl-sindelfingen.de/nachrichten-leser/jahr-2008-landesmeisterschaft-beim-vfl-sindelfingen.html#left" id="jump-to-nav">Menu </a> </div>
|
||||
</header>
|
||||
|
||||
|
||||
<div id="container">
|
||||
|
||||
<div id="main">
|
||||
<div class="inside">
|
||||
|
||||
<div class="mod_newsreader block">
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="layout_full block">
|
||||
|
||||
<h1>Jahr 2008: Landesmeisterschaft beim VfL Sindelfingen</h1>
|
||||
|
||||
<p class="info"><time datetime="2008-02-14T15:34:00+00:00">14.02.2008</time> </p>
|
||||
|
||||
|
||||
|
||||
<div class="ce_text block">
|
||||
|
||||
|
||||
|
||||
<p>Am Samstag, den 16. Februar 2008 geht es im Bürgerhaus Maichingen hoch her. Der TSC im VfL Sindelfingen richtet die Baden-Württembergischen Landesmeisterschaften für die Senioren Latein und die Senioren I Standard aus.</p>
|
||||
<p>Am Start sind insgesamt rund 70 Paare aus dem ganzen Bundesland. Zu bewundern ist an diesem Tag von der niedrigsten bis zur höchsten Leistungsklasse alles war Rang und Namen hat.</p>
|
||||
<p>Vom TSC im VfL Sindelfingen mit dabei sind zwei Paare mit Aussicht auf Plätze auf dem Siegerpodest. In Senioren B-Latein gehen Elena Posadino und Walter Gattler an den Start. Rita und Thorsten Petersmann (siehe Foto) sind bei den Senioren I A-Standard mit dabei.</p>
|
||||
<div style="text-align: center; margin-left: 40px;"><img style="margin: 15px;" src="files/vfl/2008/080215.jpg" alt="Rita und Thorsten Petersmann"></div>
|
||||
<p>Veranstaltungsbeginn ist 12:15 Uhr, der Eintritt kostet 3,00 €. Zuschauer - auch Nichttänzer - sind herzlich willkommen.Bemerkung: Senioren D Latein wurde wegen zu geringer Beteiligung abgesagt.</p>
|
||||
<p>Christine Richter<br> 14.02.2008</p>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<p class="back"><a href="javascript:history.go(-1)" title="Zurück">Zurück</a></p>
|
||||
<!-- indexer::continue -->
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<aside id="left">
|
||||
<div class="inside">
|
||||
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<nav class="mod_navigation he2 block" id="menu2">
|
||||
|
||||
|
||||
<a href="nachrichten-leser/jahr-2008-landesmeisterschaft-beim-vfl-sindelfingen.html#skipNavigation121" class="invisible">Navigation überspringen</a>
|
||||
|
||||
|
||||
<ul class="level_1">
|
||||
<li class="sibling first"><a href="termine.html" title="Termine" class="sibling first" rel="nofollow">Termine</a></li>
|
||||
<li class="sibling"><a href="turniermeldung.html" title="Turniermeldung" class="sibling" rel="nofollow">Turniermeldung</a></li>
|
||||
<li class="sibling last"><a href="pressestimmen.html" title="Pressestimmen" class="sibling last">Pressestimmen</a></li>
|
||||
</ul>
|
||||
|
||||
<a id="skipNavigation121" class="invisible"> </a>
|
||||
|
||||
</nav>
|
||||
<!-- indexer::continue -->
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<nav class="mod_navigation block" id="jump-to-nav1">
|
||||
|
||||
|
||||
<a href="nachrichten-leser/jahr-2008-landesmeisterschaft-beim-vfl-sindelfingen.html#skipNavigation145" class="invisible">Navigation überspringen</a>
|
||||
|
||||
|
||||
<ul class="level_1">
|
||||
<li class="submenu trail first"><a href="startseite.html" title="Aktuell" class="submenu trail first" aria-haspopup="true">Aktuell</a>
|
||||
<ul class="level_2">
|
||||
<li class="sibling first"><a href="termine.html" title="Termine" class="sibling first" rel="nofollow">Termine</a></li>
|
||||
<li class="sibling"><a href="turniermeldung.html" title="Turniermeldung" class="sibling" rel="nofollow">Turniermeldung</a></li>
|
||||
<li class="sibling last"><a href="pressestimmen.html" title="Pressestimmen" class="sibling last">Pressestimmen</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="submenu"><a href="der-club.html" title="Der Club" class="submenu" aria-haspopup="true">Der Club</a>
|
||||
<ul class="level_2">
|
||||
<li class="first"><a href="vorstand.html" title="Vorstand" class="first">Vorstand</a></li>
|
||||
<li><a href="beitrag.html" title="Beitrag">Beitrag</a></li>
|
||||
<li><a href="trainer.html" title="Trainer">Trainer</a></li>
|
||||
<li><a href="trainingsraeume.html" title="Trainingsräume">Trainingsräume</a></li>
|
||||
<li class="last"><a href="impressum.html" title="Impressum" class="last">Impressum</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="submenu"><a href="angebote.html" title="Angebote" class="submenu" aria-haspopup="true">Angebote</a>
|
||||
<ul class="level_2">
|
||||
<li class="first"><a href="tanzkreise.html" title="Tanzkreise" class="first">Tanzkreise</a></li>
|
||||
<li><a href="breitensport.html" title="Breitensport">Breitensport</a></li>
|
||||
<li><a href="turniertanz.html" title="Turniertanz">Turniertanz</a></li>
|
||||
<li><a href="kindergruppen.html" title="Kinder/Jugend">Kinder/Jugend</a></li>
|
||||
<li><a href="dance-styles.html" title="Dance-Styles">Dance-Styles</a></li>
|
||||
<li><a href="discofox.html" title="Discofox">Discofox</a></li>
|
||||
<li class="last"><a href="trainingszeiten.html" title="Trainingszeiten" class="last">Trainingszeiten</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="submenu last"><a href="info.html" title="Info/Kontakt" class="submenu last" aria-haspopup="true">Info/Kontakt</a>
|
||||
<ul class="level_2">
|
||||
<li class="first"><a href="raumbelegung.html" title="Raumbelegung" class="first">Raumbelegung</a></li>
|
||||
<li><a href="turniersport.html" title="Turniersport">Turniersport</a></li>
|
||||
<li><a href="linkliste.html" title="Linkliste">Linkliste</a></li>
|
||||
<li class="last"><a href="sitemap.html" title="Sitemap" class="last">Sitemap</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<a id="skipNavigation145" class="invisible"> </a>
|
||||
|
||||
</nav>
|
||||
<!-- indexer::continue -->
|
||||
</div>
|
||||
</aside>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<footer id="footer">
|
||||
<div class="inside">
|
||||
|
||||
<div id="footer_innen">
|
||||
<div id="footer_inhalt_links">TSC im VfL Sindelfingen</div>
|
||||
<div id="metanavi">
|
||||
<ul>
|
||||
<li><a href="info.html">Kontakt</a></li>
|
||||
<li><a href="sitemap.html">Sitemap</a></li>
|
||||
<li><a href="impressum.html">Impressum & Datenschutz</a></li>
|
||||
<li><a href="https://www.facebook.com/pages/Tanzsportclub-im-VfL-Sindelfingen/140842382700982" class="facebook"></a></li>
|
||||
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</div> </div>
|
||||
</footer>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<script src="assets/swipe/2.0/js/swipe.min.js"></script>
|
||||
<script>
|
||||
(function($) {
|
||||
$(document).ready(function() {
|
||||
$('.ce_sliderStart').each(function(i, cte) {
|
||||
var s = $('.content-slider', cte)[0],
|
||||
c = s.getAttribute('data-config').split(',');
|
||||
new Swipe(s, {
|
||||
// Put custom options here
|
||||
'auto': parseInt(c[0]),
|
||||
'speed': parseInt(c[1]),
|
||||
'startSlide': parseInt(c[2]),
|
||||
'continuous': parseInt(c[3]),
|
||||
'menu': $('.slider-control', cte)[0]
|
||||
});
|
||||
});
|
||||
});
|
||||
})(jQuery);
|
||||
</script>
|
||||
|
||||
<script src="assets/jquery/colorbox/1.6.1/js/colorbox.min.js"></script>
|
||||
<script>
|
||||
(function($) {
|
||||
$(document).ready(function() {
|
||||
$('a[data-lightbox]').map(function() {
|
||||
$(this).colorbox({
|
||||
// Put custom options here
|
||||
loop: false,
|
||||
rel: $(this).attr('data-lightbox'),
|
||||
maxWidth: '95%',
|
||||
maxHeight: '95%'
|
||||
});
|
||||
});
|
||||
});
|
||||
})(jQuery);
|
||||
</script>
|
||||
|
||||
<script src="assets/jquery/mediaelement/2.21.2/js/mediaelement-and-player.min.js"></script>
|
||||
<script>
|
||||
(function($) {
|
||||
$(document).ready(function() {
|
||||
$('video,audio').filter(function() {
|
||||
return $(this).parents('picture').length === 0;
|
||||
}).mediaelementplayer({
|
||||
// Put custom options here
|
||||
pluginPath: '/assets/jquery/mediaelement/2.21.2/',
|
||||
flashName: 'legacy/flashmediaelement.swf',
|
||||
silverlightName: 'legacy/silverlightmediaelement.xap'
|
||||
});
|
||||
});
|
||||
})(jQuery);
|
||||
</script>
|
||||
|
||||
<script src="assets/mootools/mediabox/1.4.6/js/mediabox.js"></script>
|
||||
<script>
|
||||
(function($) {
|
||||
window.addEvent('domready', function() {
|
||||
$$('a[data-lightbox]').mediabox({
|
||||
// Put custom options here
|
||||
}, function(el) {
|
||||
return [el.href, el.title, el.getAttribute('data-lightbox')];
|
||||
}, function(el) {
|
||||
var data = this.getAttribute('data-lightbox').split(' ');
|
||||
return (this == el) || (data[0] && el.getAttribute('data-lightbox').match(data[0]));
|
||||
});
|
||||
$('mbImage').addEvent('swipe', function(e) {
|
||||
(e.direction == 'left') ? $('mbNextLink').fireEvent('click') : $('mbPrevLink').fireEvent('click');
|
||||
});
|
||||
});
|
||||
})(document.id);
|
||||
</script>
|
||||
|
||||
<script>setTimeout(function(){var e=function(e,t){try{var n=new XMLHttpRequest}catch(r){return}n.open("GET",e,!0),n.onreadystatechange=function(){this.readyState==4&&this.status==200&&typeof t=="function"&&t(this.responseText)},n.send()},t="system/cron/cron.";e(t+"txt",function(n){parseInt(n||0)<Math.round(+(new Date)/1e3)-86400&&e(t+"php")})},5e3);</script>
|
||||
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<div class="cookiebar cookiebar--position-top" role="complementary" aria-describedby="cookiebar-text" style="display:none;" data-cookiebar="COOKIEBAR_1">
|
||||
<div id="cookiebar-text" class="cookiebar__text" aria-live="assertive" role="alert">
|
||||
<span class="cookiebar__message">Wir verwenden Cookies, um Ihnen das beste Nutzererlebnis bieten zu können. Wenn Sie fortfahren, diese Seite zu verwenden, nehmen wir an, dass Sie damit einverstanden sind.</span>
|
||||
|
||||
<a href="https://www.vfl-sindelfingen.de/kontakt-hauptverein/datenschutz/" class="cookiebar__link" title="Mehr hierzu">Mehr hierzu</a>
|
||||
</div>
|
||||
|
||||
|
||||
<button class="cookiebar__button" data-cookiebar-accept>OK</button>
|
||||
</div>
|
||||
|
||||
<!-- indexer::continue -->
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,475 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="de">
|
||||
<head>
|
||||
|
||||
<meta charset="utf-8">
|
||||
<title>Jahr 2008: Landesmeisterschaft Sen. Latein und Sen. I Std. - Tanzsportclub im VfL Sindelfingen</title>
|
||||
<base href="https://tanzsportclub.vfl-sindelfingen.de/">
|
||||
|
||||
<meta name="robots" content="noindex,nofollow">
|
||||
<meta name="description" content="">
|
||||
<meta name="keywords" content="">
|
||||
<meta name="generator" content="Contao Open Source CMS">
|
||||
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1.0">
|
||||
<style>#left{width:210px;right:210px}#container{padding-left:210px}#footer{height:30px}</style>
|
||||
<link rel="stylesheet" href="assets/css/0eeb07bcdb48.css">
|
||||
<link type="application/rss+xml" rel="alternate" href="https://www.tanzsportclub.vfl-sindelfingen.de/share/nachrichten.xml" title="neue Nachricht">
|
||||
<script src="assets/js/0e3b88c98c5a.js"></script>
|
||||
|
||||
<!--[if lt IE 9]><script src="assets/html5shiv/3.7.2/html5shiv-printshiv.min.js"></script><![endif]-->
|
||||
|
||||
</head>
|
||||
<body id="top" class="unknown other ">
|
||||
|
||||
|
||||
<div id="wrapper">
|
||||
|
||||
<header id="header">
|
||||
<div class="inside">
|
||||
|
||||
<a href="https://tanzsportclub.vfl-sindelfingen.de/"><img id="logo" title="Home" src="files/tsc/img/share/logo.jpg" alt="zurück zur Startseite" /></a>
|
||||
<a href="https://www.vfl-sindelfingen.de/"><img id="logo_vfl" title="zum VfL Sindelfingen" src="files/tsc/img/share/logo_vfl.gif" alt="zur Seite des VfL Sindelfingen" /></a><div class="mod_rocksolid_slider block">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/slider-turnier.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/Banner-RENOTE.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/Fotobanner2.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/Banner-Show2016-k.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/Banner2019.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="assets/images/a/Paare_2019s-2f72735a.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<script>
|
||||
(function() {
|
||||
|
||||
var sliderElement = [].slice.call(document.getElementsByClassName('mod_rocksolid_slider'), -1 )[0];
|
||||
|
||||
if (window.jQuery && jQuery.fn.rstSlider) {
|
||||
init();
|
||||
}
|
||||
else {
|
||||
document.addEventListener('DOMContentLoaded', init);
|
||||
}
|
||||
|
||||
function init() {
|
||||
|
||||
var $ = jQuery;
|
||||
var slider = $(sliderElement);
|
||||
|
||||
slider.find('video[data-rsts-background], [data-rsts-type=video] video').each(function() {
|
||||
// Disable mejs for videos
|
||||
this.player = false;
|
||||
});
|
||||
|
||||
slider.rstSlider({"type":"fade-in-out","navType":"bullets","scaleMode":"fit","imagePosition":"center","random":true,"loop":true,"videoAutoplay":false,"autoplayProgress":false,"pauseAutoplayOnHover":true,"keyboard":true,"captions":false,"controls":false,"thumbControls":false,"combineNavItems":true,"duration":1500,"autoplay":6000,"visibleAreaAlign":0.5,"gapSize":"0%"});
|
||||
|
||||
// Fix missing lightbox links
|
||||
$(function() {
|
||||
|
||||
if (!$.fn.colorbox) {
|
||||
return;
|
||||
}
|
||||
|
||||
var lightboxConfig = {
|
||||
loop: false,
|
||||
rel: function() {
|
||||
return $(this).attr('data-lightbox');
|
||||
},
|
||||
maxWidth: '95%',
|
||||
maxHeight: '95%'
|
||||
};
|
||||
|
||||
|
||||
var update = function(links) {
|
||||
links.colorbox(lightboxConfig);
|
||||
};
|
||||
|
||||
slider.on('rsts-slidestart rsts-slidestop', function(event) {
|
||||
update(slider.find('a[data-lightbox]'));
|
||||
});
|
||||
|
||||
update(slider.find('a[data-lightbox]'));
|
||||
|
||||
});
|
||||
|
||||
}
|
||||
|
||||
})();
|
||||
</script>
|
||||
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<nav class="mod_navigation block" id="menu1">
|
||||
|
||||
|
||||
<a href="nachrichten-leser/jahr-2008-landesmeisterschaft-sen-latein-und-sen-i-std.html#skipNavigation116" class="invisible">Navigation überspringen</a>
|
||||
|
||||
|
||||
<ul class="level_1">
|
||||
<li class="trail first"><a href="startseite.html" title="Aktuell" class="trail first">Aktuell</a></li>
|
||||
<li><a href="der-club.html" title="Der Club">Der Club</a></li>
|
||||
<li><a href="angebote.html" title="Angebote">Angebote</a></li>
|
||||
<li class="last"><a href="info.html" title="Info/Kontakt" class="last">Info/Kontakt</a></li>
|
||||
</ul>
|
||||
|
||||
<a id="skipNavigation116" class="invisible"> </a>
|
||||
|
||||
</nav>
|
||||
<!-- indexer::continue -->
|
||||
|
||||
|
||||
<a class="he2" href="https://tanzsportclub.vfl-sindelfingen.de/nachrichten-leser/jahr-2008-landesmeisterschaft-sen-latein-und-sen-i-std.html#left" id="jump-to-nav">Menu </a> </div>
|
||||
</header>
|
||||
|
||||
|
||||
<div id="container">
|
||||
|
||||
<div id="main">
|
||||
<div class="inside">
|
||||
|
||||
<div class="mod_newsreader block">
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="layout_full block">
|
||||
|
||||
<h1>Jahr 2008: Landesmeisterschaft Sen. Latein und Sen. I Std.</h1>
|
||||
|
||||
<p class="info"><time datetime="2008-02-17T15:37:00+00:00">17.02.2008</time> </p>
|
||||
|
||||
|
||||
|
||||
<div class="ce_text block">
|
||||
|
||||
|
||||
|
||||
<p>Am 16. Februar 2008 war im Bürgerhaus Maichingen volles Haus. Der TSC im VfL Sindelfingen richtete hier die Landesmeisterschaften der Senioren Latein und der Senioren I Standard aus.</p>
|
||||
<p>In den sieben einzelnen Startklassen gingen insgesamt 65 Paare an den Start. Begleitet und angefeuert wurden die Paare von vielen Schlachtenbummlern und ihren Trainern.</p>
|
||||
<p>Gut beschirmt geht es in die Landesmeisterschaft.</p>
|
||||
<div style="text-align: center; margin-left: 40px;"><img style="margin: 15px;" src="files/vfl/2008/080216/Schirm.jpg" alt=""></div>
|
||||
<p>Das Turnier Senioren D Latein musste wegen zu geringer Beteiligung abgesagt werden.</p>
|
||||
<h4>Senioren C Latein</h4>
|
||||
<div style="text-align: center; margin-left: 40px;"><img style="margin: 15px;" src="files/vfl/2008/080216/C-Lat.jpg" alt=""></div>
|
||||
<p>Den Anfang machten die Lateiner mit der C-Klasse. Landesmeister wurden hier Gabriele Dinius und Andreas Grom vom TTC Rot-Gold Tübingen vor Simone und Dr. Jochen Straßner (TSC Sybilla Ettlingen) und Ariane und Joe Trieblnig (TSA d. TSG 1862 Weinheim).</p>
|
||||
<h4>Senioren B Latein</h4>
|
||||
<div style="text-align: center; margin-left: 40px;"><img style="margin: 15px;" src="files/vfl/2008/080216/B-Lat.jpg" alt=""></div>
|
||||
<p>In der B-Klasse gingen Elena Posadino und Walter Gattler vom TSC im VfL Sindelfingen voll motiviert an den Start. Sie überzeugten durch eine wirklich gute Leistung und ertanzten sich die Silbermedaille. Sieger hier wurden die gerade aufgestiegenen C-Meister Gabriele Dinius und Andreas Grom. Bettina und Jürgen Ehret von der TSA der TSG 1862 Weinheim sicherten sich die Bronzemedaille.</p>
|
||||
<h4>Senioren S Latein</h4>
|
||||
<div style="text-align: center; margin-left: 40px;"><img style="margin: 15px;" src="files/vfl/2008/080216/S-Lat.jpg" alt=""></div>
|
||||
<p>Bei den Senioren Latein gibt es keine A-Klasse. Es ging dann gleich mit der höchsten Leistungsklasse S weiter. Die Goldmedaille holten sich Claudia und Michael Sawang, die ebenfalls für die Weinheimer Tanzsportabteilung starten. Silber ging Bettina Sterr und Michael Honig von der TSG Freiburg, Bronze an Eva Furch-Gritzner und Harald Gritzner von der TSA d. SV Alemannia 08 Müllheim. Dann nahmen die Standardpaare ihren Wettkampf auf.</p>
|
||||
<h4>Senioren I D Standard</h4>
|
||||
<div style="text-align: center; margin-left: 40px;"><img style="margin: 15px;" src="files/vfl/2008/080216/D-Std.jpg" alt=""></div>
|
||||
<p>Landesmeister der Senioren I D wurden Kerstin und Alexander Ebert (TSC Aalener Spion)vor Marion Hohl und Andreas Gropp (TSC Rot-Gold Sinsheim) und Birgit und Rolf Koppenhöfer (TSA d. TSG 1846 Backnang.</p>
|
||||
<h4>Senioren I C Standard</h4>
|
||||
<div style="text-align: center; margin-left: 40px;"><img style="margin: 15px;" src="files/vfl/2008/080216/C-Std.jpg" alt=""></div>
|
||||
<p>Klare Sieger in der C-Klasse wurden Corinna und Morris Fröhlich vom TSC Rot-Weiß Tauberbischofsheim vor Dagmar Krüger und Thomas Lange vom TSC Kurpfalz Brühl. Die D-Meister Katrin und Alexander Ebert sicherten sich mit Bronze ihre zweite Medaille an diesem Tag.</p>
|
||||
<h4>Senioren I B Standard</h4>
|
||||
<div style="text-align: center; margin-left: 40px;"><img style="margin: 15px;" src="files/vfl/2008/080216/B-Std.jpg" alt=""></div>
|
||||
<p>Mit jeder Klasse steigerten sich die Leistungen immer mehr. Landesmeister der B-Klasse wurden Andrea und Jochen Schneider (TSA d. SSV Ulm 1846) vor Jeannette Graf und Stephan Brömmel (TSC Kurpfalz Brühl) und Carolin und Christof Stewen (TSC Illingen).</p>
|
||||
<h4>Senioren I A Standard</h4>
|
||||
<div style="text-align: center; margin-left: 40px;"><img style="margin: 15px;" src="files/vfl/2008/080216/A-Std.jpg" alt=""></div>
|
||||
<p>In der A-Klasse meldeten dann auch die Bondorfer Rita und Thorsten Petersmann vom TSC im VfL Sindelfingen ihren Anspruch auf die vorderen Plätze an. Das Paar tanzte sich sportlich durch die ersten beiden Runden und kam ganz sicher ins Finale. Hier zeigte sich dann die Leistungsdichte in dieser Startklasse. Die Wertungen lagen ganz dicht beieinander. Am Ende belegten Rita und Thorsten Petersmann den sechsten Platz. Gold gewannen Sabine und Oliver Landler vom TSC Schwarz-Weiß Ochsenhausen. Silber ging an Susanne und Helmut Hüls (TSC Staufer-Residenz Waiblingen) und Bronze an Annette und Dieter Kuchenbecker vom TC Schwarz-Weiß Reutlingen.</p>
|
||||
<div style="text-align: center; margin-left: 40px;"><img style="margin: 15px;" src="files/vfl/2008/080216/WR.jpg" alt=""></div>
|
||||
<p>Die Medaillen und die Urkunden für alle Endrundenteilnehmer kamen natürlich von Tanzsportverband Baden-Württemberg.</p>
|
||||
<p>Die Pokale - zusammengesetzt aus einer Glasvase und einem Armreifen - wurden gesponsert von der Kreissparkasse Böblingen. Übergeben wurden diese Pokale vom Filialleiter der Kreissparkasse in Maichingen Robert Binder.</p>
|
||||
<div style="text-align: center; margin-left: 40px;"><img style="margin: 15px;" src="files/vfl/2008/080216/IMG_5313a.jpg" alt="Kreissparkasse"></div>
|
||||
<p>Die Armreifen wurden entworfen und hergestellt von dem TSC-Mitglied Monika Winkler (CreaSchmuck).</p>
|
||||
<div style="text-align: center; margin-left: 40px;"><img style="margin: 15px;" src="files/vfl/2008/080216/IMG_3534a.jpg" alt="Pokale"></div>
|
||||
<p>Von der Allgemeinen Ortskrankenkasse in Sindelfingen wurden die Turnierpaare mit Obst und Getränke an einer Sportlerbar versorgt.</p>
|
||||
<div style="text-align: center; margin-left: 40px;"><img style="margin: 15px;" src="files/vfl/2008/080216/IMG_1347a.jpg" alt="Sportlerbar"></div>
|
||||
<p>Abschließend kann der TSC im VfL Sindelfingen auf eine schöne und erfolgreiche Veranstaltung zurückblicken.</p>
|
||||
<p>Christine Richter<br>17.02.2008</p>
|
||||
<h4><a href="lm2008.html">weiter Bilder hier</a></h4>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<p class="back"><a href="javascript:history.go(-1)" title="Zurück">Zurück</a></p>
|
||||
<!-- indexer::continue -->
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<aside id="left">
|
||||
<div class="inside">
|
||||
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<nav class="mod_navigation he2 block" id="menu2">
|
||||
|
||||
|
||||
<a href="nachrichten-leser/jahr-2008-landesmeisterschaft-sen-latein-und-sen-i-std.html#skipNavigation121" class="invisible">Navigation überspringen</a>
|
||||
|
||||
|
||||
<ul class="level_1">
|
||||
<li class="sibling first"><a href="termine.html" title="Termine" class="sibling first" rel="nofollow">Termine</a></li>
|
||||
<li class="sibling"><a href="turniermeldung.html" title="Turniermeldung" class="sibling" rel="nofollow">Turniermeldung</a></li>
|
||||
<li class="sibling last"><a href="pressestimmen.html" title="Pressestimmen" class="sibling last">Pressestimmen</a></li>
|
||||
</ul>
|
||||
|
||||
<a id="skipNavigation121" class="invisible"> </a>
|
||||
|
||||
</nav>
|
||||
<!-- indexer::continue -->
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<nav class="mod_navigation block" id="jump-to-nav1">
|
||||
|
||||
|
||||
<a href="nachrichten-leser/jahr-2008-landesmeisterschaft-sen-latein-und-sen-i-std.html#skipNavigation145" class="invisible">Navigation überspringen</a>
|
||||
|
||||
|
||||
<ul class="level_1">
|
||||
<li class="submenu trail first"><a href="startseite.html" title="Aktuell" class="submenu trail first" aria-haspopup="true">Aktuell</a>
|
||||
<ul class="level_2">
|
||||
<li class="sibling first"><a href="termine.html" title="Termine" class="sibling first" rel="nofollow">Termine</a></li>
|
||||
<li class="sibling"><a href="turniermeldung.html" title="Turniermeldung" class="sibling" rel="nofollow">Turniermeldung</a></li>
|
||||
<li class="sibling last"><a href="pressestimmen.html" title="Pressestimmen" class="sibling last">Pressestimmen</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="submenu"><a href="der-club.html" title="Der Club" class="submenu" aria-haspopup="true">Der Club</a>
|
||||
<ul class="level_2">
|
||||
<li class="first"><a href="vorstand.html" title="Vorstand" class="first">Vorstand</a></li>
|
||||
<li><a href="beitrag.html" title="Beitrag">Beitrag</a></li>
|
||||
<li><a href="trainer.html" title="Trainer">Trainer</a></li>
|
||||
<li><a href="trainingsraeume.html" title="Trainingsräume">Trainingsräume</a></li>
|
||||
<li class="last"><a href="impressum.html" title="Impressum" class="last">Impressum</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="submenu"><a href="angebote.html" title="Angebote" class="submenu" aria-haspopup="true">Angebote</a>
|
||||
<ul class="level_2">
|
||||
<li class="first"><a href="tanzkreise.html" title="Tanzkreise" class="first">Tanzkreise</a></li>
|
||||
<li><a href="breitensport.html" title="Breitensport">Breitensport</a></li>
|
||||
<li><a href="turniertanz.html" title="Turniertanz">Turniertanz</a></li>
|
||||
<li><a href="kindergruppen.html" title="Kinder/Jugend">Kinder/Jugend</a></li>
|
||||
<li><a href="dance-styles.html" title="Dance-Styles">Dance-Styles</a></li>
|
||||
<li><a href="discofox.html" title="Discofox">Discofox</a></li>
|
||||
<li class="last"><a href="trainingszeiten.html" title="Trainingszeiten" class="last">Trainingszeiten</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="submenu last"><a href="info.html" title="Info/Kontakt" class="submenu last" aria-haspopup="true">Info/Kontakt</a>
|
||||
<ul class="level_2">
|
||||
<li class="first"><a href="raumbelegung.html" title="Raumbelegung" class="first">Raumbelegung</a></li>
|
||||
<li><a href="turniersport.html" title="Turniersport">Turniersport</a></li>
|
||||
<li><a href="linkliste.html" title="Linkliste">Linkliste</a></li>
|
||||
<li class="last"><a href="sitemap.html" title="Sitemap" class="last">Sitemap</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<a id="skipNavigation145" class="invisible"> </a>
|
||||
|
||||
</nav>
|
||||
<!-- indexer::continue -->
|
||||
</div>
|
||||
</aside>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<footer id="footer">
|
||||
<div class="inside">
|
||||
|
||||
<div id="footer_innen">
|
||||
<div id="footer_inhalt_links">TSC im VfL Sindelfingen</div>
|
||||
<div id="metanavi">
|
||||
<ul>
|
||||
<li><a href="info.html">Kontakt</a></li>
|
||||
<li><a href="sitemap.html">Sitemap</a></li>
|
||||
<li><a href="impressum.html">Impressum & Datenschutz</a></li>
|
||||
<li><a href="https://www.facebook.com/pages/Tanzsportclub-im-VfL-Sindelfingen/140842382700982" class="facebook"></a></li>
|
||||
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</div> </div>
|
||||
</footer>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<script src="assets/swipe/2.0/js/swipe.min.js"></script>
|
||||
<script>
|
||||
(function($) {
|
||||
$(document).ready(function() {
|
||||
$('.ce_sliderStart').each(function(i, cte) {
|
||||
var s = $('.content-slider', cte)[0],
|
||||
c = s.getAttribute('data-config').split(',');
|
||||
new Swipe(s, {
|
||||
// Put custom options here
|
||||
'auto': parseInt(c[0]),
|
||||
'speed': parseInt(c[1]),
|
||||
'startSlide': parseInt(c[2]),
|
||||
'continuous': parseInt(c[3]),
|
||||
'menu': $('.slider-control', cte)[0]
|
||||
});
|
||||
});
|
||||
});
|
||||
})(jQuery);
|
||||
</script>
|
||||
|
||||
<script src="assets/jquery/colorbox/1.6.1/js/colorbox.min.js"></script>
|
||||
<script>
|
||||
(function($) {
|
||||
$(document).ready(function() {
|
||||
$('a[data-lightbox]').map(function() {
|
||||
$(this).colorbox({
|
||||
// Put custom options here
|
||||
loop: false,
|
||||
rel: $(this).attr('data-lightbox'),
|
||||
maxWidth: '95%',
|
||||
maxHeight: '95%'
|
||||
});
|
||||
});
|
||||
});
|
||||
})(jQuery);
|
||||
</script>
|
||||
|
||||
<script src="assets/jquery/mediaelement/2.21.2/js/mediaelement-and-player.min.js"></script>
|
||||
<script>
|
||||
(function($) {
|
||||
$(document).ready(function() {
|
||||
$('video,audio').filter(function() {
|
||||
return $(this).parents('picture').length === 0;
|
||||
}).mediaelementplayer({
|
||||
// Put custom options here
|
||||
pluginPath: '/assets/jquery/mediaelement/2.21.2/',
|
||||
flashName: 'legacy/flashmediaelement.swf',
|
||||
silverlightName: 'legacy/silverlightmediaelement.xap'
|
||||
});
|
||||
});
|
||||
})(jQuery);
|
||||
</script>
|
||||
|
||||
<script src="assets/mootools/mediabox/1.4.6/js/mediabox.js"></script>
|
||||
<script>
|
||||
(function($) {
|
||||
window.addEvent('domready', function() {
|
||||
$$('a[data-lightbox]').mediabox({
|
||||
// Put custom options here
|
||||
}, function(el) {
|
||||
return [el.href, el.title, el.getAttribute('data-lightbox')];
|
||||
}, function(el) {
|
||||
var data = this.getAttribute('data-lightbox').split(' ');
|
||||
return (this == el) || (data[0] && el.getAttribute('data-lightbox').match(data[0]));
|
||||
});
|
||||
$('mbImage').addEvent('swipe', function(e) {
|
||||
(e.direction == 'left') ? $('mbNextLink').fireEvent('click') : $('mbPrevLink').fireEvent('click');
|
||||
});
|
||||
});
|
||||
})(document.id);
|
||||
</script>
|
||||
|
||||
<script>setTimeout(function(){var e=function(e,t){try{var n=new XMLHttpRequest}catch(r){return}n.open("GET",e,!0),n.onreadystatechange=function(){this.readyState==4&&this.status==200&&typeof t=="function"&&t(this.responseText)},n.send()},t="system/cron/cron.";e(t+"txt",function(n){parseInt(n||0)<Math.round(+(new Date)/1e3)-86400&&e(t+"php")})},5e3);</script>
|
||||
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<div class="cookiebar cookiebar--position-top" role="complementary" aria-describedby="cookiebar-text" style="display:none;" data-cookiebar="COOKIEBAR_1">
|
||||
<div id="cookiebar-text" class="cookiebar__text" aria-live="assertive" role="alert">
|
||||
<span class="cookiebar__message">Wir verwenden Cookies, um Ihnen das beste Nutzererlebnis bieten zu können. Wenn Sie fortfahren, diese Seite zu verwenden, nehmen wir an, dass Sie damit einverstanden sind.</span>
|
||||
|
||||
<a href="https://www.vfl-sindelfingen.de/kontakt-hauptverein/datenschutz/" class="cookiebar__link" title="Mehr hierzu">Mehr hierzu</a>
|
||||
</div>
|
||||
|
||||
|
||||
<button class="cookiebar__button" data-cookiebar-accept>OK</button>
|
||||
</div>
|
||||
|
||||
<!-- indexer::continue -->
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,445 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="de">
|
||||
<head>
|
||||
|
||||
<meta charset="utf-8">
|
||||
<title>Jahr 2008: Anke Ludwig und Markus Frey HGR II C-Std - Tanzsportclub im VfL Sindelfingen</title>
|
||||
<base href="https://tanzsportclub.vfl-sindelfingen.de/">
|
||||
|
||||
<meta name="robots" content="noindex,nofollow">
|
||||
<meta name="description" content="">
|
||||
<meta name="keywords" content="">
|
||||
<meta name="generator" content="Contao Open Source CMS">
|
||||
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1.0">
|
||||
<style>#left{width:210px;right:210px}#container{padding-left:210px}#footer{height:30px}</style>
|
||||
<link rel="stylesheet" href="assets/css/0eeb07bcdb48.css">
|
||||
<link type="application/rss+xml" rel="alternate" href="https://www.tanzsportclub.vfl-sindelfingen.de/share/nachrichten.xml" title="neue Nachricht">
|
||||
<script src="assets/js/0e3b88c98c5a.js"></script>
|
||||
|
||||
<!--[if lt IE 9]><script src="assets/html5shiv/3.7.2/html5shiv-printshiv.min.js"></script><![endif]-->
|
||||
|
||||
</head>
|
||||
<body id="top" class="unknown other ">
|
||||
|
||||
|
||||
<div id="wrapper">
|
||||
|
||||
<header id="header">
|
||||
<div class="inside">
|
||||
|
||||
<a href="https://tanzsportclub.vfl-sindelfingen.de/"><img id="logo" title="Home" src="files/tsc/img/share/logo.jpg" alt="zurück zur Startseite" /></a>
|
||||
<a href="https://www.vfl-sindelfingen.de/"><img id="logo_vfl" title="zum VfL Sindelfingen" src="files/tsc/img/share/logo_vfl.gif" alt="zur Seite des VfL Sindelfingen" /></a><div class="mod_rocksolid_slider block">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/slider-turnier.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/Banner-RENOTE.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/Fotobanner2.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/Banner-Show2016-k.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/Banner2019.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="assets/images/a/Paare_2019s-2f72735a.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<script>
|
||||
(function() {
|
||||
|
||||
var sliderElement = [].slice.call(document.getElementsByClassName('mod_rocksolid_slider'), -1 )[0];
|
||||
|
||||
if (window.jQuery && jQuery.fn.rstSlider) {
|
||||
init();
|
||||
}
|
||||
else {
|
||||
document.addEventListener('DOMContentLoaded', init);
|
||||
}
|
||||
|
||||
function init() {
|
||||
|
||||
var $ = jQuery;
|
||||
var slider = $(sliderElement);
|
||||
|
||||
slider.find('video[data-rsts-background], [data-rsts-type=video] video').each(function() {
|
||||
// Disable mejs for videos
|
||||
this.player = false;
|
||||
});
|
||||
|
||||
slider.rstSlider({"type":"fade-in-out","navType":"bullets","scaleMode":"fit","imagePosition":"center","random":true,"loop":true,"videoAutoplay":false,"autoplayProgress":false,"pauseAutoplayOnHover":true,"keyboard":true,"captions":false,"controls":false,"thumbControls":false,"combineNavItems":true,"duration":1500,"autoplay":6000,"visibleAreaAlign":0.5,"gapSize":"0%"});
|
||||
|
||||
// Fix missing lightbox links
|
||||
$(function() {
|
||||
|
||||
if (!$.fn.colorbox) {
|
||||
return;
|
||||
}
|
||||
|
||||
var lightboxConfig = {
|
||||
loop: false,
|
||||
rel: function() {
|
||||
return $(this).attr('data-lightbox');
|
||||
},
|
||||
maxWidth: '95%',
|
||||
maxHeight: '95%'
|
||||
};
|
||||
|
||||
|
||||
var update = function(links) {
|
||||
links.colorbox(lightboxConfig);
|
||||
};
|
||||
|
||||
slider.on('rsts-slidestart rsts-slidestop', function(event) {
|
||||
update(slider.find('a[data-lightbox]'));
|
||||
});
|
||||
|
||||
update(slider.find('a[data-lightbox]'));
|
||||
|
||||
});
|
||||
|
||||
}
|
||||
|
||||
})();
|
||||
</script>
|
||||
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<nav class="mod_navigation block" id="menu1">
|
||||
|
||||
|
||||
<a href="nachrichten-leser/jahr-2008-anke-ludwig-und-markus-frey-hgr-ii-c-std.html#skipNavigation116" class="invisible">Navigation überspringen</a>
|
||||
|
||||
|
||||
<ul class="level_1">
|
||||
<li class="trail first"><a href="startseite.html" title="Aktuell" class="trail first">Aktuell</a></li>
|
||||
<li><a href="der-club.html" title="Der Club">Der Club</a></li>
|
||||
<li><a href="angebote.html" title="Angebote">Angebote</a></li>
|
||||
<li class="last"><a href="info.html" title="Info/Kontakt" class="last">Info/Kontakt</a></li>
|
||||
</ul>
|
||||
|
||||
<a id="skipNavigation116" class="invisible"> </a>
|
||||
|
||||
</nav>
|
||||
<!-- indexer::continue -->
|
||||
|
||||
|
||||
<a class="he2" href="https://tanzsportclub.vfl-sindelfingen.de/nachrichten-leser/jahr-2008-anke-ludwig-und-markus-frey-hgr-ii-c-std.html#left" id="jump-to-nav">Menu </a> </div>
|
||||
</header>
|
||||
|
||||
|
||||
<div id="container">
|
||||
|
||||
<div id="main">
|
||||
<div class="inside">
|
||||
|
||||
<div class="mod_newsreader block">
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="layout_full block">
|
||||
|
||||
<h1>Jahr 2008: Anke Ludwig und Markus Frey HGR II C-Std</h1>
|
||||
|
||||
<p class="info"><time datetime="2008-02-25T15:39:00+00:00">25.02.2008</time> </p>
|
||||
|
||||
|
||||
|
||||
<div class="ce_text block">
|
||||
|
||||
|
||||
|
||||
<p>Anke Ludwig und Markus Frey aus Gäufelden machten sich auf den Weg nach Frankfurt, um dort in der Startklasse Hauptgruppe II C-Standard an den Start zu gehen.</p>
|
||||
<p>Die für den Aufstieg in die B-Klasse Platzierungen - nämlich fünf mal der erste bis fünfte Rang - haben die beiden schon lange beisammen. Schwieriger ist es, die notwendigen 150 Aufstiegspunkte zu sammeln. Kleine Startfelder machen weite Wege erforderlich, da es für jedes geschlagene Paar nur einen Punkt, maximal 20 Punkte pro Turnier gibt.</p>
|
||||
<p>In Frankfurt stritten immerhin neun Paare und Plätze und Punkte. Das tanzbegeisterte Publikum und die Paare feuerten sich gegenseitig zu Höchstleistungen an. Ganz sicher erreichten Anke Ludwig und Markus Frey die Endrunde.</p>
|
||||
<p>Voll motiviert und durch tolle Musik inspiriert drehten die beiden noch einmal voll auf. Die Leistungen der sechs Finalisten lagen eng bei einander. Den Wertungsrichtern wurde die Entscheidung dadurch sehr schwer gemacht. Am Ende war nur der erste Platz eindeutig. Von Platz zwei bis sechs konnte jedes Paar jeden Platz erreicht haben.</p>
|
||||
<p>Um so glücklicher waren Anke Ludwig und Markus Frey, dass sie den zweiten Platz und sieben Punkte ertanzt hatten. Der Weg nach Frankfurt hatte sich also auf jeden Fall gelohnt.</p>
|
||||
<div style="text-align: center; margin-left: 40px;"><img style="margin: 15px;" src="files/vfl/2008/080225.jpg" alt="Anke Ludwig und Markus Frey"></div>
|
||||
<p>Christine Richter<br>25.02.2008</p>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<p class="back"><a href="javascript:history.go(-1)" title="Zurück">Zurück</a></p>
|
||||
<!-- indexer::continue -->
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<aside id="left">
|
||||
<div class="inside">
|
||||
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<nav class="mod_navigation he2 block" id="menu2">
|
||||
|
||||
|
||||
<a href="nachrichten-leser/jahr-2008-anke-ludwig-und-markus-frey-hgr-ii-c-std.html#skipNavigation121" class="invisible">Navigation überspringen</a>
|
||||
|
||||
|
||||
<ul class="level_1">
|
||||
<li class="sibling first"><a href="termine.html" title="Termine" class="sibling first" rel="nofollow">Termine</a></li>
|
||||
<li class="sibling"><a href="turniermeldung.html" title="Turniermeldung" class="sibling" rel="nofollow">Turniermeldung</a></li>
|
||||
<li class="sibling last"><a href="pressestimmen.html" title="Pressestimmen" class="sibling last">Pressestimmen</a></li>
|
||||
</ul>
|
||||
|
||||
<a id="skipNavigation121" class="invisible"> </a>
|
||||
|
||||
</nav>
|
||||
<!-- indexer::continue -->
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<nav class="mod_navigation block" id="jump-to-nav1">
|
||||
|
||||
|
||||
<a href="nachrichten-leser/jahr-2008-anke-ludwig-und-markus-frey-hgr-ii-c-std.html#skipNavigation145" class="invisible">Navigation überspringen</a>
|
||||
|
||||
|
||||
<ul class="level_1">
|
||||
<li class="submenu trail first"><a href="startseite.html" title="Aktuell" class="submenu trail first" aria-haspopup="true">Aktuell</a>
|
||||
<ul class="level_2">
|
||||
<li class="sibling first"><a href="termine.html" title="Termine" class="sibling first" rel="nofollow">Termine</a></li>
|
||||
<li class="sibling"><a href="turniermeldung.html" title="Turniermeldung" class="sibling" rel="nofollow">Turniermeldung</a></li>
|
||||
<li class="sibling last"><a href="pressestimmen.html" title="Pressestimmen" class="sibling last">Pressestimmen</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="submenu"><a href="der-club.html" title="Der Club" class="submenu" aria-haspopup="true">Der Club</a>
|
||||
<ul class="level_2">
|
||||
<li class="first"><a href="vorstand.html" title="Vorstand" class="first">Vorstand</a></li>
|
||||
<li><a href="beitrag.html" title="Beitrag">Beitrag</a></li>
|
||||
<li><a href="trainer.html" title="Trainer">Trainer</a></li>
|
||||
<li><a href="trainingsraeume.html" title="Trainingsräume">Trainingsräume</a></li>
|
||||
<li class="last"><a href="impressum.html" title="Impressum" class="last">Impressum</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="submenu"><a href="angebote.html" title="Angebote" class="submenu" aria-haspopup="true">Angebote</a>
|
||||
<ul class="level_2">
|
||||
<li class="first"><a href="tanzkreise.html" title="Tanzkreise" class="first">Tanzkreise</a></li>
|
||||
<li><a href="breitensport.html" title="Breitensport">Breitensport</a></li>
|
||||
<li><a href="turniertanz.html" title="Turniertanz">Turniertanz</a></li>
|
||||
<li><a href="kindergruppen.html" title="Kinder/Jugend">Kinder/Jugend</a></li>
|
||||
<li><a href="dance-styles.html" title="Dance-Styles">Dance-Styles</a></li>
|
||||
<li><a href="discofox.html" title="Discofox">Discofox</a></li>
|
||||
<li class="last"><a href="trainingszeiten.html" title="Trainingszeiten" class="last">Trainingszeiten</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="submenu last"><a href="info.html" title="Info/Kontakt" class="submenu last" aria-haspopup="true">Info/Kontakt</a>
|
||||
<ul class="level_2">
|
||||
<li class="first"><a href="raumbelegung.html" title="Raumbelegung" class="first">Raumbelegung</a></li>
|
||||
<li><a href="turniersport.html" title="Turniersport">Turniersport</a></li>
|
||||
<li><a href="linkliste.html" title="Linkliste">Linkliste</a></li>
|
||||
<li class="last"><a href="sitemap.html" title="Sitemap" class="last">Sitemap</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<a id="skipNavigation145" class="invisible"> </a>
|
||||
|
||||
</nav>
|
||||
<!-- indexer::continue -->
|
||||
</div>
|
||||
</aside>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<footer id="footer">
|
||||
<div class="inside">
|
||||
|
||||
<div id="footer_innen">
|
||||
<div id="footer_inhalt_links">TSC im VfL Sindelfingen</div>
|
||||
<div id="metanavi">
|
||||
<ul>
|
||||
<li><a href="info.html">Kontakt</a></li>
|
||||
<li><a href="sitemap.html">Sitemap</a></li>
|
||||
<li><a href="impressum.html">Impressum & Datenschutz</a></li>
|
||||
<li><a href="https://www.facebook.com/pages/Tanzsportclub-im-VfL-Sindelfingen/140842382700982" class="facebook"></a></li>
|
||||
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</div> </div>
|
||||
</footer>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<script src="assets/swipe/2.0/js/swipe.min.js"></script>
|
||||
<script>
|
||||
(function($) {
|
||||
$(document).ready(function() {
|
||||
$('.ce_sliderStart').each(function(i, cte) {
|
||||
var s = $('.content-slider', cte)[0],
|
||||
c = s.getAttribute('data-config').split(',');
|
||||
new Swipe(s, {
|
||||
// Put custom options here
|
||||
'auto': parseInt(c[0]),
|
||||
'speed': parseInt(c[1]),
|
||||
'startSlide': parseInt(c[2]),
|
||||
'continuous': parseInt(c[3]),
|
||||
'menu': $('.slider-control', cte)[0]
|
||||
});
|
||||
});
|
||||
});
|
||||
})(jQuery);
|
||||
</script>
|
||||
|
||||
<script src="assets/jquery/colorbox/1.6.1/js/colorbox.min.js"></script>
|
||||
<script>
|
||||
(function($) {
|
||||
$(document).ready(function() {
|
||||
$('a[data-lightbox]').map(function() {
|
||||
$(this).colorbox({
|
||||
// Put custom options here
|
||||
loop: false,
|
||||
rel: $(this).attr('data-lightbox'),
|
||||
maxWidth: '95%',
|
||||
maxHeight: '95%'
|
||||
});
|
||||
});
|
||||
});
|
||||
})(jQuery);
|
||||
</script>
|
||||
|
||||
<script src="assets/jquery/mediaelement/2.21.2/js/mediaelement-and-player.min.js"></script>
|
||||
<script>
|
||||
(function($) {
|
||||
$(document).ready(function() {
|
||||
$('video,audio').filter(function() {
|
||||
return $(this).parents('picture').length === 0;
|
||||
}).mediaelementplayer({
|
||||
// Put custom options here
|
||||
pluginPath: '/assets/jquery/mediaelement/2.21.2/',
|
||||
flashName: 'legacy/flashmediaelement.swf',
|
||||
silverlightName: 'legacy/silverlightmediaelement.xap'
|
||||
});
|
||||
});
|
||||
})(jQuery);
|
||||
</script>
|
||||
|
||||
<script src="assets/mootools/mediabox/1.4.6/js/mediabox.js"></script>
|
||||
<script>
|
||||
(function($) {
|
||||
window.addEvent('domready', function() {
|
||||
$$('a[data-lightbox]').mediabox({
|
||||
// Put custom options here
|
||||
}, function(el) {
|
||||
return [el.href, el.title, el.getAttribute('data-lightbox')];
|
||||
}, function(el) {
|
||||
var data = this.getAttribute('data-lightbox').split(' ');
|
||||
return (this == el) || (data[0] && el.getAttribute('data-lightbox').match(data[0]));
|
||||
});
|
||||
$('mbImage').addEvent('swipe', function(e) {
|
||||
(e.direction == 'left') ? $('mbNextLink').fireEvent('click') : $('mbPrevLink').fireEvent('click');
|
||||
});
|
||||
});
|
||||
})(document.id);
|
||||
</script>
|
||||
|
||||
<script>setTimeout(function(){var e=function(e,t){try{var n=new XMLHttpRequest}catch(r){return}n.open("GET",e,!0),n.onreadystatechange=function(){this.readyState==4&&this.status==200&&typeof t=="function"&&t(this.responseText)},n.send()},t="system/cron/cron.";e(t+"txt",function(n){parseInt(n||0)<Math.round(+(new Date)/1e3)-86400&&e(t+"php")})},5e3);</script>
|
||||
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<div class="cookiebar cookiebar--position-top" role="complementary" aria-describedby="cookiebar-text" style="display:none;" data-cookiebar="COOKIEBAR_1">
|
||||
<div id="cookiebar-text" class="cookiebar__text" aria-live="assertive" role="alert">
|
||||
<span class="cookiebar__message">Wir verwenden Cookies, um Ihnen das beste Nutzererlebnis bieten zu können. Wenn Sie fortfahren, diese Seite zu verwenden, nehmen wir an, dass Sie damit einverstanden sind.</span>
|
||||
|
||||
<a href="https://www.vfl-sindelfingen.de/kontakt-hauptverein/datenschutz/" class="cookiebar__link" title="Mehr hierzu">Mehr hierzu</a>
|
||||
</div>
|
||||
|
||||
|
||||
<button class="cookiebar__button" data-cookiebar-accept>OK</button>
|
||||
</div>
|
||||
|
||||
<!-- indexer::continue -->
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,443 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="de">
|
||||
<head>
|
||||
|
||||
<meta charset="utf-8">
|
||||
<title>Jahr 2008: Sen. B-Latein Erfolge am 22. und 23.2.08 in Rust - Tanzsportclub im VfL Sindelfingen</title>
|
||||
<base href="https://tanzsportclub.vfl-sindelfingen.de/">
|
||||
|
||||
<meta name="robots" content="noindex,nofollow">
|
||||
<meta name="description" content="">
|
||||
<meta name="keywords" content="">
|
||||
<meta name="generator" content="Contao Open Source CMS">
|
||||
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1.0">
|
||||
<style>#left{width:210px;right:210px}#container{padding-left:210px}#footer{height:30px}</style>
|
||||
<link rel="stylesheet" href="assets/css/0eeb07bcdb48.css">
|
||||
<link type="application/rss+xml" rel="alternate" href="https://www.tanzsportclub.vfl-sindelfingen.de/share/nachrichten.xml" title="neue Nachricht">
|
||||
<script src="assets/js/0e3b88c98c5a.js"></script>
|
||||
|
||||
<!--[if lt IE 9]><script src="assets/html5shiv/3.7.2/html5shiv-printshiv.min.js"></script><![endif]-->
|
||||
|
||||
</head>
|
||||
<body id="top" class="unknown other ">
|
||||
|
||||
|
||||
<div id="wrapper">
|
||||
|
||||
<header id="header">
|
||||
<div class="inside">
|
||||
|
||||
<a href="https://tanzsportclub.vfl-sindelfingen.de/"><img id="logo" title="Home" src="files/tsc/img/share/logo.jpg" alt="zurück zur Startseite" /></a>
|
||||
<a href="https://www.vfl-sindelfingen.de/"><img id="logo_vfl" title="zum VfL Sindelfingen" src="files/tsc/img/share/logo_vfl.gif" alt="zur Seite des VfL Sindelfingen" /></a><div class="mod_rocksolid_slider block">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/slider-turnier.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/Banner-RENOTE.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/Fotobanner2.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/Banner-Show2016-k.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/Banner2019.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="assets/images/a/Paare_2019s-2f72735a.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<script>
|
||||
(function() {
|
||||
|
||||
var sliderElement = [].slice.call(document.getElementsByClassName('mod_rocksolid_slider'), -1 )[0];
|
||||
|
||||
if (window.jQuery && jQuery.fn.rstSlider) {
|
||||
init();
|
||||
}
|
||||
else {
|
||||
document.addEventListener('DOMContentLoaded', init);
|
||||
}
|
||||
|
||||
function init() {
|
||||
|
||||
var $ = jQuery;
|
||||
var slider = $(sliderElement);
|
||||
|
||||
slider.find('video[data-rsts-background], [data-rsts-type=video] video').each(function() {
|
||||
// Disable mejs for videos
|
||||
this.player = false;
|
||||
});
|
||||
|
||||
slider.rstSlider({"type":"fade-in-out","navType":"bullets","scaleMode":"fit","imagePosition":"center","random":true,"loop":true,"videoAutoplay":false,"autoplayProgress":false,"pauseAutoplayOnHover":true,"keyboard":true,"captions":false,"controls":false,"thumbControls":false,"combineNavItems":true,"duration":1500,"autoplay":6000,"visibleAreaAlign":0.5,"gapSize":"0%"});
|
||||
|
||||
// Fix missing lightbox links
|
||||
$(function() {
|
||||
|
||||
if (!$.fn.colorbox) {
|
||||
return;
|
||||
}
|
||||
|
||||
var lightboxConfig = {
|
||||
loop: false,
|
||||
rel: function() {
|
||||
return $(this).attr('data-lightbox');
|
||||
},
|
||||
maxWidth: '95%',
|
||||
maxHeight: '95%'
|
||||
};
|
||||
|
||||
|
||||
var update = function(links) {
|
||||
links.colorbox(lightboxConfig);
|
||||
};
|
||||
|
||||
slider.on('rsts-slidestart rsts-slidestop', function(event) {
|
||||
update(slider.find('a[data-lightbox]'));
|
||||
});
|
||||
|
||||
update(slider.find('a[data-lightbox]'));
|
||||
|
||||
});
|
||||
|
||||
}
|
||||
|
||||
})();
|
||||
</script>
|
||||
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<nav class="mod_navigation block" id="menu1">
|
||||
|
||||
|
||||
<a href="nachrichten-leser/jahr-2008-sen-b-latein-erfolge-am-22-und-23208-in-rust.html#skipNavigation116" class="invisible">Navigation überspringen</a>
|
||||
|
||||
|
||||
<ul class="level_1">
|
||||
<li class="trail first"><a href="startseite.html" title="Aktuell" class="trail first">Aktuell</a></li>
|
||||
<li><a href="der-club.html" title="Der Club">Der Club</a></li>
|
||||
<li><a href="angebote.html" title="Angebote">Angebote</a></li>
|
||||
<li class="last"><a href="info.html" title="Info/Kontakt" class="last">Info/Kontakt</a></li>
|
||||
</ul>
|
||||
|
||||
<a id="skipNavigation116" class="invisible"> </a>
|
||||
|
||||
</nav>
|
||||
<!-- indexer::continue -->
|
||||
|
||||
|
||||
<a class="he2" href="https://tanzsportclub.vfl-sindelfingen.de/nachrichten-leser/jahr-2008-sen-b-latein-erfolge-am-22-und-23208-in-rust.html#left" id="jump-to-nav">Menu </a> </div>
|
||||
</header>
|
||||
|
||||
|
||||
<div id="container">
|
||||
|
||||
<div id="main">
|
||||
<div class="inside">
|
||||
|
||||
<div class="mod_newsreader block">
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="layout_full block">
|
||||
|
||||
<h1>Jahr 2008: Sen. B-Latein Erfolge am 22. und 23.2.08 in Rust</h1>
|
||||
|
||||
<p class="info"><time datetime="2008-03-06T15:40:00+00:00">06.03.2008</time> </p>
|
||||
|
||||
|
||||
|
||||
<div class="ce_text block">
|
||||
|
||||
|
||||
|
||||
<p>Nach dem Gewinn der Silbermedaille bei der Landesmeisterschaft tanzen Elena Posadino und Walter Gattler auf einer Erfolgswelle. Im Europa-Park Rust bewarben sich die Tanzpaare um die Plätze für den Endkampf bei der Trophy-Turnier-Serie des Jahres 2008.</p>
|
||||
<p>Auch Elena Posadino und Walter Gattler waren bei den ersten Ausscheidungsturnieren am Start. In der Startklasse Senioren B-Latein bestachen die beiden durch ihre gute Technik und Musikalität. Natürlich waren im Europa-Park Rust auch außergewöhnlich viele Zuschauer dabei, die sonst mit dem Tanzsport nichts zu tun haben.</p>
|
||||
<p>Durch ihre Ausstrahlung zogen Elena Posadino und Walter Gattler viele dieser Zuschauer auf ihre Seite. So angefeuert erreichte das Paar bei beiden getanzten Turnieren ganz sicher das Finale.</p>
|
||||
<p>Am ersten Tag erreichten sie den dritten Platz. Noch besser lief es aber am zweiten Tag. Da standen Elena Posadino und Walter Gattler mit Platz Eins ganz oben auf dem Siegertreppchen.</p>
|
||||
<p>Christine Richter<br>06.03.2008</p>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<p class="back"><a href="javascript:history.go(-1)" title="Zurück">Zurück</a></p>
|
||||
<!-- indexer::continue -->
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<aside id="left">
|
||||
<div class="inside">
|
||||
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<nav class="mod_navigation he2 block" id="menu2">
|
||||
|
||||
|
||||
<a href="nachrichten-leser/jahr-2008-sen-b-latein-erfolge-am-22-und-23208-in-rust.html#skipNavigation121" class="invisible">Navigation überspringen</a>
|
||||
|
||||
|
||||
<ul class="level_1">
|
||||
<li class="sibling first"><a href="termine.html" title="Termine" class="sibling first" rel="nofollow">Termine</a></li>
|
||||
<li class="sibling"><a href="turniermeldung.html" title="Turniermeldung" class="sibling" rel="nofollow">Turniermeldung</a></li>
|
||||
<li class="sibling last"><a href="pressestimmen.html" title="Pressestimmen" class="sibling last">Pressestimmen</a></li>
|
||||
</ul>
|
||||
|
||||
<a id="skipNavigation121" class="invisible"> </a>
|
||||
|
||||
</nav>
|
||||
<!-- indexer::continue -->
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<nav class="mod_navigation block" id="jump-to-nav1">
|
||||
|
||||
|
||||
<a href="nachrichten-leser/jahr-2008-sen-b-latein-erfolge-am-22-und-23208-in-rust.html#skipNavigation145" class="invisible">Navigation überspringen</a>
|
||||
|
||||
|
||||
<ul class="level_1">
|
||||
<li class="submenu trail first"><a href="startseite.html" title="Aktuell" class="submenu trail first" aria-haspopup="true">Aktuell</a>
|
||||
<ul class="level_2">
|
||||
<li class="sibling first"><a href="termine.html" title="Termine" class="sibling first" rel="nofollow">Termine</a></li>
|
||||
<li class="sibling"><a href="turniermeldung.html" title="Turniermeldung" class="sibling" rel="nofollow">Turniermeldung</a></li>
|
||||
<li class="sibling last"><a href="pressestimmen.html" title="Pressestimmen" class="sibling last">Pressestimmen</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="submenu"><a href="der-club.html" title="Der Club" class="submenu" aria-haspopup="true">Der Club</a>
|
||||
<ul class="level_2">
|
||||
<li class="first"><a href="vorstand.html" title="Vorstand" class="first">Vorstand</a></li>
|
||||
<li><a href="beitrag.html" title="Beitrag">Beitrag</a></li>
|
||||
<li><a href="trainer.html" title="Trainer">Trainer</a></li>
|
||||
<li><a href="trainingsraeume.html" title="Trainingsräume">Trainingsräume</a></li>
|
||||
<li class="last"><a href="impressum.html" title="Impressum" class="last">Impressum</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="submenu"><a href="angebote.html" title="Angebote" class="submenu" aria-haspopup="true">Angebote</a>
|
||||
<ul class="level_2">
|
||||
<li class="first"><a href="tanzkreise.html" title="Tanzkreise" class="first">Tanzkreise</a></li>
|
||||
<li><a href="breitensport.html" title="Breitensport">Breitensport</a></li>
|
||||
<li><a href="turniertanz.html" title="Turniertanz">Turniertanz</a></li>
|
||||
<li><a href="kindergruppen.html" title="Kinder/Jugend">Kinder/Jugend</a></li>
|
||||
<li><a href="dance-styles.html" title="Dance-Styles">Dance-Styles</a></li>
|
||||
<li><a href="discofox.html" title="Discofox">Discofox</a></li>
|
||||
<li class="last"><a href="trainingszeiten.html" title="Trainingszeiten" class="last">Trainingszeiten</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="submenu last"><a href="info.html" title="Info/Kontakt" class="submenu last" aria-haspopup="true">Info/Kontakt</a>
|
||||
<ul class="level_2">
|
||||
<li class="first"><a href="raumbelegung.html" title="Raumbelegung" class="first">Raumbelegung</a></li>
|
||||
<li><a href="turniersport.html" title="Turniersport">Turniersport</a></li>
|
||||
<li><a href="linkliste.html" title="Linkliste">Linkliste</a></li>
|
||||
<li class="last"><a href="sitemap.html" title="Sitemap" class="last">Sitemap</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<a id="skipNavigation145" class="invisible"> </a>
|
||||
|
||||
</nav>
|
||||
<!-- indexer::continue -->
|
||||
</div>
|
||||
</aside>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<footer id="footer">
|
||||
<div class="inside">
|
||||
|
||||
<div id="footer_innen">
|
||||
<div id="footer_inhalt_links">TSC im VfL Sindelfingen</div>
|
||||
<div id="metanavi">
|
||||
<ul>
|
||||
<li><a href="info.html">Kontakt</a></li>
|
||||
<li><a href="sitemap.html">Sitemap</a></li>
|
||||
<li><a href="impressum.html">Impressum & Datenschutz</a></li>
|
||||
<li><a href="https://www.facebook.com/pages/Tanzsportclub-im-VfL-Sindelfingen/140842382700982" class="facebook"></a></li>
|
||||
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</div> </div>
|
||||
</footer>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<script src="assets/swipe/2.0/js/swipe.min.js"></script>
|
||||
<script>
|
||||
(function($) {
|
||||
$(document).ready(function() {
|
||||
$('.ce_sliderStart').each(function(i, cte) {
|
||||
var s = $('.content-slider', cte)[0],
|
||||
c = s.getAttribute('data-config').split(',');
|
||||
new Swipe(s, {
|
||||
// Put custom options here
|
||||
'auto': parseInt(c[0]),
|
||||
'speed': parseInt(c[1]),
|
||||
'startSlide': parseInt(c[2]),
|
||||
'continuous': parseInt(c[3]),
|
||||
'menu': $('.slider-control', cte)[0]
|
||||
});
|
||||
});
|
||||
});
|
||||
})(jQuery);
|
||||
</script>
|
||||
|
||||
<script src="assets/jquery/colorbox/1.6.1/js/colorbox.min.js"></script>
|
||||
<script>
|
||||
(function($) {
|
||||
$(document).ready(function() {
|
||||
$('a[data-lightbox]').map(function() {
|
||||
$(this).colorbox({
|
||||
// Put custom options here
|
||||
loop: false,
|
||||
rel: $(this).attr('data-lightbox'),
|
||||
maxWidth: '95%',
|
||||
maxHeight: '95%'
|
||||
});
|
||||
});
|
||||
});
|
||||
})(jQuery);
|
||||
</script>
|
||||
|
||||
<script src="assets/jquery/mediaelement/2.21.2/js/mediaelement-and-player.min.js"></script>
|
||||
<script>
|
||||
(function($) {
|
||||
$(document).ready(function() {
|
||||
$('video,audio').filter(function() {
|
||||
return $(this).parents('picture').length === 0;
|
||||
}).mediaelementplayer({
|
||||
// Put custom options here
|
||||
pluginPath: '/assets/jquery/mediaelement/2.21.2/',
|
||||
flashName: 'legacy/flashmediaelement.swf',
|
||||
silverlightName: 'legacy/silverlightmediaelement.xap'
|
||||
});
|
||||
});
|
||||
})(jQuery);
|
||||
</script>
|
||||
|
||||
<script src="assets/mootools/mediabox/1.4.6/js/mediabox.js"></script>
|
||||
<script>
|
||||
(function($) {
|
||||
window.addEvent('domready', function() {
|
||||
$$('a[data-lightbox]').mediabox({
|
||||
// Put custom options here
|
||||
}, function(el) {
|
||||
return [el.href, el.title, el.getAttribute('data-lightbox')];
|
||||
}, function(el) {
|
||||
var data = this.getAttribute('data-lightbox').split(' ');
|
||||
return (this == el) || (data[0] && el.getAttribute('data-lightbox').match(data[0]));
|
||||
});
|
||||
$('mbImage').addEvent('swipe', function(e) {
|
||||
(e.direction == 'left') ? $('mbNextLink').fireEvent('click') : $('mbPrevLink').fireEvent('click');
|
||||
});
|
||||
});
|
||||
})(document.id);
|
||||
</script>
|
||||
|
||||
<script>setTimeout(function(){var e=function(e,t){try{var n=new XMLHttpRequest}catch(r){return}n.open("GET",e,!0),n.onreadystatechange=function(){this.readyState==4&&this.status==200&&typeof t=="function"&&t(this.responseText)},n.send()},t="system/cron/cron.";e(t+"txt",function(n){parseInt(n||0)<Math.round(+(new Date)/1e3)-86400&&e(t+"php")})},5e3);</script>
|
||||
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<div class="cookiebar cookiebar--position-top" role="complementary" aria-describedby="cookiebar-text" style="display:none;" data-cookiebar="COOKIEBAR_1">
|
||||
<div id="cookiebar-text" class="cookiebar__text" aria-live="assertive" role="alert">
|
||||
<span class="cookiebar__message">Wir verwenden Cookies, um Ihnen das beste Nutzererlebnis bieten zu können. Wenn Sie fortfahren, diese Seite zu verwenden, nehmen wir an, dass Sie damit einverstanden sind.</span>
|
||||
|
||||
<a href="https://www.vfl-sindelfingen.de/kontakt-hauptverein/datenschutz/" class="cookiebar__link" title="Mehr hierzu">Mehr hierzu</a>
|
||||
</div>
|
||||
|
||||
|
||||
<button class="cookiebar__button" data-cookiebar-accept>OK</button>
|
||||
</div>
|
||||
|
||||
<!-- indexer::continue -->
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,442 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="de">
|
||||
<head>
|
||||
|
||||
<meta charset="utf-8">
|
||||
<title>Jahr 2008: Breitensport und HGR II C Standard - Tanzsportclub im VfL Sindelfingen</title>
|
||||
<base href="https://tanzsportclub.vfl-sindelfingen.de/">
|
||||
|
||||
<meta name="robots" content="noindex,nofollow">
|
||||
<meta name="description" content="">
|
||||
<meta name="keywords" content="">
|
||||
<meta name="generator" content="Contao Open Source CMS">
|
||||
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1.0">
|
||||
<style>#left{width:210px;right:210px}#container{padding-left:210px}#footer{height:30px}</style>
|
||||
<link rel="stylesheet" href="assets/css/0eeb07bcdb48.css">
|
||||
<link type="application/rss+xml" rel="alternate" href="https://www.tanzsportclub.vfl-sindelfingen.de/share/nachrichten.xml" title="neue Nachricht">
|
||||
<script src="assets/js/0e3b88c98c5a.js"></script>
|
||||
|
||||
<!--[if lt IE 9]><script src="assets/html5shiv/3.7.2/html5shiv-printshiv.min.js"></script><![endif]-->
|
||||
|
||||
</head>
|
||||
<body id="top" class="unknown other ">
|
||||
|
||||
|
||||
<div id="wrapper">
|
||||
|
||||
<header id="header">
|
||||
<div class="inside">
|
||||
|
||||
<a href="https://tanzsportclub.vfl-sindelfingen.de/"><img id="logo" title="Home" src="files/tsc/img/share/logo.jpg" alt="zurück zur Startseite" /></a>
|
||||
<a href="https://www.vfl-sindelfingen.de/"><img id="logo_vfl" title="zum VfL Sindelfingen" src="files/tsc/img/share/logo_vfl.gif" alt="zur Seite des VfL Sindelfingen" /></a><div class="mod_rocksolid_slider block">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/slider-turnier.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/Banner-RENOTE.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/Fotobanner2.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/Banner-Show2016-k.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/Banner2019.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="assets/images/a/Paare_2019s-2f72735a.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<script>
|
||||
(function() {
|
||||
|
||||
var sliderElement = [].slice.call(document.getElementsByClassName('mod_rocksolid_slider'), -1 )[0];
|
||||
|
||||
if (window.jQuery && jQuery.fn.rstSlider) {
|
||||
init();
|
||||
}
|
||||
else {
|
||||
document.addEventListener('DOMContentLoaded', init);
|
||||
}
|
||||
|
||||
function init() {
|
||||
|
||||
var $ = jQuery;
|
||||
var slider = $(sliderElement);
|
||||
|
||||
slider.find('video[data-rsts-background], [data-rsts-type=video] video').each(function() {
|
||||
// Disable mejs for videos
|
||||
this.player = false;
|
||||
});
|
||||
|
||||
slider.rstSlider({"type":"fade-in-out","navType":"bullets","scaleMode":"fit","imagePosition":"center","random":true,"loop":true,"videoAutoplay":false,"autoplayProgress":false,"pauseAutoplayOnHover":true,"keyboard":true,"captions":false,"controls":false,"thumbControls":false,"combineNavItems":true,"duration":1500,"autoplay":6000,"visibleAreaAlign":0.5,"gapSize":"0%"});
|
||||
|
||||
// Fix missing lightbox links
|
||||
$(function() {
|
||||
|
||||
if (!$.fn.colorbox) {
|
||||
return;
|
||||
}
|
||||
|
||||
var lightboxConfig = {
|
||||
loop: false,
|
||||
rel: function() {
|
||||
return $(this).attr('data-lightbox');
|
||||
},
|
||||
maxWidth: '95%',
|
||||
maxHeight: '95%'
|
||||
};
|
||||
|
||||
|
||||
var update = function(links) {
|
||||
links.colorbox(lightboxConfig);
|
||||
};
|
||||
|
||||
slider.on('rsts-slidestart rsts-slidestop', function(event) {
|
||||
update(slider.find('a[data-lightbox]'));
|
||||
});
|
||||
|
||||
update(slider.find('a[data-lightbox]'));
|
||||
|
||||
});
|
||||
|
||||
}
|
||||
|
||||
})();
|
||||
</script>
|
||||
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<nav class="mod_navigation block" id="menu1">
|
||||
|
||||
|
||||
<a href="nachrichten-leser/jahr-2008-breitensport-und-hgr-ii-c-standard.html#skipNavigation116" class="invisible">Navigation überspringen</a>
|
||||
|
||||
|
||||
<ul class="level_1">
|
||||
<li class="trail first"><a href="startseite.html" title="Aktuell" class="trail first">Aktuell</a></li>
|
||||
<li><a href="der-club.html" title="Der Club">Der Club</a></li>
|
||||
<li><a href="angebote.html" title="Angebote">Angebote</a></li>
|
||||
<li class="last"><a href="info.html" title="Info/Kontakt" class="last">Info/Kontakt</a></li>
|
||||
</ul>
|
||||
|
||||
<a id="skipNavigation116" class="invisible"> </a>
|
||||
|
||||
</nav>
|
||||
<!-- indexer::continue -->
|
||||
|
||||
|
||||
<a class="he2" href="https://tanzsportclub.vfl-sindelfingen.de/nachrichten-leser/jahr-2008-breitensport-und-hgr-ii-c-standard.html#left" id="jump-to-nav">Menu </a> </div>
|
||||
</header>
|
||||
|
||||
|
||||
<div id="container">
|
||||
|
||||
<div id="main">
|
||||
<div class="inside">
|
||||
|
||||
<div class="mod_newsreader block">
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="layout_full block">
|
||||
|
||||
<h1>Jahr 2008: Breitensport und HGR II C Standard</h1>
|
||||
|
||||
<p class="info"><time datetime="2008-03-11T15:41:00+00:00">11.03.2008</time> </p>
|
||||
|
||||
|
||||
|
||||
<div class="ce_text block">
|
||||
|
||||
|
||||
|
||||
<p>Die Paare des TSC im VfL Sindelfingen warten in allen Bereichen mit Erfolge auf.</p>
|
||||
<p>Ingrid und Bernd Peter gingen in Schwieberdingen zusammen mit der Breitensportmannschaft der TSG Bosch an den Start. Über beide Wertungsrunden hinweg zeigten sie eine überzeugende Leistung. Am Ende erreichten Ingrid und Bernd Peter und ihre Mannschaftskollegen den ersten Platz.</p>
|
||||
<p>Anke Ludwig und Markus Frey gingen in der Hauptklasse II C-Standard in Bad Dürrheim an den Start. Von der ersten Runde machten die beiden klar, dass sie auf das Siegerpodest gehörten. In der Endrunde drehten sie noch einmal auf. Das sportliche und doch elegante Tanzen brachte Anke Ludwig und Markus Frey den dritten Platz ein.</p>
|
||||
<p>Christine Richter<br>11.03.2008</p>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<p class="back"><a href="javascript:history.go(-1)" title="Zurück">Zurück</a></p>
|
||||
<!-- indexer::continue -->
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<aside id="left">
|
||||
<div class="inside">
|
||||
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<nav class="mod_navigation he2 block" id="menu2">
|
||||
|
||||
|
||||
<a href="nachrichten-leser/jahr-2008-breitensport-und-hgr-ii-c-standard.html#skipNavigation121" class="invisible">Navigation überspringen</a>
|
||||
|
||||
|
||||
<ul class="level_1">
|
||||
<li class="sibling first"><a href="termine.html" title="Termine" class="sibling first" rel="nofollow">Termine</a></li>
|
||||
<li class="sibling"><a href="turniermeldung.html" title="Turniermeldung" class="sibling" rel="nofollow">Turniermeldung</a></li>
|
||||
<li class="sibling last"><a href="pressestimmen.html" title="Pressestimmen" class="sibling last">Pressestimmen</a></li>
|
||||
</ul>
|
||||
|
||||
<a id="skipNavigation121" class="invisible"> </a>
|
||||
|
||||
</nav>
|
||||
<!-- indexer::continue -->
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<nav class="mod_navigation block" id="jump-to-nav1">
|
||||
|
||||
|
||||
<a href="nachrichten-leser/jahr-2008-breitensport-und-hgr-ii-c-standard.html#skipNavigation145" class="invisible">Navigation überspringen</a>
|
||||
|
||||
|
||||
<ul class="level_1">
|
||||
<li class="submenu trail first"><a href="startseite.html" title="Aktuell" class="submenu trail first" aria-haspopup="true">Aktuell</a>
|
||||
<ul class="level_2">
|
||||
<li class="sibling first"><a href="termine.html" title="Termine" class="sibling first" rel="nofollow">Termine</a></li>
|
||||
<li class="sibling"><a href="turniermeldung.html" title="Turniermeldung" class="sibling" rel="nofollow">Turniermeldung</a></li>
|
||||
<li class="sibling last"><a href="pressestimmen.html" title="Pressestimmen" class="sibling last">Pressestimmen</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="submenu"><a href="der-club.html" title="Der Club" class="submenu" aria-haspopup="true">Der Club</a>
|
||||
<ul class="level_2">
|
||||
<li class="first"><a href="vorstand.html" title="Vorstand" class="first">Vorstand</a></li>
|
||||
<li><a href="beitrag.html" title="Beitrag">Beitrag</a></li>
|
||||
<li><a href="trainer.html" title="Trainer">Trainer</a></li>
|
||||
<li><a href="trainingsraeume.html" title="Trainingsräume">Trainingsräume</a></li>
|
||||
<li class="last"><a href="impressum.html" title="Impressum" class="last">Impressum</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="submenu"><a href="angebote.html" title="Angebote" class="submenu" aria-haspopup="true">Angebote</a>
|
||||
<ul class="level_2">
|
||||
<li class="first"><a href="tanzkreise.html" title="Tanzkreise" class="first">Tanzkreise</a></li>
|
||||
<li><a href="breitensport.html" title="Breitensport">Breitensport</a></li>
|
||||
<li><a href="turniertanz.html" title="Turniertanz">Turniertanz</a></li>
|
||||
<li><a href="kindergruppen.html" title="Kinder/Jugend">Kinder/Jugend</a></li>
|
||||
<li><a href="dance-styles.html" title="Dance-Styles">Dance-Styles</a></li>
|
||||
<li><a href="discofox.html" title="Discofox">Discofox</a></li>
|
||||
<li class="last"><a href="trainingszeiten.html" title="Trainingszeiten" class="last">Trainingszeiten</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="submenu last"><a href="info.html" title="Info/Kontakt" class="submenu last" aria-haspopup="true">Info/Kontakt</a>
|
||||
<ul class="level_2">
|
||||
<li class="first"><a href="raumbelegung.html" title="Raumbelegung" class="first">Raumbelegung</a></li>
|
||||
<li><a href="turniersport.html" title="Turniersport">Turniersport</a></li>
|
||||
<li><a href="linkliste.html" title="Linkliste">Linkliste</a></li>
|
||||
<li class="last"><a href="sitemap.html" title="Sitemap" class="last">Sitemap</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<a id="skipNavigation145" class="invisible"> </a>
|
||||
|
||||
</nav>
|
||||
<!-- indexer::continue -->
|
||||
</div>
|
||||
</aside>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<footer id="footer">
|
||||
<div class="inside">
|
||||
|
||||
<div id="footer_innen">
|
||||
<div id="footer_inhalt_links">TSC im VfL Sindelfingen</div>
|
||||
<div id="metanavi">
|
||||
<ul>
|
||||
<li><a href="info.html">Kontakt</a></li>
|
||||
<li><a href="sitemap.html">Sitemap</a></li>
|
||||
<li><a href="impressum.html">Impressum & Datenschutz</a></li>
|
||||
<li><a href="https://www.facebook.com/pages/Tanzsportclub-im-VfL-Sindelfingen/140842382700982" class="facebook"></a></li>
|
||||
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</div> </div>
|
||||
</footer>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<script src="assets/swipe/2.0/js/swipe.min.js"></script>
|
||||
<script>
|
||||
(function($) {
|
||||
$(document).ready(function() {
|
||||
$('.ce_sliderStart').each(function(i, cte) {
|
||||
var s = $('.content-slider', cte)[0],
|
||||
c = s.getAttribute('data-config').split(',');
|
||||
new Swipe(s, {
|
||||
// Put custom options here
|
||||
'auto': parseInt(c[0]),
|
||||
'speed': parseInt(c[1]),
|
||||
'startSlide': parseInt(c[2]),
|
||||
'continuous': parseInt(c[3]),
|
||||
'menu': $('.slider-control', cte)[0]
|
||||
});
|
||||
});
|
||||
});
|
||||
})(jQuery);
|
||||
</script>
|
||||
|
||||
<script src="assets/jquery/colorbox/1.6.1/js/colorbox.min.js"></script>
|
||||
<script>
|
||||
(function($) {
|
||||
$(document).ready(function() {
|
||||
$('a[data-lightbox]').map(function() {
|
||||
$(this).colorbox({
|
||||
// Put custom options here
|
||||
loop: false,
|
||||
rel: $(this).attr('data-lightbox'),
|
||||
maxWidth: '95%',
|
||||
maxHeight: '95%'
|
||||
});
|
||||
});
|
||||
});
|
||||
})(jQuery);
|
||||
</script>
|
||||
|
||||
<script src="assets/jquery/mediaelement/2.21.2/js/mediaelement-and-player.min.js"></script>
|
||||
<script>
|
||||
(function($) {
|
||||
$(document).ready(function() {
|
||||
$('video,audio').filter(function() {
|
||||
return $(this).parents('picture').length === 0;
|
||||
}).mediaelementplayer({
|
||||
// Put custom options here
|
||||
pluginPath: '/assets/jquery/mediaelement/2.21.2/',
|
||||
flashName: 'legacy/flashmediaelement.swf',
|
||||
silverlightName: 'legacy/silverlightmediaelement.xap'
|
||||
});
|
||||
});
|
||||
})(jQuery);
|
||||
</script>
|
||||
|
||||
<script src="assets/mootools/mediabox/1.4.6/js/mediabox.js"></script>
|
||||
<script>
|
||||
(function($) {
|
||||
window.addEvent('domready', function() {
|
||||
$$('a[data-lightbox]').mediabox({
|
||||
// Put custom options here
|
||||
}, function(el) {
|
||||
return [el.href, el.title, el.getAttribute('data-lightbox')];
|
||||
}, function(el) {
|
||||
var data = this.getAttribute('data-lightbox').split(' ');
|
||||
return (this == el) || (data[0] && el.getAttribute('data-lightbox').match(data[0]));
|
||||
});
|
||||
$('mbImage').addEvent('swipe', function(e) {
|
||||
(e.direction == 'left') ? $('mbNextLink').fireEvent('click') : $('mbPrevLink').fireEvent('click');
|
||||
});
|
||||
});
|
||||
})(document.id);
|
||||
</script>
|
||||
|
||||
<script>setTimeout(function(){var e=function(e,t){try{var n=new XMLHttpRequest}catch(r){return}n.open("GET",e,!0),n.onreadystatechange=function(){this.readyState==4&&this.status==200&&typeof t=="function"&&t(this.responseText)},n.send()},t="system/cron/cron.";e(t+"txt",function(n){parseInt(n||0)<Math.round(+(new Date)/1e3)-86400&&e(t+"php")})},5e3);</script>
|
||||
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<div class="cookiebar cookiebar--position-top" role="complementary" aria-describedby="cookiebar-text" style="display:none;" data-cookiebar="COOKIEBAR_1">
|
||||
<div id="cookiebar-text" class="cookiebar__text" aria-live="assertive" role="alert">
|
||||
<span class="cookiebar__message">Wir verwenden Cookies, um Ihnen das beste Nutzererlebnis bieten zu können. Wenn Sie fortfahren, diese Seite zu verwenden, nehmen wir an, dass Sie damit einverstanden sind.</span>
|
||||
|
||||
<a href="https://www.vfl-sindelfingen.de/kontakt-hauptverein/datenschutz/" class="cookiebar__link" title="Mehr hierzu">Mehr hierzu</a>
|
||||
</div>
|
||||
|
||||
|
||||
<button class="cookiebar__button" data-cookiebar-accept>OK</button>
|
||||
</div>
|
||||
|
||||
<!-- indexer::continue -->
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,442 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="de">
|
||||
<head>
|
||||
|
||||
<meta charset="utf-8">
|
||||
<title>Jahr 2008: Sen. B-Latein Erfolge in Berlin - Tanzsportclub im VfL Sindelfingen</title>
|
||||
<base href="https://tanzsportclub.vfl-sindelfingen.de/">
|
||||
|
||||
<meta name="robots" content="noindex,nofollow">
|
||||
<meta name="description" content="">
|
||||
<meta name="keywords" content="">
|
||||
<meta name="generator" content="Contao Open Source CMS">
|
||||
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1.0">
|
||||
<style>#left{width:210px;right:210px}#container{padding-left:210px}#footer{height:30px}</style>
|
||||
<link rel="stylesheet" href="assets/css/0eeb07bcdb48.css">
|
||||
<link type="application/rss+xml" rel="alternate" href="https://www.tanzsportclub.vfl-sindelfingen.de/share/nachrichten.xml" title="neue Nachricht">
|
||||
<script src="assets/js/0e3b88c98c5a.js"></script>
|
||||
|
||||
<!--[if lt IE 9]><script src="assets/html5shiv/3.7.2/html5shiv-printshiv.min.js"></script><![endif]-->
|
||||
|
||||
</head>
|
||||
<body id="top" class="unknown other ">
|
||||
|
||||
|
||||
<div id="wrapper">
|
||||
|
||||
<header id="header">
|
||||
<div class="inside">
|
||||
|
||||
<a href="https://tanzsportclub.vfl-sindelfingen.de/"><img id="logo" title="Home" src="files/tsc/img/share/logo.jpg" alt="zurück zur Startseite" /></a>
|
||||
<a href="https://www.vfl-sindelfingen.de/"><img id="logo_vfl" title="zum VfL Sindelfingen" src="files/tsc/img/share/logo_vfl.gif" alt="zur Seite des VfL Sindelfingen" /></a><div class="mod_rocksolid_slider block">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/slider-turnier.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/Banner-RENOTE.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/Fotobanner2.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/Banner-Show2016-k.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/Banner2019.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="assets/images/a/Paare_2019s-2f72735a.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<script>
|
||||
(function() {
|
||||
|
||||
var sliderElement = [].slice.call(document.getElementsByClassName('mod_rocksolid_slider'), -1 )[0];
|
||||
|
||||
if (window.jQuery && jQuery.fn.rstSlider) {
|
||||
init();
|
||||
}
|
||||
else {
|
||||
document.addEventListener('DOMContentLoaded', init);
|
||||
}
|
||||
|
||||
function init() {
|
||||
|
||||
var $ = jQuery;
|
||||
var slider = $(sliderElement);
|
||||
|
||||
slider.find('video[data-rsts-background], [data-rsts-type=video] video').each(function() {
|
||||
// Disable mejs for videos
|
||||
this.player = false;
|
||||
});
|
||||
|
||||
slider.rstSlider({"type":"fade-in-out","navType":"bullets","scaleMode":"fit","imagePosition":"center","random":true,"loop":true,"videoAutoplay":false,"autoplayProgress":false,"pauseAutoplayOnHover":true,"keyboard":true,"captions":false,"controls":false,"thumbControls":false,"combineNavItems":true,"duration":1500,"autoplay":6000,"visibleAreaAlign":0.5,"gapSize":"0%"});
|
||||
|
||||
// Fix missing lightbox links
|
||||
$(function() {
|
||||
|
||||
if (!$.fn.colorbox) {
|
||||
return;
|
||||
}
|
||||
|
||||
var lightboxConfig = {
|
||||
loop: false,
|
||||
rel: function() {
|
||||
return $(this).attr('data-lightbox');
|
||||
},
|
||||
maxWidth: '95%',
|
||||
maxHeight: '95%'
|
||||
};
|
||||
|
||||
|
||||
var update = function(links) {
|
||||
links.colorbox(lightboxConfig);
|
||||
};
|
||||
|
||||
slider.on('rsts-slidestart rsts-slidestop', function(event) {
|
||||
update(slider.find('a[data-lightbox]'));
|
||||
});
|
||||
|
||||
update(slider.find('a[data-lightbox]'));
|
||||
|
||||
});
|
||||
|
||||
}
|
||||
|
||||
})();
|
||||
</script>
|
||||
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<nav class="mod_navigation block" id="menu1">
|
||||
|
||||
|
||||
<a href="nachrichten-leser/jahr-2008-sen-b-latein-erfolge-in-berlin.html#skipNavigation116" class="invisible">Navigation überspringen</a>
|
||||
|
||||
|
||||
<ul class="level_1">
|
||||
<li class="trail first"><a href="startseite.html" title="Aktuell" class="trail first">Aktuell</a></li>
|
||||
<li><a href="der-club.html" title="Der Club">Der Club</a></li>
|
||||
<li><a href="angebote.html" title="Angebote">Angebote</a></li>
|
||||
<li class="last"><a href="info.html" title="Info/Kontakt" class="last">Info/Kontakt</a></li>
|
||||
</ul>
|
||||
|
||||
<a id="skipNavigation116" class="invisible"> </a>
|
||||
|
||||
</nav>
|
||||
<!-- indexer::continue -->
|
||||
|
||||
|
||||
<a class="he2" href="https://tanzsportclub.vfl-sindelfingen.de/nachrichten-leser/jahr-2008-sen-b-latein-erfolge-in-berlin.html#left" id="jump-to-nav">Menu </a> </div>
|
||||
</header>
|
||||
|
||||
|
||||
<div id="container">
|
||||
|
||||
<div id="main">
|
||||
<div class="inside">
|
||||
|
||||
<div class="mod_newsreader block">
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="layout_full block">
|
||||
|
||||
<h1>Jahr 2008: Sen. B-Latein Erfolge in Berlin</h1>
|
||||
|
||||
<p class="info"><time datetime="2008-03-25T15:42:00+00:00">25.03.2008</time> </p>
|
||||
|
||||
|
||||
|
||||
<div class="ce_text block">
|
||||
|
||||
|
||||
|
||||
<p>Elena Posadino und Walter Gattler machten sich trotz Schnee und Eis auf den Weg nach Berlin.</p>
|
||||
<p>Dort tanzte das Paar in der Startklasse Senioren B-Latein gleich an zwei Tagen um das "Blaue Band der Spree". An den Start gehen dort Paare aus aller Welt. Entsprechend hoch ist das Niveau der Teilnehmer.</p>
|
||||
<p>An beiden Tagen zeigten Elena Posadino und Walter Gattler, das sie ganz oben auf das Treppchen wollten. Durch technisch sauberes und musikalisches Tanzen überzeugten sie die Wertungsrichter. Elena Posadino und Walter Gattler gewannen bei beiden Turnieren mit Bestnoten alle Tänze. Damit standen sie natürlich auch ganz oben auf dem Siegerpodest.</p>
|
||||
<p>Christine Richter<br>25.03.2008</p>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<p class="back"><a href="javascript:history.go(-1)" title="Zurück">Zurück</a></p>
|
||||
<!-- indexer::continue -->
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<aside id="left">
|
||||
<div class="inside">
|
||||
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<nav class="mod_navigation he2 block" id="menu2">
|
||||
|
||||
|
||||
<a href="nachrichten-leser/jahr-2008-sen-b-latein-erfolge-in-berlin.html#skipNavigation121" class="invisible">Navigation überspringen</a>
|
||||
|
||||
|
||||
<ul class="level_1">
|
||||
<li class="sibling first"><a href="termine.html" title="Termine" class="sibling first" rel="nofollow">Termine</a></li>
|
||||
<li class="sibling"><a href="turniermeldung.html" title="Turniermeldung" class="sibling" rel="nofollow">Turniermeldung</a></li>
|
||||
<li class="sibling last"><a href="pressestimmen.html" title="Pressestimmen" class="sibling last">Pressestimmen</a></li>
|
||||
</ul>
|
||||
|
||||
<a id="skipNavigation121" class="invisible"> </a>
|
||||
|
||||
</nav>
|
||||
<!-- indexer::continue -->
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<nav class="mod_navigation block" id="jump-to-nav1">
|
||||
|
||||
|
||||
<a href="nachrichten-leser/jahr-2008-sen-b-latein-erfolge-in-berlin.html#skipNavigation145" class="invisible">Navigation überspringen</a>
|
||||
|
||||
|
||||
<ul class="level_1">
|
||||
<li class="submenu trail first"><a href="startseite.html" title="Aktuell" class="submenu trail first" aria-haspopup="true">Aktuell</a>
|
||||
<ul class="level_2">
|
||||
<li class="sibling first"><a href="termine.html" title="Termine" class="sibling first" rel="nofollow">Termine</a></li>
|
||||
<li class="sibling"><a href="turniermeldung.html" title="Turniermeldung" class="sibling" rel="nofollow">Turniermeldung</a></li>
|
||||
<li class="sibling last"><a href="pressestimmen.html" title="Pressestimmen" class="sibling last">Pressestimmen</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="submenu"><a href="der-club.html" title="Der Club" class="submenu" aria-haspopup="true">Der Club</a>
|
||||
<ul class="level_2">
|
||||
<li class="first"><a href="vorstand.html" title="Vorstand" class="first">Vorstand</a></li>
|
||||
<li><a href="beitrag.html" title="Beitrag">Beitrag</a></li>
|
||||
<li><a href="trainer.html" title="Trainer">Trainer</a></li>
|
||||
<li><a href="trainingsraeume.html" title="Trainingsräume">Trainingsräume</a></li>
|
||||
<li class="last"><a href="impressum.html" title="Impressum" class="last">Impressum</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="submenu"><a href="angebote.html" title="Angebote" class="submenu" aria-haspopup="true">Angebote</a>
|
||||
<ul class="level_2">
|
||||
<li class="first"><a href="tanzkreise.html" title="Tanzkreise" class="first">Tanzkreise</a></li>
|
||||
<li><a href="breitensport.html" title="Breitensport">Breitensport</a></li>
|
||||
<li><a href="turniertanz.html" title="Turniertanz">Turniertanz</a></li>
|
||||
<li><a href="kindergruppen.html" title="Kinder/Jugend">Kinder/Jugend</a></li>
|
||||
<li><a href="dance-styles.html" title="Dance-Styles">Dance-Styles</a></li>
|
||||
<li><a href="discofox.html" title="Discofox">Discofox</a></li>
|
||||
<li class="last"><a href="trainingszeiten.html" title="Trainingszeiten" class="last">Trainingszeiten</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="submenu last"><a href="info.html" title="Info/Kontakt" class="submenu last" aria-haspopup="true">Info/Kontakt</a>
|
||||
<ul class="level_2">
|
||||
<li class="first"><a href="raumbelegung.html" title="Raumbelegung" class="first">Raumbelegung</a></li>
|
||||
<li><a href="turniersport.html" title="Turniersport">Turniersport</a></li>
|
||||
<li><a href="linkliste.html" title="Linkliste">Linkliste</a></li>
|
||||
<li class="last"><a href="sitemap.html" title="Sitemap" class="last">Sitemap</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<a id="skipNavigation145" class="invisible"> </a>
|
||||
|
||||
</nav>
|
||||
<!-- indexer::continue -->
|
||||
</div>
|
||||
</aside>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<footer id="footer">
|
||||
<div class="inside">
|
||||
|
||||
<div id="footer_innen">
|
||||
<div id="footer_inhalt_links">TSC im VfL Sindelfingen</div>
|
||||
<div id="metanavi">
|
||||
<ul>
|
||||
<li><a href="info.html">Kontakt</a></li>
|
||||
<li><a href="sitemap.html">Sitemap</a></li>
|
||||
<li><a href="impressum.html">Impressum & Datenschutz</a></li>
|
||||
<li><a href="https://www.facebook.com/pages/Tanzsportclub-im-VfL-Sindelfingen/140842382700982" class="facebook"></a></li>
|
||||
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</div> </div>
|
||||
</footer>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<script src="assets/swipe/2.0/js/swipe.min.js"></script>
|
||||
<script>
|
||||
(function($) {
|
||||
$(document).ready(function() {
|
||||
$('.ce_sliderStart').each(function(i, cte) {
|
||||
var s = $('.content-slider', cte)[0],
|
||||
c = s.getAttribute('data-config').split(',');
|
||||
new Swipe(s, {
|
||||
// Put custom options here
|
||||
'auto': parseInt(c[0]),
|
||||
'speed': parseInt(c[1]),
|
||||
'startSlide': parseInt(c[2]),
|
||||
'continuous': parseInt(c[3]),
|
||||
'menu': $('.slider-control', cte)[0]
|
||||
});
|
||||
});
|
||||
});
|
||||
})(jQuery);
|
||||
</script>
|
||||
|
||||
<script src="assets/jquery/colorbox/1.6.1/js/colorbox.min.js"></script>
|
||||
<script>
|
||||
(function($) {
|
||||
$(document).ready(function() {
|
||||
$('a[data-lightbox]').map(function() {
|
||||
$(this).colorbox({
|
||||
// Put custom options here
|
||||
loop: false,
|
||||
rel: $(this).attr('data-lightbox'),
|
||||
maxWidth: '95%',
|
||||
maxHeight: '95%'
|
||||
});
|
||||
});
|
||||
});
|
||||
})(jQuery);
|
||||
</script>
|
||||
|
||||
<script src="assets/jquery/mediaelement/2.21.2/js/mediaelement-and-player.min.js"></script>
|
||||
<script>
|
||||
(function($) {
|
||||
$(document).ready(function() {
|
||||
$('video,audio').filter(function() {
|
||||
return $(this).parents('picture').length === 0;
|
||||
}).mediaelementplayer({
|
||||
// Put custom options here
|
||||
pluginPath: '/assets/jquery/mediaelement/2.21.2/',
|
||||
flashName: 'legacy/flashmediaelement.swf',
|
||||
silverlightName: 'legacy/silverlightmediaelement.xap'
|
||||
});
|
||||
});
|
||||
})(jQuery);
|
||||
</script>
|
||||
|
||||
<script src="assets/mootools/mediabox/1.4.6/js/mediabox.js"></script>
|
||||
<script>
|
||||
(function($) {
|
||||
window.addEvent('domready', function() {
|
||||
$$('a[data-lightbox]').mediabox({
|
||||
// Put custom options here
|
||||
}, function(el) {
|
||||
return [el.href, el.title, el.getAttribute('data-lightbox')];
|
||||
}, function(el) {
|
||||
var data = this.getAttribute('data-lightbox').split(' ');
|
||||
return (this == el) || (data[0] && el.getAttribute('data-lightbox').match(data[0]));
|
||||
});
|
||||
$('mbImage').addEvent('swipe', function(e) {
|
||||
(e.direction == 'left') ? $('mbNextLink').fireEvent('click') : $('mbPrevLink').fireEvent('click');
|
||||
});
|
||||
});
|
||||
})(document.id);
|
||||
</script>
|
||||
|
||||
<script>setTimeout(function(){var e=function(e,t){try{var n=new XMLHttpRequest}catch(r){return}n.open("GET",e,!0),n.onreadystatechange=function(){this.readyState==4&&this.status==200&&typeof t=="function"&&t(this.responseText)},n.send()},t="system/cron/cron.";e(t+"txt",function(n){parseInt(n||0)<Math.round(+(new Date)/1e3)-86400&&e(t+"php")})},5e3);</script>
|
||||
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<div class="cookiebar cookiebar--position-top" role="complementary" aria-describedby="cookiebar-text" style="display:none;" data-cookiebar="COOKIEBAR_1">
|
||||
<div id="cookiebar-text" class="cookiebar__text" aria-live="assertive" role="alert">
|
||||
<span class="cookiebar__message">Wir verwenden Cookies, um Ihnen das beste Nutzererlebnis bieten zu können. Wenn Sie fortfahren, diese Seite zu verwenden, nehmen wir an, dass Sie damit einverstanden sind.</span>
|
||||
|
||||
<a href="https://www.vfl-sindelfingen.de/kontakt-hauptverein/datenschutz/" class="cookiebar__link" title="Mehr hierzu">Mehr hierzu</a>
|
||||
</div>
|
||||
|
||||
|
||||
<button class="cookiebar__button" data-cookiebar-accept>OK</button>
|
||||
</div>
|
||||
|
||||
<!-- indexer::continue -->
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,447 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="de">
|
||||
<head>
|
||||
|
||||
<meta charset="utf-8">
|
||||
<title>Jahr 2008: Steptanz Auftritt in Bietigheim-Bissingen - Tanzsportclub im VfL Sindelfingen</title>
|
||||
<base href="https://tanzsportclub.vfl-sindelfingen.de/">
|
||||
|
||||
<meta name="robots" content="noindex,nofollow">
|
||||
<meta name="description" content="">
|
||||
<meta name="keywords" content="">
|
||||
<meta name="generator" content="Contao Open Source CMS">
|
||||
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1.0">
|
||||
<style>#left{width:210px;right:210px}#container{padding-left:210px}#footer{height:30px}</style>
|
||||
<link rel="stylesheet" href="assets/css/0eeb07bcdb48.css">
|
||||
<link type="application/rss+xml" rel="alternate" href="https://www.tanzsportclub.vfl-sindelfingen.de/share/nachrichten.xml" title="neue Nachricht">
|
||||
<script src="assets/js/0e3b88c98c5a.js"></script>
|
||||
|
||||
<!--[if lt IE 9]><script src="assets/html5shiv/3.7.2/html5shiv-printshiv.min.js"></script><![endif]-->
|
||||
|
||||
</head>
|
||||
<body id="top" class="unknown other ">
|
||||
|
||||
|
||||
<div id="wrapper">
|
||||
|
||||
<header id="header">
|
||||
<div class="inside">
|
||||
|
||||
<a href="https://tanzsportclub.vfl-sindelfingen.de/"><img id="logo" title="Home" src="files/tsc/img/share/logo.jpg" alt="zurück zur Startseite" /></a>
|
||||
<a href="https://www.vfl-sindelfingen.de/"><img id="logo_vfl" title="zum VfL Sindelfingen" src="files/tsc/img/share/logo_vfl.gif" alt="zur Seite des VfL Sindelfingen" /></a><div class="mod_rocksolid_slider block">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/slider-turnier.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/Banner-RENOTE.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/Fotobanner2.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/Banner-Show2016-k.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/Banner2019.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="assets/images/a/Paare_2019s-2f72735a.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<script>
|
||||
(function() {
|
||||
|
||||
var sliderElement = [].slice.call(document.getElementsByClassName('mod_rocksolid_slider'), -1 )[0];
|
||||
|
||||
if (window.jQuery && jQuery.fn.rstSlider) {
|
||||
init();
|
||||
}
|
||||
else {
|
||||
document.addEventListener('DOMContentLoaded', init);
|
||||
}
|
||||
|
||||
function init() {
|
||||
|
||||
var $ = jQuery;
|
||||
var slider = $(sliderElement);
|
||||
|
||||
slider.find('video[data-rsts-background], [data-rsts-type=video] video').each(function() {
|
||||
// Disable mejs for videos
|
||||
this.player = false;
|
||||
});
|
||||
|
||||
slider.rstSlider({"type":"fade-in-out","navType":"bullets","scaleMode":"fit","imagePosition":"center","random":true,"loop":true,"videoAutoplay":false,"autoplayProgress":false,"pauseAutoplayOnHover":true,"keyboard":true,"captions":false,"controls":false,"thumbControls":false,"combineNavItems":true,"duration":1500,"autoplay":6000,"visibleAreaAlign":0.5,"gapSize":"0%"});
|
||||
|
||||
// Fix missing lightbox links
|
||||
$(function() {
|
||||
|
||||
if (!$.fn.colorbox) {
|
||||
return;
|
||||
}
|
||||
|
||||
var lightboxConfig = {
|
||||
loop: false,
|
||||
rel: function() {
|
||||
return $(this).attr('data-lightbox');
|
||||
},
|
||||
maxWidth: '95%',
|
||||
maxHeight: '95%'
|
||||
};
|
||||
|
||||
|
||||
var update = function(links) {
|
||||
links.colorbox(lightboxConfig);
|
||||
};
|
||||
|
||||
slider.on('rsts-slidestart rsts-slidestop', function(event) {
|
||||
update(slider.find('a[data-lightbox]'));
|
||||
});
|
||||
|
||||
update(slider.find('a[data-lightbox]'));
|
||||
|
||||
});
|
||||
|
||||
}
|
||||
|
||||
})();
|
||||
</script>
|
||||
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<nav class="mod_navigation block" id="menu1">
|
||||
|
||||
|
||||
<a href="nachrichten-leser/jahr-2008-steptanz-auftritt-in-bietigheim-bissingen.html#skipNavigation116" class="invisible">Navigation überspringen</a>
|
||||
|
||||
|
||||
<ul class="level_1">
|
||||
<li class="trail first"><a href="startseite.html" title="Aktuell" class="trail first">Aktuell</a></li>
|
||||
<li><a href="der-club.html" title="Der Club">Der Club</a></li>
|
||||
<li><a href="angebote.html" title="Angebote">Angebote</a></li>
|
||||
<li class="last"><a href="info.html" title="Info/Kontakt" class="last">Info/Kontakt</a></li>
|
||||
</ul>
|
||||
|
||||
<a id="skipNavigation116" class="invisible"> </a>
|
||||
|
||||
</nav>
|
||||
<!-- indexer::continue -->
|
||||
|
||||
|
||||
<a class="he2" href="https://tanzsportclub.vfl-sindelfingen.de/nachrichten-leser/jahr-2008-steptanz-auftritt-in-bietigheim-bissingen.html#left" id="jump-to-nav">Menu </a> </div>
|
||||
</header>
|
||||
|
||||
|
||||
<div id="container">
|
||||
|
||||
<div id="main">
|
||||
<div class="inside">
|
||||
|
||||
<div class="mod_newsreader block">
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="layout_full block">
|
||||
|
||||
<h1>Jahr 2008: Steptanz Auftritt in Bietigheim-Bissingen</h1>
|
||||
|
||||
<p class="info"><time datetime="2008-03-25T15:43:00+00:00">25.03.2008</time> </p>
|
||||
|
||||
|
||||
|
||||
<div class="ce_text block">
|
||||
|
||||
|
||||
|
||||
<p>Die Steptanzgruppen vom TSC Sindelfingen im VfL Sindelfingen und vom SV Rohrau beteiligen sich an zwei abendfüllenden Kulturveranstaltungen des Vereins: "Kunst & Kultur in LA" e.V..</p>
|
||||
<p>Nach einigen Veranstaltungen in Baden-Württemberg präsentieren sich verschiedene Kunstgruppen des Vereins mit steppenden, tanzenden, musizierenden und singenden Akteuren. Besonders hervorzuheben sind dabei die selbst inszenierten, komponierten und choreographierten Beiträge. Die Projektgruppe der bildenden Künste bereichert das Bühnenbild mit handgemachten Kunstgegenständen.</p>
|
||||
<p>Genießen Sie diese Shows in der Alten Kelter in Bietigheim-Bissingen am 26.April 08 um 17:00 oder 20:00 Uhr, dargeboten von Laien mit professionellem Anspruch.<br>Weitere Informationen und Inspirationen finden sie unter: <a href="http://www.stepinla.de/">http://www.stepinla.de</a><br><br>Kartenvorverkauf:<br>"Koffer & Tasche", Schieringerstr.2, 74321 Bietigheim-Bissingen (Fußgängerzone) <br>oder unter der oben genannten Internetadresse,sowie Tel. 0172 / 8194088.</p>
|
||||
<p>Steptanzinteressierte sind jederzeit willkommen, um in Sindelfingen oder Rohrau regelmäßigen Unterricht zu besuchen.</p>
|
||||
<p>Anfänger- und Mittelstufenkurse in Sindelfingen: (Discokeller, VfL Sindelfingen, Rudolf-Harbig-Straße 15)Donnerstags 17 Uhr bis 18:15 Uhr<br>Fortgeschrittenenkurs in Sindelfingen:Donnerstags 20:15 Uhr bis 21:30 Uhr</p>
|
||||
<p>Mittelstufenkurs in Rohrau: (Schönbuchhalle)Donnerstags 18:45 Uhr bis 20:00 Uhr</p>
|
||||
<p>Geleitet werden diese Kurse von Marita Unsner und Kai Kresse, die seit mehr als 10 Jahren über 80 Steptanzbegeisterte unterrichten. Ihre Erfahrungen auf der Bühne und im Unterricht haben sie bereits mit vielen prominenten Gästen, wie auch bei nationalen und internationalen Meisterschaften unter Beweis stellen können.</p>
|
||||
<div style="text-align: center; margin-left: 40px;"><img style="margin: 15px;" src="files/vfl/2008/080426step.jpg" alt="step in LA"></div>
|
||||
<p>25.03.2008</p>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<p class="back"><a href="javascript:history.go(-1)" title="Zurück">Zurück</a></p>
|
||||
<!-- indexer::continue -->
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<aside id="left">
|
||||
<div class="inside">
|
||||
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<nav class="mod_navigation he2 block" id="menu2">
|
||||
|
||||
|
||||
<a href="nachrichten-leser/jahr-2008-steptanz-auftritt-in-bietigheim-bissingen.html#skipNavigation121" class="invisible">Navigation überspringen</a>
|
||||
|
||||
|
||||
<ul class="level_1">
|
||||
<li class="sibling first"><a href="termine.html" title="Termine" class="sibling first" rel="nofollow">Termine</a></li>
|
||||
<li class="sibling"><a href="turniermeldung.html" title="Turniermeldung" class="sibling" rel="nofollow">Turniermeldung</a></li>
|
||||
<li class="sibling last"><a href="pressestimmen.html" title="Pressestimmen" class="sibling last">Pressestimmen</a></li>
|
||||
</ul>
|
||||
|
||||
<a id="skipNavigation121" class="invisible"> </a>
|
||||
|
||||
</nav>
|
||||
<!-- indexer::continue -->
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<nav class="mod_navigation block" id="jump-to-nav1">
|
||||
|
||||
|
||||
<a href="nachrichten-leser/jahr-2008-steptanz-auftritt-in-bietigheim-bissingen.html#skipNavigation145" class="invisible">Navigation überspringen</a>
|
||||
|
||||
|
||||
<ul class="level_1">
|
||||
<li class="submenu trail first"><a href="startseite.html" title="Aktuell" class="submenu trail first" aria-haspopup="true">Aktuell</a>
|
||||
<ul class="level_2">
|
||||
<li class="sibling first"><a href="termine.html" title="Termine" class="sibling first" rel="nofollow">Termine</a></li>
|
||||
<li class="sibling"><a href="turniermeldung.html" title="Turniermeldung" class="sibling" rel="nofollow">Turniermeldung</a></li>
|
||||
<li class="sibling last"><a href="pressestimmen.html" title="Pressestimmen" class="sibling last">Pressestimmen</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="submenu"><a href="der-club.html" title="Der Club" class="submenu" aria-haspopup="true">Der Club</a>
|
||||
<ul class="level_2">
|
||||
<li class="first"><a href="vorstand.html" title="Vorstand" class="first">Vorstand</a></li>
|
||||
<li><a href="beitrag.html" title="Beitrag">Beitrag</a></li>
|
||||
<li><a href="trainer.html" title="Trainer">Trainer</a></li>
|
||||
<li><a href="trainingsraeume.html" title="Trainingsräume">Trainingsräume</a></li>
|
||||
<li class="last"><a href="impressum.html" title="Impressum" class="last">Impressum</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="submenu"><a href="angebote.html" title="Angebote" class="submenu" aria-haspopup="true">Angebote</a>
|
||||
<ul class="level_2">
|
||||
<li class="first"><a href="tanzkreise.html" title="Tanzkreise" class="first">Tanzkreise</a></li>
|
||||
<li><a href="breitensport.html" title="Breitensport">Breitensport</a></li>
|
||||
<li><a href="turniertanz.html" title="Turniertanz">Turniertanz</a></li>
|
||||
<li><a href="kindergruppen.html" title="Kinder/Jugend">Kinder/Jugend</a></li>
|
||||
<li><a href="dance-styles.html" title="Dance-Styles">Dance-Styles</a></li>
|
||||
<li><a href="discofox.html" title="Discofox">Discofox</a></li>
|
||||
<li class="last"><a href="trainingszeiten.html" title="Trainingszeiten" class="last">Trainingszeiten</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="submenu last"><a href="info.html" title="Info/Kontakt" class="submenu last" aria-haspopup="true">Info/Kontakt</a>
|
||||
<ul class="level_2">
|
||||
<li class="first"><a href="raumbelegung.html" title="Raumbelegung" class="first">Raumbelegung</a></li>
|
||||
<li><a href="turniersport.html" title="Turniersport">Turniersport</a></li>
|
||||
<li><a href="linkliste.html" title="Linkliste">Linkliste</a></li>
|
||||
<li class="last"><a href="sitemap.html" title="Sitemap" class="last">Sitemap</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<a id="skipNavigation145" class="invisible"> </a>
|
||||
|
||||
</nav>
|
||||
<!-- indexer::continue -->
|
||||
</div>
|
||||
</aside>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<footer id="footer">
|
||||
<div class="inside">
|
||||
|
||||
<div id="footer_innen">
|
||||
<div id="footer_inhalt_links">TSC im VfL Sindelfingen</div>
|
||||
<div id="metanavi">
|
||||
<ul>
|
||||
<li><a href="info.html">Kontakt</a></li>
|
||||
<li><a href="sitemap.html">Sitemap</a></li>
|
||||
<li><a href="impressum.html">Impressum & Datenschutz</a></li>
|
||||
<li><a href="https://www.facebook.com/pages/Tanzsportclub-im-VfL-Sindelfingen/140842382700982" class="facebook"></a></li>
|
||||
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</div> </div>
|
||||
</footer>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<script src="assets/swipe/2.0/js/swipe.min.js"></script>
|
||||
<script>
|
||||
(function($) {
|
||||
$(document).ready(function() {
|
||||
$('.ce_sliderStart').each(function(i, cte) {
|
||||
var s = $('.content-slider', cte)[0],
|
||||
c = s.getAttribute('data-config').split(',');
|
||||
new Swipe(s, {
|
||||
// Put custom options here
|
||||
'auto': parseInt(c[0]),
|
||||
'speed': parseInt(c[1]),
|
||||
'startSlide': parseInt(c[2]),
|
||||
'continuous': parseInt(c[3]),
|
||||
'menu': $('.slider-control', cte)[0]
|
||||
});
|
||||
});
|
||||
});
|
||||
})(jQuery);
|
||||
</script>
|
||||
|
||||
<script src="assets/jquery/colorbox/1.6.1/js/colorbox.min.js"></script>
|
||||
<script>
|
||||
(function($) {
|
||||
$(document).ready(function() {
|
||||
$('a[data-lightbox]').map(function() {
|
||||
$(this).colorbox({
|
||||
// Put custom options here
|
||||
loop: false,
|
||||
rel: $(this).attr('data-lightbox'),
|
||||
maxWidth: '95%',
|
||||
maxHeight: '95%'
|
||||
});
|
||||
});
|
||||
});
|
||||
})(jQuery);
|
||||
</script>
|
||||
|
||||
<script src="assets/jquery/mediaelement/2.21.2/js/mediaelement-and-player.min.js"></script>
|
||||
<script>
|
||||
(function($) {
|
||||
$(document).ready(function() {
|
||||
$('video,audio').filter(function() {
|
||||
return $(this).parents('picture').length === 0;
|
||||
}).mediaelementplayer({
|
||||
// Put custom options here
|
||||
pluginPath: '/assets/jquery/mediaelement/2.21.2/',
|
||||
flashName: 'legacy/flashmediaelement.swf',
|
||||
silverlightName: 'legacy/silverlightmediaelement.xap'
|
||||
});
|
||||
});
|
||||
})(jQuery);
|
||||
</script>
|
||||
|
||||
<script src="assets/mootools/mediabox/1.4.6/js/mediabox.js"></script>
|
||||
<script>
|
||||
(function($) {
|
||||
window.addEvent('domready', function() {
|
||||
$$('a[data-lightbox]').mediabox({
|
||||
// Put custom options here
|
||||
}, function(el) {
|
||||
return [el.href, el.title, el.getAttribute('data-lightbox')];
|
||||
}, function(el) {
|
||||
var data = this.getAttribute('data-lightbox').split(' ');
|
||||
return (this == el) || (data[0] && el.getAttribute('data-lightbox').match(data[0]));
|
||||
});
|
||||
$('mbImage').addEvent('swipe', function(e) {
|
||||
(e.direction == 'left') ? $('mbNextLink').fireEvent('click') : $('mbPrevLink').fireEvent('click');
|
||||
});
|
||||
});
|
||||
})(document.id);
|
||||
</script>
|
||||
|
||||
<script>setTimeout(function(){var e=function(e,t){try{var n=new XMLHttpRequest}catch(r){return}n.open("GET",e,!0),n.onreadystatechange=function(){this.readyState==4&&this.status==200&&typeof t=="function"&&t(this.responseText)},n.send()},t="system/cron/cron.";e(t+"txt",function(n){parseInt(n||0)<Math.round(+(new Date)/1e3)-86400&&e(t+"php")})},5e3);</script>
|
||||
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<div class="cookiebar cookiebar--position-top" role="complementary" aria-describedby="cookiebar-text" style="display:none;" data-cookiebar="COOKIEBAR_1">
|
||||
<div id="cookiebar-text" class="cookiebar__text" aria-live="assertive" role="alert">
|
||||
<span class="cookiebar__message">Wir verwenden Cookies, um Ihnen das beste Nutzererlebnis bieten zu können. Wenn Sie fortfahren, diese Seite zu verwenden, nehmen wir an, dass Sie damit einverstanden sind.</span>
|
||||
|
||||
<a href="https://www.vfl-sindelfingen.de/kontakt-hauptverein/datenschutz/" class="cookiebar__link" title="Mehr hierzu">Mehr hierzu</a>
|
||||
</div>
|
||||
|
||||
|
||||
<button class="cookiebar__button" data-cookiebar-accept>OK</button>
|
||||
</div>
|
||||
|
||||
<!-- indexer::continue -->
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,443 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="de">
|
||||
<head>
|
||||
|
||||
<meta charset="utf-8">
|
||||
<title>Jahr 2008: Monika und Gerhard Winkler - Tanzsportclub im VfL Sindelfingen</title>
|
||||
<base href="https://tanzsportclub.vfl-sindelfingen.de/">
|
||||
|
||||
<meta name="robots" content="noindex,nofollow">
|
||||
<meta name="description" content="">
|
||||
<meta name="keywords" content="">
|
||||
<meta name="generator" content="Contao Open Source CMS">
|
||||
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1.0">
|
||||
<style>#left{width:210px;right:210px}#container{padding-left:210px}#footer{height:30px}</style>
|
||||
<link rel="stylesheet" href="assets/css/0eeb07bcdb48.css">
|
||||
<link type="application/rss+xml" rel="alternate" href="https://www.tanzsportclub.vfl-sindelfingen.de/share/nachrichten.xml" title="neue Nachricht">
|
||||
<script src="assets/js/0e3b88c98c5a.js"></script>
|
||||
|
||||
<!--[if lt IE 9]><script src="assets/html5shiv/3.7.2/html5shiv-printshiv.min.js"></script><![endif]-->
|
||||
|
||||
</head>
|
||||
<body id="top" class="unknown other ">
|
||||
|
||||
|
||||
<div id="wrapper">
|
||||
|
||||
<header id="header">
|
||||
<div class="inside">
|
||||
|
||||
<a href="https://tanzsportclub.vfl-sindelfingen.de/"><img id="logo" title="Home" src="files/tsc/img/share/logo.jpg" alt="zurück zur Startseite" /></a>
|
||||
<a href="https://www.vfl-sindelfingen.de/"><img id="logo_vfl" title="zum VfL Sindelfingen" src="files/tsc/img/share/logo_vfl.gif" alt="zur Seite des VfL Sindelfingen" /></a><div class="mod_rocksolid_slider block">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/slider-turnier.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/Banner-RENOTE.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/Fotobanner2.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/Banner-Show2016-k.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/Banner2019.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="assets/images/a/Paare_2019s-2f72735a.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<script>
|
||||
(function() {
|
||||
|
||||
var sliderElement = [].slice.call(document.getElementsByClassName('mod_rocksolid_slider'), -1 )[0];
|
||||
|
||||
if (window.jQuery && jQuery.fn.rstSlider) {
|
||||
init();
|
||||
}
|
||||
else {
|
||||
document.addEventListener('DOMContentLoaded', init);
|
||||
}
|
||||
|
||||
function init() {
|
||||
|
||||
var $ = jQuery;
|
||||
var slider = $(sliderElement);
|
||||
|
||||
slider.find('video[data-rsts-background], [data-rsts-type=video] video').each(function() {
|
||||
// Disable mejs for videos
|
||||
this.player = false;
|
||||
});
|
||||
|
||||
slider.rstSlider({"type":"fade-in-out","navType":"bullets","scaleMode":"fit","imagePosition":"center","random":true,"loop":true,"videoAutoplay":false,"autoplayProgress":false,"pauseAutoplayOnHover":true,"keyboard":true,"captions":false,"controls":false,"thumbControls":false,"combineNavItems":true,"duration":1500,"autoplay":6000,"visibleAreaAlign":0.5,"gapSize":"0%"});
|
||||
|
||||
// Fix missing lightbox links
|
||||
$(function() {
|
||||
|
||||
if (!$.fn.colorbox) {
|
||||
return;
|
||||
}
|
||||
|
||||
var lightboxConfig = {
|
||||
loop: false,
|
||||
rel: function() {
|
||||
return $(this).attr('data-lightbox');
|
||||
},
|
||||
maxWidth: '95%',
|
||||
maxHeight: '95%'
|
||||
};
|
||||
|
||||
|
||||
var update = function(links) {
|
||||
links.colorbox(lightboxConfig);
|
||||
};
|
||||
|
||||
slider.on('rsts-slidestart rsts-slidestop', function(event) {
|
||||
update(slider.find('a[data-lightbox]'));
|
||||
});
|
||||
|
||||
update(slider.find('a[data-lightbox]'));
|
||||
|
||||
});
|
||||
|
||||
}
|
||||
|
||||
})();
|
||||
</script>
|
||||
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<nav class="mod_navigation block" id="menu1">
|
||||
|
||||
|
||||
<a href="nachrichten-leser/jahr-2008-monika-und-gerhard-winkler.html#skipNavigation116" class="invisible">Navigation überspringen</a>
|
||||
|
||||
|
||||
<ul class="level_1">
|
||||
<li class="trail first"><a href="startseite.html" title="Aktuell" class="trail first">Aktuell</a></li>
|
||||
<li><a href="der-club.html" title="Der Club">Der Club</a></li>
|
||||
<li><a href="angebote.html" title="Angebote">Angebote</a></li>
|
||||
<li class="last"><a href="info.html" title="Info/Kontakt" class="last">Info/Kontakt</a></li>
|
||||
</ul>
|
||||
|
||||
<a id="skipNavigation116" class="invisible"> </a>
|
||||
|
||||
</nav>
|
||||
<!-- indexer::continue -->
|
||||
|
||||
|
||||
<a class="he2" href="https://tanzsportclub.vfl-sindelfingen.de/nachrichten-leser/jahr-2008-monika-und-gerhard-winkler.html#left" id="jump-to-nav">Menu </a> </div>
|
||||
</header>
|
||||
|
||||
|
||||
<div id="container">
|
||||
|
||||
<div id="main">
|
||||
<div class="inside">
|
||||
|
||||
<div class="mod_newsreader block">
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="layout_full block">
|
||||
|
||||
<h1>Jahr 2008: Monika und Gerhard Winkler</h1>
|
||||
|
||||
<p class="info"><time datetime="2008-03-31T15:44:00+00:00">31.03.2008</time> </p>
|
||||
|
||||
|
||||
|
||||
<div class="ce_text block">
|
||||
|
||||
|
||||
|
||||
<p> </p>
|
||||
<p>Monika und Gerhard Winkler waren zu einem Turnier der Senioren III S-Klasse zu einem Turnier eingeladen.</p>
|
||||
<p>Das ist immer eine ganz besondere Ehre, an einem solchen Turnier teilzunehmen. In der Ulmer Jahn-Halle herrschte eine freundschaftliche Atmosphäre und eine tolle Stimmung. In den ersten beiden Runden zeigten Monika und Gerhard Winkler, dass sie große Ambitionen hatten. In der Endrunde tanzten sie wie immer sportlich und trotzdem elegant. Dafür wurden sie am Ende mit dem zweiten Platz belohnt.</p>
|
||||
<p>Monika und Gerhard Winkler tanzten in Berlin auch um "Das blaue Band der Spree", eine Turnierveranstaltung der Superlative. In 46 Turnieren gingen 2850 Paare aus 19 Nationen an den Start. Winklers machten bei einem Weltranglistenturnier in der Senioren II S mit. Hier sind die meisten Paare 10 bis 15 Jahre jünger als Monika und Gerhard Winkler. So waren die beiden glücklich, die zweite Runde zu erreichen. Mit dem 71. Platz von 118 Paaren konnten sie aber noch eine große Zahl an Paaren hinter sich lassen.</p>
|
||||
<p>Christine Richter<br>31.03.2008</p>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<p class="back"><a href="javascript:history.go(-1)" title="Zurück">Zurück</a></p>
|
||||
<!-- indexer::continue -->
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<aside id="left">
|
||||
<div class="inside">
|
||||
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<nav class="mod_navigation he2 block" id="menu2">
|
||||
|
||||
|
||||
<a href="nachrichten-leser/jahr-2008-monika-und-gerhard-winkler.html#skipNavigation121" class="invisible">Navigation überspringen</a>
|
||||
|
||||
|
||||
<ul class="level_1">
|
||||
<li class="sibling first"><a href="termine.html" title="Termine" class="sibling first" rel="nofollow">Termine</a></li>
|
||||
<li class="sibling"><a href="turniermeldung.html" title="Turniermeldung" class="sibling" rel="nofollow">Turniermeldung</a></li>
|
||||
<li class="sibling last"><a href="pressestimmen.html" title="Pressestimmen" class="sibling last">Pressestimmen</a></li>
|
||||
</ul>
|
||||
|
||||
<a id="skipNavigation121" class="invisible"> </a>
|
||||
|
||||
</nav>
|
||||
<!-- indexer::continue -->
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<nav class="mod_navigation block" id="jump-to-nav1">
|
||||
|
||||
|
||||
<a href="nachrichten-leser/jahr-2008-monika-und-gerhard-winkler.html#skipNavigation145" class="invisible">Navigation überspringen</a>
|
||||
|
||||
|
||||
<ul class="level_1">
|
||||
<li class="submenu trail first"><a href="startseite.html" title="Aktuell" class="submenu trail first" aria-haspopup="true">Aktuell</a>
|
||||
<ul class="level_2">
|
||||
<li class="sibling first"><a href="termine.html" title="Termine" class="sibling first" rel="nofollow">Termine</a></li>
|
||||
<li class="sibling"><a href="turniermeldung.html" title="Turniermeldung" class="sibling" rel="nofollow">Turniermeldung</a></li>
|
||||
<li class="sibling last"><a href="pressestimmen.html" title="Pressestimmen" class="sibling last">Pressestimmen</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="submenu"><a href="der-club.html" title="Der Club" class="submenu" aria-haspopup="true">Der Club</a>
|
||||
<ul class="level_2">
|
||||
<li class="first"><a href="vorstand.html" title="Vorstand" class="first">Vorstand</a></li>
|
||||
<li><a href="beitrag.html" title="Beitrag">Beitrag</a></li>
|
||||
<li><a href="trainer.html" title="Trainer">Trainer</a></li>
|
||||
<li><a href="trainingsraeume.html" title="Trainingsräume">Trainingsräume</a></li>
|
||||
<li class="last"><a href="impressum.html" title="Impressum" class="last">Impressum</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="submenu"><a href="angebote.html" title="Angebote" class="submenu" aria-haspopup="true">Angebote</a>
|
||||
<ul class="level_2">
|
||||
<li class="first"><a href="tanzkreise.html" title="Tanzkreise" class="first">Tanzkreise</a></li>
|
||||
<li><a href="breitensport.html" title="Breitensport">Breitensport</a></li>
|
||||
<li><a href="turniertanz.html" title="Turniertanz">Turniertanz</a></li>
|
||||
<li><a href="kindergruppen.html" title="Kinder/Jugend">Kinder/Jugend</a></li>
|
||||
<li><a href="dance-styles.html" title="Dance-Styles">Dance-Styles</a></li>
|
||||
<li><a href="discofox.html" title="Discofox">Discofox</a></li>
|
||||
<li class="last"><a href="trainingszeiten.html" title="Trainingszeiten" class="last">Trainingszeiten</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="submenu last"><a href="info.html" title="Info/Kontakt" class="submenu last" aria-haspopup="true">Info/Kontakt</a>
|
||||
<ul class="level_2">
|
||||
<li class="first"><a href="raumbelegung.html" title="Raumbelegung" class="first">Raumbelegung</a></li>
|
||||
<li><a href="turniersport.html" title="Turniersport">Turniersport</a></li>
|
||||
<li><a href="linkliste.html" title="Linkliste">Linkliste</a></li>
|
||||
<li class="last"><a href="sitemap.html" title="Sitemap" class="last">Sitemap</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<a id="skipNavigation145" class="invisible"> </a>
|
||||
|
||||
</nav>
|
||||
<!-- indexer::continue -->
|
||||
</div>
|
||||
</aside>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<footer id="footer">
|
||||
<div class="inside">
|
||||
|
||||
<div id="footer_innen">
|
||||
<div id="footer_inhalt_links">TSC im VfL Sindelfingen</div>
|
||||
<div id="metanavi">
|
||||
<ul>
|
||||
<li><a href="info.html">Kontakt</a></li>
|
||||
<li><a href="sitemap.html">Sitemap</a></li>
|
||||
<li><a href="impressum.html">Impressum & Datenschutz</a></li>
|
||||
<li><a href="https://www.facebook.com/pages/Tanzsportclub-im-VfL-Sindelfingen/140842382700982" class="facebook"></a></li>
|
||||
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</div> </div>
|
||||
</footer>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<script src="assets/swipe/2.0/js/swipe.min.js"></script>
|
||||
<script>
|
||||
(function($) {
|
||||
$(document).ready(function() {
|
||||
$('.ce_sliderStart').each(function(i, cte) {
|
||||
var s = $('.content-slider', cte)[0],
|
||||
c = s.getAttribute('data-config').split(',');
|
||||
new Swipe(s, {
|
||||
// Put custom options here
|
||||
'auto': parseInt(c[0]),
|
||||
'speed': parseInt(c[1]),
|
||||
'startSlide': parseInt(c[2]),
|
||||
'continuous': parseInt(c[3]),
|
||||
'menu': $('.slider-control', cte)[0]
|
||||
});
|
||||
});
|
||||
});
|
||||
})(jQuery);
|
||||
</script>
|
||||
|
||||
<script src="assets/jquery/colorbox/1.6.1/js/colorbox.min.js"></script>
|
||||
<script>
|
||||
(function($) {
|
||||
$(document).ready(function() {
|
||||
$('a[data-lightbox]').map(function() {
|
||||
$(this).colorbox({
|
||||
// Put custom options here
|
||||
loop: false,
|
||||
rel: $(this).attr('data-lightbox'),
|
||||
maxWidth: '95%',
|
||||
maxHeight: '95%'
|
||||
});
|
||||
});
|
||||
});
|
||||
})(jQuery);
|
||||
</script>
|
||||
|
||||
<script src="assets/jquery/mediaelement/2.21.2/js/mediaelement-and-player.min.js"></script>
|
||||
<script>
|
||||
(function($) {
|
||||
$(document).ready(function() {
|
||||
$('video,audio').filter(function() {
|
||||
return $(this).parents('picture').length === 0;
|
||||
}).mediaelementplayer({
|
||||
// Put custom options here
|
||||
pluginPath: '/assets/jquery/mediaelement/2.21.2/',
|
||||
flashName: 'legacy/flashmediaelement.swf',
|
||||
silverlightName: 'legacy/silverlightmediaelement.xap'
|
||||
});
|
||||
});
|
||||
})(jQuery);
|
||||
</script>
|
||||
|
||||
<script src="assets/mootools/mediabox/1.4.6/js/mediabox.js"></script>
|
||||
<script>
|
||||
(function($) {
|
||||
window.addEvent('domready', function() {
|
||||
$$('a[data-lightbox]').mediabox({
|
||||
// Put custom options here
|
||||
}, function(el) {
|
||||
return [el.href, el.title, el.getAttribute('data-lightbox')];
|
||||
}, function(el) {
|
||||
var data = this.getAttribute('data-lightbox').split(' ');
|
||||
return (this == el) || (data[0] && el.getAttribute('data-lightbox').match(data[0]));
|
||||
});
|
||||
$('mbImage').addEvent('swipe', function(e) {
|
||||
(e.direction == 'left') ? $('mbNextLink').fireEvent('click') : $('mbPrevLink').fireEvent('click');
|
||||
});
|
||||
});
|
||||
})(document.id);
|
||||
</script>
|
||||
|
||||
<script>setTimeout(function(){var e=function(e,t){try{var n=new XMLHttpRequest}catch(r){return}n.open("GET",e,!0),n.onreadystatechange=function(){this.readyState==4&&this.status==200&&typeof t=="function"&&t(this.responseText)},n.send()},t="system/cron/cron.";e(t+"txt",function(n){parseInt(n||0)<Math.round(+(new Date)/1e3)-86400&&e(t+"php")})},5e3);</script>
|
||||
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<div class="cookiebar cookiebar--position-top" role="complementary" aria-describedby="cookiebar-text" style="display:none;" data-cookiebar="COOKIEBAR_1">
|
||||
<div id="cookiebar-text" class="cookiebar__text" aria-live="assertive" role="alert">
|
||||
<span class="cookiebar__message">Wir verwenden Cookies, um Ihnen das beste Nutzererlebnis bieten zu können. Wenn Sie fortfahren, diese Seite zu verwenden, nehmen wir an, dass Sie damit einverstanden sind.</span>
|
||||
|
||||
<a href="https://www.vfl-sindelfingen.de/kontakt-hauptverein/datenschutz/" class="cookiebar__link" title="Mehr hierzu">Mehr hierzu</a>
|
||||
</div>
|
||||
|
||||
|
||||
<button class="cookiebar__button" data-cookiebar-accept>OK</button>
|
||||
</div>
|
||||
|
||||
<!-- indexer::continue -->
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,443 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="de">
|
||||
<head>
|
||||
|
||||
<meta charset="utf-8">
|
||||
<title>Jahr 2008: 27. Internationales Bodenseetanzfest - Tanzsportclub im VfL Sindelfingen</title>
|
||||
<base href="https://tanzsportclub.vfl-sindelfingen.de/">
|
||||
|
||||
<meta name="robots" content="noindex,nofollow">
|
||||
<meta name="description" content="">
|
||||
<meta name="keywords" content="">
|
||||
<meta name="generator" content="Contao Open Source CMS">
|
||||
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1.0">
|
||||
<style>#left{width:210px;right:210px}#container{padding-left:210px}#footer{height:30px}</style>
|
||||
<link rel="stylesheet" href="assets/css/0eeb07bcdb48.css">
|
||||
<link type="application/rss+xml" rel="alternate" href="https://www.tanzsportclub.vfl-sindelfingen.de/share/nachrichten.xml" title="neue Nachricht">
|
||||
<script src="assets/js/0e3b88c98c5a.js"></script>
|
||||
|
||||
<!--[if lt IE 9]><script src="assets/html5shiv/3.7.2/html5shiv-printshiv.min.js"></script><![endif]-->
|
||||
|
||||
</head>
|
||||
<body id="top" class="unknown other ">
|
||||
|
||||
|
||||
<div id="wrapper">
|
||||
|
||||
<header id="header">
|
||||
<div class="inside">
|
||||
|
||||
<a href="https://tanzsportclub.vfl-sindelfingen.de/"><img id="logo" title="Home" src="files/tsc/img/share/logo.jpg" alt="zurück zur Startseite" /></a>
|
||||
<a href="https://www.vfl-sindelfingen.de/"><img id="logo_vfl" title="zum VfL Sindelfingen" src="files/tsc/img/share/logo_vfl.gif" alt="zur Seite des VfL Sindelfingen" /></a><div class="mod_rocksolid_slider block">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/slider-turnier.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/Banner-RENOTE.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/Fotobanner2.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/Banner-Show2016-k.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/Banner2019.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="assets/images/a/Paare_2019s-2f72735a.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<script>
|
||||
(function() {
|
||||
|
||||
var sliderElement = [].slice.call(document.getElementsByClassName('mod_rocksolid_slider'), -1 )[0];
|
||||
|
||||
if (window.jQuery && jQuery.fn.rstSlider) {
|
||||
init();
|
||||
}
|
||||
else {
|
||||
document.addEventListener('DOMContentLoaded', init);
|
||||
}
|
||||
|
||||
function init() {
|
||||
|
||||
var $ = jQuery;
|
||||
var slider = $(sliderElement);
|
||||
|
||||
slider.find('video[data-rsts-background], [data-rsts-type=video] video').each(function() {
|
||||
// Disable mejs for videos
|
||||
this.player = false;
|
||||
});
|
||||
|
||||
slider.rstSlider({"type":"fade-in-out","navType":"bullets","scaleMode":"fit","imagePosition":"center","random":true,"loop":true,"videoAutoplay":false,"autoplayProgress":false,"pauseAutoplayOnHover":true,"keyboard":true,"captions":false,"controls":false,"thumbControls":false,"combineNavItems":true,"duration":1500,"autoplay":6000,"visibleAreaAlign":0.5,"gapSize":"0%"});
|
||||
|
||||
// Fix missing lightbox links
|
||||
$(function() {
|
||||
|
||||
if (!$.fn.colorbox) {
|
||||
return;
|
||||
}
|
||||
|
||||
var lightboxConfig = {
|
||||
loop: false,
|
||||
rel: function() {
|
||||
return $(this).attr('data-lightbox');
|
||||
},
|
||||
maxWidth: '95%',
|
||||
maxHeight: '95%'
|
||||
};
|
||||
|
||||
|
||||
var update = function(links) {
|
||||
links.colorbox(lightboxConfig);
|
||||
};
|
||||
|
||||
slider.on('rsts-slidestart rsts-slidestop', function(event) {
|
||||
update(slider.find('a[data-lightbox]'));
|
||||
});
|
||||
|
||||
update(slider.find('a[data-lightbox]'));
|
||||
|
||||
});
|
||||
|
||||
}
|
||||
|
||||
})();
|
||||
</script>
|
||||
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<nav class="mod_navigation block" id="menu1">
|
||||
|
||||
|
||||
<a href="nachrichten-leser/jahr-2008-27-internationales-bodenseetanzfest.html#skipNavigation116" class="invisible">Navigation überspringen</a>
|
||||
|
||||
|
||||
<ul class="level_1">
|
||||
<li class="trail first"><a href="startseite.html" title="Aktuell" class="trail first">Aktuell</a></li>
|
||||
<li><a href="der-club.html" title="Der Club">Der Club</a></li>
|
||||
<li><a href="angebote.html" title="Angebote">Angebote</a></li>
|
||||
<li class="last"><a href="info.html" title="Info/Kontakt" class="last">Info/Kontakt</a></li>
|
||||
</ul>
|
||||
|
||||
<a id="skipNavigation116" class="invisible"> </a>
|
||||
|
||||
</nav>
|
||||
<!-- indexer::continue -->
|
||||
|
||||
|
||||
<a class="he2" href="https://tanzsportclub.vfl-sindelfingen.de/nachrichten-leser/jahr-2008-27-internationales-bodenseetanzfest.html#left" id="jump-to-nav">Menu </a> </div>
|
||||
</header>
|
||||
|
||||
|
||||
<div id="container">
|
||||
|
||||
<div id="main">
|
||||
<div class="inside">
|
||||
|
||||
<div class="mod_newsreader block">
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="layout_full block">
|
||||
|
||||
<h1>Jahr 2008: 27. Internationales Bodenseetanzfest</h1>
|
||||
|
||||
<p class="info"><time datetime="2008-04-08T15:45:00+00:00">08.04.2008</time> </p>
|
||||
|
||||
|
||||
|
||||
<div class="ce_text block">
|
||||
|
||||
|
||||
|
||||
<p>Vier Paare des TSC im VfL Sindelfingen mischten beim 27. Internationalen Bodenseetanzfest kräftig mit.</p>
|
||||
<p>Elena Posadino und Walter Gattler sowie Rita und Thorsten Petersmann gingen jeweils nur an einem Tag an den Start. Für Elena Posadino und Walter Gattler gab es in der Hauptgruppe II B-Latein einen tollen dritten Platz. Auch Rita und und Thorsten Petersmann kamen bei ihrem Turnier in der Startklasse Senioren I A (Standard) ins Finale und belegten den fünften Platz.</p>
|
||||
<p>Anke Ludwig und Markus Frey (Hauptgruppe II C-Standard) tanzten an beiden Tagen mit großem Erfolg. Durch ihre guten Leistungen erreichten sie ganz sicher die Endrunden. Am Samstag war es der fünfte Rang. Am Sonntag standen Anke Ludwig und Markus Frey mit dem dritten Platz auf dem Siegertreppchen.</p>
|
||||
<p><a href="http://www.bodenseetanzfest.de/">www.bodenseetanzfest.de</a></p>
|
||||
<p>Christine Richter<br> 08.04.2008</p>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<p class="back"><a href="javascript:history.go(-1)" title="Zurück">Zurück</a></p>
|
||||
<!-- indexer::continue -->
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<aside id="left">
|
||||
<div class="inside">
|
||||
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<nav class="mod_navigation he2 block" id="menu2">
|
||||
|
||||
|
||||
<a href="nachrichten-leser/jahr-2008-27-internationales-bodenseetanzfest.html#skipNavigation121" class="invisible">Navigation überspringen</a>
|
||||
|
||||
|
||||
<ul class="level_1">
|
||||
<li class="sibling first"><a href="termine.html" title="Termine" class="sibling first" rel="nofollow">Termine</a></li>
|
||||
<li class="sibling"><a href="turniermeldung.html" title="Turniermeldung" class="sibling" rel="nofollow">Turniermeldung</a></li>
|
||||
<li class="sibling last"><a href="pressestimmen.html" title="Pressestimmen" class="sibling last">Pressestimmen</a></li>
|
||||
</ul>
|
||||
|
||||
<a id="skipNavigation121" class="invisible"> </a>
|
||||
|
||||
</nav>
|
||||
<!-- indexer::continue -->
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<nav class="mod_navigation block" id="jump-to-nav1">
|
||||
|
||||
|
||||
<a href="nachrichten-leser/jahr-2008-27-internationales-bodenseetanzfest.html#skipNavigation145" class="invisible">Navigation überspringen</a>
|
||||
|
||||
|
||||
<ul class="level_1">
|
||||
<li class="submenu trail first"><a href="startseite.html" title="Aktuell" class="submenu trail first" aria-haspopup="true">Aktuell</a>
|
||||
<ul class="level_2">
|
||||
<li class="sibling first"><a href="termine.html" title="Termine" class="sibling first" rel="nofollow">Termine</a></li>
|
||||
<li class="sibling"><a href="turniermeldung.html" title="Turniermeldung" class="sibling" rel="nofollow">Turniermeldung</a></li>
|
||||
<li class="sibling last"><a href="pressestimmen.html" title="Pressestimmen" class="sibling last">Pressestimmen</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="submenu"><a href="der-club.html" title="Der Club" class="submenu" aria-haspopup="true">Der Club</a>
|
||||
<ul class="level_2">
|
||||
<li class="first"><a href="vorstand.html" title="Vorstand" class="first">Vorstand</a></li>
|
||||
<li><a href="beitrag.html" title="Beitrag">Beitrag</a></li>
|
||||
<li><a href="trainer.html" title="Trainer">Trainer</a></li>
|
||||
<li><a href="trainingsraeume.html" title="Trainingsräume">Trainingsräume</a></li>
|
||||
<li class="last"><a href="impressum.html" title="Impressum" class="last">Impressum</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="submenu"><a href="angebote.html" title="Angebote" class="submenu" aria-haspopup="true">Angebote</a>
|
||||
<ul class="level_2">
|
||||
<li class="first"><a href="tanzkreise.html" title="Tanzkreise" class="first">Tanzkreise</a></li>
|
||||
<li><a href="breitensport.html" title="Breitensport">Breitensport</a></li>
|
||||
<li><a href="turniertanz.html" title="Turniertanz">Turniertanz</a></li>
|
||||
<li><a href="kindergruppen.html" title="Kinder/Jugend">Kinder/Jugend</a></li>
|
||||
<li><a href="dance-styles.html" title="Dance-Styles">Dance-Styles</a></li>
|
||||
<li><a href="discofox.html" title="Discofox">Discofox</a></li>
|
||||
<li class="last"><a href="trainingszeiten.html" title="Trainingszeiten" class="last">Trainingszeiten</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="submenu last"><a href="info.html" title="Info/Kontakt" class="submenu last" aria-haspopup="true">Info/Kontakt</a>
|
||||
<ul class="level_2">
|
||||
<li class="first"><a href="raumbelegung.html" title="Raumbelegung" class="first">Raumbelegung</a></li>
|
||||
<li><a href="turniersport.html" title="Turniersport">Turniersport</a></li>
|
||||
<li><a href="linkliste.html" title="Linkliste">Linkliste</a></li>
|
||||
<li class="last"><a href="sitemap.html" title="Sitemap" class="last">Sitemap</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<a id="skipNavigation145" class="invisible"> </a>
|
||||
|
||||
</nav>
|
||||
<!-- indexer::continue -->
|
||||
</div>
|
||||
</aside>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<footer id="footer">
|
||||
<div class="inside">
|
||||
|
||||
<div id="footer_innen">
|
||||
<div id="footer_inhalt_links">TSC im VfL Sindelfingen</div>
|
||||
<div id="metanavi">
|
||||
<ul>
|
||||
<li><a href="info.html">Kontakt</a></li>
|
||||
<li><a href="sitemap.html">Sitemap</a></li>
|
||||
<li><a href="impressum.html">Impressum & Datenschutz</a></li>
|
||||
<li><a href="https://www.facebook.com/pages/Tanzsportclub-im-VfL-Sindelfingen/140842382700982" class="facebook"></a></li>
|
||||
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</div> </div>
|
||||
</footer>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<script src="assets/swipe/2.0/js/swipe.min.js"></script>
|
||||
<script>
|
||||
(function($) {
|
||||
$(document).ready(function() {
|
||||
$('.ce_sliderStart').each(function(i, cte) {
|
||||
var s = $('.content-slider', cte)[0],
|
||||
c = s.getAttribute('data-config').split(',');
|
||||
new Swipe(s, {
|
||||
// Put custom options here
|
||||
'auto': parseInt(c[0]),
|
||||
'speed': parseInt(c[1]),
|
||||
'startSlide': parseInt(c[2]),
|
||||
'continuous': parseInt(c[3]),
|
||||
'menu': $('.slider-control', cte)[0]
|
||||
});
|
||||
});
|
||||
});
|
||||
})(jQuery);
|
||||
</script>
|
||||
|
||||
<script src="assets/jquery/colorbox/1.6.1/js/colorbox.min.js"></script>
|
||||
<script>
|
||||
(function($) {
|
||||
$(document).ready(function() {
|
||||
$('a[data-lightbox]').map(function() {
|
||||
$(this).colorbox({
|
||||
// Put custom options here
|
||||
loop: false,
|
||||
rel: $(this).attr('data-lightbox'),
|
||||
maxWidth: '95%',
|
||||
maxHeight: '95%'
|
||||
});
|
||||
});
|
||||
});
|
||||
})(jQuery);
|
||||
</script>
|
||||
|
||||
<script src="assets/jquery/mediaelement/2.21.2/js/mediaelement-and-player.min.js"></script>
|
||||
<script>
|
||||
(function($) {
|
||||
$(document).ready(function() {
|
||||
$('video,audio').filter(function() {
|
||||
return $(this).parents('picture').length === 0;
|
||||
}).mediaelementplayer({
|
||||
// Put custom options here
|
||||
pluginPath: '/assets/jquery/mediaelement/2.21.2/',
|
||||
flashName: 'legacy/flashmediaelement.swf',
|
||||
silverlightName: 'legacy/silverlightmediaelement.xap'
|
||||
});
|
||||
});
|
||||
})(jQuery);
|
||||
</script>
|
||||
|
||||
<script src="assets/mootools/mediabox/1.4.6/js/mediabox.js"></script>
|
||||
<script>
|
||||
(function($) {
|
||||
window.addEvent('domready', function() {
|
||||
$$('a[data-lightbox]').mediabox({
|
||||
// Put custom options here
|
||||
}, function(el) {
|
||||
return [el.href, el.title, el.getAttribute('data-lightbox')];
|
||||
}, function(el) {
|
||||
var data = this.getAttribute('data-lightbox').split(' ');
|
||||
return (this == el) || (data[0] && el.getAttribute('data-lightbox').match(data[0]));
|
||||
});
|
||||
$('mbImage').addEvent('swipe', function(e) {
|
||||
(e.direction == 'left') ? $('mbNextLink').fireEvent('click') : $('mbPrevLink').fireEvent('click');
|
||||
});
|
||||
});
|
||||
})(document.id);
|
||||
</script>
|
||||
|
||||
<script>setTimeout(function(){var e=function(e,t){try{var n=new XMLHttpRequest}catch(r){return}n.open("GET",e,!0),n.onreadystatechange=function(){this.readyState==4&&this.status==200&&typeof t=="function"&&t(this.responseText)},n.send()},t="system/cron/cron.";e(t+"txt",function(n){parseInt(n||0)<Math.round(+(new Date)/1e3)-86400&&e(t+"php")})},5e3);</script>
|
||||
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<div class="cookiebar cookiebar--position-top" role="complementary" aria-describedby="cookiebar-text" style="display:none;" data-cookiebar="COOKIEBAR_1">
|
||||
<div id="cookiebar-text" class="cookiebar__text" aria-live="assertive" role="alert">
|
||||
<span class="cookiebar__message">Wir verwenden Cookies, um Ihnen das beste Nutzererlebnis bieten zu können. Wenn Sie fortfahren, diese Seite zu verwenden, nehmen wir an, dass Sie damit einverstanden sind.</span>
|
||||
|
||||
<a href="https://www.vfl-sindelfingen.de/kontakt-hauptverein/datenschutz/" class="cookiebar__link" title="Mehr hierzu">Mehr hierzu</a>
|
||||
</div>
|
||||
|
||||
|
||||
<button class="cookiebar__button" data-cookiebar-accept>OK</button>
|
||||
</div>
|
||||
|
||||
<!-- indexer::continue -->
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,449 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="de">
|
||||
<head>
|
||||
|
||||
<meta charset="utf-8">
|
||||
<title>Jahr 2008: Jugend- und Mitgliederversammlung - Tanzsportclub im VfL Sindelfingen</title>
|
||||
<base href="https://tanzsportclub.vfl-sindelfingen.de/">
|
||||
|
||||
<meta name="robots" content="noindex,nofollow">
|
||||
<meta name="description" content="">
|
||||
<meta name="keywords" content="">
|
||||
<meta name="generator" content="Contao Open Source CMS">
|
||||
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1.0">
|
||||
<style>#left{width:210px;right:210px}#container{padding-left:210px}#footer{height:30px}</style>
|
||||
<link rel="stylesheet" href="assets/css/0eeb07bcdb48.css">
|
||||
<link type="application/rss+xml" rel="alternate" href="https://www.tanzsportclub.vfl-sindelfingen.de/share/nachrichten.xml" title="neue Nachricht">
|
||||
<script src="assets/js/0e3b88c98c5a.js"></script>
|
||||
|
||||
<!--[if lt IE 9]><script src="assets/html5shiv/3.7.2/html5shiv-printshiv.min.js"></script><![endif]-->
|
||||
|
||||
</head>
|
||||
<body id="top" class="unknown other ">
|
||||
|
||||
|
||||
<div id="wrapper">
|
||||
|
||||
<header id="header">
|
||||
<div class="inside">
|
||||
|
||||
<a href="https://tanzsportclub.vfl-sindelfingen.de/"><img id="logo" title="Home" src="files/tsc/img/share/logo.jpg" alt="zurück zur Startseite" /></a>
|
||||
<a href="https://www.vfl-sindelfingen.de/"><img id="logo_vfl" title="zum VfL Sindelfingen" src="files/tsc/img/share/logo_vfl.gif" alt="zur Seite des VfL Sindelfingen" /></a><div class="mod_rocksolid_slider block">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/slider-turnier.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/Banner-RENOTE.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/Fotobanner2.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/Banner-Show2016-k.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/Banner2019.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="assets/images/a/Paare_2019s-2f72735a.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<script>
|
||||
(function() {
|
||||
|
||||
var sliderElement = [].slice.call(document.getElementsByClassName('mod_rocksolid_slider'), -1 )[0];
|
||||
|
||||
if (window.jQuery && jQuery.fn.rstSlider) {
|
||||
init();
|
||||
}
|
||||
else {
|
||||
document.addEventListener('DOMContentLoaded', init);
|
||||
}
|
||||
|
||||
function init() {
|
||||
|
||||
var $ = jQuery;
|
||||
var slider = $(sliderElement);
|
||||
|
||||
slider.find('video[data-rsts-background], [data-rsts-type=video] video').each(function() {
|
||||
// Disable mejs for videos
|
||||
this.player = false;
|
||||
});
|
||||
|
||||
slider.rstSlider({"type":"fade-in-out","navType":"bullets","scaleMode":"fit","imagePosition":"center","random":true,"loop":true,"videoAutoplay":false,"autoplayProgress":false,"pauseAutoplayOnHover":true,"keyboard":true,"captions":false,"controls":false,"thumbControls":false,"combineNavItems":true,"duration":1500,"autoplay":6000,"visibleAreaAlign":0.5,"gapSize":"0%"});
|
||||
|
||||
// Fix missing lightbox links
|
||||
$(function() {
|
||||
|
||||
if (!$.fn.colorbox) {
|
||||
return;
|
||||
}
|
||||
|
||||
var lightboxConfig = {
|
||||
loop: false,
|
||||
rel: function() {
|
||||
return $(this).attr('data-lightbox');
|
||||
},
|
||||
maxWidth: '95%',
|
||||
maxHeight: '95%'
|
||||
};
|
||||
|
||||
|
||||
var update = function(links) {
|
||||
links.colorbox(lightboxConfig);
|
||||
};
|
||||
|
||||
slider.on('rsts-slidestart rsts-slidestop', function(event) {
|
||||
update(slider.find('a[data-lightbox]'));
|
||||
});
|
||||
|
||||
update(slider.find('a[data-lightbox]'));
|
||||
|
||||
});
|
||||
|
||||
}
|
||||
|
||||
})();
|
||||
</script>
|
||||
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<nav class="mod_navigation block" id="menu1">
|
||||
|
||||
|
||||
<a href="nachrichten-leser/jahr-2008-jugend-und-mitgliederversammlung.html#skipNavigation116" class="invisible">Navigation überspringen</a>
|
||||
|
||||
|
||||
<ul class="level_1">
|
||||
<li class="trail first"><a href="startseite.html" title="Aktuell" class="trail first">Aktuell</a></li>
|
||||
<li><a href="der-club.html" title="Der Club">Der Club</a></li>
|
||||
<li><a href="angebote.html" title="Angebote">Angebote</a></li>
|
||||
<li class="last"><a href="info.html" title="Info/Kontakt" class="last">Info/Kontakt</a></li>
|
||||
</ul>
|
||||
|
||||
<a id="skipNavigation116" class="invisible"> </a>
|
||||
|
||||
</nav>
|
||||
<!-- indexer::continue -->
|
||||
|
||||
|
||||
<a class="he2" href="https://tanzsportclub.vfl-sindelfingen.de/nachrichten-leser/jahr-2008-jugend-und-mitgliederversammlung.html#left" id="jump-to-nav">Menu </a> </div>
|
||||
</header>
|
||||
|
||||
|
||||
<div id="container">
|
||||
|
||||
<div id="main">
|
||||
<div class="inside">
|
||||
|
||||
<div class="mod_newsreader block">
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="layout_full block">
|
||||
|
||||
<h1>Jahr 2008: Jugend- und Mitgliederversammlung</h1>
|
||||
|
||||
<p class="info"><time datetime="2008-04-17T15:46:00+00:00">17.04.2008</time> </p>
|
||||
|
||||
|
||||
|
||||
<div class="ce_text block">
|
||||
|
||||
|
||||
|
||||
<p>Am Freitag, den 11.04.2008 traf man sich beim TSC im VfL Sindelfingen zur Jugend- und Mitgliederversammlung.</p>
|
||||
<p>Aus dem Bericht des Clubleiters Klaus Richter ging ganz deutlich hervor, dass der Tanzsportclub zwar auf ein schwieriges, aber dennoch erfolgreiches Jahr 2007 zurückblicken kann. Schwierig war das Jahr, da insgesamt sechs Trainerinnen im Laufe des Jahres durch Krankheit, Mutterschutz, Auslandsstudium und Arbeit im Ausland ausfielen. Aber die Lösung wurde durch Vertretungen aus den eigenen Reihen bravourös gelöst.</p>
|
||||
<p>Der Mitgliederstand (ca. 500) wurde trotzdem gehalten. Das spricht für die Akzeptanz aller Vertretungen innerhalb der betroffenen Gruppen. Sportliche Erfolge und Aufstiege in nächsthöhere Klassen konnten in allen Leistungsklassen im In- und Ausland verzeichnet werden.</p>
|
||||
<p>Finanziell steht der TSC im VfL Sindelfingen weiterhin auf sicheren Füßen. Die Kassenprüfer hatten nichts zu beanstanden, sodass der als Vertreter des Hauptvereins anwesende Christian Michel die Entlastungen durchführen konnte.</p>
|
||||
<p>Das wichtigste Thema des Tages waren dann allerdings die turnusmäßigen Neuwahlen des gesamten Vorstandes. Fest stand, dass vier Posten neu besetzt werden mussten. Die übrigen Mitglieder des recht großen Vorstandteams standen wieder zur Wahl. Nicht mehr für ihre Posten kandidierten der bisherige Abteilungsleiter Klaus Richter, sein Vertreter Bernd Wolf und Sportwartin Carmen Wolf. Nach der Geburt von Sohn Marvin legt das Ehepaar Wolf eine Familienpause ein.</p>
|
||||
<p>Die Wahlen gingen alle problemlos - wie immer beim TSC - über die Bühne. Abteilungsleiter ist jetzt der bisherige Vertreter Carsten Lorenz. Ihm zur Seite stehen als Vertreter Klaus Richter und Ingrid Bauer. Zum Sportwart wurde Walter Gattler gewählt. Zum Sportwartteam gehören außerdem Rolf Zimmer und Thorsten Petersmann. Im Kassenteam (Suzana Manojlovic und Markus Feth, Klaus Arndt und Alfred Schmidt - zuständig für die Mitgliederverwaltung - und die Kassenprüfer Herbert Schöllmann und Alfred Keicher) und bei der Presse (Christine Richter und Web-Master Bernd Peter) gab es keine Veränderungen. Im Presseteam werden künftig auch Petra Mornhinweg und Anja Westerhoff mitarbeiten. Das Jugendwartteam war vorher schon im der Jugendversammlung gewählt worden. Die Mitgliederversammlung bestätigte Jugendwartin Sylvia Brückner-Lorenz, Vertreterin Claudia Bentele, Jugendsprecherin Maren Reichel und ihren neu dazugekommenen Vertreter Christian Hirning sowie die Jazzbeauftragte Britta Lang im Amt.</p>
|
||||
<p>Vor der Durchführung der Wahlen wurde Klaus Richter sowohl von den Mitgliedern des TSC als auch von den Trainerinnen nach zehn Jahren Amtszeit mit Geschenken verabschiedet. Der Ehrenvorsitzende Dieter Kühneweg blickte in einer Laudatio auf diese Zeit zurück. Zum Abschluss der Versammlung konnten auch noch langjährige Mitglieder des TSC im VfL Sindelfingen geehrt werden. Für 25 Jahre Mitgliedschaft erhielten Erika und Manfred Röckle die silberne Ehrennadel des VfL. Dazu kam noch ein Geschenk des TSC. Ein Geschenk des TSC erhielten Gertrud und Roland Kocher sowie Elisabeth und Klaus Hamann für 30 Jahre im TSC im VfL Sindelfingen.</p>
|
||||
<p>Nach getaner Arbeit kann sich der TSC aufeine gemeinsame Wanderung und ein Sommerfest freuen. Gespannt kann man auch auf die nächste große Tanzshow in der Stadthalle Sindelfingen sein. Die Termine 7. und 8. Februar 2009 stehen schon fest.</p>
|
||||
<div style="text-align: center; margin-left: 40px;"><img style="margin: 15px;" src="files/vfl/2008/080417_Vorstand2008.jpg" alt="Neuer Vorstand"></div>
|
||||
<p>Von links nach rechts zusehen: Carsten Lorenz, Sylvia Brückner-Lorenz, Christian Michel, Claudia Bentele, Britta Lang, Suzana Manojlovic, Rolf Zimmer, Ingrid Bauer, Markus Feth, Christine und Klaus Richter, Christian Hirning</p>
|
||||
<p>Christine Richter<br> 17.04.2008</p>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<p class="back"><a href="javascript:history.go(-1)" title="Zurück">Zurück</a></p>
|
||||
<!-- indexer::continue -->
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<aside id="left">
|
||||
<div class="inside">
|
||||
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<nav class="mod_navigation he2 block" id="menu2">
|
||||
|
||||
|
||||
<a href="nachrichten-leser/jahr-2008-jugend-und-mitgliederversammlung.html#skipNavigation121" class="invisible">Navigation überspringen</a>
|
||||
|
||||
|
||||
<ul class="level_1">
|
||||
<li class="sibling first"><a href="termine.html" title="Termine" class="sibling first" rel="nofollow">Termine</a></li>
|
||||
<li class="sibling"><a href="turniermeldung.html" title="Turniermeldung" class="sibling" rel="nofollow">Turniermeldung</a></li>
|
||||
<li class="sibling last"><a href="pressestimmen.html" title="Pressestimmen" class="sibling last">Pressestimmen</a></li>
|
||||
</ul>
|
||||
|
||||
<a id="skipNavigation121" class="invisible"> </a>
|
||||
|
||||
</nav>
|
||||
<!-- indexer::continue -->
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<nav class="mod_navigation block" id="jump-to-nav1">
|
||||
|
||||
|
||||
<a href="nachrichten-leser/jahr-2008-jugend-und-mitgliederversammlung.html#skipNavigation145" class="invisible">Navigation überspringen</a>
|
||||
|
||||
|
||||
<ul class="level_1">
|
||||
<li class="submenu trail first"><a href="startseite.html" title="Aktuell" class="submenu trail first" aria-haspopup="true">Aktuell</a>
|
||||
<ul class="level_2">
|
||||
<li class="sibling first"><a href="termine.html" title="Termine" class="sibling first" rel="nofollow">Termine</a></li>
|
||||
<li class="sibling"><a href="turniermeldung.html" title="Turniermeldung" class="sibling" rel="nofollow">Turniermeldung</a></li>
|
||||
<li class="sibling last"><a href="pressestimmen.html" title="Pressestimmen" class="sibling last">Pressestimmen</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="submenu"><a href="der-club.html" title="Der Club" class="submenu" aria-haspopup="true">Der Club</a>
|
||||
<ul class="level_2">
|
||||
<li class="first"><a href="vorstand.html" title="Vorstand" class="first">Vorstand</a></li>
|
||||
<li><a href="beitrag.html" title="Beitrag">Beitrag</a></li>
|
||||
<li><a href="trainer.html" title="Trainer">Trainer</a></li>
|
||||
<li><a href="trainingsraeume.html" title="Trainingsräume">Trainingsräume</a></li>
|
||||
<li class="last"><a href="impressum.html" title="Impressum" class="last">Impressum</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="submenu"><a href="angebote.html" title="Angebote" class="submenu" aria-haspopup="true">Angebote</a>
|
||||
<ul class="level_2">
|
||||
<li class="first"><a href="tanzkreise.html" title="Tanzkreise" class="first">Tanzkreise</a></li>
|
||||
<li><a href="breitensport.html" title="Breitensport">Breitensport</a></li>
|
||||
<li><a href="turniertanz.html" title="Turniertanz">Turniertanz</a></li>
|
||||
<li><a href="kindergruppen.html" title="Kinder/Jugend">Kinder/Jugend</a></li>
|
||||
<li><a href="dance-styles.html" title="Dance-Styles">Dance-Styles</a></li>
|
||||
<li><a href="discofox.html" title="Discofox">Discofox</a></li>
|
||||
<li class="last"><a href="trainingszeiten.html" title="Trainingszeiten" class="last">Trainingszeiten</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="submenu last"><a href="info.html" title="Info/Kontakt" class="submenu last" aria-haspopup="true">Info/Kontakt</a>
|
||||
<ul class="level_2">
|
||||
<li class="first"><a href="raumbelegung.html" title="Raumbelegung" class="first">Raumbelegung</a></li>
|
||||
<li><a href="turniersport.html" title="Turniersport">Turniersport</a></li>
|
||||
<li><a href="linkliste.html" title="Linkliste">Linkliste</a></li>
|
||||
<li class="last"><a href="sitemap.html" title="Sitemap" class="last">Sitemap</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<a id="skipNavigation145" class="invisible"> </a>
|
||||
|
||||
</nav>
|
||||
<!-- indexer::continue -->
|
||||
</div>
|
||||
</aside>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<footer id="footer">
|
||||
<div class="inside">
|
||||
|
||||
<div id="footer_innen">
|
||||
<div id="footer_inhalt_links">TSC im VfL Sindelfingen</div>
|
||||
<div id="metanavi">
|
||||
<ul>
|
||||
<li><a href="info.html">Kontakt</a></li>
|
||||
<li><a href="sitemap.html">Sitemap</a></li>
|
||||
<li><a href="impressum.html">Impressum & Datenschutz</a></li>
|
||||
<li><a href="https://www.facebook.com/pages/Tanzsportclub-im-VfL-Sindelfingen/140842382700982" class="facebook"></a></li>
|
||||
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</div> </div>
|
||||
</footer>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<script src="assets/swipe/2.0/js/swipe.min.js"></script>
|
||||
<script>
|
||||
(function($) {
|
||||
$(document).ready(function() {
|
||||
$('.ce_sliderStart').each(function(i, cte) {
|
||||
var s = $('.content-slider', cte)[0],
|
||||
c = s.getAttribute('data-config').split(',');
|
||||
new Swipe(s, {
|
||||
// Put custom options here
|
||||
'auto': parseInt(c[0]),
|
||||
'speed': parseInt(c[1]),
|
||||
'startSlide': parseInt(c[2]),
|
||||
'continuous': parseInt(c[3]),
|
||||
'menu': $('.slider-control', cte)[0]
|
||||
});
|
||||
});
|
||||
});
|
||||
})(jQuery);
|
||||
</script>
|
||||
|
||||
<script src="assets/jquery/colorbox/1.6.1/js/colorbox.min.js"></script>
|
||||
<script>
|
||||
(function($) {
|
||||
$(document).ready(function() {
|
||||
$('a[data-lightbox]').map(function() {
|
||||
$(this).colorbox({
|
||||
// Put custom options here
|
||||
loop: false,
|
||||
rel: $(this).attr('data-lightbox'),
|
||||
maxWidth: '95%',
|
||||
maxHeight: '95%'
|
||||
});
|
||||
});
|
||||
});
|
||||
})(jQuery);
|
||||
</script>
|
||||
|
||||
<script src="assets/jquery/mediaelement/2.21.2/js/mediaelement-and-player.min.js"></script>
|
||||
<script>
|
||||
(function($) {
|
||||
$(document).ready(function() {
|
||||
$('video,audio').filter(function() {
|
||||
return $(this).parents('picture').length === 0;
|
||||
}).mediaelementplayer({
|
||||
// Put custom options here
|
||||
pluginPath: '/assets/jquery/mediaelement/2.21.2/',
|
||||
flashName: 'legacy/flashmediaelement.swf',
|
||||
silverlightName: 'legacy/silverlightmediaelement.xap'
|
||||
});
|
||||
});
|
||||
})(jQuery);
|
||||
</script>
|
||||
|
||||
<script src="assets/mootools/mediabox/1.4.6/js/mediabox.js"></script>
|
||||
<script>
|
||||
(function($) {
|
||||
window.addEvent('domready', function() {
|
||||
$$('a[data-lightbox]').mediabox({
|
||||
// Put custom options here
|
||||
}, function(el) {
|
||||
return [el.href, el.title, el.getAttribute('data-lightbox')];
|
||||
}, function(el) {
|
||||
var data = this.getAttribute('data-lightbox').split(' ');
|
||||
return (this == el) || (data[0] && el.getAttribute('data-lightbox').match(data[0]));
|
||||
});
|
||||
$('mbImage').addEvent('swipe', function(e) {
|
||||
(e.direction == 'left') ? $('mbNextLink').fireEvent('click') : $('mbPrevLink').fireEvent('click');
|
||||
});
|
||||
});
|
||||
})(document.id);
|
||||
</script>
|
||||
|
||||
<script>setTimeout(function(){var e=function(e,t){try{var n=new XMLHttpRequest}catch(r){return}n.open("GET",e,!0),n.onreadystatechange=function(){this.readyState==4&&this.status==200&&typeof t=="function"&&t(this.responseText)},n.send()},t="system/cron/cron.";e(t+"txt",function(n){parseInt(n||0)<Math.round(+(new Date)/1e3)-86400&&e(t+"php")})},5e3);</script>
|
||||
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<div class="cookiebar cookiebar--position-top" role="complementary" aria-describedby="cookiebar-text" style="display:none;" data-cookiebar="COOKIEBAR_1">
|
||||
<div id="cookiebar-text" class="cookiebar__text" aria-live="assertive" role="alert">
|
||||
<span class="cookiebar__message">Wir verwenden Cookies, um Ihnen das beste Nutzererlebnis bieten zu können. Wenn Sie fortfahren, diese Seite zu verwenden, nehmen wir an, dass Sie damit einverstanden sind.</span>
|
||||
|
||||
<a href="https://www.vfl-sindelfingen.de/kontakt-hauptverein/datenschutz/" class="cookiebar__link" title="Mehr hierzu">Mehr hierzu</a>
|
||||
</div>
|
||||
|
||||
|
||||
<button class="cookiebar__button" data-cookiebar-accept>OK</button>
|
||||
</div>
|
||||
|
||||
<!-- indexer::continue -->
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,444 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="de">
|
||||
<head>
|
||||
|
||||
<meta charset="utf-8">
|
||||
<title>Jahr 2008: TBW Trophy in Karlsruhe und BSW im Bühlertal - Tanzsportclub im VfL Sindelfingen</title>
|
||||
<base href="https://tanzsportclub.vfl-sindelfingen.de/">
|
||||
|
||||
<meta name="robots" content="noindex,nofollow">
|
||||
<meta name="description" content="">
|
||||
<meta name="keywords" content="">
|
||||
<meta name="generator" content="Contao Open Source CMS">
|
||||
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1.0">
|
||||
<style>#left{width:210px;right:210px}#container{padding-left:210px}#footer{height:30px}</style>
|
||||
<link rel="stylesheet" href="assets/css/0eeb07bcdb48.css">
|
||||
<link type="application/rss+xml" rel="alternate" href="https://www.tanzsportclub.vfl-sindelfingen.de/share/nachrichten.xml" title="neue Nachricht">
|
||||
<script src="assets/js/0e3b88c98c5a.js"></script>
|
||||
|
||||
<!--[if lt IE 9]><script src="assets/html5shiv/3.7.2/html5shiv-printshiv.min.js"></script><![endif]-->
|
||||
|
||||
</head>
|
||||
<body id="top" class="unknown other ">
|
||||
|
||||
|
||||
<div id="wrapper">
|
||||
|
||||
<header id="header">
|
||||
<div class="inside">
|
||||
|
||||
<a href="https://tanzsportclub.vfl-sindelfingen.de/"><img id="logo" title="Home" src="files/tsc/img/share/logo.jpg" alt="zurück zur Startseite" /></a>
|
||||
<a href="https://www.vfl-sindelfingen.de/"><img id="logo_vfl" title="zum VfL Sindelfingen" src="files/tsc/img/share/logo_vfl.gif" alt="zur Seite des VfL Sindelfingen" /></a><div class="mod_rocksolid_slider block">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/slider-turnier.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/Banner-RENOTE.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/Fotobanner2.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/Banner-Show2016-k.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/Banner2019.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="assets/images/a/Paare_2019s-2f72735a.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<script>
|
||||
(function() {
|
||||
|
||||
var sliderElement = [].slice.call(document.getElementsByClassName('mod_rocksolid_slider'), -1 )[0];
|
||||
|
||||
if (window.jQuery && jQuery.fn.rstSlider) {
|
||||
init();
|
||||
}
|
||||
else {
|
||||
document.addEventListener('DOMContentLoaded', init);
|
||||
}
|
||||
|
||||
function init() {
|
||||
|
||||
var $ = jQuery;
|
||||
var slider = $(sliderElement);
|
||||
|
||||
slider.find('video[data-rsts-background], [data-rsts-type=video] video').each(function() {
|
||||
// Disable mejs for videos
|
||||
this.player = false;
|
||||
});
|
||||
|
||||
slider.rstSlider({"type":"fade-in-out","navType":"bullets","scaleMode":"fit","imagePosition":"center","random":true,"loop":true,"videoAutoplay":false,"autoplayProgress":false,"pauseAutoplayOnHover":true,"keyboard":true,"captions":false,"controls":false,"thumbControls":false,"combineNavItems":true,"duration":1500,"autoplay":6000,"visibleAreaAlign":0.5,"gapSize":"0%"});
|
||||
|
||||
// Fix missing lightbox links
|
||||
$(function() {
|
||||
|
||||
if (!$.fn.colorbox) {
|
||||
return;
|
||||
}
|
||||
|
||||
var lightboxConfig = {
|
||||
loop: false,
|
||||
rel: function() {
|
||||
return $(this).attr('data-lightbox');
|
||||
},
|
||||
maxWidth: '95%',
|
||||
maxHeight: '95%'
|
||||
};
|
||||
|
||||
|
||||
var update = function(links) {
|
||||
links.colorbox(lightboxConfig);
|
||||
};
|
||||
|
||||
slider.on('rsts-slidestart rsts-slidestop', function(event) {
|
||||
update(slider.find('a[data-lightbox]'));
|
||||
});
|
||||
|
||||
update(slider.find('a[data-lightbox]'));
|
||||
|
||||
});
|
||||
|
||||
}
|
||||
|
||||
})();
|
||||
</script>
|
||||
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<nav class="mod_navigation block" id="menu1">
|
||||
|
||||
|
||||
<a href="nachrichten-leser/jahr-2008-tbw-trophy-in-karlsruhe-und-bsw-im-buehlertal.html#skipNavigation116" class="invisible">Navigation überspringen</a>
|
||||
|
||||
|
||||
<ul class="level_1">
|
||||
<li class="trail first"><a href="startseite.html" title="Aktuell" class="trail first">Aktuell</a></li>
|
||||
<li><a href="der-club.html" title="Der Club">Der Club</a></li>
|
||||
<li><a href="angebote.html" title="Angebote">Angebote</a></li>
|
||||
<li class="last"><a href="info.html" title="Info/Kontakt" class="last">Info/Kontakt</a></li>
|
||||
</ul>
|
||||
|
||||
<a id="skipNavigation116" class="invisible"> </a>
|
||||
|
||||
</nav>
|
||||
<!-- indexer::continue -->
|
||||
|
||||
|
||||
<a class="he2" href="https://tanzsportclub.vfl-sindelfingen.de/nachrichten-leser/jahr-2008-tbw-trophy-in-karlsruhe-und-bsw-im-buehlertal.html#left" id="jump-to-nav">Menu </a> </div>
|
||||
</header>
|
||||
|
||||
|
||||
<div id="container">
|
||||
|
||||
<div id="main">
|
||||
<div class="inside">
|
||||
|
||||
<div class="mod_newsreader block">
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="layout_full block">
|
||||
|
||||
<h1>Jahr 2008: TBW Trophy in Karlsruhe und BSW im Bühlertal</h1>
|
||||
|
||||
<p class="info"><time datetime="2008-04-21T15:49:00+00:00">21.04.2008</time> </p>
|
||||
|
||||
|
||||
|
||||
<div class="ce_text block">
|
||||
|
||||
|
||||
|
||||
<p>In Karlsruhe ging es in den Hauptgruppen Latein und Standard um die Qualifikation für das Endturnier der TBW-Trophy. Vier Paare des TSC im VfL Sindelfingen gingen dabei in insgesamt vier Turnieren an den Start.</p>
|
||||
<p>Katrin Ruder und Wolfgang Reyser (Hauptgruppe C-Latein) starteten zwei Mal und erreichten jeweils das Viertelfinale.</p>
|
||||
<p>Elena Posadino und Walter Gattler – eigentlich Senioren Latein - stellten sind in der jüngeren Hauptgruppe II B-Latein der Konkurrenz. Durch eine wirklich gute Leistung konnte das Paar bei seinem Turnier im Semifinale mittanzen.</p>
|
||||
<p>Anke Ludwig und Markus Frey wollten es gleich drei Mal wissen. Zwei Starts absolvierten sie in der jüngeren Hauptgruppe C-Standard. Sie schlugen sich gut, konnten aber nur bis ins Viertelfinale vordringen. In der Hauptgruppe II C-Standard lief es dann aber ganz besonders gut. Sicher erreichte das Paar das Finale. Am Ende gab es mit Platz Fünf wieder eine Aufstiegsplatzierung und jede Menge Aufstiegspunkte aus den drei Turnieren.</p>
|
||||
<p>Aber nicht nur die Turnierpaare waren erfolgreich. <br> Auch im Breitensport wurden tolle Ergebnisse erzielt. In Bühlertal gingen Ingrid und Bernd Peter sowie Ingrid Bauer und Stefan Dietl in einem Mannschaftswettbewerb an den Start. Sieben Mannschaften mit insgesamt 33 Paaren zeigten über zwei Wertungsrunden durchweg tolle Leistungen. Am Ende gewannen die beiden Sindelfinger Paare zusammen mit Paaren aus Karlsruhe und Pforzheim ganz klar den Mannschaftswettbewerb. Aber auch in der Einzelwertung lagen sie ganz weit vorne. Ingrid und Bernd Peter belegten hier den siebten Platz. Noch besser lief es bei Ingrid Bauer und Stefan Dietl. Mit deutlichen Vorsprung vor allen anderen Paaren belegten sie die ersten Platz.</p>
|
||||
<p>Christine Richter<br>21.04.2008</p>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<p class="back"><a href="javascript:history.go(-1)" title="Zurück">Zurück</a></p>
|
||||
<!-- indexer::continue -->
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<aside id="left">
|
||||
<div class="inside">
|
||||
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<nav class="mod_navigation he2 block" id="menu2">
|
||||
|
||||
|
||||
<a href="nachrichten-leser/jahr-2008-tbw-trophy-in-karlsruhe-und-bsw-im-buehlertal.html#skipNavigation121" class="invisible">Navigation überspringen</a>
|
||||
|
||||
|
||||
<ul class="level_1">
|
||||
<li class="sibling first"><a href="termine.html" title="Termine" class="sibling first" rel="nofollow">Termine</a></li>
|
||||
<li class="sibling"><a href="turniermeldung.html" title="Turniermeldung" class="sibling" rel="nofollow">Turniermeldung</a></li>
|
||||
<li class="sibling last"><a href="pressestimmen.html" title="Pressestimmen" class="sibling last">Pressestimmen</a></li>
|
||||
</ul>
|
||||
|
||||
<a id="skipNavigation121" class="invisible"> </a>
|
||||
|
||||
</nav>
|
||||
<!-- indexer::continue -->
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<nav class="mod_navigation block" id="jump-to-nav1">
|
||||
|
||||
|
||||
<a href="nachrichten-leser/jahr-2008-tbw-trophy-in-karlsruhe-und-bsw-im-buehlertal.html#skipNavigation145" class="invisible">Navigation überspringen</a>
|
||||
|
||||
|
||||
<ul class="level_1">
|
||||
<li class="submenu trail first"><a href="startseite.html" title="Aktuell" class="submenu trail first" aria-haspopup="true">Aktuell</a>
|
||||
<ul class="level_2">
|
||||
<li class="sibling first"><a href="termine.html" title="Termine" class="sibling first" rel="nofollow">Termine</a></li>
|
||||
<li class="sibling"><a href="turniermeldung.html" title="Turniermeldung" class="sibling" rel="nofollow">Turniermeldung</a></li>
|
||||
<li class="sibling last"><a href="pressestimmen.html" title="Pressestimmen" class="sibling last">Pressestimmen</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="submenu"><a href="der-club.html" title="Der Club" class="submenu" aria-haspopup="true">Der Club</a>
|
||||
<ul class="level_2">
|
||||
<li class="first"><a href="vorstand.html" title="Vorstand" class="first">Vorstand</a></li>
|
||||
<li><a href="beitrag.html" title="Beitrag">Beitrag</a></li>
|
||||
<li><a href="trainer.html" title="Trainer">Trainer</a></li>
|
||||
<li><a href="trainingsraeume.html" title="Trainingsräume">Trainingsräume</a></li>
|
||||
<li class="last"><a href="impressum.html" title="Impressum" class="last">Impressum</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="submenu"><a href="angebote.html" title="Angebote" class="submenu" aria-haspopup="true">Angebote</a>
|
||||
<ul class="level_2">
|
||||
<li class="first"><a href="tanzkreise.html" title="Tanzkreise" class="first">Tanzkreise</a></li>
|
||||
<li><a href="breitensport.html" title="Breitensport">Breitensport</a></li>
|
||||
<li><a href="turniertanz.html" title="Turniertanz">Turniertanz</a></li>
|
||||
<li><a href="kindergruppen.html" title="Kinder/Jugend">Kinder/Jugend</a></li>
|
||||
<li><a href="dance-styles.html" title="Dance-Styles">Dance-Styles</a></li>
|
||||
<li><a href="discofox.html" title="Discofox">Discofox</a></li>
|
||||
<li class="last"><a href="trainingszeiten.html" title="Trainingszeiten" class="last">Trainingszeiten</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="submenu last"><a href="info.html" title="Info/Kontakt" class="submenu last" aria-haspopup="true">Info/Kontakt</a>
|
||||
<ul class="level_2">
|
||||
<li class="first"><a href="raumbelegung.html" title="Raumbelegung" class="first">Raumbelegung</a></li>
|
||||
<li><a href="turniersport.html" title="Turniersport">Turniersport</a></li>
|
||||
<li><a href="linkliste.html" title="Linkliste">Linkliste</a></li>
|
||||
<li class="last"><a href="sitemap.html" title="Sitemap" class="last">Sitemap</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<a id="skipNavigation145" class="invisible"> </a>
|
||||
|
||||
</nav>
|
||||
<!-- indexer::continue -->
|
||||
</div>
|
||||
</aside>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<footer id="footer">
|
||||
<div class="inside">
|
||||
|
||||
<div id="footer_innen">
|
||||
<div id="footer_inhalt_links">TSC im VfL Sindelfingen</div>
|
||||
<div id="metanavi">
|
||||
<ul>
|
||||
<li><a href="info.html">Kontakt</a></li>
|
||||
<li><a href="sitemap.html">Sitemap</a></li>
|
||||
<li><a href="impressum.html">Impressum & Datenschutz</a></li>
|
||||
<li><a href="https://www.facebook.com/pages/Tanzsportclub-im-VfL-Sindelfingen/140842382700982" class="facebook"></a></li>
|
||||
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</div> </div>
|
||||
</footer>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<script src="assets/swipe/2.0/js/swipe.min.js"></script>
|
||||
<script>
|
||||
(function($) {
|
||||
$(document).ready(function() {
|
||||
$('.ce_sliderStart').each(function(i, cte) {
|
||||
var s = $('.content-slider', cte)[0],
|
||||
c = s.getAttribute('data-config').split(',');
|
||||
new Swipe(s, {
|
||||
// Put custom options here
|
||||
'auto': parseInt(c[0]),
|
||||
'speed': parseInt(c[1]),
|
||||
'startSlide': parseInt(c[2]),
|
||||
'continuous': parseInt(c[3]),
|
||||
'menu': $('.slider-control', cte)[0]
|
||||
});
|
||||
});
|
||||
});
|
||||
})(jQuery);
|
||||
</script>
|
||||
|
||||
<script src="assets/jquery/colorbox/1.6.1/js/colorbox.min.js"></script>
|
||||
<script>
|
||||
(function($) {
|
||||
$(document).ready(function() {
|
||||
$('a[data-lightbox]').map(function() {
|
||||
$(this).colorbox({
|
||||
// Put custom options here
|
||||
loop: false,
|
||||
rel: $(this).attr('data-lightbox'),
|
||||
maxWidth: '95%',
|
||||
maxHeight: '95%'
|
||||
});
|
||||
});
|
||||
});
|
||||
})(jQuery);
|
||||
</script>
|
||||
|
||||
<script src="assets/jquery/mediaelement/2.21.2/js/mediaelement-and-player.min.js"></script>
|
||||
<script>
|
||||
(function($) {
|
||||
$(document).ready(function() {
|
||||
$('video,audio').filter(function() {
|
||||
return $(this).parents('picture').length === 0;
|
||||
}).mediaelementplayer({
|
||||
// Put custom options here
|
||||
pluginPath: '/assets/jquery/mediaelement/2.21.2/',
|
||||
flashName: 'legacy/flashmediaelement.swf',
|
||||
silverlightName: 'legacy/silverlightmediaelement.xap'
|
||||
});
|
||||
});
|
||||
})(jQuery);
|
||||
</script>
|
||||
|
||||
<script src="assets/mootools/mediabox/1.4.6/js/mediabox.js"></script>
|
||||
<script>
|
||||
(function($) {
|
||||
window.addEvent('domready', function() {
|
||||
$$('a[data-lightbox]').mediabox({
|
||||
// Put custom options here
|
||||
}, function(el) {
|
||||
return [el.href, el.title, el.getAttribute('data-lightbox')];
|
||||
}, function(el) {
|
||||
var data = this.getAttribute('data-lightbox').split(' ');
|
||||
return (this == el) || (data[0] && el.getAttribute('data-lightbox').match(data[0]));
|
||||
});
|
||||
$('mbImage').addEvent('swipe', function(e) {
|
||||
(e.direction == 'left') ? $('mbNextLink').fireEvent('click') : $('mbPrevLink').fireEvent('click');
|
||||
});
|
||||
});
|
||||
})(document.id);
|
||||
</script>
|
||||
|
||||
<script>setTimeout(function(){var e=function(e,t){try{var n=new XMLHttpRequest}catch(r){return}n.open("GET",e,!0),n.onreadystatechange=function(){this.readyState==4&&this.status==200&&typeof t=="function"&&t(this.responseText)},n.send()},t="system/cron/cron.";e(t+"txt",function(n){parseInt(n||0)<Math.round(+(new Date)/1e3)-86400&&e(t+"php")})},5e3);</script>
|
||||
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<div class="cookiebar cookiebar--position-top" role="complementary" aria-describedby="cookiebar-text" style="display:none;" data-cookiebar="COOKIEBAR_1">
|
||||
<div id="cookiebar-text" class="cookiebar__text" aria-live="assertive" role="alert">
|
||||
<span class="cookiebar__message">Wir verwenden Cookies, um Ihnen das beste Nutzererlebnis bieten zu können. Wenn Sie fortfahren, diese Seite zu verwenden, nehmen wir an, dass Sie damit einverstanden sind.</span>
|
||||
|
||||
<a href="https://www.vfl-sindelfingen.de/kontakt-hauptverein/datenschutz/" class="cookiebar__link" title="Mehr hierzu">Mehr hierzu</a>
|
||||
</div>
|
||||
|
||||
|
||||
<button class="cookiebar__button" data-cookiebar-accept>OK</button>
|
||||
</div>
|
||||
|
||||
<!-- indexer::continue -->
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,446 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="de">
|
||||
<head>
|
||||
|
||||
<meta charset="utf-8">
|
||||
<title>Jahr 2008: Hauptgruppe II C und Senioren B-Latein - Tanzsportclub im VfL Sindelfingen</title>
|
||||
<base href="https://tanzsportclub.vfl-sindelfingen.de/">
|
||||
|
||||
<meta name="robots" content="noindex,nofollow">
|
||||
<meta name="description" content="">
|
||||
<meta name="keywords" content="">
|
||||
<meta name="generator" content="Contao Open Source CMS">
|
||||
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1.0">
|
||||
<style>#left{width:210px;right:210px}#container{padding-left:210px}#footer{height:30px}</style>
|
||||
<link rel="stylesheet" href="assets/css/0eeb07bcdb48.css">
|
||||
<link type="application/rss+xml" rel="alternate" href="https://www.tanzsportclub.vfl-sindelfingen.de/share/nachrichten.xml" title="neue Nachricht">
|
||||
<script src="assets/js/0e3b88c98c5a.js"></script>
|
||||
|
||||
<!--[if lt IE 9]><script src="assets/html5shiv/3.7.2/html5shiv-printshiv.min.js"></script><![endif]-->
|
||||
|
||||
</head>
|
||||
<body id="top" class="unknown other ">
|
||||
|
||||
|
||||
<div id="wrapper">
|
||||
|
||||
<header id="header">
|
||||
<div class="inside">
|
||||
|
||||
<a href="https://tanzsportclub.vfl-sindelfingen.de/"><img id="logo" title="Home" src="files/tsc/img/share/logo.jpg" alt="zurück zur Startseite" /></a>
|
||||
<a href="https://www.vfl-sindelfingen.de/"><img id="logo_vfl" title="zum VfL Sindelfingen" src="files/tsc/img/share/logo_vfl.gif" alt="zur Seite des VfL Sindelfingen" /></a><div class="mod_rocksolid_slider block">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/slider-turnier.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/Banner-RENOTE.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/Fotobanner2.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/Banner-Show2016-k.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/Banner2019.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="assets/images/a/Paare_2019s-2f72735a.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<script>
|
||||
(function() {
|
||||
|
||||
var sliderElement = [].slice.call(document.getElementsByClassName('mod_rocksolid_slider'), -1 )[0];
|
||||
|
||||
if (window.jQuery && jQuery.fn.rstSlider) {
|
||||
init();
|
||||
}
|
||||
else {
|
||||
document.addEventListener('DOMContentLoaded', init);
|
||||
}
|
||||
|
||||
function init() {
|
||||
|
||||
var $ = jQuery;
|
||||
var slider = $(sliderElement);
|
||||
|
||||
slider.find('video[data-rsts-background], [data-rsts-type=video] video').each(function() {
|
||||
// Disable mejs for videos
|
||||
this.player = false;
|
||||
});
|
||||
|
||||
slider.rstSlider({"type":"fade-in-out","navType":"bullets","scaleMode":"fit","imagePosition":"center","random":true,"loop":true,"videoAutoplay":false,"autoplayProgress":false,"pauseAutoplayOnHover":true,"keyboard":true,"captions":false,"controls":false,"thumbControls":false,"combineNavItems":true,"duration":1500,"autoplay":6000,"visibleAreaAlign":0.5,"gapSize":"0%"});
|
||||
|
||||
// Fix missing lightbox links
|
||||
$(function() {
|
||||
|
||||
if (!$.fn.colorbox) {
|
||||
return;
|
||||
}
|
||||
|
||||
var lightboxConfig = {
|
||||
loop: false,
|
||||
rel: function() {
|
||||
return $(this).attr('data-lightbox');
|
||||
},
|
||||
maxWidth: '95%',
|
||||
maxHeight: '95%'
|
||||
};
|
||||
|
||||
|
||||
var update = function(links) {
|
||||
links.colorbox(lightboxConfig);
|
||||
};
|
||||
|
||||
slider.on('rsts-slidestart rsts-slidestop', function(event) {
|
||||
update(slider.find('a[data-lightbox]'));
|
||||
});
|
||||
|
||||
update(slider.find('a[data-lightbox]'));
|
||||
|
||||
});
|
||||
|
||||
}
|
||||
|
||||
})();
|
||||
</script>
|
||||
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<nav class="mod_navigation block" id="menu1">
|
||||
|
||||
|
||||
<a href="nachrichten-leser/jahr-2008-hauptgruppe-ii-c-und-senioren-b-latein.html#skipNavigation116" class="invisible">Navigation überspringen</a>
|
||||
|
||||
|
||||
<ul class="level_1">
|
||||
<li class="trail first"><a href="startseite.html" title="Aktuell" class="trail first">Aktuell</a></li>
|
||||
<li><a href="der-club.html" title="Der Club">Der Club</a></li>
|
||||
<li><a href="angebote.html" title="Angebote">Angebote</a></li>
|
||||
<li class="last"><a href="info.html" title="Info/Kontakt" class="last">Info/Kontakt</a></li>
|
||||
</ul>
|
||||
|
||||
<a id="skipNavigation116" class="invisible"> </a>
|
||||
|
||||
</nav>
|
||||
<!-- indexer::continue -->
|
||||
|
||||
|
||||
<a class="he2" href="https://tanzsportclub.vfl-sindelfingen.de/nachrichten-leser/jahr-2008-hauptgruppe-ii-c-und-senioren-b-latein.html#left" id="jump-to-nav">Menu </a> </div>
|
||||
</header>
|
||||
|
||||
|
||||
<div id="container">
|
||||
|
||||
<div id="main">
|
||||
<div class="inside">
|
||||
|
||||
<div class="mod_newsreader block">
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="layout_full block">
|
||||
|
||||
<h1>Jahr 2008: Hauptgruppe II C und Senioren B-Latein</h1>
|
||||
|
||||
<p class="info"><time datetime="2008-04-28T15:50:00+00:00">28.04.2008</time> </p>
|
||||
|
||||
|
||||
|
||||
<div class="ce_text block">
|
||||
|
||||
|
||||
|
||||
<p> </p>
|
||||
<p>Zwei Paare des TSC im VfL Sindelfingen erreichten Treppchenplätze.</p>
|
||||
<h4>Hauptgruppe II C</h4>
|
||||
<p>Anke Ludwig und Markus Frey mussten dafür praktisch „nur um die Ecke“. Beim Nachbarverein 1. TSC Schwarz-Rot Herrenberg gingen die Beiden in der Hauptgruppe II C an den Start. In letzter Zeit hatte das Paar durch das musikalische und ausgeglichene Tanzen immer das Finale gebucht. So auch wieder in Herrenberg. Anke Ludwig und Markus Frey zeigten eine tolle Leistung und ertanzten sich den dritten Platz.</p>
|
||||
<div style="text-align: center; margin-left: 40px;"><img style="margin: 15px;" src="files/vfl/2008/080428.jpg" alt="Anke Ludwig und Markus Frey"></div>
|
||||
<h4>Senioren B-Latein</h4>
|
||||
<p>Elena Posadino und Walter Gattler mussten für ihren Erfolg wesentlich weiter fahren. In München ging es im den Bayern-Pokal. Seit das Paar sich für den Wechsel von der Hauptgruppe in die Startklasse Senioren B-Latein entschieden hat, tanzt es immer ganz vorne mit. Natürlich auch in München. Von Anfang an machten Elena Posadino und Walter Gattler klar, dass sie ganz große Ambitionen hatten. Ihr technisch sauberes und Ausdruck starkes Tanzen brachte ihnen am Ende den zweiten Platz ein.</p>
|
||||
<p>Christine Richter<br>28.04.2008</p>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<p class="back"><a href="javascript:history.go(-1)" title="Zurück">Zurück</a></p>
|
||||
<!-- indexer::continue -->
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<aside id="left">
|
||||
<div class="inside">
|
||||
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<nav class="mod_navigation he2 block" id="menu2">
|
||||
|
||||
|
||||
<a href="nachrichten-leser/jahr-2008-hauptgruppe-ii-c-und-senioren-b-latein.html#skipNavigation121" class="invisible">Navigation überspringen</a>
|
||||
|
||||
|
||||
<ul class="level_1">
|
||||
<li class="sibling first"><a href="termine.html" title="Termine" class="sibling first" rel="nofollow">Termine</a></li>
|
||||
<li class="sibling"><a href="turniermeldung.html" title="Turniermeldung" class="sibling" rel="nofollow">Turniermeldung</a></li>
|
||||
<li class="sibling last"><a href="pressestimmen.html" title="Pressestimmen" class="sibling last">Pressestimmen</a></li>
|
||||
</ul>
|
||||
|
||||
<a id="skipNavigation121" class="invisible"> </a>
|
||||
|
||||
</nav>
|
||||
<!-- indexer::continue -->
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<nav class="mod_navigation block" id="jump-to-nav1">
|
||||
|
||||
|
||||
<a href="nachrichten-leser/jahr-2008-hauptgruppe-ii-c-und-senioren-b-latein.html#skipNavigation145" class="invisible">Navigation überspringen</a>
|
||||
|
||||
|
||||
<ul class="level_1">
|
||||
<li class="submenu trail first"><a href="startseite.html" title="Aktuell" class="submenu trail first" aria-haspopup="true">Aktuell</a>
|
||||
<ul class="level_2">
|
||||
<li class="sibling first"><a href="termine.html" title="Termine" class="sibling first" rel="nofollow">Termine</a></li>
|
||||
<li class="sibling"><a href="turniermeldung.html" title="Turniermeldung" class="sibling" rel="nofollow">Turniermeldung</a></li>
|
||||
<li class="sibling last"><a href="pressestimmen.html" title="Pressestimmen" class="sibling last">Pressestimmen</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="submenu"><a href="der-club.html" title="Der Club" class="submenu" aria-haspopup="true">Der Club</a>
|
||||
<ul class="level_2">
|
||||
<li class="first"><a href="vorstand.html" title="Vorstand" class="first">Vorstand</a></li>
|
||||
<li><a href="beitrag.html" title="Beitrag">Beitrag</a></li>
|
||||
<li><a href="trainer.html" title="Trainer">Trainer</a></li>
|
||||
<li><a href="trainingsraeume.html" title="Trainingsräume">Trainingsräume</a></li>
|
||||
<li class="last"><a href="impressum.html" title="Impressum" class="last">Impressum</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="submenu"><a href="angebote.html" title="Angebote" class="submenu" aria-haspopup="true">Angebote</a>
|
||||
<ul class="level_2">
|
||||
<li class="first"><a href="tanzkreise.html" title="Tanzkreise" class="first">Tanzkreise</a></li>
|
||||
<li><a href="breitensport.html" title="Breitensport">Breitensport</a></li>
|
||||
<li><a href="turniertanz.html" title="Turniertanz">Turniertanz</a></li>
|
||||
<li><a href="kindergruppen.html" title="Kinder/Jugend">Kinder/Jugend</a></li>
|
||||
<li><a href="dance-styles.html" title="Dance-Styles">Dance-Styles</a></li>
|
||||
<li><a href="discofox.html" title="Discofox">Discofox</a></li>
|
||||
<li class="last"><a href="trainingszeiten.html" title="Trainingszeiten" class="last">Trainingszeiten</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="submenu last"><a href="info.html" title="Info/Kontakt" class="submenu last" aria-haspopup="true">Info/Kontakt</a>
|
||||
<ul class="level_2">
|
||||
<li class="first"><a href="raumbelegung.html" title="Raumbelegung" class="first">Raumbelegung</a></li>
|
||||
<li><a href="turniersport.html" title="Turniersport">Turniersport</a></li>
|
||||
<li><a href="linkliste.html" title="Linkliste">Linkliste</a></li>
|
||||
<li class="last"><a href="sitemap.html" title="Sitemap" class="last">Sitemap</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<a id="skipNavigation145" class="invisible"> </a>
|
||||
|
||||
</nav>
|
||||
<!-- indexer::continue -->
|
||||
</div>
|
||||
</aside>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<footer id="footer">
|
||||
<div class="inside">
|
||||
|
||||
<div id="footer_innen">
|
||||
<div id="footer_inhalt_links">TSC im VfL Sindelfingen</div>
|
||||
<div id="metanavi">
|
||||
<ul>
|
||||
<li><a href="info.html">Kontakt</a></li>
|
||||
<li><a href="sitemap.html">Sitemap</a></li>
|
||||
<li><a href="impressum.html">Impressum & Datenschutz</a></li>
|
||||
<li><a href="https://www.facebook.com/pages/Tanzsportclub-im-VfL-Sindelfingen/140842382700982" class="facebook"></a></li>
|
||||
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</div> </div>
|
||||
</footer>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<script src="assets/swipe/2.0/js/swipe.min.js"></script>
|
||||
<script>
|
||||
(function($) {
|
||||
$(document).ready(function() {
|
||||
$('.ce_sliderStart').each(function(i, cte) {
|
||||
var s = $('.content-slider', cte)[0],
|
||||
c = s.getAttribute('data-config').split(',');
|
||||
new Swipe(s, {
|
||||
// Put custom options here
|
||||
'auto': parseInt(c[0]),
|
||||
'speed': parseInt(c[1]),
|
||||
'startSlide': parseInt(c[2]),
|
||||
'continuous': parseInt(c[3]),
|
||||
'menu': $('.slider-control', cte)[0]
|
||||
});
|
||||
});
|
||||
});
|
||||
})(jQuery);
|
||||
</script>
|
||||
|
||||
<script src="assets/jquery/colorbox/1.6.1/js/colorbox.min.js"></script>
|
||||
<script>
|
||||
(function($) {
|
||||
$(document).ready(function() {
|
||||
$('a[data-lightbox]').map(function() {
|
||||
$(this).colorbox({
|
||||
// Put custom options here
|
||||
loop: false,
|
||||
rel: $(this).attr('data-lightbox'),
|
||||
maxWidth: '95%',
|
||||
maxHeight: '95%'
|
||||
});
|
||||
});
|
||||
});
|
||||
})(jQuery);
|
||||
</script>
|
||||
|
||||
<script src="assets/jquery/mediaelement/2.21.2/js/mediaelement-and-player.min.js"></script>
|
||||
<script>
|
||||
(function($) {
|
||||
$(document).ready(function() {
|
||||
$('video,audio').filter(function() {
|
||||
return $(this).parents('picture').length === 0;
|
||||
}).mediaelementplayer({
|
||||
// Put custom options here
|
||||
pluginPath: '/assets/jquery/mediaelement/2.21.2/',
|
||||
flashName: 'legacy/flashmediaelement.swf',
|
||||
silverlightName: 'legacy/silverlightmediaelement.xap'
|
||||
});
|
||||
});
|
||||
})(jQuery);
|
||||
</script>
|
||||
|
||||
<script src="assets/mootools/mediabox/1.4.6/js/mediabox.js"></script>
|
||||
<script>
|
||||
(function($) {
|
||||
window.addEvent('domready', function() {
|
||||
$$('a[data-lightbox]').mediabox({
|
||||
// Put custom options here
|
||||
}, function(el) {
|
||||
return [el.href, el.title, el.getAttribute('data-lightbox')];
|
||||
}, function(el) {
|
||||
var data = this.getAttribute('data-lightbox').split(' ');
|
||||
return (this == el) || (data[0] && el.getAttribute('data-lightbox').match(data[0]));
|
||||
});
|
||||
$('mbImage').addEvent('swipe', function(e) {
|
||||
(e.direction == 'left') ? $('mbNextLink').fireEvent('click') : $('mbPrevLink').fireEvent('click');
|
||||
});
|
||||
});
|
||||
})(document.id);
|
||||
</script>
|
||||
|
||||
<script>setTimeout(function(){var e=function(e,t){try{var n=new XMLHttpRequest}catch(r){return}n.open("GET",e,!0),n.onreadystatechange=function(){this.readyState==4&&this.status==200&&typeof t=="function"&&t(this.responseText)},n.send()},t="system/cron/cron.";e(t+"txt",function(n){parseInt(n||0)<Math.round(+(new Date)/1e3)-86400&&e(t+"php")})},5e3);</script>
|
||||
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<div class="cookiebar cookiebar--position-top" role="complementary" aria-describedby="cookiebar-text" style="display:none;" data-cookiebar="COOKIEBAR_1">
|
||||
<div id="cookiebar-text" class="cookiebar__text" aria-live="assertive" role="alert">
|
||||
<span class="cookiebar__message">Wir verwenden Cookies, um Ihnen das beste Nutzererlebnis bieten zu können. Wenn Sie fortfahren, diese Seite zu verwenden, nehmen wir an, dass Sie damit einverstanden sind.</span>
|
||||
|
||||
<a href="https://www.vfl-sindelfingen.de/kontakt-hauptverein/datenschutz/" class="cookiebar__link" title="Mehr hierzu">Mehr hierzu</a>
|
||||
</div>
|
||||
|
||||
|
||||
<button class="cookiebar__button" data-cookiebar-accept>OK</button>
|
||||
</div>
|
||||
|
||||
<!-- indexer::continue -->
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,509 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="de">
|
||||
<head>
|
||||
|
||||
<meta charset="utf-8">
|
||||
<title>Jahr 2008: Auftritt der Stepptanzgruppe - Tanzsportclub im VfL Sindelfingen</title>
|
||||
<base href="https://tanzsportclub.vfl-sindelfingen.de/">
|
||||
|
||||
<meta name="robots" content="noindex,nofollow">
|
||||
<meta name="description" content="">
|
||||
<meta name="keywords" content="">
|
||||
<meta name="generator" content="Contao Open Source CMS">
|
||||
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1.0">
|
||||
<style>#left{width:210px;right:210px}#container{padding-left:210px}#footer{height:30px}</style>
|
||||
<link rel="stylesheet" href="assets/css/0eeb07bcdb48.css">
|
||||
<link type="application/rss+xml" rel="alternate" href="https://www.tanzsportclub.vfl-sindelfingen.de/share/nachrichten.xml" title="neue Nachricht">
|
||||
<script src="assets/js/0e3b88c98c5a.js"></script>
|
||||
|
||||
<!--[if lt IE 9]><script src="assets/html5shiv/3.7.2/html5shiv-printshiv.min.js"></script><![endif]-->
|
||||
|
||||
</head>
|
||||
<body id="top" class="unknown other ">
|
||||
|
||||
|
||||
<div id="wrapper">
|
||||
|
||||
<header id="header">
|
||||
<div class="inside">
|
||||
|
||||
<a href="https://tanzsportclub.vfl-sindelfingen.de/"><img id="logo" title="Home" src="files/tsc/img/share/logo.jpg" alt="zurück zur Startseite" /></a>
|
||||
<a href="https://www.vfl-sindelfingen.de/"><img id="logo_vfl" title="zum VfL Sindelfingen" src="files/tsc/img/share/logo_vfl.gif" alt="zur Seite des VfL Sindelfingen" /></a><div class="mod_rocksolid_slider block">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/slider-turnier.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/Banner-RENOTE.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/Fotobanner2.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/Banner-Show2016-k.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/Banner2019.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="assets/images/a/Paare_2019s-2f72735a.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<script>
|
||||
(function() {
|
||||
|
||||
var sliderElement = [].slice.call(document.getElementsByClassName('mod_rocksolid_slider'), -1 )[0];
|
||||
|
||||
if (window.jQuery && jQuery.fn.rstSlider) {
|
||||
init();
|
||||
}
|
||||
else {
|
||||
document.addEventListener('DOMContentLoaded', init);
|
||||
}
|
||||
|
||||
function init() {
|
||||
|
||||
var $ = jQuery;
|
||||
var slider = $(sliderElement);
|
||||
|
||||
slider.find('video[data-rsts-background], [data-rsts-type=video] video').each(function() {
|
||||
// Disable mejs for videos
|
||||
this.player = false;
|
||||
});
|
||||
|
||||
slider.rstSlider({"type":"fade-in-out","navType":"bullets","scaleMode":"fit","imagePosition":"center","random":true,"loop":true,"videoAutoplay":false,"autoplayProgress":false,"pauseAutoplayOnHover":true,"keyboard":true,"captions":false,"controls":false,"thumbControls":false,"combineNavItems":true,"duration":1500,"autoplay":6000,"visibleAreaAlign":0.5,"gapSize":"0%"});
|
||||
|
||||
// Fix missing lightbox links
|
||||
$(function() {
|
||||
|
||||
if (!$.fn.colorbox) {
|
||||
return;
|
||||
}
|
||||
|
||||
var lightboxConfig = {
|
||||
loop: false,
|
||||
rel: function() {
|
||||
return $(this).attr('data-lightbox');
|
||||
},
|
||||
maxWidth: '95%',
|
||||
maxHeight: '95%'
|
||||
};
|
||||
|
||||
|
||||
var update = function(links) {
|
||||
links.colorbox(lightboxConfig);
|
||||
};
|
||||
|
||||
slider.on('rsts-slidestart rsts-slidestop', function(event) {
|
||||
update(slider.find('a[data-lightbox]'));
|
||||
});
|
||||
|
||||
update(slider.find('a[data-lightbox]'));
|
||||
|
||||
});
|
||||
|
||||
}
|
||||
|
||||
})();
|
||||
</script>
|
||||
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<nav class="mod_navigation block" id="menu1">
|
||||
|
||||
|
||||
<a href="nachrichten-leser/jahr-2008-auftritt-der-stepptanzgruppe.html#skipNavigation116" class="invisible">Navigation überspringen</a>
|
||||
|
||||
|
||||
<ul class="level_1">
|
||||
<li class="trail first"><a href="startseite.html" title="Aktuell" class="trail first">Aktuell</a></li>
|
||||
<li><a href="der-club.html" title="Der Club">Der Club</a></li>
|
||||
<li><a href="angebote.html" title="Angebote">Angebote</a></li>
|
||||
<li class="last"><a href="info.html" title="Info/Kontakt" class="last">Info/Kontakt</a></li>
|
||||
</ul>
|
||||
|
||||
<a id="skipNavigation116" class="invisible"> </a>
|
||||
|
||||
</nav>
|
||||
<!-- indexer::continue -->
|
||||
|
||||
|
||||
<a class="he2" href="https://tanzsportclub.vfl-sindelfingen.de/nachrichten-leser/jahr-2008-auftritt-der-stepptanzgruppe.html#left" id="jump-to-nav">Menu </a> </div>
|
||||
</header>
|
||||
|
||||
|
||||
<div id="container">
|
||||
|
||||
<div id="main">
|
||||
<div class="inside">
|
||||
|
||||
<div class="mod_newsreader block">
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="layout_full block">
|
||||
|
||||
<h1>Jahr 2008: Auftritt der Stepptanzgruppe</h1>
|
||||
|
||||
<p class="info"><time datetime="2008-05-13T15:51:00+00:00">13.05.2008</time> </p>
|
||||
|
||||
|
||||
|
||||
<div class="ce_text block">
|
||||
|
||||
|
||||
|
||||
<p>Nach vielen Auftritten und abendfüllenden Shows im gesamten Süden präsentiert sich der Verein „Kunst & Kultur in LA“ zum aktuellen Tournee-Ende am 31.05. und 01.06.2008 in der Westerheimer Albhalle.</p>
|
||||
<p>Am Samstagabend führt er alt Bewährtes in neuer Besetzung und neu entwickelte Projekte u.a. mit Live-Musik auf. Das Programm umfasst steppende, tanzende, singende und musizierende Akteure mit ihren neu inszenierten, selbst komponierten und einstudierten Beiträgen. Mit dabei sind steppende sowie singende Gäste aus Sindelfingen, Rohrau und Vereinsmitglieder aus Bietigheim. Die Projektgruppe der bildenden Künste wird das „Bühnenbild“ mit handgemachten „Kunstgegenständen“ bereichern. Nach erfolgreicher Teilnahme an nationalen und internationalen Wettbewerben wird „Kunst & Kultur in LA“ auf der „42nd Street in LA“ beginnen und beim Worldcup in Riesa enden. Genießen Sie diesen Abend, dargeboten von Laien mit professionellem Anspruch.</p>
|
||||
<p>Das Programm läuft am Samstag bzw. Sonntag wie folgt ab:<br>„Kunst & Kultur in LA“ e.V.<br>Projektgruppen: Tanz & Gesang – bildende, mediale & darstellende KünsteAusstellungs- & Infostände</p>
|
||||
<table rules="all">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>31.05.2008</td>
|
||||
<td> </td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="vertical-align: top;">- 14:00h</td>
|
||||
<td style="vertical-align: top;">Bilderausstellung mit Live-Malerei</td>
|
||||
<td style="vertical-align: top;">Eintritt frei</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>- 15.30h</td>
|
||||
<td>Film im Kuschelkino</td>
|
||||
<td>Eintritt 0,50€</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>- 20h</td>
|
||||
<td>2std. Bühnenshow</td>
|
||||
<td>Eintritt 10€, erm. 8€</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>- 22.30h</td>
|
||||
<td>Film im Kuschelkino</td>
|
||||
<td>Eintritt 2€</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
<td>Barbetrieb</td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>01.06.08:</td>
|
||||
<td> </td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>- 11h</td>
|
||||
<td>Brunch</td>
|
||||
<td>Eintritt 15€</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>- 10h-14h</td>
|
||||
<td>Bilderausstellung mit Live-Malerei</td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>- 12h</td>
|
||||
<td>Diashow im Kuschelkino</td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>- 14h</td>
|
||||
<td>Bilderversteigerung zu Gunsten St. Stephanus</td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>- 16h</td>
|
||||
<td>Ende der Präsentationstage</td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<p>An beiden Tagen ist für das leibliche Wohl der Gäste gesorgt! Weitere Inspirationen und Informationen finden Sie unter www.stepinla.de, unter www.kukuinla.de ,Tel. 0172/8194088 oder unter 07333/7644</p>
|
||||
<p>Vorverkauf:<br> - Raumausstattung Wiedmann, Laichinger Str.1, Westerheim<br>- Papeterie Stäudle, Marktplatz 5, Laichingen<br>- www.stepinla.de oder Tel. 0172 / 8194088</p>
|
||||
<div style="text-align: center; margin-left: 40px;"><img style="margin: 15px;" src="files/vfl/2008/080513.jpg" alt="text"></div>
|
||||
<p>Christine Richter<br>13.05.2008</p>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<p class="back"><a href="javascript:history.go(-1)" title="Zurück">Zurück</a></p>
|
||||
<!-- indexer::continue -->
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<aside id="left">
|
||||
<div class="inside">
|
||||
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<nav class="mod_navigation he2 block" id="menu2">
|
||||
|
||||
|
||||
<a href="nachrichten-leser/jahr-2008-auftritt-der-stepptanzgruppe.html#skipNavigation121" class="invisible">Navigation überspringen</a>
|
||||
|
||||
|
||||
<ul class="level_1">
|
||||
<li class="sibling first"><a href="termine.html" title="Termine" class="sibling first" rel="nofollow">Termine</a></li>
|
||||
<li class="sibling"><a href="turniermeldung.html" title="Turniermeldung" class="sibling" rel="nofollow">Turniermeldung</a></li>
|
||||
<li class="sibling last"><a href="pressestimmen.html" title="Pressestimmen" class="sibling last">Pressestimmen</a></li>
|
||||
</ul>
|
||||
|
||||
<a id="skipNavigation121" class="invisible"> </a>
|
||||
|
||||
</nav>
|
||||
<!-- indexer::continue -->
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<nav class="mod_navigation block" id="jump-to-nav1">
|
||||
|
||||
|
||||
<a href="nachrichten-leser/jahr-2008-auftritt-der-stepptanzgruppe.html#skipNavigation145" class="invisible">Navigation überspringen</a>
|
||||
|
||||
|
||||
<ul class="level_1">
|
||||
<li class="submenu trail first"><a href="startseite.html" title="Aktuell" class="submenu trail first" aria-haspopup="true">Aktuell</a>
|
||||
<ul class="level_2">
|
||||
<li class="sibling first"><a href="termine.html" title="Termine" class="sibling first" rel="nofollow">Termine</a></li>
|
||||
<li class="sibling"><a href="turniermeldung.html" title="Turniermeldung" class="sibling" rel="nofollow">Turniermeldung</a></li>
|
||||
<li class="sibling last"><a href="pressestimmen.html" title="Pressestimmen" class="sibling last">Pressestimmen</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="submenu"><a href="der-club.html" title="Der Club" class="submenu" aria-haspopup="true">Der Club</a>
|
||||
<ul class="level_2">
|
||||
<li class="first"><a href="vorstand.html" title="Vorstand" class="first">Vorstand</a></li>
|
||||
<li><a href="beitrag.html" title="Beitrag">Beitrag</a></li>
|
||||
<li><a href="trainer.html" title="Trainer">Trainer</a></li>
|
||||
<li><a href="trainingsraeume.html" title="Trainingsräume">Trainingsräume</a></li>
|
||||
<li class="last"><a href="impressum.html" title="Impressum" class="last">Impressum</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="submenu"><a href="angebote.html" title="Angebote" class="submenu" aria-haspopup="true">Angebote</a>
|
||||
<ul class="level_2">
|
||||
<li class="first"><a href="tanzkreise.html" title="Tanzkreise" class="first">Tanzkreise</a></li>
|
||||
<li><a href="breitensport.html" title="Breitensport">Breitensport</a></li>
|
||||
<li><a href="turniertanz.html" title="Turniertanz">Turniertanz</a></li>
|
||||
<li><a href="kindergruppen.html" title="Kinder/Jugend">Kinder/Jugend</a></li>
|
||||
<li><a href="dance-styles.html" title="Dance-Styles">Dance-Styles</a></li>
|
||||
<li><a href="discofox.html" title="Discofox">Discofox</a></li>
|
||||
<li class="last"><a href="trainingszeiten.html" title="Trainingszeiten" class="last">Trainingszeiten</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="submenu last"><a href="info.html" title="Info/Kontakt" class="submenu last" aria-haspopup="true">Info/Kontakt</a>
|
||||
<ul class="level_2">
|
||||
<li class="first"><a href="raumbelegung.html" title="Raumbelegung" class="first">Raumbelegung</a></li>
|
||||
<li><a href="turniersport.html" title="Turniersport">Turniersport</a></li>
|
||||
<li><a href="linkliste.html" title="Linkliste">Linkliste</a></li>
|
||||
<li class="last"><a href="sitemap.html" title="Sitemap" class="last">Sitemap</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<a id="skipNavigation145" class="invisible"> </a>
|
||||
|
||||
</nav>
|
||||
<!-- indexer::continue -->
|
||||
</div>
|
||||
</aside>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<footer id="footer">
|
||||
<div class="inside">
|
||||
|
||||
<div id="footer_innen">
|
||||
<div id="footer_inhalt_links">TSC im VfL Sindelfingen</div>
|
||||
<div id="metanavi">
|
||||
<ul>
|
||||
<li><a href="info.html">Kontakt</a></li>
|
||||
<li><a href="sitemap.html">Sitemap</a></li>
|
||||
<li><a href="impressum.html">Impressum & Datenschutz</a></li>
|
||||
<li><a href="https://www.facebook.com/pages/Tanzsportclub-im-VfL-Sindelfingen/140842382700982" class="facebook"></a></li>
|
||||
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</div> </div>
|
||||
</footer>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<script src="assets/swipe/2.0/js/swipe.min.js"></script>
|
||||
<script>
|
||||
(function($) {
|
||||
$(document).ready(function() {
|
||||
$('.ce_sliderStart').each(function(i, cte) {
|
||||
var s = $('.content-slider', cte)[0],
|
||||
c = s.getAttribute('data-config').split(',');
|
||||
new Swipe(s, {
|
||||
// Put custom options here
|
||||
'auto': parseInt(c[0]),
|
||||
'speed': parseInt(c[1]),
|
||||
'startSlide': parseInt(c[2]),
|
||||
'continuous': parseInt(c[3]),
|
||||
'menu': $('.slider-control', cte)[0]
|
||||
});
|
||||
});
|
||||
});
|
||||
})(jQuery);
|
||||
</script>
|
||||
|
||||
<script src="assets/jquery/colorbox/1.6.1/js/colorbox.min.js"></script>
|
||||
<script>
|
||||
(function($) {
|
||||
$(document).ready(function() {
|
||||
$('a[data-lightbox]').map(function() {
|
||||
$(this).colorbox({
|
||||
// Put custom options here
|
||||
loop: false,
|
||||
rel: $(this).attr('data-lightbox'),
|
||||
maxWidth: '95%',
|
||||
maxHeight: '95%'
|
||||
});
|
||||
});
|
||||
});
|
||||
})(jQuery);
|
||||
</script>
|
||||
|
||||
<script src="assets/jquery/mediaelement/2.21.2/js/mediaelement-and-player.min.js"></script>
|
||||
<script>
|
||||
(function($) {
|
||||
$(document).ready(function() {
|
||||
$('video,audio').filter(function() {
|
||||
return $(this).parents('picture').length === 0;
|
||||
}).mediaelementplayer({
|
||||
// Put custom options here
|
||||
pluginPath: '/assets/jquery/mediaelement/2.21.2/',
|
||||
flashName: 'legacy/flashmediaelement.swf',
|
||||
silverlightName: 'legacy/silverlightmediaelement.xap'
|
||||
});
|
||||
});
|
||||
})(jQuery);
|
||||
</script>
|
||||
|
||||
<script src="assets/mootools/mediabox/1.4.6/js/mediabox.js"></script>
|
||||
<script>
|
||||
(function($) {
|
||||
window.addEvent('domready', function() {
|
||||
$$('a[data-lightbox]').mediabox({
|
||||
// Put custom options here
|
||||
}, function(el) {
|
||||
return [el.href, el.title, el.getAttribute('data-lightbox')];
|
||||
}, function(el) {
|
||||
var data = this.getAttribute('data-lightbox').split(' ');
|
||||
return (this == el) || (data[0] && el.getAttribute('data-lightbox').match(data[0]));
|
||||
});
|
||||
$('mbImage').addEvent('swipe', function(e) {
|
||||
(e.direction == 'left') ? $('mbNextLink').fireEvent('click') : $('mbPrevLink').fireEvent('click');
|
||||
});
|
||||
});
|
||||
})(document.id);
|
||||
</script>
|
||||
|
||||
<script>setTimeout(function(){var e=function(e,t){try{var n=new XMLHttpRequest}catch(r){return}n.open("GET",e,!0),n.onreadystatechange=function(){this.readyState==4&&this.status==200&&typeof t=="function"&&t(this.responseText)},n.send()},t="system/cron/cron.";e(t+"txt",function(n){parseInt(n||0)<Math.round(+(new Date)/1e3)-86400&&e(t+"php")})},5e3);</script>
|
||||
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<div class="cookiebar cookiebar--position-top" role="complementary" aria-describedby="cookiebar-text" style="display:none;" data-cookiebar="COOKIEBAR_1">
|
||||
<div id="cookiebar-text" class="cookiebar__text" aria-live="assertive" role="alert">
|
||||
<span class="cookiebar__message">Wir verwenden Cookies, um Ihnen das beste Nutzererlebnis bieten zu können. Wenn Sie fortfahren, diese Seite zu verwenden, nehmen wir an, dass Sie damit einverstanden sind.</span>
|
||||
|
||||
<a href="https://www.vfl-sindelfingen.de/kontakt-hauptverein/datenschutz/" class="cookiebar__link" title="Mehr hierzu">Mehr hierzu</a>
|
||||
</div>
|
||||
|
||||
|
||||
<button class="cookiebar__button" data-cookiebar-accept>OK</button>
|
||||
</div>
|
||||
|
||||
<!-- indexer::continue -->
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,447 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="de">
|
||||
<head>
|
||||
|
||||
<meta charset="utf-8">
|
||||
<title>Jahr 2008: Wanderung im Schönbuch - Tanzsportclub im VfL Sindelfingen</title>
|
||||
<base href="https://tanzsportclub.vfl-sindelfingen.de/">
|
||||
|
||||
<meta name="robots" content="noindex,nofollow">
|
||||
<meta name="description" content="">
|
||||
<meta name="keywords" content="">
|
||||
<meta name="generator" content="Contao Open Source CMS">
|
||||
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1.0">
|
||||
<style>#left{width:210px;right:210px}#container{padding-left:210px}#footer{height:30px}</style>
|
||||
<link rel="stylesheet" href="assets/css/0eeb07bcdb48.css">
|
||||
<link type="application/rss+xml" rel="alternate" href="https://www.tanzsportclub.vfl-sindelfingen.de/share/nachrichten.xml" title="neue Nachricht">
|
||||
<script src="assets/js/0e3b88c98c5a.js"></script>
|
||||
|
||||
<!--[if lt IE 9]><script src="assets/html5shiv/3.7.2/html5shiv-printshiv.min.js"></script><![endif]-->
|
||||
|
||||
</head>
|
||||
<body id="top" class="unknown other ">
|
||||
|
||||
|
||||
<div id="wrapper">
|
||||
|
||||
<header id="header">
|
||||
<div class="inside">
|
||||
|
||||
<a href="https://tanzsportclub.vfl-sindelfingen.de/"><img id="logo" title="Home" src="files/tsc/img/share/logo.jpg" alt="zurück zur Startseite" /></a>
|
||||
<a href="https://www.vfl-sindelfingen.de/"><img id="logo_vfl" title="zum VfL Sindelfingen" src="files/tsc/img/share/logo_vfl.gif" alt="zur Seite des VfL Sindelfingen" /></a><div class="mod_rocksolid_slider block">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/slider-turnier.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/Banner-RENOTE.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/Fotobanner2.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/Banner-Show2016-k.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/Banner2019.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="assets/images/a/Paare_2019s-2f72735a.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<script>
|
||||
(function() {
|
||||
|
||||
var sliderElement = [].slice.call(document.getElementsByClassName('mod_rocksolid_slider'), -1 )[0];
|
||||
|
||||
if (window.jQuery && jQuery.fn.rstSlider) {
|
||||
init();
|
||||
}
|
||||
else {
|
||||
document.addEventListener('DOMContentLoaded', init);
|
||||
}
|
||||
|
||||
function init() {
|
||||
|
||||
var $ = jQuery;
|
||||
var slider = $(sliderElement);
|
||||
|
||||
slider.find('video[data-rsts-background], [data-rsts-type=video] video').each(function() {
|
||||
// Disable mejs for videos
|
||||
this.player = false;
|
||||
});
|
||||
|
||||
slider.rstSlider({"type":"fade-in-out","navType":"bullets","scaleMode":"fit","imagePosition":"center","random":true,"loop":true,"videoAutoplay":false,"autoplayProgress":false,"pauseAutoplayOnHover":true,"keyboard":true,"captions":false,"controls":false,"thumbControls":false,"combineNavItems":true,"duration":1500,"autoplay":6000,"visibleAreaAlign":0.5,"gapSize":"0%"});
|
||||
|
||||
// Fix missing lightbox links
|
||||
$(function() {
|
||||
|
||||
if (!$.fn.colorbox) {
|
||||
return;
|
||||
}
|
||||
|
||||
var lightboxConfig = {
|
||||
loop: false,
|
||||
rel: function() {
|
||||
return $(this).attr('data-lightbox');
|
||||
},
|
||||
maxWidth: '95%',
|
||||
maxHeight: '95%'
|
||||
};
|
||||
|
||||
|
||||
var update = function(links) {
|
||||
links.colorbox(lightboxConfig);
|
||||
};
|
||||
|
||||
slider.on('rsts-slidestart rsts-slidestop', function(event) {
|
||||
update(slider.find('a[data-lightbox]'));
|
||||
});
|
||||
|
||||
update(slider.find('a[data-lightbox]'));
|
||||
|
||||
});
|
||||
|
||||
}
|
||||
|
||||
})();
|
||||
</script>
|
||||
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<nav class="mod_navigation block" id="menu1">
|
||||
|
||||
|
||||
<a href="nachrichten-leser/jahr-2008-wanderung-im-schoenbuch.html#skipNavigation116" class="invisible">Navigation überspringen</a>
|
||||
|
||||
|
||||
<ul class="level_1">
|
||||
<li class="trail first"><a href="startseite.html" title="Aktuell" class="trail first">Aktuell</a></li>
|
||||
<li><a href="der-club.html" title="Der Club">Der Club</a></li>
|
||||
<li><a href="angebote.html" title="Angebote">Angebote</a></li>
|
||||
<li class="last"><a href="info.html" title="Info/Kontakt" class="last">Info/Kontakt</a></li>
|
||||
</ul>
|
||||
|
||||
<a id="skipNavigation116" class="invisible"> </a>
|
||||
|
||||
</nav>
|
||||
<!-- indexer::continue -->
|
||||
|
||||
|
||||
<a class="he2" href="https://tanzsportclub.vfl-sindelfingen.de/nachrichten-leser/jahr-2008-wanderung-im-schoenbuch.html#left" id="jump-to-nav">Menu </a> </div>
|
||||
</header>
|
||||
|
||||
|
||||
<div id="container">
|
||||
|
||||
<div id="main">
|
||||
<div class="inside">
|
||||
|
||||
<div class="mod_newsreader block">
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="layout_full block">
|
||||
|
||||
<h1>Jahr 2008: Wanderung im Schönbuch</h1>
|
||||
|
||||
<p class="info"><time datetime="2008-06-09T15:51:00+00:00">09.06.2008</time> </p>
|
||||
|
||||
|
||||
|
||||
<div class="ce_text block">
|
||||
|
||||
|
||||
|
||||
<p>Am 1. Juni 2008 traf sich eine zwar kleine – aber dafür engagierte – Truppe des TSC zur Wanderung im Schönbuch.</p>
|
||||
<div style="text-align: center; margin-left: 40px;"><img style="margin: 15px;" src="files/vfl/2008/080609_wanderung.jpg" alt="text"></div>
|
||||
<p>Treffpunkt war ein Parkplatz bei Entringen. Nach den Unwettern der beiden vorangegangenen Tage freuten sich alle über den strahlend blauen Himmel und den Sonnenschein. Allerdings hatte der starke Regen einige Wege in Schlammlöcher verwandelt, die den eigentlichen Weg unpassierbar machten. Aber die Wanderführer Ingrid Bauer und Stefan Dietl hatten natürlich eine Ausweichroute parat.</p>
|
||||
<p>So machte sich das Grüppchen auf den etwas verkürzten Weg zum Schloss Hohenentringen. Hier traf die hungrigen und durstigen Wanderer auf den Nachwuchs Amelie mit Mama Suzi Manojlovic und Papa Ralph Köster.</p>
|
||||
<div style="text-align: center; margin-left: 40px;"><img style="margin: 15px;" src="files/vfl/2008/080609_wanderung1.jpg" alt="text"></div>
|
||||
<p>Natürlich hatten sich Ingrid und Stefan auch wieder ein kleines Ratespiel ausgedacht. Das Gewicht des Inhalts eines schön verpackten Päckchens musste geraten werden. Die Auflösung erfolgte nach dem Essen. Am besten schätzten drei weiblich Mitglieder der Gruppe. Karla Kühnel und Gertrud Kocher lagen schon recht dicht am richtigen Ergebnis. Aber den Vogel schoss Christine Richter ab, die nur wenige Gramm zu viel angegeben hatte. Dafür konnte sie dann ein Stück Schwarzwälder Schinken mit nach Hause nehmen.</p>
|
||||
<p>Nach einer ausgiebigen Pause machte man sich dann wieder auf den Weg zurück zum Parkplatz. Wieder einmal hatten die Tänzer gezeigt, dass sie auch viele fröhliche Stunden ohne Sport miteinander verbringen können.</p>
|
||||
<div style="text-align: center; margin-left: 40px;"><img style="margin: 15px;" src="files/vfl/2008/080609_wanderung2.jpg" alt="text"></div>
|
||||
<p>Christine Richter<br> 09.06.2008</p>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<p class="back"><a href="javascript:history.go(-1)" title="Zurück">Zurück</a></p>
|
||||
<!-- indexer::continue -->
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<aside id="left">
|
||||
<div class="inside">
|
||||
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<nav class="mod_navigation he2 block" id="menu2">
|
||||
|
||||
|
||||
<a href="nachrichten-leser/jahr-2008-wanderung-im-schoenbuch.html#skipNavigation121" class="invisible">Navigation überspringen</a>
|
||||
|
||||
|
||||
<ul class="level_1">
|
||||
<li class="sibling first"><a href="termine.html" title="Termine" class="sibling first" rel="nofollow">Termine</a></li>
|
||||
<li class="sibling"><a href="turniermeldung.html" title="Turniermeldung" class="sibling" rel="nofollow">Turniermeldung</a></li>
|
||||
<li class="sibling last"><a href="pressestimmen.html" title="Pressestimmen" class="sibling last">Pressestimmen</a></li>
|
||||
</ul>
|
||||
|
||||
<a id="skipNavigation121" class="invisible"> </a>
|
||||
|
||||
</nav>
|
||||
<!-- indexer::continue -->
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<nav class="mod_navigation block" id="jump-to-nav1">
|
||||
|
||||
|
||||
<a href="nachrichten-leser/jahr-2008-wanderung-im-schoenbuch.html#skipNavigation145" class="invisible">Navigation überspringen</a>
|
||||
|
||||
|
||||
<ul class="level_1">
|
||||
<li class="submenu trail first"><a href="startseite.html" title="Aktuell" class="submenu trail first" aria-haspopup="true">Aktuell</a>
|
||||
<ul class="level_2">
|
||||
<li class="sibling first"><a href="termine.html" title="Termine" class="sibling first" rel="nofollow">Termine</a></li>
|
||||
<li class="sibling"><a href="turniermeldung.html" title="Turniermeldung" class="sibling" rel="nofollow">Turniermeldung</a></li>
|
||||
<li class="sibling last"><a href="pressestimmen.html" title="Pressestimmen" class="sibling last">Pressestimmen</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="submenu"><a href="der-club.html" title="Der Club" class="submenu" aria-haspopup="true">Der Club</a>
|
||||
<ul class="level_2">
|
||||
<li class="first"><a href="vorstand.html" title="Vorstand" class="first">Vorstand</a></li>
|
||||
<li><a href="beitrag.html" title="Beitrag">Beitrag</a></li>
|
||||
<li><a href="trainer.html" title="Trainer">Trainer</a></li>
|
||||
<li><a href="trainingsraeume.html" title="Trainingsräume">Trainingsräume</a></li>
|
||||
<li class="last"><a href="impressum.html" title="Impressum" class="last">Impressum</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="submenu"><a href="angebote.html" title="Angebote" class="submenu" aria-haspopup="true">Angebote</a>
|
||||
<ul class="level_2">
|
||||
<li class="first"><a href="tanzkreise.html" title="Tanzkreise" class="first">Tanzkreise</a></li>
|
||||
<li><a href="breitensport.html" title="Breitensport">Breitensport</a></li>
|
||||
<li><a href="turniertanz.html" title="Turniertanz">Turniertanz</a></li>
|
||||
<li><a href="kindergruppen.html" title="Kinder/Jugend">Kinder/Jugend</a></li>
|
||||
<li><a href="dance-styles.html" title="Dance-Styles">Dance-Styles</a></li>
|
||||
<li><a href="discofox.html" title="Discofox">Discofox</a></li>
|
||||
<li class="last"><a href="trainingszeiten.html" title="Trainingszeiten" class="last">Trainingszeiten</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="submenu last"><a href="info.html" title="Info/Kontakt" class="submenu last" aria-haspopup="true">Info/Kontakt</a>
|
||||
<ul class="level_2">
|
||||
<li class="first"><a href="raumbelegung.html" title="Raumbelegung" class="first">Raumbelegung</a></li>
|
||||
<li><a href="turniersport.html" title="Turniersport">Turniersport</a></li>
|
||||
<li><a href="linkliste.html" title="Linkliste">Linkliste</a></li>
|
||||
<li class="last"><a href="sitemap.html" title="Sitemap" class="last">Sitemap</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<a id="skipNavigation145" class="invisible"> </a>
|
||||
|
||||
</nav>
|
||||
<!-- indexer::continue -->
|
||||
</div>
|
||||
</aside>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<footer id="footer">
|
||||
<div class="inside">
|
||||
|
||||
<div id="footer_innen">
|
||||
<div id="footer_inhalt_links">TSC im VfL Sindelfingen</div>
|
||||
<div id="metanavi">
|
||||
<ul>
|
||||
<li><a href="info.html">Kontakt</a></li>
|
||||
<li><a href="sitemap.html">Sitemap</a></li>
|
||||
<li><a href="impressum.html">Impressum & Datenschutz</a></li>
|
||||
<li><a href="https://www.facebook.com/pages/Tanzsportclub-im-VfL-Sindelfingen/140842382700982" class="facebook"></a></li>
|
||||
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</div> </div>
|
||||
</footer>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<script src="assets/swipe/2.0/js/swipe.min.js"></script>
|
||||
<script>
|
||||
(function($) {
|
||||
$(document).ready(function() {
|
||||
$('.ce_sliderStart').each(function(i, cte) {
|
||||
var s = $('.content-slider', cte)[0],
|
||||
c = s.getAttribute('data-config').split(',');
|
||||
new Swipe(s, {
|
||||
// Put custom options here
|
||||
'auto': parseInt(c[0]),
|
||||
'speed': parseInt(c[1]),
|
||||
'startSlide': parseInt(c[2]),
|
||||
'continuous': parseInt(c[3]),
|
||||
'menu': $('.slider-control', cte)[0]
|
||||
});
|
||||
});
|
||||
});
|
||||
})(jQuery);
|
||||
</script>
|
||||
|
||||
<script src="assets/jquery/colorbox/1.6.1/js/colorbox.min.js"></script>
|
||||
<script>
|
||||
(function($) {
|
||||
$(document).ready(function() {
|
||||
$('a[data-lightbox]').map(function() {
|
||||
$(this).colorbox({
|
||||
// Put custom options here
|
||||
loop: false,
|
||||
rel: $(this).attr('data-lightbox'),
|
||||
maxWidth: '95%',
|
||||
maxHeight: '95%'
|
||||
});
|
||||
});
|
||||
});
|
||||
})(jQuery);
|
||||
</script>
|
||||
|
||||
<script src="assets/jquery/mediaelement/2.21.2/js/mediaelement-and-player.min.js"></script>
|
||||
<script>
|
||||
(function($) {
|
||||
$(document).ready(function() {
|
||||
$('video,audio').filter(function() {
|
||||
return $(this).parents('picture').length === 0;
|
||||
}).mediaelementplayer({
|
||||
// Put custom options here
|
||||
pluginPath: '/assets/jquery/mediaelement/2.21.2/',
|
||||
flashName: 'legacy/flashmediaelement.swf',
|
||||
silverlightName: 'legacy/silverlightmediaelement.xap'
|
||||
});
|
||||
});
|
||||
})(jQuery);
|
||||
</script>
|
||||
|
||||
<script src="assets/mootools/mediabox/1.4.6/js/mediabox.js"></script>
|
||||
<script>
|
||||
(function($) {
|
||||
window.addEvent('domready', function() {
|
||||
$$('a[data-lightbox]').mediabox({
|
||||
// Put custom options here
|
||||
}, function(el) {
|
||||
return [el.href, el.title, el.getAttribute('data-lightbox')];
|
||||
}, function(el) {
|
||||
var data = this.getAttribute('data-lightbox').split(' ');
|
||||
return (this == el) || (data[0] && el.getAttribute('data-lightbox').match(data[0]));
|
||||
});
|
||||
$('mbImage').addEvent('swipe', function(e) {
|
||||
(e.direction == 'left') ? $('mbNextLink').fireEvent('click') : $('mbPrevLink').fireEvent('click');
|
||||
});
|
||||
});
|
||||
})(document.id);
|
||||
</script>
|
||||
|
||||
<script>setTimeout(function(){var e=function(e,t){try{var n=new XMLHttpRequest}catch(r){return}n.open("GET",e,!0),n.onreadystatechange=function(){this.readyState==4&&this.status==200&&typeof t=="function"&&t(this.responseText)},n.send()},t="system/cron/cron.";e(t+"txt",function(n){parseInt(n||0)<Math.round(+(new Date)/1e3)-86400&&e(t+"php")})},5e3);</script>
|
||||
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<div class="cookiebar cookiebar--position-top" role="complementary" aria-describedby="cookiebar-text" style="display:none;" data-cookiebar="COOKIEBAR_1">
|
||||
<div id="cookiebar-text" class="cookiebar__text" aria-live="assertive" role="alert">
|
||||
<span class="cookiebar__message">Wir verwenden Cookies, um Ihnen das beste Nutzererlebnis bieten zu können. Wenn Sie fortfahren, diese Seite zu verwenden, nehmen wir an, dass Sie damit einverstanden sind.</span>
|
||||
|
||||
<a href="https://www.vfl-sindelfingen.de/kontakt-hauptverein/datenschutz/" class="cookiebar__link" title="Mehr hierzu">Mehr hierzu</a>
|
||||
</div>
|
||||
|
||||
|
||||
<button class="cookiebar__button" data-cookiebar-accept>OK</button>
|
||||
</div>
|
||||
|
||||
<!-- indexer::continue -->
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,442 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="de">
|
||||
<head>
|
||||
|
||||
<meta charset="utf-8">
|
||||
<title>Jahr 2008: TBW-Trophy in Ludwigsburg - Tanzsportclub im VfL Sindelfingen</title>
|
||||
<base href="https://tanzsportclub.vfl-sindelfingen.de/">
|
||||
|
||||
<meta name="robots" content="noindex,nofollow">
|
||||
<meta name="description" content="">
|
||||
<meta name="keywords" content="">
|
||||
<meta name="generator" content="Contao Open Source CMS">
|
||||
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1.0">
|
||||
<style>#left{width:210px;right:210px}#container{padding-left:210px}#footer{height:30px}</style>
|
||||
<link rel="stylesheet" href="assets/css/0eeb07bcdb48.css">
|
||||
<link type="application/rss+xml" rel="alternate" href="https://www.tanzsportclub.vfl-sindelfingen.de/share/nachrichten.xml" title="neue Nachricht">
|
||||
<script src="assets/js/0e3b88c98c5a.js"></script>
|
||||
|
||||
<!--[if lt IE 9]><script src="assets/html5shiv/3.7.2/html5shiv-printshiv.min.js"></script><![endif]-->
|
||||
|
||||
</head>
|
||||
<body id="top" class="unknown other ">
|
||||
|
||||
|
||||
<div id="wrapper">
|
||||
|
||||
<header id="header">
|
||||
<div class="inside">
|
||||
|
||||
<a href="https://tanzsportclub.vfl-sindelfingen.de/"><img id="logo" title="Home" src="files/tsc/img/share/logo.jpg" alt="zurück zur Startseite" /></a>
|
||||
<a href="https://www.vfl-sindelfingen.de/"><img id="logo_vfl" title="zum VfL Sindelfingen" src="files/tsc/img/share/logo_vfl.gif" alt="zur Seite des VfL Sindelfingen" /></a><div class="mod_rocksolid_slider block">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/slider-turnier.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/Banner-RENOTE.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/Fotobanner2.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/Banner-Show2016-k.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/Banner2019.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="assets/images/a/Paare_2019s-2f72735a.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<script>
|
||||
(function() {
|
||||
|
||||
var sliderElement = [].slice.call(document.getElementsByClassName('mod_rocksolid_slider'), -1 )[0];
|
||||
|
||||
if (window.jQuery && jQuery.fn.rstSlider) {
|
||||
init();
|
||||
}
|
||||
else {
|
||||
document.addEventListener('DOMContentLoaded', init);
|
||||
}
|
||||
|
||||
function init() {
|
||||
|
||||
var $ = jQuery;
|
||||
var slider = $(sliderElement);
|
||||
|
||||
slider.find('video[data-rsts-background], [data-rsts-type=video] video').each(function() {
|
||||
// Disable mejs for videos
|
||||
this.player = false;
|
||||
});
|
||||
|
||||
slider.rstSlider({"type":"fade-in-out","navType":"bullets","scaleMode":"fit","imagePosition":"center","random":true,"loop":true,"videoAutoplay":false,"autoplayProgress":false,"pauseAutoplayOnHover":true,"keyboard":true,"captions":false,"controls":false,"thumbControls":false,"combineNavItems":true,"duration":1500,"autoplay":6000,"visibleAreaAlign":0.5,"gapSize":"0%"});
|
||||
|
||||
// Fix missing lightbox links
|
||||
$(function() {
|
||||
|
||||
if (!$.fn.colorbox) {
|
||||
return;
|
||||
}
|
||||
|
||||
var lightboxConfig = {
|
||||
loop: false,
|
||||
rel: function() {
|
||||
return $(this).attr('data-lightbox');
|
||||
},
|
||||
maxWidth: '95%',
|
||||
maxHeight: '95%'
|
||||
};
|
||||
|
||||
|
||||
var update = function(links) {
|
||||
links.colorbox(lightboxConfig);
|
||||
};
|
||||
|
||||
slider.on('rsts-slidestart rsts-slidestop', function(event) {
|
||||
update(slider.find('a[data-lightbox]'));
|
||||
});
|
||||
|
||||
update(slider.find('a[data-lightbox]'));
|
||||
|
||||
});
|
||||
|
||||
}
|
||||
|
||||
})();
|
||||
</script>
|
||||
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<nav class="mod_navigation block" id="menu1">
|
||||
|
||||
|
||||
<a href="nachrichten-leser/jahr-2008-tbw-trophy-in-ludwigsburg.html#skipNavigation116" class="invisible">Navigation überspringen</a>
|
||||
|
||||
|
||||
<ul class="level_1">
|
||||
<li class="trail first"><a href="startseite.html" title="Aktuell" class="trail first">Aktuell</a></li>
|
||||
<li><a href="der-club.html" title="Der Club">Der Club</a></li>
|
||||
<li><a href="angebote.html" title="Angebote">Angebote</a></li>
|
||||
<li class="last"><a href="info.html" title="Info/Kontakt" class="last">Info/Kontakt</a></li>
|
||||
</ul>
|
||||
|
||||
<a id="skipNavigation116" class="invisible"> </a>
|
||||
|
||||
</nav>
|
||||
<!-- indexer::continue -->
|
||||
|
||||
|
||||
<a class="he2" href="https://tanzsportclub.vfl-sindelfingen.de/nachrichten-leser/jahr-2008-tbw-trophy-in-ludwigsburg.html#left" id="jump-to-nav">Menu </a> </div>
|
||||
</header>
|
||||
|
||||
|
||||
<div id="container">
|
||||
|
||||
<div id="main">
|
||||
<div class="inside">
|
||||
|
||||
<div class="mod_newsreader block">
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="layout_full block">
|
||||
|
||||
<h1>Jahr 2008: TBW-Trophy in Ludwigsburg</h1>
|
||||
|
||||
<p class="info"><time datetime="2008-06-10T15:52:00+00:00">10.06.2008</time> </p>
|
||||
|
||||
|
||||
|
||||
<div class="ce_text block">
|
||||
|
||||
|
||||
|
||||
<p>Elena Posadino und Walter Gattler wirbelten in Ludwigsburg im Rahmen der TBW-Trophy-Turniere über das Parkett.</p>
|
||||
<p>In der Startklasse Senioren B-Latein stellte sich das Paar der Konkurrenz. Und die war an beiden Tagen außergewöhnlich stark. Außergewöhnlich viele und auch leistungsstarke Paare zeigten ihr Können. Aber das konnte Elena Posadino und Walter Gattler nur zu noch größeren Leistungen anspornen. Technisch sauberes und vor allem ausdruckstarkes, musikalisches Tanzen brachte die beiden sicher in die Endrunden.</p>
|
||||
<p>Beide Turniere beendeten Elena Posadino und Walter Gattler auf dem Treppchen auf dem jeweils zweiten Platz. Damit ist der Aufstieg in die höchste Startklasse S-Latein wieder ein gutes Stück näher gerückt.</p>
|
||||
<p>Christine Richter<br> 10.06.2008</p>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<p class="back"><a href="javascript:history.go(-1)" title="Zurück">Zurück</a></p>
|
||||
<!-- indexer::continue -->
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<aside id="left">
|
||||
<div class="inside">
|
||||
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<nav class="mod_navigation he2 block" id="menu2">
|
||||
|
||||
|
||||
<a href="nachrichten-leser/jahr-2008-tbw-trophy-in-ludwigsburg.html#skipNavigation121" class="invisible">Navigation überspringen</a>
|
||||
|
||||
|
||||
<ul class="level_1">
|
||||
<li class="sibling first"><a href="termine.html" title="Termine" class="sibling first" rel="nofollow">Termine</a></li>
|
||||
<li class="sibling"><a href="turniermeldung.html" title="Turniermeldung" class="sibling" rel="nofollow">Turniermeldung</a></li>
|
||||
<li class="sibling last"><a href="pressestimmen.html" title="Pressestimmen" class="sibling last">Pressestimmen</a></li>
|
||||
</ul>
|
||||
|
||||
<a id="skipNavigation121" class="invisible"> </a>
|
||||
|
||||
</nav>
|
||||
<!-- indexer::continue -->
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<nav class="mod_navigation block" id="jump-to-nav1">
|
||||
|
||||
|
||||
<a href="nachrichten-leser/jahr-2008-tbw-trophy-in-ludwigsburg.html#skipNavigation145" class="invisible">Navigation überspringen</a>
|
||||
|
||||
|
||||
<ul class="level_1">
|
||||
<li class="submenu trail first"><a href="startseite.html" title="Aktuell" class="submenu trail first" aria-haspopup="true">Aktuell</a>
|
||||
<ul class="level_2">
|
||||
<li class="sibling first"><a href="termine.html" title="Termine" class="sibling first" rel="nofollow">Termine</a></li>
|
||||
<li class="sibling"><a href="turniermeldung.html" title="Turniermeldung" class="sibling" rel="nofollow">Turniermeldung</a></li>
|
||||
<li class="sibling last"><a href="pressestimmen.html" title="Pressestimmen" class="sibling last">Pressestimmen</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="submenu"><a href="der-club.html" title="Der Club" class="submenu" aria-haspopup="true">Der Club</a>
|
||||
<ul class="level_2">
|
||||
<li class="first"><a href="vorstand.html" title="Vorstand" class="first">Vorstand</a></li>
|
||||
<li><a href="beitrag.html" title="Beitrag">Beitrag</a></li>
|
||||
<li><a href="trainer.html" title="Trainer">Trainer</a></li>
|
||||
<li><a href="trainingsraeume.html" title="Trainingsräume">Trainingsräume</a></li>
|
||||
<li class="last"><a href="impressum.html" title="Impressum" class="last">Impressum</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="submenu"><a href="angebote.html" title="Angebote" class="submenu" aria-haspopup="true">Angebote</a>
|
||||
<ul class="level_2">
|
||||
<li class="first"><a href="tanzkreise.html" title="Tanzkreise" class="first">Tanzkreise</a></li>
|
||||
<li><a href="breitensport.html" title="Breitensport">Breitensport</a></li>
|
||||
<li><a href="turniertanz.html" title="Turniertanz">Turniertanz</a></li>
|
||||
<li><a href="kindergruppen.html" title="Kinder/Jugend">Kinder/Jugend</a></li>
|
||||
<li><a href="dance-styles.html" title="Dance-Styles">Dance-Styles</a></li>
|
||||
<li><a href="discofox.html" title="Discofox">Discofox</a></li>
|
||||
<li class="last"><a href="trainingszeiten.html" title="Trainingszeiten" class="last">Trainingszeiten</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="submenu last"><a href="info.html" title="Info/Kontakt" class="submenu last" aria-haspopup="true">Info/Kontakt</a>
|
||||
<ul class="level_2">
|
||||
<li class="first"><a href="raumbelegung.html" title="Raumbelegung" class="first">Raumbelegung</a></li>
|
||||
<li><a href="turniersport.html" title="Turniersport">Turniersport</a></li>
|
||||
<li><a href="linkliste.html" title="Linkliste">Linkliste</a></li>
|
||||
<li class="last"><a href="sitemap.html" title="Sitemap" class="last">Sitemap</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<a id="skipNavigation145" class="invisible"> </a>
|
||||
|
||||
</nav>
|
||||
<!-- indexer::continue -->
|
||||
</div>
|
||||
</aside>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<footer id="footer">
|
||||
<div class="inside">
|
||||
|
||||
<div id="footer_innen">
|
||||
<div id="footer_inhalt_links">TSC im VfL Sindelfingen</div>
|
||||
<div id="metanavi">
|
||||
<ul>
|
||||
<li><a href="info.html">Kontakt</a></li>
|
||||
<li><a href="sitemap.html">Sitemap</a></li>
|
||||
<li><a href="impressum.html">Impressum & Datenschutz</a></li>
|
||||
<li><a href="https://www.facebook.com/pages/Tanzsportclub-im-VfL-Sindelfingen/140842382700982" class="facebook"></a></li>
|
||||
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</div> </div>
|
||||
</footer>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<script src="assets/swipe/2.0/js/swipe.min.js"></script>
|
||||
<script>
|
||||
(function($) {
|
||||
$(document).ready(function() {
|
||||
$('.ce_sliderStart').each(function(i, cte) {
|
||||
var s = $('.content-slider', cte)[0],
|
||||
c = s.getAttribute('data-config').split(',');
|
||||
new Swipe(s, {
|
||||
// Put custom options here
|
||||
'auto': parseInt(c[0]),
|
||||
'speed': parseInt(c[1]),
|
||||
'startSlide': parseInt(c[2]),
|
||||
'continuous': parseInt(c[3]),
|
||||
'menu': $('.slider-control', cte)[0]
|
||||
});
|
||||
});
|
||||
});
|
||||
})(jQuery);
|
||||
</script>
|
||||
|
||||
<script src="assets/jquery/colorbox/1.6.1/js/colorbox.min.js"></script>
|
||||
<script>
|
||||
(function($) {
|
||||
$(document).ready(function() {
|
||||
$('a[data-lightbox]').map(function() {
|
||||
$(this).colorbox({
|
||||
// Put custom options here
|
||||
loop: false,
|
||||
rel: $(this).attr('data-lightbox'),
|
||||
maxWidth: '95%',
|
||||
maxHeight: '95%'
|
||||
});
|
||||
});
|
||||
});
|
||||
})(jQuery);
|
||||
</script>
|
||||
|
||||
<script src="assets/jquery/mediaelement/2.21.2/js/mediaelement-and-player.min.js"></script>
|
||||
<script>
|
||||
(function($) {
|
||||
$(document).ready(function() {
|
||||
$('video,audio').filter(function() {
|
||||
return $(this).parents('picture').length === 0;
|
||||
}).mediaelementplayer({
|
||||
// Put custom options here
|
||||
pluginPath: '/assets/jquery/mediaelement/2.21.2/',
|
||||
flashName: 'legacy/flashmediaelement.swf',
|
||||
silverlightName: 'legacy/silverlightmediaelement.xap'
|
||||
});
|
||||
});
|
||||
})(jQuery);
|
||||
</script>
|
||||
|
||||
<script src="assets/mootools/mediabox/1.4.6/js/mediabox.js"></script>
|
||||
<script>
|
||||
(function($) {
|
||||
window.addEvent('domready', function() {
|
||||
$$('a[data-lightbox]').mediabox({
|
||||
// Put custom options here
|
||||
}, function(el) {
|
||||
return [el.href, el.title, el.getAttribute('data-lightbox')];
|
||||
}, function(el) {
|
||||
var data = this.getAttribute('data-lightbox').split(' ');
|
||||
return (this == el) || (data[0] && el.getAttribute('data-lightbox').match(data[0]));
|
||||
});
|
||||
$('mbImage').addEvent('swipe', function(e) {
|
||||
(e.direction == 'left') ? $('mbNextLink').fireEvent('click') : $('mbPrevLink').fireEvent('click');
|
||||
});
|
||||
});
|
||||
})(document.id);
|
||||
</script>
|
||||
|
||||
<script>setTimeout(function(){var e=function(e,t){try{var n=new XMLHttpRequest}catch(r){return}n.open("GET",e,!0),n.onreadystatechange=function(){this.readyState==4&&this.status==200&&typeof t=="function"&&t(this.responseText)},n.send()},t="system/cron/cron.";e(t+"txt",function(n){parseInt(n||0)<Math.round(+(new Date)/1e3)-86400&&e(t+"php")})},5e3);</script>
|
||||
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<div class="cookiebar cookiebar--position-top" role="complementary" aria-describedby="cookiebar-text" style="display:none;" data-cookiebar="COOKIEBAR_1">
|
||||
<div id="cookiebar-text" class="cookiebar__text" aria-live="assertive" role="alert">
|
||||
<span class="cookiebar__message">Wir verwenden Cookies, um Ihnen das beste Nutzererlebnis bieten zu können. Wenn Sie fortfahren, diese Seite zu verwenden, nehmen wir an, dass Sie damit einverstanden sind.</span>
|
||||
|
||||
<a href="https://www.vfl-sindelfingen.de/kontakt-hauptverein/datenschutz/" class="cookiebar__link" title="Mehr hierzu">Mehr hierzu</a>
|
||||
</div>
|
||||
|
||||
|
||||
<button class="cookiebar__button" data-cookiebar-accept>OK</button>
|
||||
</div>
|
||||
|
||||
<!-- indexer::continue -->
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,442 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="de">
|
||||
<head>
|
||||
|
||||
<meta charset="utf-8">
|
||||
<title>Jahr 2008: Elena Posadino und Walter Gattler in Rosenheim und Stockdorf - Tanzsportclub im VfL Sindelfingen</title>
|
||||
<base href="https://tanzsportclub.vfl-sindelfingen.de/">
|
||||
|
||||
<meta name="robots" content="noindex,nofollow">
|
||||
<meta name="description" content="">
|
||||
<meta name="keywords" content="">
|
||||
<meta name="generator" content="Contao Open Source CMS">
|
||||
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1.0">
|
||||
<style>#left{width:210px;right:210px}#container{padding-left:210px}#footer{height:30px}</style>
|
||||
<link rel="stylesheet" href="assets/css/0eeb07bcdb48.css">
|
||||
<link type="application/rss+xml" rel="alternate" href="https://www.tanzsportclub.vfl-sindelfingen.de/share/nachrichten.xml" title="neue Nachricht">
|
||||
<script src="assets/js/0e3b88c98c5a.js"></script>
|
||||
|
||||
<!--[if lt IE 9]><script src="assets/html5shiv/3.7.2/html5shiv-printshiv.min.js"></script><![endif]-->
|
||||
|
||||
</head>
|
||||
<body id="top" class="unknown other ">
|
||||
|
||||
|
||||
<div id="wrapper">
|
||||
|
||||
<header id="header">
|
||||
<div class="inside">
|
||||
|
||||
<a href="https://tanzsportclub.vfl-sindelfingen.de/"><img id="logo" title="Home" src="files/tsc/img/share/logo.jpg" alt="zurück zur Startseite" /></a>
|
||||
<a href="https://www.vfl-sindelfingen.de/"><img id="logo_vfl" title="zum VfL Sindelfingen" src="files/tsc/img/share/logo_vfl.gif" alt="zur Seite des VfL Sindelfingen" /></a><div class="mod_rocksolid_slider block">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/slider-turnier.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/Banner-RENOTE.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/Fotobanner2.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/Banner-Show2016-k.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/Banner2019.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="assets/images/a/Paare_2019s-2f72735a.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<script>
|
||||
(function() {
|
||||
|
||||
var sliderElement = [].slice.call(document.getElementsByClassName('mod_rocksolid_slider'), -1 )[0];
|
||||
|
||||
if (window.jQuery && jQuery.fn.rstSlider) {
|
||||
init();
|
||||
}
|
||||
else {
|
||||
document.addEventListener('DOMContentLoaded', init);
|
||||
}
|
||||
|
||||
function init() {
|
||||
|
||||
var $ = jQuery;
|
||||
var slider = $(sliderElement);
|
||||
|
||||
slider.find('video[data-rsts-background], [data-rsts-type=video] video').each(function() {
|
||||
// Disable mejs for videos
|
||||
this.player = false;
|
||||
});
|
||||
|
||||
slider.rstSlider({"type":"fade-in-out","navType":"bullets","scaleMode":"fit","imagePosition":"center","random":true,"loop":true,"videoAutoplay":false,"autoplayProgress":false,"pauseAutoplayOnHover":true,"keyboard":true,"captions":false,"controls":false,"thumbControls":false,"combineNavItems":true,"duration":1500,"autoplay":6000,"visibleAreaAlign":0.5,"gapSize":"0%"});
|
||||
|
||||
// Fix missing lightbox links
|
||||
$(function() {
|
||||
|
||||
if (!$.fn.colorbox) {
|
||||
return;
|
||||
}
|
||||
|
||||
var lightboxConfig = {
|
||||
loop: false,
|
||||
rel: function() {
|
||||
return $(this).attr('data-lightbox');
|
||||
},
|
||||
maxWidth: '95%',
|
||||
maxHeight: '95%'
|
||||
};
|
||||
|
||||
|
||||
var update = function(links) {
|
||||
links.colorbox(lightboxConfig);
|
||||
};
|
||||
|
||||
slider.on('rsts-slidestart rsts-slidestop', function(event) {
|
||||
update(slider.find('a[data-lightbox]'));
|
||||
});
|
||||
|
||||
update(slider.find('a[data-lightbox]'));
|
||||
|
||||
});
|
||||
|
||||
}
|
||||
|
||||
})();
|
||||
</script>
|
||||
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<nav class="mod_navigation block" id="menu1">
|
||||
|
||||
|
||||
<a href="nachrichten-leser/jahr-2008-elena-posadino-und-walter-gattler-in-rosenheim-und-stockdorf.html#skipNavigation116" class="invisible">Navigation überspringen</a>
|
||||
|
||||
|
||||
<ul class="level_1">
|
||||
<li class="trail first"><a href="startseite.html" title="Aktuell" class="trail first">Aktuell</a></li>
|
||||
<li><a href="der-club.html" title="Der Club">Der Club</a></li>
|
||||
<li><a href="angebote.html" title="Angebote">Angebote</a></li>
|
||||
<li class="last"><a href="info.html" title="Info/Kontakt" class="last">Info/Kontakt</a></li>
|
||||
</ul>
|
||||
|
||||
<a id="skipNavigation116" class="invisible"> </a>
|
||||
|
||||
</nav>
|
||||
<!-- indexer::continue -->
|
||||
|
||||
|
||||
<a class="he2" href="https://tanzsportclub.vfl-sindelfingen.de/nachrichten-leser/jahr-2008-elena-posadino-und-walter-gattler-in-rosenheim-und-stockdorf.html#left" id="jump-to-nav">Menu </a> </div>
|
||||
</header>
|
||||
|
||||
|
||||
<div id="container">
|
||||
|
||||
<div id="main">
|
||||
<div class="inside">
|
||||
|
||||
<div class="mod_newsreader block">
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="layout_full block">
|
||||
|
||||
<h1>Jahr 2008: Elena Posadino und Walter Gattler in Rosenheim und Stockdorf</h1>
|
||||
|
||||
<p class="info"><time datetime="2008-06-30T15:53:00+00:00">30.06.2008</time> </p>
|
||||
|
||||
|
||||
|
||||
<div class="ce_text block">
|
||||
|
||||
|
||||
|
||||
<p>Elena Posadino und Walter Gattler machten sich auf den Weg nach Rosenheim in Bayern, um dort ein Turnier in der Startklasse Senioren B-Latein zu tanzen.</p>
|
||||
<p>Wie immer waren die beiden gut vorbereitet. Von Anfang an zeigten sie, dass die Konkurrenz keine Chance hatte. Technisch einwandfrei, taktsicher und musikalisch brachten sie die Lateintänze auf das Parkett. Ganz klar erreichten sie die Endrunde. Dort präsentierten sich Elena Posadino und Walter Gattler unschlagbar und belegten ganz überlegen den ersten Platz.</p>
|
||||
<p>Schon wieder haben Elena Posadino und Walter Gattler einen Erfolg gelandet. In bayerischen Stockdorf wurde am 28.6.2008 der Würmtal-Pokal ausgetanzt. Den wollten die beiden auf jeden Fall mit nach Hause nehmen. So machten sie von Anfang an klar, dass sie keinen Mitstreiter an sich vorbei lassen würden. Elena Posadino und Walter Gattler zeigten eine herausragende tänzerische Leistung, der kein anderes Paar etwas entgegen zu setzen hatte. Am Ende belegten sie den ersten Platz und brachten den Pokal mit nach Sindelfingen.</p>
|
||||
<p>Christine Richter<br>30.06.2008</p>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<p class="back"><a href="javascript:history.go(-1)" title="Zurück">Zurück</a></p>
|
||||
<!-- indexer::continue -->
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<aside id="left">
|
||||
<div class="inside">
|
||||
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<nav class="mod_navigation he2 block" id="menu2">
|
||||
|
||||
|
||||
<a href="nachrichten-leser/jahr-2008-elena-posadino-und-walter-gattler-in-rosenheim-und-stockdorf.html#skipNavigation121" class="invisible">Navigation überspringen</a>
|
||||
|
||||
|
||||
<ul class="level_1">
|
||||
<li class="sibling first"><a href="termine.html" title="Termine" class="sibling first" rel="nofollow">Termine</a></li>
|
||||
<li class="sibling"><a href="turniermeldung.html" title="Turniermeldung" class="sibling" rel="nofollow">Turniermeldung</a></li>
|
||||
<li class="sibling last"><a href="pressestimmen.html" title="Pressestimmen" class="sibling last">Pressestimmen</a></li>
|
||||
</ul>
|
||||
|
||||
<a id="skipNavigation121" class="invisible"> </a>
|
||||
|
||||
</nav>
|
||||
<!-- indexer::continue -->
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<nav class="mod_navigation block" id="jump-to-nav1">
|
||||
|
||||
|
||||
<a href="nachrichten-leser/jahr-2008-elena-posadino-und-walter-gattler-in-rosenheim-und-stockdorf.html#skipNavigation145" class="invisible">Navigation überspringen</a>
|
||||
|
||||
|
||||
<ul class="level_1">
|
||||
<li class="submenu trail first"><a href="startseite.html" title="Aktuell" class="submenu trail first" aria-haspopup="true">Aktuell</a>
|
||||
<ul class="level_2">
|
||||
<li class="sibling first"><a href="termine.html" title="Termine" class="sibling first" rel="nofollow">Termine</a></li>
|
||||
<li class="sibling"><a href="turniermeldung.html" title="Turniermeldung" class="sibling" rel="nofollow">Turniermeldung</a></li>
|
||||
<li class="sibling last"><a href="pressestimmen.html" title="Pressestimmen" class="sibling last">Pressestimmen</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="submenu"><a href="der-club.html" title="Der Club" class="submenu" aria-haspopup="true">Der Club</a>
|
||||
<ul class="level_2">
|
||||
<li class="first"><a href="vorstand.html" title="Vorstand" class="first">Vorstand</a></li>
|
||||
<li><a href="beitrag.html" title="Beitrag">Beitrag</a></li>
|
||||
<li><a href="trainer.html" title="Trainer">Trainer</a></li>
|
||||
<li><a href="trainingsraeume.html" title="Trainingsräume">Trainingsräume</a></li>
|
||||
<li class="last"><a href="impressum.html" title="Impressum" class="last">Impressum</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="submenu"><a href="angebote.html" title="Angebote" class="submenu" aria-haspopup="true">Angebote</a>
|
||||
<ul class="level_2">
|
||||
<li class="first"><a href="tanzkreise.html" title="Tanzkreise" class="first">Tanzkreise</a></li>
|
||||
<li><a href="breitensport.html" title="Breitensport">Breitensport</a></li>
|
||||
<li><a href="turniertanz.html" title="Turniertanz">Turniertanz</a></li>
|
||||
<li><a href="kindergruppen.html" title="Kinder/Jugend">Kinder/Jugend</a></li>
|
||||
<li><a href="dance-styles.html" title="Dance-Styles">Dance-Styles</a></li>
|
||||
<li><a href="discofox.html" title="Discofox">Discofox</a></li>
|
||||
<li class="last"><a href="trainingszeiten.html" title="Trainingszeiten" class="last">Trainingszeiten</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="submenu last"><a href="info.html" title="Info/Kontakt" class="submenu last" aria-haspopup="true">Info/Kontakt</a>
|
||||
<ul class="level_2">
|
||||
<li class="first"><a href="raumbelegung.html" title="Raumbelegung" class="first">Raumbelegung</a></li>
|
||||
<li><a href="turniersport.html" title="Turniersport">Turniersport</a></li>
|
||||
<li><a href="linkliste.html" title="Linkliste">Linkliste</a></li>
|
||||
<li class="last"><a href="sitemap.html" title="Sitemap" class="last">Sitemap</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<a id="skipNavigation145" class="invisible"> </a>
|
||||
|
||||
</nav>
|
||||
<!-- indexer::continue -->
|
||||
</div>
|
||||
</aside>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<footer id="footer">
|
||||
<div class="inside">
|
||||
|
||||
<div id="footer_innen">
|
||||
<div id="footer_inhalt_links">TSC im VfL Sindelfingen</div>
|
||||
<div id="metanavi">
|
||||
<ul>
|
||||
<li><a href="info.html">Kontakt</a></li>
|
||||
<li><a href="sitemap.html">Sitemap</a></li>
|
||||
<li><a href="impressum.html">Impressum & Datenschutz</a></li>
|
||||
<li><a href="https://www.facebook.com/pages/Tanzsportclub-im-VfL-Sindelfingen/140842382700982" class="facebook"></a></li>
|
||||
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</div> </div>
|
||||
</footer>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<script src="assets/swipe/2.0/js/swipe.min.js"></script>
|
||||
<script>
|
||||
(function($) {
|
||||
$(document).ready(function() {
|
||||
$('.ce_sliderStart').each(function(i, cte) {
|
||||
var s = $('.content-slider', cte)[0],
|
||||
c = s.getAttribute('data-config').split(',');
|
||||
new Swipe(s, {
|
||||
// Put custom options here
|
||||
'auto': parseInt(c[0]),
|
||||
'speed': parseInt(c[1]),
|
||||
'startSlide': parseInt(c[2]),
|
||||
'continuous': parseInt(c[3]),
|
||||
'menu': $('.slider-control', cte)[0]
|
||||
});
|
||||
});
|
||||
});
|
||||
})(jQuery);
|
||||
</script>
|
||||
|
||||
<script src="assets/jquery/colorbox/1.6.1/js/colorbox.min.js"></script>
|
||||
<script>
|
||||
(function($) {
|
||||
$(document).ready(function() {
|
||||
$('a[data-lightbox]').map(function() {
|
||||
$(this).colorbox({
|
||||
// Put custom options here
|
||||
loop: false,
|
||||
rel: $(this).attr('data-lightbox'),
|
||||
maxWidth: '95%',
|
||||
maxHeight: '95%'
|
||||
});
|
||||
});
|
||||
});
|
||||
})(jQuery);
|
||||
</script>
|
||||
|
||||
<script src="assets/jquery/mediaelement/2.21.2/js/mediaelement-and-player.min.js"></script>
|
||||
<script>
|
||||
(function($) {
|
||||
$(document).ready(function() {
|
||||
$('video,audio').filter(function() {
|
||||
return $(this).parents('picture').length === 0;
|
||||
}).mediaelementplayer({
|
||||
// Put custom options here
|
||||
pluginPath: '/assets/jquery/mediaelement/2.21.2/',
|
||||
flashName: 'legacy/flashmediaelement.swf',
|
||||
silverlightName: 'legacy/silverlightmediaelement.xap'
|
||||
});
|
||||
});
|
||||
})(jQuery);
|
||||
</script>
|
||||
|
||||
<script src="assets/mootools/mediabox/1.4.6/js/mediabox.js"></script>
|
||||
<script>
|
||||
(function($) {
|
||||
window.addEvent('domready', function() {
|
||||
$$('a[data-lightbox]').mediabox({
|
||||
// Put custom options here
|
||||
}, function(el) {
|
||||
return [el.href, el.title, el.getAttribute('data-lightbox')];
|
||||
}, function(el) {
|
||||
var data = this.getAttribute('data-lightbox').split(' ');
|
||||
return (this == el) || (data[0] && el.getAttribute('data-lightbox').match(data[0]));
|
||||
});
|
||||
$('mbImage').addEvent('swipe', function(e) {
|
||||
(e.direction == 'left') ? $('mbNextLink').fireEvent('click') : $('mbPrevLink').fireEvent('click');
|
||||
});
|
||||
});
|
||||
})(document.id);
|
||||
</script>
|
||||
|
||||
<script>setTimeout(function(){var e=function(e,t){try{var n=new XMLHttpRequest}catch(r){return}n.open("GET",e,!0),n.onreadystatechange=function(){this.readyState==4&&this.status==200&&typeof t=="function"&&t(this.responseText)},n.send()},t="system/cron/cron.";e(t+"txt",function(n){parseInt(n||0)<Math.round(+(new Date)/1e3)-86400&&e(t+"php")})},5e3);</script>
|
||||
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<div class="cookiebar cookiebar--position-top" role="complementary" aria-describedby="cookiebar-text" style="display:none;" data-cookiebar="COOKIEBAR_1">
|
||||
<div id="cookiebar-text" class="cookiebar__text" aria-live="assertive" role="alert">
|
||||
<span class="cookiebar__message">Wir verwenden Cookies, um Ihnen das beste Nutzererlebnis bieten zu können. Wenn Sie fortfahren, diese Seite zu verwenden, nehmen wir an, dass Sie damit einverstanden sind.</span>
|
||||
|
||||
<a href="https://www.vfl-sindelfingen.de/kontakt-hauptverein/datenschutz/" class="cookiebar__link" title="Mehr hierzu">Mehr hierzu</a>
|
||||
</div>
|
||||
|
||||
|
||||
<button class="cookiebar__button" data-cookiebar-accept>OK</button>
|
||||
</div>
|
||||
|
||||
<!-- indexer::continue -->
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,447 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="de">
|
||||
<head>
|
||||
|
||||
<meta charset="utf-8">
|
||||
<title>Jahr 2008: Sommerfest 2008 - Tanzsportclub im VfL Sindelfingen</title>
|
||||
<base href="https://tanzsportclub.vfl-sindelfingen.de/">
|
||||
|
||||
<meta name="robots" content="noindex,nofollow">
|
||||
<meta name="description" content="">
|
||||
<meta name="keywords" content="">
|
||||
<meta name="generator" content="Contao Open Source CMS">
|
||||
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1.0">
|
||||
<style>#left{width:210px;right:210px}#container{padding-left:210px}#footer{height:30px}</style>
|
||||
<link rel="stylesheet" href="assets/css/0eeb07bcdb48.css">
|
||||
<link type="application/rss+xml" rel="alternate" href="https://www.tanzsportclub.vfl-sindelfingen.de/share/nachrichten.xml" title="neue Nachricht">
|
||||
<script src="assets/js/0e3b88c98c5a.js"></script>
|
||||
|
||||
<!--[if lt IE 9]><script src="assets/html5shiv/3.7.2/html5shiv-printshiv.min.js"></script><![endif]-->
|
||||
|
||||
</head>
|
||||
<body id="top" class="unknown other ">
|
||||
|
||||
|
||||
<div id="wrapper">
|
||||
|
||||
<header id="header">
|
||||
<div class="inside">
|
||||
|
||||
<a href="https://tanzsportclub.vfl-sindelfingen.de/"><img id="logo" title="Home" src="files/tsc/img/share/logo.jpg" alt="zurück zur Startseite" /></a>
|
||||
<a href="https://www.vfl-sindelfingen.de/"><img id="logo_vfl" title="zum VfL Sindelfingen" src="files/tsc/img/share/logo_vfl.gif" alt="zur Seite des VfL Sindelfingen" /></a><div class="mod_rocksolid_slider block">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/slider-turnier.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/Banner-RENOTE.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/Fotobanner2.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/Banner-Show2016-k.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/Banner2019.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="assets/images/a/Paare_2019s-2f72735a.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<script>
|
||||
(function() {
|
||||
|
||||
var sliderElement = [].slice.call(document.getElementsByClassName('mod_rocksolid_slider'), -1 )[0];
|
||||
|
||||
if (window.jQuery && jQuery.fn.rstSlider) {
|
||||
init();
|
||||
}
|
||||
else {
|
||||
document.addEventListener('DOMContentLoaded', init);
|
||||
}
|
||||
|
||||
function init() {
|
||||
|
||||
var $ = jQuery;
|
||||
var slider = $(sliderElement);
|
||||
|
||||
slider.find('video[data-rsts-background], [data-rsts-type=video] video').each(function() {
|
||||
// Disable mejs for videos
|
||||
this.player = false;
|
||||
});
|
||||
|
||||
slider.rstSlider({"type":"fade-in-out","navType":"bullets","scaleMode":"fit","imagePosition":"center","random":true,"loop":true,"videoAutoplay":false,"autoplayProgress":false,"pauseAutoplayOnHover":true,"keyboard":true,"captions":false,"controls":false,"thumbControls":false,"combineNavItems":true,"duration":1500,"autoplay":6000,"visibleAreaAlign":0.5,"gapSize":"0%"});
|
||||
|
||||
// Fix missing lightbox links
|
||||
$(function() {
|
||||
|
||||
if (!$.fn.colorbox) {
|
||||
return;
|
||||
}
|
||||
|
||||
var lightboxConfig = {
|
||||
loop: false,
|
||||
rel: function() {
|
||||
return $(this).attr('data-lightbox');
|
||||
},
|
||||
maxWidth: '95%',
|
||||
maxHeight: '95%'
|
||||
};
|
||||
|
||||
|
||||
var update = function(links) {
|
||||
links.colorbox(lightboxConfig);
|
||||
};
|
||||
|
||||
slider.on('rsts-slidestart rsts-slidestop', function(event) {
|
||||
update(slider.find('a[data-lightbox]'));
|
||||
});
|
||||
|
||||
update(slider.find('a[data-lightbox]'));
|
||||
|
||||
});
|
||||
|
||||
}
|
||||
|
||||
})();
|
||||
</script>
|
||||
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<nav class="mod_navigation block" id="menu1">
|
||||
|
||||
|
||||
<a href="nachrichten-leser/jahr-2008-sommerfest-2008.html#skipNavigation116" class="invisible">Navigation überspringen</a>
|
||||
|
||||
|
||||
<ul class="level_1">
|
||||
<li class="trail first"><a href="startseite.html" title="Aktuell" class="trail first">Aktuell</a></li>
|
||||
<li><a href="der-club.html" title="Der Club">Der Club</a></li>
|
||||
<li><a href="angebote.html" title="Angebote">Angebote</a></li>
|
||||
<li class="last"><a href="info.html" title="Info/Kontakt" class="last">Info/Kontakt</a></li>
|
||||
</ul>
|
||||
|
||||
<a id="skipNavigation116" class="invisible"> </a>
|
||||
|
||||
</nav>
|
||||
<!-- indexer::continue -->
|
||||
|
||||
|
||||
<a class="he2" href="https://tanzsportclub.vfl-sindelfingen.de/nachrichten-leser/jahr-2008-sommerfest-2008.html#left" id="jump-to-nav">Menu </a> </div>
|
||||
</header>
|
||||
|
||||
|
||||
<div id="container">
|
||||
|
||||
<div id="main">
|
||||
<div class="inside">
|
||||
|
||||
<div class="mod_newsreader block">
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="layout_full block">
|
||||
|
||||
<h1>Jahr 2008: Sommerfest 2008</h1>
|
||||
|
||||
<p class="info"><time datetime="2008-07-01T15:54:00+00:00">01.07.2008</time> </p>
|
||||
|
||||
|
||||
|
||||
<div class="ce_text block">
|
||||
|
||||
|
||||
|
||||
<p>Die Mitglieder des TSC im VfL Sindelfingen bringen nicht nur sportlich Höchstleistungen. Sie können auch feiern.</p>
|
||||
<p>Am 28. Juni 2008 traf man sich im Trainings-Zentrum zum Sommerfest. Geboten war gutes Essen, tolle Programmpunkte, mit alten und neuen Bekannte ein Schwätzchen halten und natürlich auch ein wenig tanzen.</p>
|
||||
<p>Die musikalische Begleitung kam von Heidrun Dolde, die für jeden Geschmack den richtigen Ton und Takt fand. Auf dem Programm standen Darbietungen der Jazztanzgruppen von Britta Land und Suzana Manojlovic.</p>
|
||||
<div style="text-align: center; margin-left: 40px;"><img style="margin: 15px;" src="files/vfl/2008/08sommerfest/08Fest01.jpg" alt="Jazztanz"></div>
|
||||
<p>Außerdem legten Monika und Gerhard Winkler mit einem Überblick über die Standardtänze eine flotte Sohle auf das Parkett.</p>
|
||||
<p>Für das leibliche Wohl war ausreichend gesorgt. Für Essen und Getränke sorgte der Tanzsportclub. Das Dessertbuffett wurde von den Mitgliedern bestückt. Bis weit nach Mitternacht wurde das Tanzbein geschwungen und auch gemütlich beieinander gesessen. Sicherlich war dieses Sommerfest ein schöner Abend für die Mitglieder.</p>
|
||||
<div style="text-align: center; margin-left: 40px;"><img style="margin: 15px;" src="files/vfl/2008/08sommerfest/08Fest02.jpg" alt="Jazztanz"></div>
|
||||
<p><a href="sommerfest-2008.html">Weitere Bilder hier</a></p>
|
||||
<p>Christine Richter<br> 01.07.2008</p>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<p class="back"><a href="javascript:history.go(-1)" title="Zurück">Zurück</a></p>
|
||||
<!-- indexer::continue -->
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<aside id="left">
|
||||
<div class="inside">
|
||||
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<nav class="mod_navigation he2 block" id="menu2">
|
||||
|
||||
|
||||
<a href="nachrichten-leser/jahr-2008-sommerfest-2008.html#skipNavigation121" class="invisible">Navigation überspringen</a>
|
||||
|
||||
|
||||
<ul class="level_1">
|
||||
<li class="sibling first"><a href="termine.html" title="Termine" class="sibling first" rel="nofollow">Termine</a></li>
|
||||
<li class="sibling"><a href="turniermeldung.html" title="Turniermeldung" class="sibling" rel="nofollow">Turniermeldung</a></li>
|
||||
<li class="sibling last"><a href="pressestimmen.html" title="Pressestimmen" class="sibling last">Pressestimmen</a></li>
|
||||
</ul>
|
||||
|
||||
<a id="skipNavigation121" class="invisible"> </a>
|
||||
|
||||
</nav>
|
||||
<!-- indexer::continue -->
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<nav class="mod_navigation block" id="jump-to-nav1">
|
||||
|
||||
|
||||
<a href="nachrichten-leser/jahr-2008-sommerfest-2008.html#skipNavigation145" class="invisible">Navigation überspringen</a>
|
||||
|
||||
|
||||
<ul class="level_1">
|
||||
<li class="submenu trail first"><a href="startseite.html" title="Aktuell" class="submenu trail first" aria-haspopup="true">Aktuell</a>
|
||||
<ul class="level_2">
|
||||
<li class="sibling first"><a href="termine.html" title="Termine" class="sibling first" rel="nofollow">Termine</a></li>
|
||||
<li class="sibling"><a href="turniermeldung.html" title="Turniermeldung" class="sibling" rel="nofollow">Turniermeldung</a></li>
|
||||
<li class="sibling last"><a href="pressestimmen.html" title="Pressestimmen" class="sibling last">Pressestimmen</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="submenu"><a href="der-club.html" title="Der Club" class="submenu" aria-haspopup="true">Der Club</a>
|
||||
<ul class="level_2">
|
||||
<li class="first"><a href="vorstand.html" title="Vorstand" class="first">Vorstand</a></li>
|
||||
<li><a href="beitrag.html" title="Beitrag">Beitrag</a></li>
|
||||
<li><a href="trainer.html" title="Trainer">Trainer</a></li>
|
||||
<li><a href="trainingsraeume.html" title="Trainingsräume">Trainingsräume</a></li>
|
||||
<li class="last"><a href="impressum.html" title="Impressum" class="last">Impressum</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="submenu"><a href="angebote.html" title="Angebote" class="submenu" aria-haspopup="true">Angebote</a>
|
||||
<ul class="level_2">
|
||||
<li class="first"><a href="tanzkreise.html" title="Tanzkreise" class="first">Tanzkreise</a></li>
|
||||
<li><a href="breitensport.html" title="Breitensport">Breitensport</a></li>
|
||||
<li><a href="turniertanz.html" title="Turniertanz">Turniertanz</a></li>
|
||||
<li><a href="kindergruppen.html" title="Kinder/Jugend">Kinder/Jugend</a></li>
|
||||
<li><a href="dance-styles.html" title="Dance-Styles">Dance-Styles</a></li>
|
||||
<li><a href="discofox.html" title="Discofox">Discofox</a></li>
|
||||
<li class="last"><a href="trainingszeiten.html" title="Trainingszeiten" class="last">Trainingszeiten</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="submenu last"><a href="info.html" title="Info/Kontakt" class="submenu last" aria-haspopup="true">Info/Kontakt</a>
|
||||
<ul class="level_2">
|
||||
<li class="first"><a href="raumbelegung.html" title="Raumbelegung" class="first">Raumbelegung</a></li>
|
||||
<li><a href="turniersport.html" title="Turniersport">Turniersport</a></li>
|
||||
<li><a href="linkliste.html" title="Linkliste">Linkliste</a></li>
|
||||
<li class="last"><a href="sitemap.html" title="Sitemap" class="last">Sitemap</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<a id="skipNavigation145" class="invisible"> </a>
|
||||
|
||||
</nav>
|
||||
<!-- indexer::continue -->
|
||||
</div>
|
||||
</aside>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<footer id="footer">
|
||||
<div class="inside">
|
||||
|
||||
<div id="footer_innen">
|
||||
<div id="footer_inhalt_links">TSC im VfL Sindelfingen</div>
|
||||
<div id="metanavi">
|
||||
<ul>
|
||||
<li><a href="info.html">Kontakt</a></li>
|
||||
<li><a href="sitemap.html">Sitemap</a></li>
|
||||
<li><a href="impressum.html">Impressum & Datenschutz</a></li>
|
||||
<li><a href="https://www.facebook.com/pages/Tanzsportclub-im-VfL-Sindelfingen/140842382700982" class="facebook"></a></li>
|
||||
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</div> </div>
|
||||
</footer>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<script src="assets/swipe/2.0/js/swipe.min.js"></script>
|
||||
<script>
|
||||
(function($) {
|
||||
$(document).ready(function() {
|
||||
$('.ce_sliderStart').each(function(i, cte) {
|
||||
var s = $('.content-slider', cte)[0],
|
||||
c = s.getAttribute('data-config').split(',');
|
||||
new Swipe(s, {
|
||||
// Put custom options here
|
||||
'auto': parseInt(c[0]),
|
||||
'speed': parseInt(c[1]),
|
||||
'startSlide': parseInt(c[2]),
|
||||
'continuous': parseInt(c[3]),
|
||||
'menu': $('.slider-control', cte)[0]
|
||||
});
|
||||
});
|
||||
});
|
||||
})(jQuery);
|
||||
</script>
|
||||
|
||||
<script src="assets/jquery/colorbox/1.6.1/js/colorbox.min.js"></script>
|
||||
<script>
|
||||
(function($) {
|
||||
$(document).ready(function() {
|
||||
$('a[data-lightbox]').map(function() {
|
||||
$(this).colorbox({
|
||||
// Put custom options here
|
||||
loop: false,
|
||||
rel: $(this).attr('data-lightbox'),
|
||||
maxWidth: '95%',
|
||||
maxHeight: '95%'
|
||||
});
|
||||
});
|
||||
});
|
||||
})(jQuery);
|
||||
</script>
|
||||
|
||||
<script src="assets/jquery/mediaelement/2.21.2/js/mediaelement-and-player.min.js"></script>
|
||||
<script>
|
||||
(function($) {
|
||||
$(document).ready(function() {
|
||||
$('video,audio').filter(function() {
|
||||
return $(this).parents('picture').length === 0;
|
||||
}).mediaelementplayer({
|
||||
// Put custom options here
|
||||
pluginPath: '/assets/jquery/mediaelement/2.21.2/',
|
||||
flashName: 'legacy/flashmediaelement.swf',
|
||||
silverlightName: 'legacy/silverlightmediaelement.xap'
|
||||
});
|
||||
});
|
||||
})(jQuery);
|
||||
</script>
|
||||
|
||||
<script src="assets/mootools/mediabox/1.4.6/js/mediabox.js"></script>
|
||||
<script>
|
||||
(function($) {
|
||||
window.addEvent('domready', function() {
|
||||
$$('a[data-lightbox]').mediabox({
|
||||
// Put custom options here
|
||||
}, function(el) {
|
||||
return [el.href, el.title, el.getAttribute('data-lightbox')];
|
||||
}, function(el) {
|
||||
var data = this.getAttribute('data-lightbox').split(' ');
|
||||
return (this == el) || (data[0] && el.getAttribute('data-lightbox').match(data[0]));
|
||||
});
|
||||
$('mbImage').addEvent('swipe', function(e) {
|
||||
(e.direction == 'left') ? $('mbNextLink').fireEvent('click') : $('mbPrevLink').fireEvent('click');
|
||||
});
|
||||
});
|
||||
})(document.id);
|
||||
</script>
|
||||
|
||||
<script>setTimeout(function(){var e=function(e,t){try{var n=new XMLHttpRequest}catch(r){return}n.open("GET",e,!0),n.onreadystatechange=function(){this.readyState==4&&this.status==200&&typeof t=="function"&&t(this.responseText)},n.send()},t="system/cron/cron.";e(t+"txt",function(n){parseInt(n||0)<Math.round(+(new Date)/1e3)-86400&&e(t+"php")})},5e3);</script>
|
||||
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<div class="cookiebar cookiebar--position-top" role="complementary" aria-describedby="cookiebar-text" style="display:none;" data-cookiebar="COOKIEBAR_1">
|
||||
<div id="cookiebar-text" class="cookiebar__text" aria-live="assertive" role="alert">
|
||||
<span class="cookiebar__message">Wir verwenden Cookies, um Ihnen das beste Nutzererlebnis bieten zu können. Wenn Sie fortfahren, diese Seite zu verwenden, nehmen wir an, dass Sie damit einverstanden sind.</span>
|
||||
|
||||
<a href="https://www.vfl-sindelfingen.de/kontakt-hauptverein/datenschutz/" class="cookiebar__link" title="Mehr hierzu">Mehr hierzu</a>
|
||||
</div>
|
||||
|
||||
|
||||
<button class="cookiebar__button" data-cookiebar-accept>OK</button>
|
||||
</div>
|
||||
|
||||
<!-- indexer::continue -->
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,441 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="de">
|
||||
<head>
|
||||
|
||||
<meta charset="utf-8">
|
||||
<title>Jahr 2008: Elena Posadino und Walter Gattler beim Bayernpokal - Tanzsportclub im VfL Sindelfingen</title>
|
||||
<base href="https://tanzsportclub.vfl-sindelfingen.de/">
|
||||
|
||||
<meta name="robots" content="noindex,nofollow">
|
||||
<meta name="description" content="">
|
||||
<meta name="keywords" content="">
|
||||
<meta name="generator" content="Contao Open Source CMS">
|
||||
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1.0">
|
||||
<style>#left{width:210px;right:210px}#container{padding-left:210px}#footer{height:30px}</style>
|
||||
<link rel="stylesheet" href="assets/css/0eeb07bcdb48.css">
|
||||
<link type="application/rss+xml" rel="alternate" href="https://www.tanzsportclub.vfl-sindelfingen.de/share/nachrichten.xml" title="neue Nachricht">
|
||||
<script src="assets/js/0e3b88c98c5a.js"></script>
|
||||
|
||||
<!--[if lt IE 9]><script src="assets/html5shiv/3.7.2/html5shiv-printshiv.min.js"></script><![endif]-->
|
||||
|
||||
</head>
|
||||
<body id="top" class="unknown other ">
|
||||
|
||||
|
||||
<div id="wrapper">
|
||||
|
||||
<header id="header">
|
||||
<div class="inside">
|
||||
|
||||
<a href="https://tanzsportclub.vfl-sindelfingen.de/"><img id="logo" title="Home" src="files/tsc/img/share/logo.jpg" alt="zurück zur Startseite" /></a>
|
||||
<a href="https://www.vfl-sindelfingen.de/"><img id="logo_vfl" title="zum VfL Sindelfingen" src="files/tsc/img/share/logo_vfl.gif" alt="zur Seite des VfL Sindelfingen" /></a><div class="mod_rocksolid_slider block">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/slider-turnier.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/Banner-RENOTE.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/Fotobanner2.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/Banner-Show2016-k.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/Banner2019.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="assets/images/a/Paare_2019s-2f72735a.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<script>
|
||||
(function() {
|
||||
|
||||
var sliderElement = [].slice.call(document.getElementsByClassName('mod_rocksolid_slider'), -1 )[0];
|
||||
|
||||
if (window.jQuery && jQuery.fn.rstSlider) {
|
||||
init();
|
||||
}
|
||||
else {
|
||||
document.addEventListener('DOMContentLoaded', init);
|
||||
}
|
||||
|
||||
function init() {
|
||||
|
||||
var $ = jQuery;
|
||||
var slider = $(sliderElement);
|
||||
|
||||
slider.find('video[data-rsts-background], [data-rsts-type=video] video').each(function() {
|
||||
// Disable mejs for videos
|
||||
this.player = false;
|
||||
});
|
||||
|
||||
slider.rstSlider({"type":"fade-in-out","navType":"bullets","scaleMode":"fit","imagePosition":"center","random":true,"loop":true,"videoAutoplay":false,"autoplayProgress":false,"pauseAutoplayOnHover":true,"keyboard":true,"captions":false,"controls":false,"thumbControls":false,"combineNavItems":true,"duration":1500,"autoplay":6000,"visibleAreaAlign":0.5,"gapSize":"0%"});
|
||||
|
||||
// Fix missing lightbox links
|
||||
$(function() {
|
||||
|
||||
if (!$.fn.colorbox) {
|
||||
return;
|
||||
}
|
||||
|
||||
var lightboxConfig = {
|
||||
loop: false,
|
||||
rel: function() {
|
||||
return $(this).attr('data-lightbox');
|
||||
},
|
||||
maxWidth: '95%',
|
||||
maxHeight: '95%'
|
||||
};
|
||||
|
||||
|
||||
var update = function(links) {
|
||||
links.colorbox(lightboxConfig);
|
||||
};
|
||||
|
||||
slider.on('rsts-slidestart rsts-slidestop', function(event) {
|
||||
update(slider.find('a[data-lightbox]'));
|
||||
});
|
||||
|
||||
update(slider.find('a[data-lightbox]'));
|
||||
|
||||
});
|
||||
|
||||
}
|
||||
|
||||
})();
|
||||
</script>
|
||||
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<nav class="mod_navigation block" id="menu1">
|
||||
|
||||
|
||||
<a href="nachrichten-leser/jahr-2008-elena-posadino-und-walter-gattler-beim-bayernpokal.html#skipNavigation116" class="invisible">Navigation überspringen</a>
|
||||
|
||||
|
||||
<ul class="level_1">
|
||||
<li class="trail first"><a href="startseite.html" title="Aktuell" class="trail first">Aktuell</a></li>
|
||||
<li><a href="der-club.html" title="Der Club">Der Club</a></li>
|
||||
<li><a href="angebote.html" title="Angebote">Angebote</a></li>
|
||||
<li class="last"><a href="info.html" title="Info/Kontakt" class="last">Info/Kontakt</a></li>
|
||||
</ul>
|
||||
|
||||
<a id="skipNavigation116" class="invisible"> </a>
|
||||
|
||||
</nav>
|
||||
<!-- indexer::continue -->
|
||||
|
||||
|
||||
<a class="he2" href="https://tanzsportclub.vfl-sindelfingen.de/nachrichten-leser/jahr-2008-elena-posadino-und-walter-gattler-beim-bayernpokal.html#left" id="jump-to-nav">Menu </a> </div>
|
||||
</header>
|
||||
|
||||
|
||||
<div id="container">
|
||||
|
||||
<div id="main">
|
||||
<div class="inside">
|
||||
|
||||
<div class="mod_newsreader block">
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="layout_full block">
|
||||
|
||||
<h1>Jahr 2008: Elena Posadino und Walter Gattler beim Bayernpokal</h1>
|
||||
|
||||
<p class="info"><time datetime="2008-07-08T15:58:00+00:00">08.07.2008</time> </p>
|
||||
|
||||
|
||||
|
||||
<div class="ce_text block">
|
||||
|
||||
|
||||
|
||||
<p>Elena Posadino und Walter Gattler machten sich auf den Weg nach Königsbrunn in Bayern. Dort tanzten die Senioren aller Leistungsklassen um den Bayernpokal.</p>
|
||||
<p>Elena Posadino und Walter Gattler zeigten ihren Konkurrenten und den Wertungsrichtern, dass sie in die Endrunde gehörten. Trotz gutem und musikalischen Tanzen mussten die beiden sich dieses Mal aber einem Paar geschlagen geben. Aber auch mit dem zweiten Platz waren sie durchaus zufrieden.</p>
|
||||
<p>Christine Richter<br>08.07.2008</p>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<p class="back"><a href="javascript:history.go(-1)" title="Zurück">Zurück</a></p>
|
||||
<!-- indexer::continue -->
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<aside id="left">
|
||||
<div class="inside">
|
||||
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<nav class="mod_navigation he2 block" id="menu2">
|
||||
|
||||
|
||||
<a href="nachrichten-leser/jahr-2008-elena-posadino-und-walter-gattler-beim-bayernpokal.html#skipNavigation121" class="invisible">Navigation überspringen</a>
|
||||
|
||||
|
||||
<ul class="level_1">
|
||||
<li class="sibling first"><a href="termine.html" title="Termine" class="sibling first" rel="nofollow">Termine</a></li>
|
||||
<li class="sibling"><a href="turniermeldung.html" title="Turniermeldung" class="sibling" rel="nofollow">Turniermeldung</a></li>
|
||||
<li class="sibling last"><a href="pressestimmen.html" title="Pressestimmen" class="sibling last">Pressestimmen</a></li>
|
||||
</ul>
|
||||
|
||||
<a id="skipNavigation121" class="invisible"> </a>
|
||||
|
||||
</nav>
|
||||
<!-- indexer::continue -->
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<nav class="mod_navigation block" id="jump-to-nav1">
|
||||
|
||||
|
||||
<a href="nachrichten-leser/jahr-2008-elena-posadino-und-walter-gattler-beim-bayernpokal.html#skipNavigation145" class="invisible">Navigation überspringen</a>
|
||||
|
||||
|
||||
<ul class="level_1">
|
||||
<li class="submenu trail first"><a href="startseite.html" title="Aktuell" class="submenu trail first" aria-haspopup="true">Aktuell</a>
|
||||
<ul class="level_2">
|
||||
<li class="sibling first"><a href="termine.html" title="Termine" class="sibling first" rel="nofollow">Termine</a></li>
|
||||
<li class="sibling"><a href="turniermeldung.html" title="Turniermeldung" class="sibling" rel="nofollow">Turniermeldung</a></li>
|
||||
<li class="sibling last"><a href="pressestimmen.html" title="Pressestimmen" class="sibling last">Pressestimmen</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="submenu"><a href="der-club.html" title="Der Club" class="submenu" aria-haspopup="true">Der Club</a>
|
||||
<ul class="level_2">
|
||||
<li class="first"><a href="vorstand.html" title="Vorstand" class="first">Vorstand</a></li>
|
||||
<li><a href="beitrag.html" title="Beitrag">Beitrag</a></li>
|
||||
<li><a href="trainer.html" title="Trainer">Trainer</a></li>
|
||||
<li><a href="trainingsraeume.html" title="Trainingsräume">Trainingsräume</a></li>
|
||||
<li class="last"><a href="impressum.html" title="Impressum" class="last">Impressum</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="submenu"><a href="angebote.html" title="Angebote" class="submenu" aria-haspopup="true">Angebote</a>
|
||||
<ul class="level_2">
|
||||
<li class="first"><a href="tanzkreise.html" title="Tanzkreise" class="first">Tanzkreise</a></li>
|
||||
<li><a href="breitensport.html" title="Breitensport">Breitensport</a></li>
|
||||
<li><a href="turniertanz.html" title="Turniertanz">Turniertanz</a></li>
|
||||
<li><a href="kindergruppen.html" title="Kinder/Jugend">Kinder/Jugend</a></li>
|
||||
<li><a href="dance-styles.html" title="Dance-Styles">Dance-Styles</a></li>
|
||||
<li><a href="discofox.html" title="Discofox">Discofox</a></li>
|
||||
<li class="last"><a href="trainingszeiten.html" title="Trainingszeiten" class="last">Trainingszeiten</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="submenu last"><a href="info.html" title="Info/Kontakt" class="submenu last" aria-haspopup="true">Info/Kontakt</a>
|
||||
<ul class="level_2">
|
||||
<li class="first"><a href="raumbelegung.html" title="Raumbelegung" class="first">Raumbelegung</a></li>
|
||||
<li><a href="turniersport.html" title="Turniersport">Turniersport</a></li>
|
||||
<li><a href="linkliste.html" title="Linkliste">Linkliste</a></li>
|
||||
<li class="last"><a href="sitemap.html" title="Sitemap" class="last">Sitemap</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<a id="skipNavigation145" class="invisible"> </a>
|
||||
|
||||
</nav>
|
||||
<!-- indexer::continue -->
|
||||
</div>
|
||||
</aside>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<footer id="footer">
|
||||
<div class="inside">
|
||||
|
||||
<div id="footer_innen">
|
||||
<div id="footer_inhalt_links">TSC im VfL Sindelfingen</div>
|
||||
<div id="metanavi">
|
||||
<ul>
|
||||
<li><a href="info.html">Kontakt</a></li>
|
||||
<li><a href="sitemap.html">Sitemap</a></li>
|
||||
<li><a href="impressum.html">Impressum & Datenschutz</a></li>
|
||||
<li><a href="https://www.facebook.com/pages/Tanzsportclub-im-VfL-Sindelfingen/140842382700982" class="facebook"></a></li>
|
||||
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</div> </div>
|
||||
</footer>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<script src="assets/swipe/2.0/js/swipe.min.js"></script>
|
||||
<script>
|
||||
(function($) {
|
||||
$(document).ready(function() {
|
||||
$('.ce_sliderStart').each(function(i, cte) {
|
||||
var s = $('.content-slider', cte)[0],
|
||||
c = s.getAttribute('data-config').split(',');
|
||||
new Swipe(s, {
|
||||
// Put custom options here
|
||||
'auto': parseInt(c[0]),
|
||||
'speed': parseInt(c[1]),
|
||||
'startSlide': parseInt(c[2]),
|
||||
'continuous': parseInt(c[3]),
|
||||
'menu': $('.slider-control', cte)[0]
|
||||
});
|
||||
});
|
||||
});
|
||||
})(jQuery);
|
||||
</script>
|
||||
|
||||
<script src="assets/jquery/colorbox/1.6.1/js/colorbox.min.js"></script>
|
||||
<script>
|
||||
(function($) {
|
||||
$(document).ready(function() {
|
||||
$('a[data-lightbox]').map(function() {
|
||||
$(this).colorbox({
|
||||
// Put custom options here
|
||||
loop: false,
|
||||
rel: $(this).attr('data-lightbox'),
|
||||
maxWidth: '95%',
|
||||
maxHeight: '95%'
|
||||
});
|
||||
});
|
||||
});
|
||||
})(jQuery);
|
||||
</script>
|
||||
|
||||
<script src="assets/jquery/mediaelement/2.21.2/js/mediaelement-and-player.min.js"></script>
|
||||
<script>
|
||||
(function($) {
|
||||
$(document).ready(function() {
|
||||
$('video,audio').filter(function() {
|
||||
return $(this).parents('picture').length === 0;
|
||||
}).mediaelementplayer({
|
||||
// Put custom options here
|
||||
pluginPath: '/assets/jquery/mediaelement/2.21.2/',
|
||||
flashName: 'legacy/flashmediaelement.swf',
|
||||
silverlightName: 'legacy/silverlightmediaelement.xap'
|
||||
});
|
||||
});
|
||||
})(jQuery);
|
||||
</script>
|
||||
|
||||
<script src="assets/mootools/mediabox/1.4.6/js/mediabox.js"></script>
|
||||
<script>
|
||||
(function($) {
|
||||
window.addEvent('domready', function() {
|
||||
$$('a[data-lightbox]').mediabox({
|
||||
// Put custom options here
|
||||
}, function(el) {
|
||||
return [el.href, el.title, el.getAttribute('data-lightbox')];
|
||||
}, function(el) {
|
||||
var data = this.getAttribute('data-lightbox').split(' ');
|
||||
return (this == el) || (data[0] && el.getAttribute('data-lightbox').match(data[0]));
|
||||
});
|
||||
$('mbImage').addEvent('swipe', function(e) {
|
||||
(e.direction == 'left') ? $('mbNextLink').fireEvent('click') : $('mbPrevLink').fireEvent('click');
|
||||
});
|
||||
});
|
||||
})(document.id);
|
||||
</script>
|
||||
|
||||
<script>setTimeout(function(){var e=function(e,t){try{var n=new XMLHttpRequest}catch(r){return}n.open("GET",e,!0),n.onreadystatechange=function(){this.readyState==4&&this.status==200&&typeof t=="function"&&t(this.responseText)},n.send()},t="system/cron/cron.";e(t+"txt",function(n){parseInt(n||0)<Math.round(+(new Date)/1e3)-86400&&e(t+"php")})},5e3);</script>
|
||||
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<div class="cookiebar cookiebar--position-top" role="complementary" aria-describedby="cookiebar-text" style="display:none;" data-cookiebar="COOKIEBAR_1">
|
||||
<div id="cookiebar-text" class="cookiebar__text" aria-live="assertive" role="alert">
|
||||
<span class="cookiebar__message">Wir verwenden Cookies, um Ihnen das beste Nutzererlebnis bieten zu können. Wenn Sie fortfahren, diese Seite zu verwenden, nehmen wir an, dass Sie damit einverstanden sind.</span>
|
||||
|
||||
<a href="https://www.vfl-sindelfingen.de/kontakt-hauptverein/datenschutz/" class="cookiebar__link" title="Mehr hierzu">Mehr hierzu</a>
|
||||
</div>
|
||||
|
||||
|
||||
<button class="cookiebar__button" data-cookiebar-accept>OK</button>
|
||||
</div>
|
||||
|
||||
<!-- indexer::continue -->
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,445 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="de">
|
||||
<head>
|
||||
|
||||
<meta charset="utf-8">
|
||||
<title>Jahr 2008: Sindelfinger Strassenfest - Tanzsportclub im VfL Sindelfingen</title>
|
||||
<base href="https://tanzsportclub.vfl-sindelfingen.de/">
|
||||
|
||||
<meta name="robots" content="noindex,nofollow">
|
||||
<meta name="description" content="">
|
||||
<meta name="keywords" content="">
|
||||
<meta name="generator" content="Contao Open Source CMS">
|
||||
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1.0">
|
||||
<style>#left{width:210px;right:210px}#container{padding-left:210px}#footer{height:30px}</style>
|
||||
<link rel="stylesheet" href="assets/css/0eeb07bcdb48.css">
|
||||
<link type="application/rss+xml" rel="alternate" href="https://www.tanzsportclub.vfl-sindelfingen.de/share/nachrichten.xml" title="neue Nachricht">
|
||||
<script src="assets/js/0e3b88c98c5a.js"></script>
|
||||
|
||||
<!--[if lt IE 9]><script src="assets/html5shiv/3.7.2/html5shiv-printshiv.min.js"></script><![endif]-->
|
||||
|
||||
</head>
|
||||
<body id="top" class="unknown other ">
|
||||
|
||||
|
||||
<div id="wrapper">
|
||||
|
||||
<header id="header">
|
||||
<div class="inside">
|
||||
|
||||
<a href="https://tanzsportclub.vfl-sindelfingen.de/"><img id="logo" title="Home" src="files/tsc/img/share/logo.jpg" alt="zurück zur Startseite" /></a>
|
||||
<a href="https://www.vfl-sindelfingen.de/"><img id="logo_vfl" title="zum VfL Sindelfingen" src="files/tsc/img/share/logo_vfl.gif" alt="zur Seite des VfL Sindelfingen" /></a><div class="mod_rocksolid_slider block">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/slider-turnier.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/Banner-RENOTE.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/Fotobanner2.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/Banner-Show2016-k.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/Banner2019.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="assets/images/a/Paare_2019s-2f72735a.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<script>
|
||||
(function() {
|
||||
|
||||
var sliderElement = [].slice.call(document.getElementsByClassName('mod_rocksolid_slider'), -1 )[0];
|
||||
|
||||
if (window.jQuery && jQuery.fn.rstSlider) {
|
||||
init();
|
||||
}
|
||||
else {
|
||||
document.addEventListener('DOMContentLoaded', init);
|
||||
}
|
||||
|
||||
function init() {
|
||||
|
||||
var $ = jQuery;
|
||||
var slider = $(sliderElement);
|
||||
|
||||
slider.find('video[data-rsts-background], [data-rsts-type=video] video').each(function() {
|
||||
// Disable mejs for videos
|
||||
this.player = false;
|
||||
});
|
||||
|
||||
slider.rstSlider({"type":"fade-in-out","navType":"bullets","scaleMode":"fit","imagePosition":"center","random":true,"loop":true,"videoAutoplay":false,"autoplayProgress":false,"pauseAutoplayOnHover":true,"keyboard":true,"captions":false,"controls":false,"thumbControls":false,"combineNavItems":true,"duration":1500,"autoplay":6000,"visibleAreaAlign":0.5,"gapSize":"0%"});
|
||||
|
||||
// Fix missing lightbox links
|
||||
$(function() {
|
||||
|
||||
if (!$.fn.colorbox) {
|
||||
return;
|
||||
}
|
||||
|
||||
var lightboxConfig = {
|
||||
loop: false,
|
||||
rel: function() {
|
||||
return $(this).attr('data-lightbox');
|
||||
},
|
||||
maxWidth: '95%',
|
||||
maxHeight: '95%'
|
||||
};
|
||||
|
||||
|
||||
var update = function(links) {
|
||||
links.colorbox(lightboxConfig);
|
||||
};
|
||||
|
||||
slider.on('rsts-slidestart rsts-slidestop', function(event) {
|
||||
update(slider.find('a[data-lightbox]'));
|
||||
});
|
||||
|
||||
update(slider.find('a[data-lightbox]'));
|
||||
|
||||
});
|
||||
|
||||
}
|
||||
|
||||
})();
|
||||
</script>
|
||||
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<nav class="mod_navigation block" id="menu1">
|
||||
|
||||
|
||||
<a href="nachrichten-leser/jahr-2008-sindelfinger-strassenfest.html#skipNavigation116" class="invisible">Navigation überspringen</a>
|
||||
|
||||
|
||||
<ul class="level_1">
|
||||
<li class="trail first"><a href="startseite.html" title="Aktuell" class="trail first">Aktuell</a></li>
|
||||
<li><a href="der-club.html" title="Der Club">Der Club</a></li>
|
||||
<li><a href="angebote.html" title="Angebote">Angebote</a></li>
|
||||
<li class="last"><a href="info.html" title="Info/Kontakt" class="last">Info/Kontakt</a></li>
|
||||
</ul>
|
||||
|
||||
<a id="skipNavigation116" class="invisible"> </a>
|
||||
|
||||
</nav>
|
||||
<!-- indexer::continue -->
|
||||
|
||||
|
||||
<a class="he2" href="https://tanzsportclub.vfl-sindelfingen.de/nachrichten-leser/jahr-2008-sindelfinger-strassenfest.html#left" id="jump-to-nav">Menu </a> </div>
|
||||
</header>
|
||||
|
||||
|
||||
<div id="container">
|
||||
|
||||
<div id="main">
|
||||
<div class="inside">
|
||||
|
||||
<div class="mod_newsreader block">
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="layout_full block">
|
||||
|
||||
<h1>Jahr 2008: Sindelfinger Strassenfest</h1>
|
||||
|
||||
<p class="info"><time datetime="2008-07-08T15:58:00+00:00">08.07.2008</time> </p>
|
||||
|
||||
|
||||
|
||||
<div class="ce_text block">
|
||||
|
||||
|
||||
|
||||
<p>Seit vielen Jahres ist der TSC im VfL Sindelfingen wichtiger Bestandteil des Sindelfinger Straßenfestes.</p>
|
||||
<p>So auch im Jahr 2008. Mit rund 120 Kindern und Jugendlichen bestritt man einige der vielseitigen Programmpunkte. Viele Zuschauer zollten durch ihren Applaus ihren Respekt für die tolle Leistung der jungen Mitwirkenden.</p>
|
||||
<div style="text-align: center; margin-left: 40px;"><img style="margin: 15px;" src="files/vfl/2008/080708_Str-Fest01.jpg" alt="Strassenfest"></div>
|
||||
<div style="text-align: center; margin-left: 40px;"><img style="margin: 15px;" src="files/vfl/2008/080708_Str-Fest02.jpg" alt="Strassenfest"></div>
|
||||
<p> </p>
|
||||
<p><a href="strassenfest-2008.html"><strong>Weitere Bilder hier</strong></a></p>
|
||||
<p>Christine Richter<br>08.07.2008</p>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<p class="back"><a href="javascript:history.go(-1)" title="Zurück">Zurück</a></p>
|
||||
<!-- indexer::continue -->
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<aside id="left">
|
||||
<div class="inside">
|
||||
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<nav class="mod_navigation he2 block" id="menu2">
|
||||
|
||||
|
||||
<a href="nachrichten-leser/jahr-2008-sindelfinger-strassenfest.html#skipNavigation121" class="invisible">Navigation überspringen</a>
|
||||
|
||||
|
||||
<ul class="level_1">
|
||||
<li class="sibling first"><a href="termine.html" title="Termine" class="sibling first" rel="nofollow">Termine</a></li>
|
||||
<li class="sibling"><a href="turniermeldung.html" title="Turniermeldung" class="sibling" rel="nofollow">Turniermeldung</a></li>
|
||||
<li class="sibling last"><a href="pressestimmen.html" title="Pressestimmen" class="sibling last">Pressestimmen</a></li>
|
||||
</ul>
|
||||
|
||||
<a id="skipNavigation121" class="invisible"> </a>
|
||||
|
||||
</nav>
|
||||
<!-- indexer::continue -->
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<nav class="mod_navigation block" id="jump-to-nav1">
|
||||
|
||||
|
||||
<a href="nachrichten-leser/jahr-2008-sindelfinger-strassenfest.html#skipNavigation145" class="invisible">Navigation überspringen</a>
|
||||
|
||||
|
||||
<ul class="level_1">
|
||||
<li class="submenu trail first"><a href="startseite.html" title="Aktuell" class="submenu trail first" aria-haspopup="true">Aktuell</a>
|
||||
<ul class="level_2">
|
||||
<li class="sibling first"><a href="termine.html" title="Termine" class="sibling first" rel="nofollow">Termine</a></li>
|
||||
<li class="sibling"><a href="turniermeldung.html" title="Turniermeldung" class="sibling" rel="nofollow">Turniermeldung</a></li>
|
||||
<li class="sibling last"><a href="pressestimmen.html" title="Pressestimmen" class="sibling last">Pressestimmen</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="submenu"><a href="der-club.html" title="Der Club" class="submenu" aria-haspopup="true">Der Club</a>
|
||||
<ul class="level_2">
|
||||
<li class="first"><a href="vorstand.html" title="Vorstand" class="first">Vorstand</a></li>
|
||||
<li><a href="beitrag.html" title="Beitrag">Beitrag</a></li>
|
||||
<li><a href="trainer.html" title="Trainer">Trainer</a></li>
|
||||
<li><a href="trainingsraeume.html" title="Trainingsräume">Trainingsräume</a></li>
|
||||
<li class="last"><a href="impressum.html" title="Impressum" class="last">Impressum</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="submenu"><a href="angebote.html" title="Angebote" class="submenu" aria-haspopup="true">Angebote</a>
|
||||
<ul class="level_2">
|
||||
<li class="first"><a href="tanzkreise.html" title="Tanzkreise" class="first">Tanzkreise</a></li>
|
||||
<li><a href="breitensport.html" title="Breitensport">Breitensport</a></li>
|
||||
<li><a href="turniertanz.html" title="Turniertanz">Turniertanz</a></li>
|
||||
<li><a href="kindergruppen.html" title="Kinder/Jugend">Kinder/Jugend</a></li>
|
||||
<li><a href="dance-styles.html" title="Dance-Styles">Dance-Styles</a></li>
|
||||
<li><a href="discofox.html" title="Discofox">Discofox</a></li>
|
||||
<li class="last"><a href="trainingszeiten.html" title="Trainingszeiten" class="last">Trainingszeiten</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="submenu last"><a href="info.html" title="Info/Kontakt" class="submenu last" aria-haspopup="true">Info/Kontakt</a>
|
||||
<ul class="level_2">
|
||||
<li class="first"><a href="raumbelegung.html" title="Raumbelegung" class="first">Raumbelegung</a></li>
|
||||
<li><a href="turniersport.html" title="Turniersport">Turniersport</a></li>
|
||||
<li><a href="linkliste.html" title="Linkliste">Linkliste</a></li>
|
||||
<li class="last"><a href="sitemap.html" title="Sitemap" class="last">Sitemap</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<a id="skipNavigation145" class="invisible"> </a>
|
||||
|
||||
</nav>
|
||||
<!-- indexer::continue -->
|
||||
</div>
|
||||
</aside>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<footer id="footer">
|
||||
<div class="inside">
|
||||
|
||||
<div id="footer_innen">
|
||||
<div id="footer_inhalt_links">TSC im VfL Sindelfingen</div>
|
||||
<div id="metanavi">
|
||||
<ul>
|
||||
<li><a href="info.html">Kontakt</a></li>
|
||||
<li><a href="sitemap.html">Sitemap</a></li>
|
||||
<li><a href="impressum.html">Impressum & Datenschutz</a></li>
|
||||
<li><a href="https://www.facebook.com/pages/Tanzsportclub-im-VfL-Sindelfingen/140842382700982" class="facebook"></a></li>
|
||||
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</div> </div>
|
||||
</footer>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<script src="assets/swipe/2.0/js/swipe.min.js"></script>
|
||||
<script>
|
||||
(function($) {
|
||||
$(document).ready(function() {
|
||||
$('.ce_sliderStart').each(function(i, cte) {
|
||||
var s = $('.content-slider', cte)[0],
|
||||
c = s.getAttribute('data-config').split(',');
|
||||
new Swipe(s, {
|
||||
// Put custom options here
|
||||
'auto': parseInt(c[0]),
|
||||
'speed': parseInt(c[1]),
|
||||
'startSlide': parseInt(c[2]),
|
||||
'continuous': parseInt(c[3]),
|
||||
'menu': $('.slider-control', cte)[0]
|
||||
});
|
||||
});
|
||||
});
|
||||
})(jQuery);
|
||||
</script>
|
||||
|
||||
<script src="assets/jquery/colorbox/1.6.1/js/colorbox.min.js"></script>
|
||||
<script>
|
||||
(function($) {
|
||||
$(document).ready(function() {
|
||||
$('a[data-lightbox]').map(function() {
|
||||
$(this).colorbox({
|
||||
// Put custom options here
|
||||
loop: false,
|
||||
rel: $(this).attr('data-lightbox'),
|
||||
maxWidth: '95%',
|
||||
maxHeight: '95%'
|
||||
});
|
||||
});
|
||||
});
|
||||
})(jQuery);
|
||||
</script>
|
||||
|
||||
<script src="assets/jquery/mediaelement/2.21.2/js/mediaelement-and-player.min.js"></script>
|
||||
<script>
|
||||
(function($) {
|
||||
$(document).ready(function() {
|
||||
$('video,audio').filter(function() {
|
||||
return $(this).parents('picture').length === 0;
|
||||
}).mediaelementplayer({
|
||||
// Put custom options here
|
||||
pluginPath: '/assets/jquery/mediaelement/2.21.2/',
|
||||
flashName: 'legacy/flashmediaelement.swf',
|
||||
silverlightName: 'legacy/silverlightmediaelement.xap'
|
||||
});
|
||||
});
|
||||
})(jQuery);
|
||||
</script>
|
||||
|
||||
<script src="assets/mootools/mediabox/1.4.6/js/mediabox.js"></script>
|
||||
<script>
|
||||
(function($) {
|
||||
window.addEvent('domready', function() {
|
||||
$$('a[data-lightbox]').mediabox({
|
||||
// Put custom options here
|
||||
}, function(el) {
|
||||
return [el.href, el.title, el.getAttribute('data-lightbox')];
|
||||
}, function(el) {
|
||||
var data = this.getAttribute('data-lightbox').split(' ');
|
||||
return (this == el) || (data[0] && el.getAttribute('data-lightbox').match(data[0]));
|
||||
});
|
||||
$('mbImage').addEvent('swipe', function(e) {
|
||||
(e.direction == 'left') ? $('mbNextLink').fireEvent('click') : $('mbPrevLink').fireEvent('click');
|
||||
});
|
||||
});
|
||||
})(document.id);
|
||||
</script>
|
||||
|
||||
<script>setTimeout(function(){var e=function(e,t){try{var n=new XMLHttpRequest}catch(r){return}n.open("GET",e,!0),n.onreadystatechange=function(){this.readyState==4&&this.status==200&&typeof t=="function"&&t(this.responseText)},n.send()},t="system/cron/cron.";e(t+"txt",function(n){parseInt(n||0)<Math.round(+(new Date)/1e3)-86400&&e(t+"php")})},5e3);</script>
|
||||
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<div class="cookiebar cookiebar--position-top" role="complementary" aria-describedby="cookiebar-text" style="display:none;" data-cookiebar="COOKIEBAR_1">
|
||||
<div id="cookiebar-text" class="cookiebar__text" aria-live="assertive" role="alert">
|
||||
<span class="cookiebar__message">Wir verwenden Cookies, um Ihnen das beste Nutzererlebnis bieten zu können. Wenn Sie fortfahren, diese Seite zu verwenden, nehmen wir an, dass Sie damit einverstanden sind.</span>
|
||||
|
||||
<a href="https://www.vfl-sindelfingen.de/kontakt-hauptverein/datenschutz/" class="cookiebar__link" title="Mehr hierzu">Mehr hierzu</a>
|
||||
</div>
|
||||
|
||||
|
||||
<button class="cookiebar__button" data-cookiebar-accept>OK</button>
|
||||
</div>
|
||||
|
||||
<!-- indexer::continue -->
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,443 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="de">
|
||||
<head>
|
||||
|
||||
<meta charset="utf-8">
|
||||
<title>Jahr 2008: Drei VfL-Paare bei der TBW-Trophy in Ludwigsburg - Tanzsportclub im VfL Sindelfingen</title>
|
||||
<base href="https://tanzsportclub.vfl-sindelfingen.de/">
|
||||
|
||||
<meta name="robots" content="noindex,nofollow">
|
||||
<meta name="description" content="">
|
||||
<meta name="keywords" content="">
|
||||
<meta name="generator" content="Contao Open Source CMS">
|
||||
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1.0">
|
||||
<style>#left{width:210px;right:210px}#container{padding-left:210px}#footer{height:30px}</style>
|
||||
<link rel="stylesheet" href="assets/css/0eeb07bcdb48.css">
|
||||
<link type="application/rss+xml" rel="alternate" href="https://www.tanzsportclub.vfl-sindelfingen.de/share/nachrichten.xml" title="neue Nachricht">
|
||||
<script src="assets/js/0e3b88c98c5a.js"></script>
|
||||
|
||||
<!--[if lt IE 9]><script src="assets/html5shiv/3.7.2/html5shiv-printshiv.min.js"></script><![endif]-->
|
||||
|
||||
</head>
|
||||
<body id="top" class="unknown other ">
|
||||
|
||||
|
||||
<div id="wrapper">
|
||||
|
||||
<header id="header">
|
||||
<div class="inside">
|
||||
|
||||
<a href="https://tanzsportclub.vfl-sindelfingen.de/"><img id="logo" title="Home" src="files/tsc/img/share/logo.jpg" alt="zurück zur Startseite" /></a>
|
||||
<a href="https://www.vfl-sindelfingen.de/"><img id="logo_vfl" title="zum VfL Sindelfingen" src="files/tsc/img/share/logo_vfl.gif" alt="zur Seite des VfL Sindelfingen" /></a><div class="mod_rocksolid_slider block">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/slider-turnier.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/Banner-RENOTE.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/Fotobanner2.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/Banner-Show2016-k.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/Banner2019.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="assets/images/a/Paare_2019s-2f72735a.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<script>
|
||||
(function() {
|
||||
|
||||
var sliderElement = [].slice.call(document.getElementsByClassName('mod_rocksolid_slider'), -1 )[0];
|
||||
|
||||
if (window.jQuery && jQuery.fn.rstSlider) {
|
||||
init();
|
||||
}
|
||||
else {
|
||||
document.addEventListener('DOMContentLoaded', init);
|
||||
}
|
||||
|
||||
function init() {
|
||||
|
||||
var $ = jQuery;
|
||||
var slider = $(sliderElement);
|
||||
|
||||
slider.find('video[data-rsts-background], [data-rsts-type=video] video').each(function() {
|
||||
// Disable mejs for videos
|
||||
this.player = false;
|
||||
});
|
||||
|
||||
slider.rstSlider({"type":"fade-in-out","navType":"bullets","scaleMode":"fit","imagePosition":"center","random":true,"loop":true,"videoAutoplay":false,"autoplayProgress":false,"pauseAutoplayOnHover":true,"keyboard":true,"captions":false,"controls":false,"thumbControls":false,"combineNavItems":true,"duration":1500,"autoplay":6000,"visibleAreaAlign":0.5,"gapSize":"0%"});
|
||||
|
||||
// Fix missing lightbox links
|
||||
$(function() {
|
||||
|
||||
if (!$.fn.colorbox) {
|
||||
return;
|
||||
}
|
||||
|
||||
var lightboxConfig = {
|
||||
loop: false,
|
||||
rel: function() {
|
||||
return $(this).attr('data-lightbox');
|
||||
},
|
||||
maxWidth: '95%',
|
||||
maxHeight: '95%'
|
||||
};
|
||||
|
||||
|
||||
var update = function(links) {
|
||||
links.colorbox(lightboxConfig);
|
||||
};
|
||||
|
||||
slider.on('rsts-slidestart rsts-slidestop', function(event) {
|
||||
update(slider.find('a[data-lightbox]'));
|
||||
});
|
||||
|
||||
update(slider.find('a[data-lightbox]'));
|
||||
|
||||
});
|
||||
|
||||
}
|
||||
|
||||
})();
|
||||
</script>
|
||||
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<nav class="mod_navigation block" id="menu1">
|
||||
|
||||
|
||||
<a href="nachrichten-leser/jahr-2008-drei-vfl-paare-bei-der-tbw-trophy-in-ludwigsburg.html#skipNavigation116" class="invisible">Navigation überspringen</a>
|
||||
|
||||
|
||||
<ul class="level_1">
|
||||
<li class="trail first"><a href="startseite.html" title="Aktuell" class="trail first">Aktuell</a></li>
|
||||
<li><a href="der-club.html" title="Der Club">Der Club</a></li>
|
||||
<li><a href="angebote.html" title="Angebote">Angebote</a></li>
|
||||
<li class="last"><a href="info.html" title="Info/Kontakt" class="last">Info/Kontakt</a></li>
|
||||
</ul>
|
||||
|
||||
<a id="skipNavigation116" class="invisible"> </a>
|
||||
|
||||
</nav>
|
||||
<!-- indexer::continue -->
|
||||
|
||||
|
||||
<a class="he2" href="https://tanzsportclub.vfl-sindelfingen.de/nachrichten-leser/jahr-2008-drei-vfl-paare-bei-der-tbw-trophy-in-ludwigsburg.html#left" id="jump-to-nav">Menu </a> </div>
|
||||
</header>
|
||||
|
||||
|
||||
<div id="container">
|
||||
|
||||
<div id="main">
|
||||
<div class="inside">
|
||||
|
||||
<div class="mod_newsreader block">
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="layout_full block">
|
||||
|
||||
<h1>Jahr 2008: Drei VfL-Paare bei der TBW-Trophy in Ludwigsburg</h1>
|
||||
|
||||
<p class="info"><time datetime="2008-07-15T15:59:00+00:00">15.07.2008</time> </p>
|
||||
|
||||
|
||||
|
||||
<div class="ce_text block">
|
||||
|
||||
|
||||
|
||||
<p>Drei Paare des TSC im VfL Sindelfingen nahmen am 3. Qualifikationsturnier der TBW-Trophy 2008 für Hauptgruppen (18 bis 29 bzw. H-II 29 bis 35 Jahre) in Ludwigsburg teil.</p>
|
||||
<p>In der Hauptgruppe D-Latein gingen Jaqueline Kleih und Christian Hirning an den Start. Dieses Paar hat erst vor kurzer Zeit das erste Turnier seiner Tanzsportkarriere getanzt. Jaqueline Kleih und Christian Hirning lieferten eine tolle Leistung ab und erreichten bei ihrem Turnier das Semifinale.</p>
|
||||
<p>Mehr Erfahrung bringen da Anke Ludwig und Markus Frey mit. Dieses Paar tanzte gleich drei Turniere der Startklasse Hauptgruppe C-Standard. In allen drei Turnieren sammelten sie ordentlich Punkte für den Aufstieg in die B-Klasse. Nach diesem Wochenende fehlten dann auch nur noch neun winzige Pünktchen. In der Hauptgruppe erreichten sie das Viertelfinale, ließen aber auch hier einige der jungen Paare hinter sich. In der eigentlichen Startgruppe II erreichten Anke Ludwig und Markus Frey an beiden Tagen das Finale und belegten jeweils den sechsten Platz.</p>
|
||||
<p>Elena Posadino und Walter Gattler tanzen eigentlich in der Startklasse Senioren B-Latein. In Ludwigsburg zeigten die beiden aber den jüngeren Paaren der Hauptgruppe II B-Latein, dass sie mehr als gut mithalten können. An beiden Tagen tanzten Elena Posadino und Walter Gattler im Finale mit. Am ersten Tag gab es einen fünften und am zweiten Tag einen vierten Platz.</p>
|
||||
<p>Christine Richter<br> 15.07.2008</p>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<p class="back"><a href="javascript:history.go(-1)" title="Zurück">Zurück</a></p>
|
||||
<!-- indexer::continue -->
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<aside id="left">
|
||||
<div class="inside">
|
||||
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<nav class="mod_navigation he2 block" id="menu2">
|
||||
|
||||
|
||||
<a href="nachrichten-leser/jahr-2008-drei-vfl-paare-bei-der-tbw-trophy-in-ludwigsburg.html#skipNavigation121" class="invisible">Navigation überspringen</a>
|
||||
|
||||
|
||||
<ul class="level_1">
|
||||
<li class="sibling first"><a href="termine.html" title="Termine" class="sibling first" rel="nofollow">Termine</a></li>
|
||||
<li class="sibling"><a href="turniermeldung.html" title="Turniermeldung" class="sibling" rel="nofollow">Turniermeldung</a></li>
|
||||
<li class="sibling last"><a href="pressestimmen.html" title="Pressestimmen" class="sibling last">Pressestimmen</a></li>
|
||||
</ul>
|
||||
|
||||
<a id="skipNavigation121" class="invisible"> </a>
|
||||
|
||||
</nav>
|
||||
<!-- indexer::continue -->
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<nav class="mod_navigation block" id="jump-to-nav1">
|
||||
|
||||
|
||||
<a href="nachrichten-leser/jahr-2008-drei-vfl-paare-bei-der-tbw-trophy-in-ludwigsburg.html#skipNavigation145" class="invisible">Navigation überspringen</a>
|
||||
|
||||
|
||||
<ul class="level_1">
|
||||
<li class="submenu trail first"><a href="startseite.html" title="Aktuell" class="submenu trail first" aria-haspopup="true">Aktuell</a>
|
||||
<ul class="level_2">
|
||||
<li class="sibling first"><a href="termine.html" title="Termine" class="sibling first" rel="nofollow">Termine</a></li>
|
||||
<li class="sibling"><a href="turniermeldung.html" title="Turniermeldung" class="sibling" rel="nofollow">Turniermeldung</a></li>
|
||||
<li class="sibling last"><a href="pressestimmen.html" title="Pressestimmen" class="sibling last">Pressestimmen</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="submenu"><a href="der-club.html" title="Der Club" class="submenu" aria-haspopup="true">Der Club</a>
|
||||
<ul class="level_2">
|
||||
<li class="first"><a href="vorstand.html" title="Vorstand" class="first">Vorstand</a></li>
|
||||
<li><a href="beitrag.html" title="Beitrag">Beitrag</a></li>
|
||||
<li><a href="trainer.html" title="Trainer">Trainer</a></li>
|
||||
<li><a href="trainingsraeume.html" title="Trainingsräume">Trainingsräume</a></li>
|
||||
<li class="last"><a href="impressum.html" title="Impressum" class="last">Impressum</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="submenu"><a href="angebote.html" title="Angebote" class="submenu" aria-haspopup="true">Angebote</a>
|
||||
<ul class="level_2">
|
||||
<li class="first"><a href="tanzkreise.html" title="Tanzkreise" class="first">Tanzkreise</a></li>
|
||||
<li><a href="breitensport.html" title="Breitensport">Breitensport</a></li>
|
||||
<li><a href="turniertanz.html" title="Turniertanz">Turniertanz</a></li>
|
||||
<li><a href="kindergruppen.html" title="Kinder/Jugend">Kinder/Jugend</a></li>
|
||||
<li><a href="dance-styles.html" title="Dance-Styles">Dance-Styles</a></li>
|
||||
<li><a href="discofox.html" title="Discofox">Discofox</a></li>
|
||||
<li class="last"><a href="trainingszeiten.html" title="Trainingszeiten" class="last">Trainingszeiten</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="submenu last"><a href="info.html" title="Info/Kontakt" class="submenu last" aria-haspopup="true">Info/Kontakt</a>
|
||||
<ul class="level_2">
|
||||
<li class="first"><a href="raumbelegung.html" title="Raumbelegung" class="first">Raumbelegung</a></li>
|
||||
<li><a href="turniersport.html" title="Turniersport">Turniersport</a></li>
|
||||
<li><a href="linkliste.html" title="Linkliste">Linkliste</a></li>
|
||||
<li class="last"><a href="sitemap.html" title="Sitemap" class="last">Sitemap</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<a id="skipNavigation145" class="invisible"> </a>
|
||||
|
||||
</nav>
|
||||
<!-- indexer::continue -->
|
||||
</div>
|
||||
</aside>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<footer id="footer">
|
||||
<div class="inside">
|
||||
|
||||
<div id="footer_innen">
|
||||
<div id="footer_inhalt_links">TSC im VfL Sindelfingen</div>
|
||||
<div id="metanavi">
|
||||
<ul>
|
||||
<li><a href="info.html">Kontakt</a></li>
|
||||
<li><a href="sitemap.html">Sitemap</a></li>
|
||||
<li><a href="impressum.html">Impressum & Datenschutz</a></li>
|
||||
<li><a href="https://www.facebook.com/pages/Tanzsportclub-im-VfL-Sindelfingen/140842382700982" class="facebook"></a></li>
|
||||
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</div> </div>
|
||||
</footer>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<script src="assets/swipe/2.0/js/swipe.min.js"></script>
|
||||
<script>
|
||||
(function($) {
|
||||
$(document).ready(function() {
|
||||
$('.ce_sliderStart').each(function(i, cte) {
|
||||
var s = $('.content-slider', cte)[0],
|
||||
c = s.getAttribute('data-config').split(',');
|
||||
new Swipe(s, {
|
||||
// Put custom options here
|
||||
'auto': parseInt(c[0]),
|
||||
'speed': parseInt(c[1]),
|
||||
'startSlide': parseInt(c[2]),
|
||||
'continuous': parseInt(c[3]),
|
||||
'menu': $('.slider-control', cte)[0]
|
||||
});
|
||||
});
|
||||
});
|
||||
})(jQuery);
|
||||
</script>
|
||||
|
||||
<script src="assets/jquery/colorbox/1.6.1/js/colorbox.min.js"></script>
|
||||
<script>
|
||||
(function($) {
|
||||
$(document).ready(function() {
|
||||
$('a[data-lightbox]').map(function() {
|
||||
$(this).colorbox({
|
||||
// Put custom options here
|
||||
loop: false,
|
||||
rel: $(this).attr('data-lightbox'),
|
||||
maxWidth: '95%',
|
||||
maxHeight: '95%'
|
||||
});
|
||||
});
|
||||
});
|
||||
})(jQuery);
|
||||
</script>
|
||||
|
||||
<script src="assets/jquery/mediaelement/2.21.2/js/mediaelement-and-player.min.js"></script>
|
||||
<script>
|
||||
(function($) {
|
||||
$(document).ready(function() {
|
||||
$('video,audio').filter(function() {
|
||||
return $(this).parents('picture').length === 0;
|
||||
}).mediaelementplayer({
|
||||
// Put custom options here
|
||||
pluginPath: '/assets/jquery/mediaelement/2.21.2/',
|
||||
flashName: 'legacy/flashmediaelement.swf',
|
||||
silverlightName: 'legacy/silverlightmediaelement.xap'
|
||||
});
|
||||
});
|
||||
})(jQuery);
|
||||
</script>
|
||||
|
||||
<script src="assets/mootools/mediabox/1.4.6/js/mediabox.js"></script>
|
||||
<script>
|
||||
(function($) {
|
||||
window.addEvent('domready', function() {
|
||||
$$('a[data-lightbox]').mediabox({
|
||||
// Put custom options here
|
||||
}, function(el) {
|
||||
return [el.href, el.title, el.getAttribute('data-lightbox')];
|
||||
}, function(el) {
|
||||
var data = this.getAttribute('data-lightbox').split(' ');
|
||||
return (this == el) || (data[0] && el.getAttribute('data-lightbox').match(data[0]));
|
||||
});
|
||||
$('mbImage').addEvent('swipe', function(e) {
|
||||
(e.direction == 'left') ? $('mbNextLink').fireEvent('click') : $('mbPrevLink').fireEvent('click');
|
||||
});
|
||||
});
|
||||
})(document.id);
|
||||
</script>
|
||||
|
||||
<script>setTimeout(function(){var e=function(e,t){try{var n=new XMLHttpRequest}catch(r){return}n.open("GET",e,!0),n.onreadystatechange=function(){this.readyState==4&&this.status==200&&typeof t=="function"&&t(this.responseText)},n.send()},t="system/cron/cron.";e(t+"txt",function(n){parseInt(n||0)<Math.round(+(new Date)/1e3)-86400&&e(t+"php")})},5e3);</script>
|
||||
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<div class="cookiebar cookiebar--position-top" role="complementary" aria-describedby="cookiebar-text" style="display:none;" data-cookiebar="COOKIEBAR_1">
|
||||
<div id="cookiebar-text" class="cookiebar__text" aria-live="assertive" role="alert">
|
||||
<span class="cookiebar__message">Wir verwenden Cookies, um Ihnen das beste Nutzererlebnis bieten zu können. Wenn Sie fortfahren, diese Seite zu verwenden, nehmen wir an, dass Sie damit einverstanden sind.</span>
|
||||
|
||||
<a href="https://www.vfl-sindelfingen.de/kontakt-hauptverein/datenschutz/" class="cookiebar__link" title="Mehr hierzu">Mehr hierzu</a>
|
||||
</div>
|
||||
|
||||
|
||||
<button class="cookiebar__button" data-cookiebar-accept>OK</button>
|
||||
</div>
|
||||
|
||||
<!-- indexer::continue -->
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,448 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="de">
|
||||
<head>
|
||||
|
||||
<meta charset="utf-8">
|
||||
<title>Jahr 2008: Sportbericht 22.07.2008 - Tanzsportclub im VfL Sindelfingen</title>
|
||||
<base href="https://tanzsportclub.vfl-sindelfingen.de/">
|
||||
|
||||
<meta name="robots" content="noindex,nofollow">
|
||||
<meta name="description" content="">
|
||||
<meta name="keywords" content="">
|
||||
<meta name="generator" content="Contao Open Source CMS">
|
||||
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1.0">
|
||||
<style>#left{width:210px;right:210px}#container{padding-left:210px}#footer{height:30px}</style>
|
||||
<link rel="stylesheet" href="assets/css/0eeb07bcdb48.css">
|
||||
<link type="application/rss+xml" rel="alternate" href="https://www.tanzsportclub.vfl-sindelfingen.de/share/nachrichten.xml" title="neue Nachricht">
|
||||
<script src="assets/js/0e3b88c98c5a.js"></script>
|
||||
|
||||
<!--[if lt IE 9]><script src="assets/html5shiv/3.7.2/html5shiv-printshiv.min.js"></script><![endif]-->
|
||||
|
||||
</head>
|
||||
<body id="top" class="unknown other ">
|
||||
|
||||
|
||||
<div id="wrapper">
|
||||
|
||||
<header id="header">
|
||||
<div class="inside">
|
||||
|
||||
<a href="https://tanzsportclub.vfl-sindelfingen.de/"><img id="logo" title="Home" src="files/tsc/img/share/logo.jpg" alt="zurück zur Startseite" /></a>
|
||||
<a href="https://www.vfl-sindelfingen.de/"><img id="logo_vfl" title="zum VfL Sindelfingen" src="files/tsc/img/share/logo_vfl.gif" alt="zur Seite des VfL Sindelfingen" /></a><div class="mod_rocksolid_slider block">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/slider-turnier.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/Banner-RENOTE.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/Fotobanner2.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/Banner-Show2016-k.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/Banner2019.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="assets/images/a/Paare_2019s-2f72735a.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<script>
|
||||
(function() {
|
||||
|
||||
var sliderElement = [].slice.call(document.getElementsByClassName('mod_rocksolid_slider'), -1 )[0];
|
||||
|
||||
if (window.jQuery && jQuery.fn.rstSlider) {
|
||||
init();
|
||||
}
|
||||
else {
|
||||
document.addEventListener('DOMContentLoaded', init);
|
||||
}
|
||||
|
||||
function init() {
|
||||
|
||||
var $ = jQuery;
|
||||
var slider = $(sliderElement);
|
||||
|
||||
slider.find('video[data-rsts-background], [data-rsts-type=video] video').each(function() {
|
||||
// Disable mejs for videos
|
||||
this.player = false;
|
||||
});
|
||||
|
||||
slider.rstSlider({"type":"fade-in-out","navType":"bullets","scaleMode":"fit","imagePosition":"center","random":true,"loop":true,"videoAutoplay":false,"autoplayProgress":false,"pauseAutoplayOnHover":true,"keyboard":true,"captions":false,"controls":false,"thumbControls":false,"combineNavItems":true,"duration":1500,"autoplay":6000,"visibleAreaAlign":0.5,"gapSize":"0%"});
|
||||
|
||||
// Fix missing lightbox links
|
||||
$(function() {
|
||||
|
||||
if (!$.fn.colorbox) {
|
||||
return;
|
||||
}
|
||||
|
||||
var lightboxConfig = {
|
||||
loop: false,
|
||||
rel: function() {
|
||||
return $(this).attr('data-lightbox');
|
||||
},
|
||||
maxWidth: '95%',
|
||||
maxHeight: '95%'
|
||||
};
|
||||
|
||||
|
||||
var update = function(links) {
|
||||
links.colorbox(lightboxConfig);
|
||||
};
|
||||
|
||||
slider.on('rsts-slidestart rsts-slidestop', function(event) {
|
||||
update(slider.find('a[data-lightbox]'));
|
||||
});
|
||||
|
||||
update(slider.find('a[data-lightbox]'));
|
||||
|
||||
});
|
||||
|
||||
}
|
||||
|
||||
})();
|
||||
</script>
|
||||
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<nav class="mod_navigation block" id="menu1">
|
||||
|
||||
|
||||
<a href="nachrichten-leser/jahr-2008-sportbericht-22072008.html#skipNavigation116" class="invisible">Navigation überspringen</a>
|
||||
|
||||
|
||||
<ul class="level_1">
|
||||
<li class="trail first"><a href="startseite.html" title="Aktuell" class="trail first">Aktuell</a></li>
|
||||
<li><a href="der-club.html" title="Der Club">Der Club</a></li>
|
||||
<li><a href="angebote.html" title="Angebote">Angebote</a></li>
|
||||
<li class="last"><a href="info.html" title="Info/Kontakt" class="last">Info/Kontakt</a></li>
|
||||
</ul>
|
||||
|
||||
<a id="skipNavigation116" class="invisible"> </a>
|
||||
|
||||
</nav>
|
||||
<!-- indexer::continue -->
|
||||
|
||||
|
||||
<a class="he2" href="https://tanzsportclub.vfl-sindelfingen.de/nachrichten-leser/jahr-2008-sportbericht-22072008.html#left" id="jump-to-nav">Menu </a> </div>
|
||||
</header>
|
||||
|
||||
|
||||
<div id="container">
|
||||
|
||||
<div id="main">
|
||||
<div class="inside">
|
||||
|
||||
<div class="mod_newsreader block">
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="layout_full block">
|
||||
|
||||
<h1>Jahr 2008: Sportbericht 22.07.2008</h1>
|
||||
|
||||
<p class="info"><time datetime="2008-07-22T16:00:00+00:00">22.07.2008</time> </p>
|
||||
|
||||
|
||||
|
||||
<div class="ce_text block">
|
||||
|
||||
|
||||
|
||||
<p>Die Paare des TSC im VfL Sindelfingen waren wieder auf der ganzen Linie erfolgreich. Tollen Sport boten sowohl Paare aus dem Breitensport- als auch aus dem Leistungssportbereich.</p>
|
||||
<h4>BSW in Waiblingen</h4>
|
||||
<p>Ingrid Bauer und Stefan Dietl und Ingrid und Bernd Peter gingen beim Breitensportwettbewerb in Waiblingen an den Start. Diese Wettbewerbe werden von vielen Paaren als Sprungbrett in den Leistungsport genutzt. Daher werden auch in diesem Bereich – in der Regel Mannschaftswettbewerbe - gute Leistungen gebracht. Die beiden Sindelfinger Paare bildeten zusammen mit Natalija und Jakow Rajtschik vom Schwarz-Weiß-Club Pforzheim eine Mannschaft. Alle drei Paare zeigten so gute Leistung, dass die Mannschaft mit einem riesigen Vorsprung von 17 Punkten den ersten Platz von sieben Mannschaften (28 Paare) belegte. In der Einzelwertung lag das Ehepaar Rajtschik ganz vorn. Knapp dahinter belegten Ingrid Bauer und Stefan Dietl den zweiten Platz. Ingrid und Bernd Peter ordneten sich im vorderen Mittelfeld ein.</p>
|
||||
<h4>TüTaTa</h4>
|
||||
<p>In Tübingen fanden die Tübinger-Tanzsport-Tage für die Hauptklassen Latein und Standard statt. Auch hier waren zwei Paare des TSC im VfL Sindelfingen mit dabei. Elena Posadino und Walter Gattler traten an beiden Tagen in der Hauptgruppe II B-Latein an. Wie immer zeigten die beiden exaktes, technisch sauberes und überaus musikalisches Tanzen. So erreichten sie natürlich an beiden Tagen die Finalrunden. Am Samstag standen Elena Posadino und Walter Gattler als Dritte mit auf dem Treppchen. Am Sonntag war es der fünfte Platz. <br><br></p>
|
||||
<p>Anke Ludwig und Markus Frey fanden wurden vor gut zwei Jahren ein Tanzpaar. In der Startgruppe Hauptklasse II C-Standard waren sie von Anfang an vorne mit dabei. Eine lange Verletzungspause von Anke Ludwig konnte den Erfolg des Paares nicht stoppen. Eigentlich tanzten sie bei allen gemeinsamen Turnieren bis ins Finale, so auch bei den Landesmeisterschaften.</p>
|
||||
<div style="float: right; margin-left: 40px;"><img style="margin: 15px;" src="files/vfl/2008/080722.jpg" alt="Anke u. Markus"></div>
|
||||
<p>Nur die immer recht kleinen Startfelder verhinderten einen früheren Aufstieg in die B-Klasse, für den 150 Punkte (1 Punkte je geschlagenes Paar) notwendig sind. Zu den Tübinger-Tanzsport-Tagen fuhren Anke Ludwig und Markus Frey mit der Gewissheit, die letzten neun Punkte zu ergattern. Die erforderlichen fünf Platzierungen (Platz 1 bis 5) hatten sie längst eingesammelt. Selbstbewusst und wie immer musikalisch und technisch ausgereift schwebten die beiden über das Parkett. Kleine Startfelder verhinderten den Aufstieg bereits am ersten Tag. Der Doppelstart in der Hauptgruppe I und II brachte nur acht Punkte. Und dass, obwohl das Paar in der Hauptgruppe II den dritten Platz belegten. Am zweiten Tag stand nach dem Erreichen der Endrunde der Aufstieg bereits fest. Trotzdem zeigten Anke Ludwig und Markus Frey noch einmal ihr ganzes Können. Mit dem sechsten Platz war der Aufstieg in die B-Klasse sicher erreicht.</p>
|
||||
<p>Leider war dieses Turnier das letzte gemeinsame dieses erfolgreichen Paares. Sicherlich werden sowohl Anke Ludwig als auch Markus Frey mit ihren jeweiligen neuen Partnern auf der Erfolgsleiter weiter nach oben schwingen.</p>
|
||||
<p>Christine Richter<br> 22.07.2008</p>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<p class="back"><a href="javascript:history.go(-1)" title="Zurück">Zurück</a></p>
|
||||
<!-- indexer::continue -->
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<aside id="left">
|
||||
<div class="inside">
|
||||
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<nav class="mod_navigation he2 block" id="menu2">
|
||||
|
||||
|
||||
<a href="nachrichten-leser/jahr-2008-sportbericht-22072008.html#skipNavigation121" class="invisible">Navigation überspringen</a>
|
||||
|
||||
|
||||
<ul class="level_1">
|
||||
<li class="sibling first"><a href="termine.html" title="Termine" class="sibling first" rel="nofollow">Termine</a></li>
|
||||
<li class="sibling"><a href="turniermeldung.html" title="Turniermeldung" class="sibling" rel="nofollow">Turniermeldung</a></li>
|
||||
<li class="sibling last"><a href="pressestimmen.html" title="Pressestimmen" class="sibling last">Pressestimmen</a></li>
|
||||
</ul>
|
||||
|
||||
<a id="skipNavigation121" class="invisible"> </a>
|
||||
|
||||
</nav>
|
||||
<!-- indexer::continue -->
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<nav class="mod_navigation block" id="jump-to-nav1">
|
||||
|
||||
|
||||
<a href="nachrichten-leser/jahr-2008-sportbericht-22072008.html#skipNavigation145" class="invisible">Navigation überspringen</a>
|
||||
|
||||
|
||||
<ul class="level_1">
|
||||
<li class="submenu trail first"><a href="startseite.html" title="Aktuell" class="submenu trail first" aria-haspopup="true">Aktuell</a>
|
||||
<ul class="level_2">
|
||||
<li class="sibling first"><a href="termine.html" title="Termine" class="sibling first" rel="nofollow">Termine</a></li>
|
||||
<li class="sibling"><a href="turniermeldung.html" title="Turniermeldung" class="sibling" rel="nofollow">Turniermeldung</a></li>
|
||||
<li class="sibling last"><a href="pressestimmen.html" title="Pressestimmen" class="sibling last">Pressestimmen</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="submenu"><a href="der-club.html" title="Der Club" class="submenu" aria-haspopup="true">Der Club</a>
|
||||
<ul class="level_2">
|
||||
<li class="first"><a href="vorstand.html" title="Vorstand" class="first">Vorstand</a></li>
|
||||
<li><a href="beitrag.html" title="Beitrag">Beitrag</a></li>
|
||||
<li><a href="trainer.html" title="Trainer">Trainer</a></li>
|
||||
<li><a href="trainingsraeume.html" title="Trainingsräume">Trainingsräume</a></li>
|
||||
<li class="last"><a href="impressum.html" title="Impressum" class="last">Impressum</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="submenu"><a href="angebote.html" title="Angebote" class="submenu" aria-haspopup="true">Angebote</a>
|
||||
<ul class="level_2">
|
||||
<li class="first"><a href="tanzkreise.html" title="Tanzkreise" class="first">Tanzkreise</a></li>
|
||||
<li><a href="breitensport.html" title="Breitensport">Breitensport</a></li>
|
||||
<li><a href="turniertanz.html" title="Turniertanz">Turniertanz</a></li>
|
||||
<li><a href="kindergruppen.html" title="Kinder/Jugend">Kinder/Jugend</a></li>
|
||||
<li><a href="dance-styles.html" title="Dance-Styles">Dance-Styles</a></li>
|
||||
<li><a href="discofox.html" title="Discofox">Discofox</a></li>
|
||||
<li class="last"><a href="trainingszeiten.html" title="Trainingszeiten" class="last">Trainingszeiten</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="submenu last"><a href="info.html" title="Info/Kontakt" class="submenu last" aria-haspopup="true">Info/Kontakt</a>
|
||||
<ul class="level_2">
|
||||
<li class="first"><a href="raumbelegung.html" title="Raumbelegung" class="first">Raumbelegung</a></li>
|
||||
<li><a href="turniersport.html" title="Turniersport">Turniersport</a></li>
|
||||
<li><a href="linkliste.html" title="Linkliste">Linkliste</a></li>
|
||||
<li class="last"><a href="sitemap.html" title="Sitemap" class="last">Sitemap</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<a id="skipNavigation145" class="invisible"> </a>
|
||||
|
||||
</nav>
|
||||
<!-- indexer::continue -->
|
||||
</div>
|
||||
</aside>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<footer id="footer">
|
||||
<div class="inside">
|
||||
|
||||
<div id="footer_innen">
|
||||
<div id="footer_inhalt_links">TSC im VfL Sindelfingen</div>
|
||||
<div id="metanavi">
|
||||
<ul>
|
||||
<li><a href="info.html">Kontakt</a></li>
|
||||
<li><a href="sitemap.html">Sitemap</a></li>
|
||||
<li><a href="impressum.html">Impressum & Datenschutz</a></li>
|
||||
<li><a href="https://www.facebook.com/pages/Tanzsportclub-im-VfL-Sindelfingen/140842382700982" class="facebook"></a></li>
|
||||
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</div> </div>
|
||||
</footer>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<script src="assets/swipe/2.0/js/swipe.min.js"></script>
|
||||
<script>
|
||||
(function($) {
|
||||
$(document).ready(function() {
|
||||
$('.ce_sliderStart').each(function(i, cte) {
|
||||
var s = $('.content-slider', cte)[0],
|
||||
c = s.getAttribute('data-config').split(',');
|
||||
new Swipe(s, {
|
||||
// Put custom options here
|
||||
'auto': parseInt(c[0]),
|
||||
'speed': parseInt(c[1]),
|
||||
'startSlide': parseInt(c[2]),
|
||||
'continuous': parseInt(c[3]),
|
||||
'menu': $('.slider-control', cte)[0]
|
||||
});
|
||||
});
|
||||
});
|
||||
})(jQuery);
|
||||
</script>
|
||||
|
||||
<script src="assets/jquery/colorbox/1.6.1/js/colorbox.min.js"></script>
|
||||
<script>
|
||||
(function($) {
|
||||
$(document).ready(function() {
|
||||
$('a[data-lightbox]').map(function() {
|
||||
$(this).colorbox({
|
||||
// Put custom options here
|
||||
loop: false,
|
||||
rel: $(this).attr('data-lightbox'),
|
||||
maxWidth: '95%',
|
||||
maxHeight: '95%'
|
||||
});
|
||||
});
|
||||
});
|
||||
})(jQuery);
|
||||
</script>
|
||||
|
||||
<script src="assets/jquery/mediaelement/2.21.2/js/mediaelement-and-player.min.js"></script>
|
||||
<script>
|
||||
(function($) {
|
||||
$(document).ready(function() {
|
||||
$('video,audio').filter(function() {
|
||||
return $(this).parents('picture').length === 0;
|
||||
}).mediaelementplayer({
|
||||
// Put custom options here
|
||||
pluginPath: '/assets/jquery/mediaelement/2.21.2/',
|
||||
flashName: 'legacy/flashmediaelement.swf',
|
||||
silverlightName: 'legacy/silverlightmediaelement.xap'
|
||||
});
|
||||
});
|
||||
})(jQuery);
|
||||
</script>
|
||||
|
||||
<script src="assets/mootools/mediabox/1.4.6/js/mediabox.js"></script>
|
||||
<script>
|
||||
(function($) {
|
||||
window.addEvent('domready', function() {
|
||||
$$('a[data-lightbox]').mediabox({
|
||||
// Put custom options here
|
||||
}, function(el) {
|
||||
return [el.href, el.title, el.getAttribute('data-lightbox')];
|
||||
}, function(el) {
|
||||
var data = this.getAttribute('data-lightbox').split(' ');
|
||||
return (this == el) || (data[0] && el.getAttribute('data-lightbox').match(data[0]));
|
||||
});
|
||||
$('mbImage').addEvent('swipe', function(e) {
|
||||
(e.direction == 'left') ? $('mbNextLink').fireEvent('click') : $('mbPrevLink').fireEvent('click');
|
||||
});
|
||||
});
|
||||
})(document.id);
|
||||
</script>
|
||||
|
||||
<script>setTimeout(function(){var e=function(e,t){try{var n=new XMLHttpRequest}catch(r){return}n.open("GET",e,!0),n.onreadystatechange=function(){this.readyState==4&&this.status==200&&typeof t=="function"&&t(this.responseText)},n.send()},t="system/cron/cron.";e(t+"txt",function(n){parseInt(n||0)<Math.round(+(new Date)/1e3)-86400&&e(t+"php")})},5e3);</script>
|
||||
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<div class="cookiebar cookiebar--position-top" role="complementary" aria-describedby="cookiebar-text" style="display:none;" data-cookiebar="COOKIEBAR_1">
|
||||
<div id="cookiebar-text" class="cookiebar__text" aria-live="assertive" role="alert">
|
||||
<span class="cookiebar__message">Wir verwenden Cookies, um Ihnen das beste Nutzererlebnis bieten zu können. Wenn Sie fortfahren, diese Seite zu verwenden, nehmen wir an, dass Sie damit einverstanden sind.</span>
|
||||
|
||||
<a href="https://www.vfl-sindelfingen.de/kontakt-hauptverein/datenschutz/" class="cookiebar__link" title="Mehr hierzu">Mehr hierzu</a>
|
||||
</div>
|
||||
|
||||
|
||||
<button class="cookiebar__button" data-cookiebar-accept>OK</button>
|
||||
</div>
|
||||
|
||||
<!-- indexer::continue -->
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,441 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="de">
|
||||
<head>
|
||||
|
||||
<meta charset="utf-8">
|
||||
<title>Jahr 2008: Petersmann tanzen in Bonn - Tanzsportclub im VfL Sindelfingen</title>
|
||||
<base href="https://tanzsportclub.vfl-sindelfingen.de/">
|
||||
|
||||
<meta name="robots" content="noindex,nofollow">
|
||||
<meta name="description" content="">
|
||||
<meta name="keywords" content="">
|
||||
<meta name="generator" content="Contao Open Source CMS">
|
||||
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1.0">
|
||||
<style>#left{width:210px;right:210px}#container{padding-left:210px}#footer{height:30px}</style>
|
||||
<link rel="stylesheet" href="assets/css/0eeb07bcdb48.css">
|
||||
<link type="application/rss+xml" rel="alternate" href="https://www.tanzsportclub.vfl-sindelfingen.de/share/nachrichten.xml" title="neue Nachricht">
|
||||
<script src="assets/js/0e3b88c98c5a.js"></script>
|
||||
|
||||
<!--[if lt IE 9]><script src="assets/html5shiv/3.7.2/html5shiv-printshiv.min.js"></script><![endif]-->
|
||||
|
||||
</head>
|
||||
<body id="top" class="unknown other ">
|
||||
|
||||
|
||||
<div id="wrapper">
|
||||
|
||||
<header id="header">
|
||||
<div class="inside">
|
||||
|
||||
<a href="https://tanzsportclub.vfl-sindelfingen.de/"><img id="logo" title="Home" src="files/tsc/img/share/logo.jpg" alt="zurück zur Startseite" /></a>
|
||||
<a href="https://www.vfl-sindelfingen.de/"><img id="logo_vfl" title="zum VfL Sindelfingen" src="files/tsc/img/share/logo_vfl.gif" alt="zur Seite des VfL Sindelfingen" /></a><div class="mod_rocksolid_slider block">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/slider-turnier.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/Banner-RENOTE.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/Fotobanner2.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/Banner-Show2016-k.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/Banner2019.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="assets/images/a/Paare_2019s-2f72735a.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<script>
|
||||
(function() {
|
||||
|
||||
var sliderElement = [].slice.call(document.getElementsByClassName('mod_rocksolid_slider'), -1 )[0];
|
||||
|
||||
if (window.jQuery && jQuery.fn.rstSlider) {
|
||||
init();
|
||||
}
|
||||
else {
|
||||
document.addEventListener('DOMContentLoaded', init);
|
||||
}
|
||||
|
||||
function init() {
|
||||
|
||||
var $ = jQuery;
|
||||
var slider = $(sliderElement);
|
||||
|
||||
slider.find('video[data-rsts-background], [data-rsts-type=video] video').each(function() {
|
||||
// Disable mejs for videos
|
||||
this.player = false;
|
||||
});
|
||||
|
||||
slider.rstSlider({"type":"fade-in-out","navType":"bullets","scaleMode":"fit","imagePosition":"center","random":true,"loop":true,"videoAutoplay":false,"autoplayProgress":false,"pauseAutoplayOnHover":true,"keyboard":true,"captions":false,"controls":false,"thumbControls":false,"combineNavItems":true,"duration":1500,"autoplay":6000,"visibleAreaAlign":0.5,"gapSize":"0%"});
|
||||
|
||||
// Fix missing lightbox links
|
||||
$(function() {
|
||||
|
||||
if (!$.fn.colorbox) {
|
||||
return;
|
||||
}
|
||||
|
||||
var lightboxConfig = {
|
||||
loop: false,
|
||||
rel: function() {
|
||||
return $(this).attr('data-lightbox');
|
||||
},
|
||||
maxWidth: '95%',
|
||||
maxHeight: '95%'
|
||||
};
|
||||
|
||||
|
||||
var update = function(links) {
|
||||
links.colorbox(lightboxConfig);
|
||||
};
|
||||
|
||||
slider.on('rsts-slidestart rsts-slidestop', function(event) {
|
||||
update(slider.find('a[data-lightbox]'));
|
||||
});
|
||||
|
||||
update(slider.find('a[data-lightbox]'));
|
||||
|
||||
});
|
||||
|
||||
}
|
||||
|
||||
})();
|
||||
</script>
|
||||
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<nav class="mod_navigation block" id="menu1">
|
||||
|
||||
|
||||
<a href="nachrichten-leser/jahr-2008-petersmann-tanzen-in-bonn.html#skipNavigation116" class="invisible">Navigation überspringen</a>
|
||||
|
||||
|
||||
<ul class="level_1">
|
||||
<li class="trail first"><a href="startseite.html" title="Aktuell" class="trail first">Aktuell</a></li>
|
||||
<li><a href="der-club.html" title="Der Club">Der Club</a></li>
|
||||
<li><a href="angebote.html" title="Angebote">Angebote</a></li>
|
||||
<li class="last"><a href="info.html" title="Info/Kontakt" class="last">Info/Kontakt</a></li>
|
||||
</ul>
|
||||
|
||||
<a id="skipNavigation116" class="invisible"> </a>
|
||||
|
||||
</nav>
|
||||
<!-- indexer::continue -->
|
||||
|
||||
|
||||
<a class="he2" href="https://tanzsportclub.vfl-sindelfingen.de/nachrichten-leser/jahr-2008-petersmann-tanzen-in-bonn.html#left" id="jump-to-nav">Menu </a> </div>
|
||||
</header>
|
||||
|
||||
|
||||
<div id="container">
|
||||
|
||||
<div id="main">
|
||||
<div class="inside">
|
||||
|
||||
<div class="mod_newsreader block">
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="layout_full block">
|
||||
|
||||
<h1>Jahr 2008: Petersmann tanzen in Bonn</h1>
|
||||
|
||||
<p class="info"><time datetime="2008-08-06T16:01:00+00:00">06.08.2008</time> </p>
|
||||
|
||||
|
||||
|
||||
<div class="ce_text block">
|
||||
|
||||
|
||||
|
||||
<p>Rita und Thorsten Petersmann machten sich auf den Weg nach Bonn, um dort gleich zwei Turniertermine wahrzunehmen.</p>
|
||||
<p>In ihrer Startklasse Senioren I A (Standard) wird auf hohem Niveau getanzt. Rita und Thorsten Petersmann tanzen ausgesprochen sportlich, zeigen aber immer die Charakteristika der einzelnen Tänzen. So auch in Bonn. An beiden Tagen erreichten die beiden das Finale und belegten jeweils den sechsten Platz.</p>
|
||||
<p>Christine Richter<br> 06.08.2008</p>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<p class="back"><a href="javascript:history.go(-1)" title="Zurück">Zurück</a></p>
|
||||
<!-- indexer::continue -->
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<aside id="left">
|
||||
<div class="inside">
|
||||
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<nav class="mod_navigation he2 block" id="menu2">
|
||||
|
||||
|
||||
<a href="nachrichten-leser/jahr-2008-petersmann-tanzen-in-bonn.html#skipNavigation121" class="invisible">Navigation überspringen</a>
|
||||
|
||||
|
||||
<ul class="level_1">
|
||||
<li class="sibling first"><a href="termine.html" title="Termine" class="sibling first" rel="nofollow">Termine</a></li>
|
||||
<li class="sibling"><a href="turniermeldung.html" title="Turniermeldung" class="sibling" rel="nofollow">Turniermeldung</a></li>
|
||||
<li class="sibling last"><a href="pressestimmen.html" title="Pressestimmen" class="sibling last">Pressestimmen</a></li>
|
||||
</ul>
|
||||
|
||||
<a id="skipNavigation121" class="invisible"> </a>
|
||||
|
||||
</nav>
|
||||
<!-- indexer::continue -->
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<nav class="mod_navigation block" id="jump-to-nav1">
|
||||
|
||||
|
||||
<a href="nachrichten-leser/jahr-2008-petersmann-tanzen-in-bonn.html#skipNavigation145" class="invisible">Navigation überspringen</a>
|
||||
|
||||
|
||||
<ul class="level_1">
|
||||
<li class="submenu trail first"><a href="startseite.html" title="Aktuell" class="submenu trail first" aria-haspopup="true">Aktuell</a>
|
||||
<ul class="level_2">
|
||||
<li class="sibling first"><a href="termine.html" title="Termine" class="sibling first" rel="nofollow">Termine</a></li>
|
||||
<li class="sibling"><a href="turniermeldung.html" title="Turniermeldung" class="sibling" rel="nofollow">Turniermeldung</a></li>
|
||||
<li class="sibling last"><a href="pressestimmen.html" title="Pressestimmen" class="sibling last">Pressestimmen</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="submenu"><a href="der-club.html" title="Der Club" class="submenu" aria-haspopup="true">Der Club</a>
|
||||
<ul class="level_2">
|
||||
<li class="first"><a href="vorstand.html" title="Vorstand" class="first">Vorstand</a></li>
|
||||
<li><a href="beitrag.html" title="Beitrag">Beitrag</a></li>
|
||||
<li><a href="trainer.html" title="Trainer">Trainer</a></li>
|
||||
<li><a href="trainingsraeume.html" title="Trainingsräume">Trainingsräume</a></li>
|
||||
<li class="last"><a href="impressum.html" title="Impressum" class="last">Impressum</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="submenu"><a href="angebote.html" title="Angebote" class="submenu" aria-haspopup="true">Angebote</a>
|
||||
<ul class="level_2">
|
||||
<li class="first"><a href="tanzkreise.html" title="Tanzkreise" class="first">Tanzkreise</a></li>
|
||||
<li><a href="breitensport.html" title="Breitensport">Breitensport</a></li>
|
||||
<li><a href="turniertanz.html" title="Turniertanz">Turniertanz</a></li>
|
||||
<li><a href="kindergruppen.html" title="Kinder/Jugend">Kinder/Jugend</a></li>
|
||||
<li><a href="dance-styles.html" title="Dance-Styles">Dance-Styles</a></li>
|
||||
<li><a href="discofox.html" title="Discofox">Discofox</a></li>
|
||||
<li class="last"><a href="trainingszeiten.html" title="Trainingszeiten" class="last">Trainingszeiten</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="submenu last"><a href="info.html" title="Info/Kontakt" class="submenu last" aria-haspopup="true">Info/Kontakt</a>
|
||||
<ul class="level_2">
|
||||
<li class="first"><a href="raumbelegung.html" title="Raumbelegung" class="first">Raumbelegung</a></li>
|
||||
<li><a href="turniersport.html" title="Turniersport">Turniersport</a></li>
|
||||
<li><a href="linkliste.html" title="Linkliste">Linkliste</a></li>
|
||||
<li class="last"><a href="sitemap.html" title="Sitemap" class="last">Sitemap</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<a id="skipNavigation145" class="invisible"> </a>
|
||||
|
||||
</nav>
|
||||
<!-- indexer::continue -->
|
||||
</div>
|
||||
</aside>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<footer id="footer">
|
||||
<div class="inside">
|
||||
|
||||
<div id="footer_innen">
|
||||
<div id="footer_inhalt_links">TSC im VfL Sindelfingen</div>
|
||||
<div id="metanavi">
|
||||
<ul>
|
||||
<li><a href="info.html">Kontakt</a></li>
|
||||
<li><a href="sitemap.html">Sitemap</a></li>
|
||||
<li><a href="impressum.html">Impressum & Datenschutz</a></li>
|
||||
<li><a href="https://www.facebook.com/pages/Tanzsportclub-im-VfL-Sindelfingen/140842382700982" class="facebook"></a></li>
|
||||
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</div> </div>
|
||||
</footer>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<script src="assets/swipe/2.0/js/swipe.min.js"></script>
|
||||
<script>
|
||||
(function($) {
|
||||
$(document).ready(function() {
|
||||
$('.ce_sliderStart').each(function(i, cte) {
|
||||
var s = $('.content-slider', cte)[0],
|
||||
c = s.getAttribute('data-config').split(',');
|
||||
new Swipe(s, {
|
||||
// Put custom options here
|
||||
'auto': parseInt(c[0]),
|
||||
'speed': parseInt(c[1]),
|
||||
'startSlide': parseInt(c[2]),
|
||||
'continuous': parseInt(c[3]),
|
||||
'menu': $('.slider-control', cte)[0]
|
||||
});
|
||||
});
|
||||
});
|
||||
})(jQuery);
|
||||
</script>
|
||||
|
||||
<script src="assets/jquery/colorbox/1.6.1/js/colorbox.min.js"></script>
|
||||
<script>
|
||||
(function($) {
|
||||
$(document).ready(function() {
|
||||
$('a[data-lightbox]').map(function() {
|
||||
$(this).colorbox({
|
||||
// Put custom options here
|
||||
loop: false,
|
||||
rel: $(this).attr('data-lightbox'),
|
||||
maxWidth: '95%',
|
||||
maxHeight: '95%'
|
||||
});
|
||||
});
|
||||
});
|
||||
})(jQuery);
|
||||
</script>
|
||||
|
||||
<script src="assets/jquery/mediaelement/2.21.2/js/mediaelement-and-player.min.js"></script>
|
||||
<script>
|
||||
(function($) {
|
||||
$(document).ready(function() {
|
||||
$('video,audio').filter(function() {
|
||||
return $(this).parents('picture').length === 0;
|
||||
}).mediaelementplayer({
|
||||
// Put custom options here
|
||||
pluginPath: '/assets/jquery/mediaelement/2.21.2/',
|
||||
flashName: 'legacy/flashmediaelement.swf',
|
||||
silverlightName: 'legacy/silverlightmediaelement.xap'
|
||||
});
|
||||
});
|
||||
})(jQuery);
|
||||
</script>
|
||||
|
||||
<script src="assets/mootools/mediabox/1.4.6/js/mediabox.js"></script>
|
||||
<script>
|
||||
(function($) {
|
||||
window.addEvent('domready', function() {
|
||||
$$('a[data-lightbox]').mediabox({
|
||||
// Put custom options here
|
||||
}, function(el) {
|
||||
return [el.href, el.title, el.getAttribute('data-lightbox')];
|
||||
}, function(el) {
|
||||
var data = this.getAttribute('data-lightbox').split(' ');
|
||||
return (this == el) || (data[0] && el.getAttribute('data-lightbox').match(data[0]));
|
||||
});
|
||||
$('mbImage').addEvent('swipe', function(e) {
|
||||
(e.direction == 'left') ? $('mbNextLink').fireEvent('click') : $('mbPrevLink').fireEvent('click');
|
||||
});
|
||||
});
|
||||
})(document.id);
|
||||
</script>
|
||||
|
||||
<script>setTimeout(function(){var e=function(e,t){try{var n=new XMLHttpRequest}catch(r){return}n.open("GET",e,!0),n.onreadystatechange=function(){this.readyState==4&&this.status==200&&typeof t=="function"&&t(this.responseText)},n.send()},t="system/cron/cron.";e(t+"txt",function(n){parseInt(n||0)<Math.round(+(new Date)/1e3)-86400&&e(t+"php")})},5e3);</script>
|
||||
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<div class="cookiebar cookiebar--position-top" role="complementary" aria-describedby="cookiebar-text" style="display:none;" data-cookiebar="COOKIEBAR_1">
|
||||
<div id="cookiebar-text" class="cookiebar__text" aria-live="assertive" role="alert">
|
||||
<span class="cookiebar__message">Wir verwenden Cookies, um Ihnen das beste Nutzererlebnis bieten zu können. Wenn Sie fortfahren, diese Seite zu verwenden, nehmen wir an, dass Sie damit einverstanden sind.</span>
|
||||
|
||||
<a href="https://www.vfl-sindelfingen.de/kontakt-hauptverein/datenschutz/" class="cookiebar__link" title="Mehr hierzu">Mehr hierzu</a>
|
||||
</div>
|
||||
|
||||
|
||||
<button class="cookiebar__button" data-cookiebar-accept>OK</button>
|
||||
</div>
|
||||
|
||||
<!-- indexer::continue -->
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,441 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="de">
|
||||
<head>
|
||||
|
||||
<meta charset="utf-8">
|
||||
<title>Jahr 2008: Monika und Gerhard Winkler in Köln - Tanzsportclub im VfL Sindelfingen</title>
|
||||
<base href="https://tanzsportclub.vfl-sindelfingen.de/">
|
||||
|
||||
<meta name="robots" content="noindex,nofollow">
|
||||
<meta name="description" content="">
|
||||
<meta name="keywords" content="">
|
||||
<meta name="generator" content="Contao Open Source CMS">
|
||||
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1.0">
|
||||
<style>#left{width:210px;right:210px}#container{padding-left:210px}#footer{height:30px}</style>
|
||||
<link rel="stylesheet" href="assets/css/0eeb07bcdb48.css">
|
||||
<link type="application/rss+xml" rel="alternate" href="https://www.tanzsportclub.vfl-sindelfingen.de/share/nachrichten.xml" title="neue Nachricht">
|
||||
<script src="assets/js/0e3b88c98c5a.js"></script>
|
||||
|
||||
<!--[if lt IE 9]><script src="assets/html5shiv/3.7.2/html5shiv-printshiv.min.js"></script><![endif]-->
|
||||
|
||||
</head>
|
||||
<body id="top" class="unknown other ">
|
||||
|
||||
|
||||
<div id="wrapper">
|
||||
|
||||
<header id="header">
|
||||
<div class="inside">
|
||||
|
||||
<a href="https://tanzsportclub.vfl-sindelfingen.de/"><img id="logo" title="Home" src="files/tsc/img/share/logo.jpg" alt="zurück zur Startseite" /></a>
|
||||
<a href="https://www.vfl-sindelfingen.de/"><img id="logo_vfl" title="zum VfL Sindelfingen" src="files/tsc/img/share/logo_vfl.gif" alt="zur Seite des VfL Sindelfingen" /></a><div class="mod_rocksolid_slider block">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/slider-turnier.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/Banner-RENOTE.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/Fotobanner2.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/Banner-Show2016-k.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/Banner2019.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="assets/images/a/Paare_2019s-2f72735a.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<script>
|
||||
(function() {
|
||||
|
||||
var sliderElement = [].slice.call(document.getElementsByClassName('mod_rocksolid_slider'), -1 )[0];
|
||||
|
||||
if (window.jQuery && jQuery.fn.rstSlider) {
|
||||
init();
|
||||
}
|
||||
else {
|
||||
document.addEventListener('DOMContentLoaded', init);
|
||||
}
|
||||
|
||||
function init() {
|
||||
|
||||
var $ = jQuery;
|
||||
var slider = $(sliderElement);
|
||||
|
||||
slider.find('video[data-rsts-background], [data-rsts-type=video] video').each(function() {
|
||||
// Disable mejs for videos
|
||||
this.player = false;
|
||||
});
|
||||
|
||||
slider.rstSlider({"type":"fade-in-out","navType":"bullets","scaleMode":"fit","imagePosition":"center","random":true,"loop":true,"videoAutoplay":false,"autoplayProgress":false,"pauseAutoplayOnHover":true,"keyboard":true,"captions":false,"controls":false,"thumbControls":false,"combineNavItems":true,"duration":1500,"autoplay":6000,"visibleAreaAlign":0.5,"gapSize":"0%"});
|
||||
|
||||
// Fix missing lightbox links
|
||||
$(function() {
|
||||
|
||||
if (!$.fn.colorbox) {
|
||||
return;
|
||||
}
|
||||
|
||||
var lightboxConfig = {
|
||||
loop: false,
|
||||
rel: function() {
|
||||
return $(this).attr('data-lightbox');
|
||||
},
|
||||
maxWidth: '95%',
|
||||
maxHeight: '95%'
|
||||
};
|
||||
|
||||
|
||||
var update = function(links) {
|
||||
links.colorbox(lightboxConfig);
|
||||
};
|
||||
|
||||
slider.on('rsts-slidestart rsts-slidestop', function(event) {
|
||||
update(slider.find('a[data-lightbox]'));
|
||||
});
|
||||
|
||||
update(slider.find('a[data-lightbox]'));
|
||||
|
||||
});
|
||||
|
||||
}
|
||||
|
||||
})();
|
||||
</script>
|
||||
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<nav class="mod_navigation block" id="menu1">
|
||||
|
||||
|
||||
<a href="nachrichten-leser/jahr-2008-monika-und-gerhard-winkler-in-koeln.html#skipNavigation116" class="invisible">Navigation überspringen</a>
|
||||
|
||||
|
||||
<ul class="level_1">
|
||||
<li class="trail first"><a href="startseite.html" title="Aktuell" class="trail first">Aktuell</a></li>
|
||||
<li><a href="der-club.html" title="Der Club">Der Club</a></li>
|
||||
<li><a href="angebote.html" title="Angebote">Angebote</a></li>
|
||||
<li class="last"><a href="info.html" title="Info/Kontakt" class="last">Info/Kontakt</a></li>
|
||||
</ul>
|
||||
|
||||
<a id="skipNavigation116" class="invisible"> </a>
|
||||
|
||||
</nav>
|
||||
<!-- indexer::continue -->
|
||||
|
||||
|
||||
<a class="he2" href="https://tanzsportclub.vfl-sindelfingen.de/nachrichten-leser/jahr-2008-monika-und-gerhard-winkler-in-koeln.html#left" id="jump-to-nav">Menu </a> </div>
|
||||
</header>
|
||||
|
||||
|
||||
<div id="container">
|
||||
|
||||
<div id="main">
|
||||
<div class="inside">
|
||||
|
||||
<div class="mod_newsreader block">
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="layout_full block">
|
||||
|
||||
<h1>Jahr 2008: Monika und Gerhard Winkler in Köln</h1>
|
||||
|
||||
<p class="info"><time datetime="2008-08-12T16:04:00+00:00">12.08.2008</time> </p>
|
||||
|
||||
|
||||
|
||||
<div class="ce_text block">
|
||||
|
||||
|
||||
|
||||
<p>Monika und Gerhard Winkler machten sich auf den Weg nach Köln. Das Ehepaar ging gleich an zwei Tagen in der Startklasse III S an den Start.</p>
|
||||
<p>Die Gluthitze forderte von allen Paaren alles an Kondition, was aufzubringen war. Den ersten Tag betrachteten Winklers als Generalprobe für die neuen Programme in drei von fünf Tänzen. Nicht ganz souverän wie mit den gewohnten Programmen erreichten sie nicht das Finale. Am zweiten Tag zeigten Monika und Monika Winkler aber schon wieder die gewohnte Sicherheit und tanzten im Finale. Am Ende kamen sie auf den sechsten Platz.</p>
|
||||
<p>Christine Richter<br> 12.08.2008</p>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<p class="back"><a href="javascript:history.go(-1)" title="Zurück">Zurück</a></p>
|
||||
<!-- indexer::continue -->
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<aside id="left">
|
||||
<div class="inside">
|
||||
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<nav class="mod_navigation he2 block" id="menu2">
|
||||
|
||||
|
||||
<a href="nachrichten-leser/jahr-2008-monika-und-gerhard-winkler-in-koeln.html#skipNavigation121" class="invisible">Navigation überspringen</a>
|
||||
|
||||
|
||||
<ul class="level_1">
|
||||
<li class="sibling first"><a href="termine.html" title="Termine" class="sibling first" rel="nofollow">Termine</a></li>
|
||||
<li class="sibling"><a href="turniermeldung.html" title="Turniermeldung" class="sibling" rel="nofollow">Turniermeldung</a></li>
|
||||
<li class="sibling last"><a href="pressestimmen.html" title="Pressestimmen" class="sibling last">Pressestimmen</a></li>
|
||||
</ul>
|
||||
|
||||
<a id="skipNavigation121" class="invisible"> </a>
|
||||
|
||||
</nav>
|
||||
<!-- indexer::continue -->
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<nav class="mod_navigation block" id="jump-to-nav1">
|
||||
|
||||
|
||||
<a href="nachrichten-leser/jahr-2008-monika-und-gerhard-winkler-in-koeln.html#skipNavigation145" class="invisible">Navigation überspringen</a>
|
||||
|
||||
|
||||
<ul class="level_1">
|
||||
<li class="submenu trail first"><a href="startseite.html" title="Aktuell" class="submenu trail first" aria-haspopup="true">Aktuell</a>
|
||||
<ul class="level_2">
|
||||
<li class="sibling first"><a href="termine.html" title="Termine" class="sibling first" rel="nofollow">Termine</a></li>
|
||||
<li class="sibling"><a href="turniermeldung.html" title="Turniermeldung" class="sibling" rel="nofollow">Turniermeldung</a></li>
|
||||
<li class="sibling last"><a href="pressestimmen.html" title="Pressestimmen" class="sibling last">Pressestimmen</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="submenu"><a href="der-club.html" title="Der Club" class="submenu" aria-haspopup="true">Der Club</a>
|
||||
<ul class="level_2">
|
||||
<li class="first"><a href="vorstand.html" title="Vorstand" class="first">Vorstand</a></li>
|
||||
<li><a href="beitrag.html" title="Beitrag">Beitrag</a></li>
|
||||
<li><a href="trainer.html" title="Trainer">Trainer</a></li>
|
||||
<li><a href="trainingsraeume.html" title="Trainingsräume">Trainingsräume</a></li>
|
||||
<li class="last"><a href="impressum.html" title="Impressum" class="last">Impressum</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="submenu"><a href="angebote.html" title="Angebote" class="submenu" aria-haspopup="true">Angebote</a>
|
||||
<ul class="level_2">
|
||||
<li class="first"><a href="tanzkreise.html" title="Tanzkreise" class="first">Tanzkreise</a></li>
|
||||
<li><a href="breitensport.html" title="Breitensport">Breitensport</a></li>
|
||||
<li><a href="turniertanz.html" title="Turniertanz">Turniertanz</a></li>
|
||||
<li><a href="kindergruppen.html" title="Kinder/Jugend">Kinder/Jugend</a></li>
|
||||
<li><a href="dance-styles.html" title="Dance-Styles">Dance-Styles</a></li>
|
||||
<li><a href="discofox.html" title="Discofox">Discofox</a></li>
|
||||
<li class="last"><a href="trainingszeiten.html" title="Trainingszeiten" class="last">Trainingszeiten</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="submenu last"><a href="info.html" title="Info/Kontakt" class="submenu last" aria-haspopup="true">Info/Kontakt</a>
|
||||
<ul class="level_2">
|
||||
<li class="first"><a href="raumbelegung.html" title="Raumbelegung" class="first">Raumbelegung</a></li>
|
||||
<li><a href="turniersport.html" title="Turniersport">Turniersport</a></li>
|
||||
<li><a href="linkliste.html" title="Linkliste">Linkliste</a></li>
|
||||
<li class="last"><a href="sitemap.html" title="Sitemap" class="last">Sitemap</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<a id="skipNavigation145" class="invisible"> </a>
|
||||
|
||||
</nav>
|
||||
<!-- indexer::continue -->
|
||||
</div>
|
||||
</aside>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<footer id="footer">
|
||||
<div class="inside">
|
||||
|
||||
<div id="footer_innen">
|
||||
<div id="footer_inhalt_links">TSC im VfL Sindelfingen</div>
|
||||
<div id="metanavi">
|
||||
<ul>
|
||||
<li><a href="info.html">Kontakt</a></li>
|
||||
<li><a href="sitemap.html">Sitemap</a></li>
|
||||
<li><a href="impressum.html">Impressum & Datenschutz</a></li>
|
||||
<li><a href="https://www.facebook.com/pages/Tanzsportclub-im-VfL-Sindelfingen/140842382700982" class="facebook"></a></li>
|
||||
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</div> </div>
|
||||
</footer>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<script src="assets/swipe/2.0/js/swipe.min.js"></script>
|
||||
<script>
|
||||
(function($) {
|
||||
$(document).ready(function() {
|
||||
$('.ce_sliderStart').each(function(i, cte) {
|
||||
var s = $('.content-slider', cte)[0],
|
||||
c = s.getAttribute('data-config').split(',');
|
||||
new Swipe(s, {
|
||||
// Put custom options here
|
||||
'auto': parseInt(c[0]),
|
||||
'speed': parseInt(c[1]),
|
||||
'startSlide': parseInt(c[2]),
|
||||
'continuous': parseInt(c[3]),
|
||||
'menu': $('.slider-control', cte)[0]
|
||||
});
|
||||
});
|
||||
});
|
||||
})(jQuery);
|
||||
</script>
|
||||
|
||||
<script src="assets/jquery/colorbox/1.6.1/js/colorbox.min.js"></script>
|
||||
<script>
|
||||
(function($) {
|
||||
$(document).ready(function() {
|
||||
$('a[data-lightbox]').map(function() {
|
||||
$(this).colorbox({
|
||||
// Put custom options here
|
||||
loop: false,
|
||||
rel: $(this).attr('data-lightbox'),
|
||||
maxWidth: '95%',
|
||||
maxHeight: '95%'
|
||||
});
|
||||
});
|
||||
});
|
||||
})(jQuery);
|
||||
</script>
|
||||
|
||||
<script src="assets/jquery/mediaelement/2.21.2/js/mediaelement-and-player.min.js"></script>
|
||||
<script>
|
||||
(function($) {
|
||||
$(document).ready(function() {
|
||||
$('video,audio').filter(function() {
|
||||
return $(this).parents('picture').length === 0;
|
||||
}).mediaelementplayer({
|
||||
// Put custom options here
|
||||
pluginPath: '/assets/jquery/mediaelement/2.21.2/',
|
||||
flashName: 'legacy/flashmediaelement.swf',
|
||||
silverlightName: 'legacy/silverlightmediaelement.xap'
|
||||
});
|
||||
});
|
||||
})(jQuery);
|
||||
</script>
|
||||
|
||||
<script src="assets/mootools/mediabox/1.4.6/js/mediabox.js"></script>
|
||||
<script>
|
||||
(function($) {
|
||||
window.addEvent('domready', function() {
|
||||
$$('a[data-lightbox]').mediabox({
|
||||
// Put custom options here
|
||||
}, function(el) {
|
||||
return [el.href, el.title, el.getAttribute('data-lightbox')];
|
||||
}, function(el) {
|
||||
var data = this.getAttribute('data-lightbox').split(' ');
|
||||
return (this == el) || (data[0] && el.getAttribute('data-lightbox').match(data[0]));
|
||||
});
|
||||
$('mbImage').addEvent('swipe', function(e) {
|
||||
(e.direction == 'left') ? $('mbNextLink').fireEvent('click') : $('mbPrevLink').fireEvent('click');
|
||||
});
|
||||
});
|
||||
})(document.id);
|
||||
</script>
|
||||
|
||||
<script>setTimeout(function(){var e=function(e,t){try{var n=new XMLHttpRequest}catch(r){return}n.open("GET",e,!0),n.onreadystatechange=function(){this.readyState==4&&this.status==200&&typeof t=="function"&&t(this.responseText)},n.send()},t="system/cron/cron.";e(t+"txt",function(n){parseInt(n||0)<Math.round(+(new Date)/1e3)-86400&&e(t+"php")})},5e3);</script>
|
||||
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<div class="cookiebar cookiebar--position-top" role="complementary" aria-describedby="cookiebar-text" style="display:none;" data-cookiebar="COOKIEBAR_1">
|
||||
<div id="cookiebar-text" class="cookiebar__text" aria-live="assertive" role="alert">
|
||||
<span class="cookiebar__message">Wir verwenden Cookies, um Ihnen das beste Nutzererlebnis bieten zu können. Wenn Sie fortfahren, diese Seite zu verwenden, nehmen wir an, dass Sie damit einverstanden sind.</span>
|
||||
|
||||
<a href="https://www.vfl-sindelfingen.de/kontakt-hauptverein/datenschutz/" class="cookiebar__link" title="Mehr hierzu">Mehr hierzu</a>
|
||||
</div>
|
||||
|
||||
|
||||
<button class="cookiebar__button" data-cookiebar-accept>OK</button>
|
||||
</div>
|
||||
|
||||
<!-- indexer::continue -->
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,446 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="de">
|
||||
<head>
|
||||
|
||||
<meta charset="utf-8">
|
||||
<title>Jahr 2008: GOC 2008 - Tanzsportclub im VfL Sindelfingen</title>
|
||||
<base href="https://tanzsportclub.vfl-sindelfingen.de/">
|
||||
|
||||
<meta name="robots" content="noindex,nofollow">
|
||||
<meta name="description" content="">
|
||||
<meta name="keywords" content="">
|
||||
<meta name="generator" content="Contao Open Source CMS">
|
||||
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1.0">
|
||||
<style>#left{width:210px;right:210px}#container{padding-left:210px}#footer{height:30px}</style>
|
||||
<link rel="stylesheet" href="assets/css/0eeb07bcdb48.css">
|
||||
<link type="application/rss+xml" rel="alternate" href="https://www.tanzsportclub.vfl-sindelfingen.de/share/nachrichten.xml" title="neue Nachricht">
|
||||
<script src="assets/js/0e3b88c98c5a.js"></script>
|
||||
|
||||
<!--[if lt IE 9]><script src="assets/html5shiv/3.7.2/html5shiv-printshiv.min.js"></script><![endif]-->
|
||||
|
||||
</head>
|
||||
<body id="top" class="unknown other ">
|
||||
|
||||
|
||||
<div id="wrapper">
|
||||
|
||||
<header id="header">
|
||||
<div class="inside">
|
||||
|
||||
<a href="https://tanzsportclub.vfl-sindelfingen.de/"><img id="logo" title="Home" src="files/tsc/img/share/logo.jpg" alt="zurück zur Startseite" /></a>
|
||||
<a href="https://www.vfl-sindelfingen.de/"><img id="logo_vfl" title="zum VfL Sindelfingen" src="files/tsc/img/share/logo_vfl.gif" alt="zur Seite des VfL Sindelfingen" /></a><div class="mod_rocksolid_slider block">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/slider-turnier.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/Banner-RENOTE.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/Fotobanner2.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/Banner-Show2016-k.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/Banner2019.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="assets/images/a/Paare_2019s-2f72735a.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<script>
|
||||
(function() {
|
||||
|
||||
var sliderElement = [].slice.call(document.getElementsByClassName('mod_rocksolid_slider'), -1 )[0];
|
||||
|
||||
if (window.jQuery && jQuery.fn.rstSlider) {
|
||||
init();
|
||||
}
|
||||
else {
|
||||
document.addEventListener('DOMContentLoaded', init);
|
||||
}
|
||||
|
||||
function init() {
|
||||
|
||||
var $ = jQuery;
|
||||
var slider = $(sliderElement);
|
||||
|
||||
slider.find('video[data-rsts-background], [data-rsts-type=video] video').each(function() {
|
||||
// Disable mejs for videos
|
||||
this.player = false;
|
||||
});
|
||||
|
||||
slider.rstSlider({"type":"fade-in-out","navType":"bullets","scaleMode":"fit","imagePosition":"center","random":true,"loop":true,"videoAutoplay":false,"autoplayProgress":false,"pauseAutoplayOnHover":true,"keyboard":true,"captions":false,"controls":false,"thumbControls":false,"combineNavItems":true,"duration":1500,"autoplay":6000,"visibleAreaAlign":0.5,"gapSize":"0%"});
|
||||
|
||||
// Fix missing lightbox links
|
||||
$(function() {
|
||||
|
||||
if (!$.fn.colorbox) {
|
||||
return;
|
||||
}
|
||||
|
||||
var lightboxConfig = {
|
||||
loop: false,
|
||||
rel: function() {
|
||||
return $(this).attr('data-lightbox');
|
||||
},
|
||||
maxWidth: '95%',
|
||||
maxHeight: '95%'
|
||||
};
|
||||
|
||||
|
||||
var update = function(links) {
|
||||
links.colorbox(lightboxConfig);
|
||||
};
|
||||
|
||||
slider.on('rsts-slidestart rsts-slidestop', function(event) {
|
||||
update(slider.find('a[data-lightbox]'));
|
||||
});
|
||||
|
||||
update(slider.find('a[data-lightbox]'));
|
||||
|
||||
});
|
||||
|
||||
}
|
||||
|
||||
})();
|
||||
</script>
|
||||
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<nav class="mod_navigation block" id="menu1">
|
||||
|
||||
|
||||
<a href="nachrichten-leser/jahr-2008-goc-2008.html#skipNavigation116" class="invisible">Navigation überspringen</a>
|
||||
|
||||
|
||||
<ul class="level_1">
|
||||
<li class="trail first"><a href="startseite.html" title="Aktuell" class="trail first">Aktuell</a></li>
|
||||
<li><a href="der-club.html" title="Der Club">Der Club</a></li>
|
||||
<li><a href="angebote.html" title="Angebote">Angebote</a></li>
|
||||
<li class="last"><a href="info.html" title="Info/Kontakt" class="last">Info/Kontakt</a></li>
|
||||
</ul>
|
||||
|
||||
<a id="skipNavigation116" class="invisible"> </a>
|
||||
|
||||
</nav>
|
||||
<!-- indexer::continue -->
|
||||
|
||||
|
||||
<a class="he2" href="https://tanzsportclub.vfl-sindelfingen.de/nachrichten-leser/jahr-2008-goc-2008.html#left" id="jump-to-nav">Menu </a> </div>
|
||||
</header>
|
||||
|
||||
|
||||
<div id="container">
|
||||
|
||||
<div id="main">
|
||||
<div class="inside">
|
||||
|
||||
<div class="mod_newsreader block">
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="layout_full block">
|
||||
|
||||
<h1>Jahr 2008: GOC 2008</h1>
|
||||
|
||||
<p class="info"><time datetime="2008-08-19T16:05:00+00:00">19.08.2008</time> </p>
|
||||
|
||||
|
||||
|
||||
<div class="ce_text block">
|
||||
|
||||
|
||||
|
||||
<div style="float: right;"><img style="margin-left: 12px;" src="files/vfl/2008/080819_enzkl1_k.jpg" alt="Foto von David Kiefer">
|
||||
<div style="text-align: center;"><br>Ehepaar Winkler<br>Foto von David Kiefer</div>
|
||||
</div>
|
||||
<p>Monika und Gerhard Winkler nahmen ein ganz normales Turnier in Enzklösterle als Aufwärmtraining für die weltgrößte Turnierveranstaltung German Open Championchips in Stuttgart.</p>
|
||||
<p>In Enzklösterle tanzte das Ehepaar bis ins Finale und belegte den fünften Platz bei 25 gestarteten Paaren. Das Ziel bei der GOC war in der eigentlichen Startklasse Senioren III S unter die besten 50 zu kommen. Dieses Ziel wurde fast erreicht. Am Ende war es der 58. Platz von 130 Paaren.</p>
|
||||
<p>Bei den jüngeren Senioren II S waren 201 Paare am Start. Hier peilten Monika und Gerhard Winkler die zweite Runde an. Der Verlust eines Schuhs stellte aber ein klares Handicap dar. 132 erreichten die zweite Runde. Winklers belegten den 133.</p>
|
||||
<p>Rita und Thorsten Petersmann maßen sich in der Startklasse Senioren II A. Die beiden zeigten eine durchweg gute Leistung, konnten aber auch über einen Platz im Mittelfeld nicht hinaus kommen.</p>
|
||||
<p>Christine Richter<br> 19.08.2008</p>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<p class="back"><a href="javascript:history.go(-1)" title="Zurück">Zurück</a></p>
|
||||
<!-- indexer::continue -->
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<aside id="left">
|
||||
<div class="inside">
|
||||
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<nav class="mod_navigation he2 block" id="menu2">
|
||||
|
||||
|
||||
<a href="nachrichten-leser/jahr-2008-goc-2008.html#skipNavigation121" class="invisible">Navigation überspringen</a>
|
||||
|
||||
|
||||
<ul class="level_1">
|
||||
<li class="sibling first"><a href="termine.html" title="Termine" class="sibling first" rel="nofollow">Termine</a></li>
|
||||
<li class="sibling"><a href="turniermeldung.html" title="Turniermeldung" class="sibling" rel="nofollow">Turniermeldung</a></li>
|
||||
<li class="sibling last"><a href="pressestimmen.html" title="Pressestimmen" class="sibling last">Pressestimmen</a></li>
|
||||
</ul>
|
||||
|
||||
<a id="skipNavigation121" class="invisible"> </a>
|
||||
|
||||
</nav>
|
||||
<!-- indexer::continue -->
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<nav class="mod_navigation block" id="jump-to-nav1">
|
||||
|
||||
|
||||
<a href="nachrichten-leser/jahr-2008-goc-2008.html#skipNavigation145" class="invisible">Navigation überspringen</a>
|
||||
|
||||
|
||||
<ul class="level_1">
|
||||
<li class="submenu trail first"><a href="startseite.html" title="Aktuell" class="submenu trail first" aria-haspopup="true">Aktuell</a>
|
||||
<ul class="level_2">
|
||||
<li class="sibling first"><a href="termine.html" title="Termine" class="sibling first" rel="nofollow">Termine</a></li>
|
||||
<li class="sibling"><a href="turniermeldung.html" title="Turniermeldung" class="sibling" rel="nofollow">Turniermeldung</a></li>
|
||||
<li class="sibling last"><a href="pressestimmen.html" title="Pressestimmen" class="sibling last">Pressestimmen</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="submenu"><a href="der-club.html" title="Der Club" class="submenu" aria-haspopup="true">Der Club</a>
|
||||
<ul class="level_2">
|
||||
<li class="first"><a href="vorstand.html" title="Vorstand" class="first">Vorstand</a></li>
|
||||
<li><a href="beitrag.html" title="Beitrag">Beitrag</a></li>
|
||||
<li><a href="trainer.html" title="Trainer">Trainer</a></li>
|
||||
<li><a href="trainingsraeume.html" title="Trainingsräume">Trainingsräume</a></li>
|
||||
<li class="last"><a href="impressum.html" title="Impressum" class="last">Impressum</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="submenu"><a href="angebote.html" title="Angebote" class="submenu" aria-haspopup="true">Angebote</a>
|
||||
<ul class="level_2">
|
||||
<li class="first"><a href="tanzkreise.html" title="Tanzkreise" class="first">Tanzkreise</a></li>
|
||||
<li><a href="breitensport.html" title="Breitensport">Breitensport</a></li>
|
||||
<li><a href="turniertanz.html" title="Turniertanz">Turniertanz</a></li>
|
||||
<li><a href="kindergruppen.html" title="Kinder/Jugend">Kinder/Jugend</a></li>
|
||||
<li><a href="dance-styles.html" title="Dance-Styles">Dance-Styles</a></li>
|
||||
<li><a href="discofox.html" title="Discofox">Discofox</a></li>
|
||||
<li class="last"><a href="trainingszeiten.html" title="Trainingszeiten" class="last">Trainingszeiten</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="submenu last"><a href="info.html" title="Info/Kontakt" class="submenu last" aria-haspopup="true">Info/Kontakt</a>
|
||||
<ul class="level_2">
|
||||
<li class="first"><a href="raumbelegung.html" title="Raumbelegung" class="first">Raumbelegung</a></li>
|
||||
<li><a href="turniersport.html" title="Turniersport">Turniersport</a></li>
|
||||
<li><a href="linkliste.html" title="Linkliste">Linkliste</a></li>
|
||||
<li class="last"><a href="sitemap.html" title="Sitemap" class="last">Sitemap</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<a id="skipNavigation145" class="invisible"> </a>
|
||||
|
||||
</nav>
|
||||
<!-- indexer::continue -->
|
||||
</div>
|
||||
</aside>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<footer id="footer">
|
||||
<div class="inside">
|
||||
|
||||
<div id="footer_innen">
|
||||
<div id="footer_inhalt_links">TSC im VfL Sindelfingen</div>
|
||||
<div id="metanavi">
|
||||
<ul>
|
||||
<li><a href="info.html">Kontakt</a></li>
|
||||
<li><a href="sitemap.html">Sitemap</a></li>
|
||||
<li><a href="impressum.html">Impressum & Datenschutz</a></li>
|
||||
<li><a href="https://www.facebook.com/pages/Tanzsportclub-im-VfL-Sindelfingen/140842382700982" class="facebook"></a></li>
|
||||
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</div> </div>
|
||||
</footer>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<script src="assets/swipe/2.0/js/swipe.min.js"></script>
|
||||
<script>
|
||||
(function($) {
|
||||
$(document).ready(function() {
|
||||
$('.ce_sliderStart').each(function(i, cte) {
|
||||
var s = $('.content-slider', cte)[0],
|
||||
c = s.getAttribute('data-config').split(',');
|
||||
new Swipe(s, {
|
||||
// Put custom options here
|
||||
'auto': parseInt(c[0]),
|
||||
'speed': parseInt(c[1]),
|
||||
'startSlide': parseInt(c[2]),
|
||||
'continuous': parseInt(c[3]),
|
||||
'menu': $('.slider-control', cte)[0]
|
||||
});
|
||||
});
|
||||
});
|
||||
})(jQuery);
|
||||
</script>
|
||||
|
||||
<script src="assets/jquery/colorbox/1.6.1/js/colorbox.min.js"></script>
|
||||
<script>
|
||||
(function($) {
|
||||
$(document).ready(function() {
|
||||
$('a[data-lightbox]').map(function() {
|
||||
$(this).colorbox({
|
||||
// Put custom options here
|
||||
loop: false,
|
||||
rel: $(this).attr('data-lightbox'),
|
||||
maxWidth: '95%',
|
||||
maxHeight: '95%'
|
||||
});
|
||||
});
|
||||
});
|
||||
})(jQuery);
|
||||
</script>
|
||||
|
||||
<script src="assets/jquery/mediaelement/2.21.2/js/mediaelement-and-player.min.js"></script>
|
||||
<script>
|
||||
(function($) {
|
||||
$(document).ready(function() {
|
||||
$('video,audio').filter(function() {
|
||||
return $(this).parents('picture').length === 0;
|
||||
}).mediaelementplayer({
|
||||
// Put custom options here
|
||||
pluginPath: '/assets/jquery/mediaelement/2.21.2/',
|
||||
flashName: 'legacy/flashmediaelement.swf',
|
||||
silverlightName: 'legacy/silverlightmediaelement.xap'
|
||||
});
|
||||
});
|
||||
})(jQuery);
|
||||
</script>
|
||||
|
||||
<script src="assets/mootools/mediabox/1.4.6/js/mediabox.js"></script>
|
||||
<script>
|
||||
(function($) {
|
||||
window.addEvent('domready', function() {
|
||||
$$('a[data-lightbox]').mediabox({
|
||||
// Put custom options here
|
||||
}, function(el) {
|
||||
return [el.href, el.title, el.getAttribute('data-lightbox')];
|
||||
}, function(el) {
|
||||
var data = this.getAttribute('data-lightbox').split(' ');
|
||||
return (this == el) || (data[0] && el.getAttribute('data-lightbox').match(data[0]));
|
||||
});
|
||||
$('mbImage').addEvent('swipe', function(e) {
|
||||
(e.direction == 'left') ? $('mbNextLink').fireEvent('click') : $('mbPrevLink').fireEvent('click');
|
||||
});
|
||||
});
|
||||
})(document.id);
|
||||
</script>
|
||||
|
||||
<script>setTimeout(function(){var e=function(e,t){try{var n=new XMLHttpRequest}catch(r){return}n.open("GET",e,!0),n.onreadystatechange=function(){this.readyState==4&&this.status==200&&typeof t=="function"&&t(this.responseText)},n.send()},t="system/cron/cron.";e(t+"txt",function(n){parseInt(n||0)<Math.round(+(new Date)/1e3)-86400&&e(t+"php")})},5e3);</script>
|
||||
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<div class="cookiebar cookiebar--position-top" role="complementary" aria-describedby="cookiebar-text" style="display:none;" data-cookiebar="COOKIEBAR_1">
|
||||
<div id="cookiebar-text" class="cookiebar__text" aria-live="assertive" role="alert">
|
||||
<span class="cookiebar__message">Wir verwenden Cookies, um Ihnen das beste Nutzererlebnis bieten zu können. Wenn Sie fortfahren, diese Seite zu verwenden, nehmen wir an, dass Sie damit einverstanden sind.</span>
|
||||
|
||||
<a href="https://www.vfl-sindelfingen.de/kontakt-hauptverein/datenschutz/" class="cookiebar__link" title="Mehr hierzu">Mehr hierzu</a>
|
||||
</div>
|
||||
|
||||
|
||||
<button class="cookiebar__button" data-cookiebar-accept>OK</button>
|
||||
</div>
|
||||
|
||||
<!-- indexer::continue -->
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,443 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="de">
|
||||
<head>
|
||||
|
||||
<meta charset="utf-8">
|
||||
<title>Jahr 2008: Aufstieg in die HGR B-Latein - Tanzsportclub im VfL Sindelfingen</title>
|
||||
<base href="https://tanzsportclub.vfl-sindelfingen.de/">
|
||||
|
||||
<meta name="robots" content="noindex,nofollow">
|
||||
<meta name="description" content="">
|
||||
<meta name="keywords" content="">
|
||||
<meta name="generator" content="Contao Open Source CMS">
|
||||
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1.0">
|
||||
<style>#left{width:210px;right:210px}#container{padding-left:210px}#footer{height:30px}</style>
|
||||
<link rel="stylesheet" href="assets/css/0eeb07bcdb48.css">
|
||||
<link type="application/rss+xml" rel="alternate" href="https://www.tanzsportclub.vfl-sindelfingen.de/share/nachrichten.xml" title="neue Nachricht">
|
||||
<script src="assets/js/0e3b88c98c5a.js"></script>
|
||||
|
||||
<!--[if lt IE 9]><script src="assets/html5shiv/3.7.2/html5shiv-printshiv.min.js"></script><![endif]-->
|
||||
|
||||
</head>
|
||||
<body id="top" class="unknown other ">
|
||||
|
||||
|
||||
<div id="wrapper">
|
||||
|
||||
<header id="header">
|
||||
<div class="inside">
|
||||
|
||||
<a href="https://tanzsportclub.vfl-sindelfingen.de/"><img id="logo" title="Home" src="files/tsc/img/share/logo.jpg" alt="zurück zur Startseite" /></a>
|
||||
<a href="https://www.vfl-sindelfingen.de/"><img id="logo_vfl" title="zum VfL Sindelfingen" src="files/tsc/img/share/logo_vfl.gif" alt="zur Seite des VfL Sindelfingen" /></a><div class="mod_rocksolid_slider block">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/slider-turnier.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/Banner-RENOTE.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/Fotobanner2.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/Banner-Show2016-k.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/Banner2019.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="assets/images/a/Paare_2019s-2f72735a.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<script>
|
||||
(function() {
|
||||
|
||||
var sliderElement = [].slice.call(document.getElementsByClassName('mod_rocksolid_slider'), -1 )[0];
|
||||
|
||||
if (window.jQuery && jQuery.fn.rstSlider) {
|
||||
init();
|
||||
}
|
||||
else {
|
||||
document.addEventListener('DOMContentLoaded', init);
|
||||
}
|
||||
|
||||
function init() {
|
||||
|
||||
var $ = jQuery;
|
||||
var slider = $(sliderElement);
|
||||
|
||||
slider.find('video[data-rsts-background], [data-rsts-type=video] video').each(function() {
|
||||
// Disable mejs for videos
|
||||
this.player = false;
|
||||
});
|
||||
|
||||
slider.rstSlider({"type":"fade-in-out","navType":"bullets","scaleMode":"fit","imagePosition":"center","random":true,"loop":true,"videoAutoplay":false,"autoplayProgress":false,"pauseAutoplayOnHover":true,"keyboard":true,"captions":false,"controls":false,"thumbControls":false,"combineNavItems":true,"duration":1500,"autoplay":6000,"visibleAreaAlign":0.5,"gapSize":"0%"});
|
||||
|
||||
// Fix missing lightbox links
|
||||
$(function() {
|
||||
|
||||
if (!$.fn.colorbox) {
|
||||
return;
|
||||
}
|
||||
|
||||
var lightboxConfig = {
|
||||
loop: false,
|
||||
rel: function() {
|
||||
return $(this).attr('data-lightbox');
|
||||
},
|
||||
maxWidth: '95%',
|
||||
maxHeight: '95%'
|
||||
};
|
||||
|
||||
|
||||
var update = function(links) {
|
||||
links.colorbox(lightboxConfig);
|
||||
};
|
||||
|
||||
slider.on('rsts-slidestart rsts-slidestop', function(event) {
|
||||
update(slider.find('a[data-lightbox]'));
|
||||
});
|
||||
|
||||
update(slider.find('a[data-lightbox]'));
|
||||
|
||||
});
|
||||
|
||||
}
|
||||
|
||||
})();
|
||||
</script>
|
||||
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<nav class="mod_navigation block" id="menu1">
|
||||
|
||||
|
||||
<a href="nachrichten-leser/jahr-2008-aufstieg-in-die-hgr-b-latein.html#skipNavigation116" class="invisible">Navigation überspringen</a>
|
||||
|
||||
|
||||
<ul class="level_1">
|
||||
<li class="trail first"><a href="startseite.html" title="Aktuell" class="trail first">Aktuell</a></li>
|
||||
<li><a href="der-club.html" title="Der Club">Der Club</a></li>
|
||||
<li><a href="angebote.html" title="Angebote">Angebote</a></li>
|
||||
<li class="last"><a href="info.html" title="Info/Kontakt" class="last">Info/Kontakt</a></li>
|
||||
</ul>
|
||||
|
||||
<a id="skipNavigation116" class="invisible"> </a>
|
||||
|
||||
</nav>
|
||||
<!-- indexer::continue -->
|
||||
|
||||
|
||||
<a class="he2" href="https://tanzsportclub.vfl-sindelfingen.de/nachrichten-leser/jahr-2008-aufstieg-in-die-hgr-b-latein.html#left" id="jump-to-nav">Menu </a> </div>
|
||||
</header>
|
||||
|
||||
|
||||
<div id="container">
|
||||
|
||||
<div id="main">
|
||||
<div class="inside">
|
||||
|
||||
<div class="mod_newsreader block">
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="layout_full block">
|
||||
|
||||
<h1>Jahr 2008: Aufstieg in die HGR B-Latein</h1>
|
||||
|
||||
<p class="info"><time datetime="2008-09-12T16:06:00+00:00">12.09.2008</time> </p>
|
||||
|
||||
|
||||
|
||||
<div class="ce_text block">
|
||||
|
||||
|
||||
|
||||
<div style="float: right;"><img style="margin-left: 12px;" src="files/vfl/2008/080912.jpg" alt="Katrin und Wolfgang"></div>
|
||||
<p>Katrin Ruder und Wolfgang Reyser kamen im Oktober 2005 zum TSC im VfL Sindelfingen. Das allererste Turnier in der Hauptgruppe D-Latein tanzten die beiden im September 2006. Bereits im Januar 2007 stiegen sie in die C-Klasse auf.</p>
|
||||
<p>Prüfungen und Abitur brachten eine längere Tanzpause mit sich. Die für den Aufstieg erforderlichen Punkte hatte das Paar schon längst gesammelt.</p>
|
||||
<p>In Limburg tanzten Katrin Ruder und Wolfgang Reyser dann das letzte Turnier in der C-Klasse. Sicher erreichte das Paar die Endrunde. Durch technisch sauberes und musikalisches Tanzen konnten Katrin Ruder und Wolfgang Reyser die Wertungsrichter überzeugen. Mit zweiten Platz ertanzten sie sich die ersehnte letzte Aufstiegsplatzierung.</p>
|
||||
<p>Christine Richter<br> 12.09.2008</p>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<p class="back"><a href="javascript:history.go(-1)" title="Zurück">Zurück</a></p>
|
||||
<!-- indexer::continue -->
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<aside id="left">
|
||||
<div class="inside">
|
||||
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<nav class="mod_navigation he2 block" id="menu2">
|
||||
|
||||
|
||||
<a href="nachrichten-leser/jahr-2008-aufstieg-in-die-hgr-b-latein.html#skipNavigation121" class="invisible">Navigation überspringen</a>
|
||||
|
||||
|
||||
<ul class="level_1">
|
||||
<li class="sibling first"><a href="termine.html" title="Termine" class="sibling first" rel="nofollow">Termine</a></li>
|
||||
<li class="sibling"><a href="turniermeldung.html" title="Turniermeldung" class="sibling" rel="nofollow">Turniermeldung</a></li>
|
||||
<li class="sibling last"><a href="pressestimmen.html" title="Pressestimmen" class="sibling last">Pressestimmen</a></li>
|
||||
</ul>
|
||||
|
||||
<a id="skipNavigation121" class="invisible"> </a>
|
||||
|
||||
</nav>
|
||||
<!-- indexer::continue -->
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<nav class="mod_navigation block" id="jump-to-nav1">
|
||||
|
||||
|
||||
<a href="nachrichten-leser/jahr-2008-aufstieg-in-die-hgr-b-latein.html#skipNavigation145" class="invisible">Navigation überspringen</a>
|
||||
|
||||
|
||||
<ul class="level_1">
|
||||
<li class="submenu trail first"><a href="startseite.html" title="Aktuell" class="submenu trail first" aria-haspopup="true">Aktuell</a>
|
||||
<ul class="level_2">
|
||||
<li class="sibling first"><a href="termine.html" title="Termine" class="sibling first" rel="nofollow">Termine</a></li>
|
||||
<li class="sibling"><a href="turniermeldung.html" title="Turniermeldung" class="sibling" rel="nofollow">Turniermeldung</a></li>
|
||||
<li class="sibling last"><a href="pressestimmen.html" title="Pressestimmen" class="sibling last">Pressestimmen</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="submenu"><a href="der-club.html" title="Der Club" class="submenu" aria-haspopup="true">Der Club</a>
|
||||
<ul class="level_2">
|
||||
<li class="first"><a href="vorstand.html" title="Vorstand" class="first">Vorstand</a></li>
|
||||
<li><a href="beitrag.html" title="Beitrag">Beitrag</a></li>
|
||||
<li><a href="trainer.html" title="Trainer">Trainer</a></li>
|
||||
<li><a href="trainingsraeume.html" title="Trainingsräume">Trainingsräume</a></li>
|
||||
<li class="last"><a href="impressum.html" title="Impressum" class="last">Impressum</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="submenu"><a href="angebote.html" title="Angebote" class="submenu" aria-haspopup="true">Angebote</a>
|
||||
<ul class="level_2">
|
||||
<li class="first"><a href="tanzkreise.html" title="Tanzkreise" class="first">Tanzkreise</a></li>
|
||||
<li><a href="breitensport.html" title="Breitensport">Breitensport</a></li>
|
||||
<li><a href="turniertanz.html" title="Turniertanz">Turniertanz</a></li>
|
||||
<li><a href="kindergruppen.html" title="Kinder/Jugend">Kinder/Jugend</a></li>
|
||||
<li><a href="dance-styles.html" title="Dance-Styles">Dance-Styles</a></li>
|
||||
<li><a href="discofox.html" title="Discofox">Discofox</a></li>
|
||||
<li class="last"><a href="trainingszeiten.html" title="Trainingszeiten" class="last">Trainingszeiten</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="submenu last"><a href="info.html" title="Info/Kontakt" class="submenu last" aria-haspopup="true">Info/Kontakt</a>
|
||||
<ul class="level_2">
|
||||
<li class="first"><a href="raumbelegung.html" title="Raumbelegung" class="first">Raumbelegung</a></li>
|
||||
<li><a href="turniersport.html" title="Turniersport">Turniersport</a></li>
|
||||
<li><a href="linkliste.html" title="Linkliste">Linkliste</a></li>
|
||||
<li class="last"><a href="sitemap.html" title="Sitemap" class="last">Sitemap</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<a id="skipNavigation145" class="invisible"> </a>
|
||||
|
||||
</nav>
|
||||
<!-- indexer::continue -->
|
||||
</div>
|
||||
</aside>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<footer id="footer">
|
||||
<div class="inside">
|
||||
|
||||
<div id="footer_innen">
|
||||
<div id="footer_inhalt_links">TSC im VfL Sindelfingen</div>
|
||||
<div id="metanavi">
|
||||
<ul>
|
||||
<li><a href="info.html">Kontakt</a></li>
|
||||
<li><a href="sitemap.html">Sitemap</a></li>
|
||||
<li><a href="impressum.html">Impressum & Datenschutz</a></li>
|
||||
<li><a href="https://www.facebook.com/pages/Tanzsportclub-im-VfL-Sindelfingen/140842382700982" class="facebook"></a></li>
|
||||
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</div> </div>
|
||||
</footer>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<script src="assets/swipe/2.0/js/swipe.min.js"></script>
|
||||
<script>
|
||||
(function($) {
|
||||
$(document).ready(function() {
|
||||
$('.ce_sliderStart').each(function(i, cte) {
|
||||
var s = $('.content-slider', cte)[0],
|
||||
c = s.getAttribute('data-config').split(',');
|
||||
new Swipe(s, {
|
||||
// Put custom options here
|
||||
'auto': parseInt(c[0]),
|
||||
'speed': parseInt(c[1]),
|
||||
'startSlide': parseInt(c[2]),
|
||||
'continuous': parseInt(c[3]),
|
||||
'menu': $('.slider-control', cte)[0]
|
||||
});
|
||||
});
|
||||
});
|
||||
})(jQuery);
|
||||
</script>
|
||||
|
||||
<script src="assets/jquery/colorbox/1.6.1/js/colorbox.min.js"></script>
|
||||
<script>
|
||||
(function($) {
|
||||
$(document).ready(function() {
|
||||
$('a[data-lightbox]').map(function() {
|
||||
$(this).colorbox({
|
||||
// Put custom options here
|
||||
loop: false,
|
||||
rel: $(this).attr('data-lightbox'),
|
||||
maxWidth: '95%',
|
||||
maxHeight: '95%'
|
||||
});
|
||||
});
|
||||
});
|
||||
})(jQuery);
|
||||
</script>
|
||||
|
||||
<script src="assets/jquery/mediaelement/2.21.2/js/mediaelement-and-player.min.js"></script>
|
||||
<script>
|
||||
(function($) {
|
||||
$(document).ready(function() {
|
||||
$('video,audio').filter(function() {
|
||||
return $(this).parents('picture').length === 0;
|
||||
}).mediaelementplayer({
|
||||
// Put custom options here
|
||||
pluginPath: '/assets/jquery/mediaelement/2.21.2/',
|
||||
flashName: 'legacy/flashmediaelement.swf',
|
||||
silverlightName: 'legacy/silverlightmediaelement.xap'
|
||||
});
|
||||
});
|
||||
})(jQuery);
|
||||
</script>
|
||||
|
||||
<script src="assets/mootools/mediabox/1.4.6/js/mediabox.js"></script>
|
||||
<script>
|
||||
(function($) {
|
||||
window.addEvent('domready', function() {
|
||||
$$('a[data-lightbox]').mediabox({
|
||||
// Put custom options here
|
||||
}, function(el) {
|
||||
return [el.href, el.title, el.getAttribute('data-lightbox')];
|
||||
}, function(el) {
|
||||
var data = this.getAttribute('data-lightbox').split(' ');
|
||||
return (this == el) || (data[0] && el.getAttribute('data-lightbox').match(data[0]));
|
||||
});
|
||||
$('mbImage').addEvent('swipe', function(e) {
|
||||
(e.direction == 'left') ? $('mbNextLink').fireEvent('click') : $('mbPrevLink').fireEvent('click');
|
||||
});
|
||||
});
|
||||
})(document.id);
|
||||
</script>
|
||||
|
||||
<script>setTimeout(function(){var e=function(e,t){try{var n=new XMLHttpRequest}catch(r){return}n.open("GET",e,!0),n.onreadystatechange=function(){this.readyState==4&&this.status==200&&typeof t=="function"&&t(this.responseText)},n.send()},t="system/cron/cron.";e(t+"txt",function(n){parseInt(n||0)<Math.round(+(new Date)/1e3)-86400&&e(t+"php")})},5e3);</script>
|
||||
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<div class="cookiebar cookiebar--position-top" role="complementary" aria-describedby="cookiebar-text" style="display:none;" data-cookiebar="COOKIEBAR_1">
|
||||
<div id="cookiebar-text" class="cookiebar__text" aria-live="assertive" role="alert">
|
||||
<span class="cookiebar__message">Wir verwenden Cookies, um Ihnen das beste Nutzererlebnis bieten zu können. Wenn Sie fortfahren, diese Seite zu verwenden, nehmen wir an, dass Sie damit einverstanden sind.</span>
|
||||
|
||||
<a href="https://www.vfl-sindelfingen.de/kontakt-hauptverein/datenschutz/" class="cookiebar__link" title="Mehr hierzu">Mehr hierzu</a>
|
||||
</div>
|
||||
|
||||
|
||||
<button class="cookiebar__button" data-cookiebar-accept>OK</button>
|
||||
</div>
|
||||
|
||||
<!-- indexer::continue -->
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,442 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="de">
|
||||
<head>
|
||||
|
||||
<meta charset="utf-8">
|
||||
<title>Jahr 2008: LM´s Senioren III und Hauptgruppe I Latein - Tanzsportclub im VfL Sindelfingen</title>
|
||||
<base href="https://tanzsportclub.vfl-sindelfingen.de/">
|
||||
|
||||
<meta name="robots" content="noindex,nofollow">
|
||||
<meta name="description" content="">
|
||||
<meta name="keywords" content="">
|
||||
<meta name="generator" content="Contao Open Source CMS">
|
||||
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1.0">
|
||||
<style>#left{width:210px;right:210px}#container{padding-left:210px}#footer{height:30px}</style>
|
||||
<link rel="stylesheet" href="assets/css/0eeb07bcdb48.css">
|
||||
<link type="application/rss+xml" rel="alternate" href="https://www.tanzsportclub.vfl-sindelfingen.de/share/nachrichten.xml" title="neue Nachricht">
|
||||
<script src="assets/js/0e3b88c98c5a.js"></script>
|
||||
|
||||
<!--[if lt IE 9]><script src="assets/html5shiv/3.7.2/html5shiv-printshiv.min.js"></script><![endif]-->
|
||||
|
||||
</head>
|
||||
<body id="top" class="unknown other ">
|
||||
|
||||
|
||||
<div id="wrapper">
|
||||
|
||||
<header id="header">
|
||||
<div class="inside">
|
||||
|
||||
<a href="https://tanzsportclub.vfl-sindelfingen.de/"><img id="logo" title="Home" src="files/tsc/img/share/logo.jpg" alt="zurück zur Startseite" /></a>
|
||||
<a href="https://www.vfl-sindelfingen.de/"><img id="logo_vfl" title="zum VfL Sindelfingen" src="files/tsc/img/share/logo_vfl.gif" alt="zur Seite des VfL Sindelfingen" /></a><div class="mod_rocksolid_slider block">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/slider-turnier.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/Banner-RENOTE.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/Fotobanner2.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/Banner-Show2016-k.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/Banner2019.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="assets/images/a/Paare_2019s-2f72735a.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<script>
|
||||
(function() {
|
||||
|
||||
var sliderElement = [].slice.call(document.getElementsByClassName('mod_rocksolid_slider'), -1 )[0];
|
||||
|
||||
if (window.jQuery && jQuery.fn.rstSlider) {
|
||||
init();
|
||||
}
|
||||
else {
|
||||
document.addEventListener('DOMContentLoaded', init);
|
||||
}
|
||||
|
||||
function init() {
|
||||
|
||||
var $ = jQuery;
|
||||
var slider = $(sliderElement);
|
||||
|
||||
slider.find('video[data-rsts-background], [data-rsts-type=video] video').each(function() {
|
||||
// Disable mejs for videos
|
||||
this.player = false;
|
||||
});
|
||||
|
||||
slider.rstSlider({"type":"fade-in-out","navType":"bullets","scaleMode":"fit","imagePosition":"center","random":true,"loop":true,"videoAutoplay":false,"autoplayProgress":false,"pauseAutoplayOnHover":true,"keyboard":true,"captions":false,"controls":false,"thumbControls":false,"combineNavItems":true,"duration":1500,"autoplay":6000,"visibleAreaAlign":0.5,"gapSize":"0%"});
|
||||
|
||||
// Fix missing lightbox links
|
||||
$(function() {
|
||||
|
||||
if (!$.fn.colorbox) {
|
||||
return;
|
||||
}
|
||||
|
||||
var lightboxConfig = {
|
||||
loop: false,
|
||||
rel: function() {
|
||||
return $(this).attr('data-lightbox');
|
||||
},
|
||||
maxWidth: '95%',
|
||||
maxHeight: '95%'
|
||||
};
|
||||
|
||||
|
||||
var update = function(links) {
|
||||
links.colorbox(lightboxConfig);
|
||||
};
|
||||
|
||||
slider.on('rsts-slidestart rsts-slidestop', function(event) {
|
||||
update(slider.find('a[data-lightbox]'));
|
||||
});
|
||||
|
||||
update(slider.find('a[data-lightbox]'));
|
||||
|
||||
});
|
||||
|
||||
}
|
||||
|
||||
})();
|
||||
</script>
|
||||
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<nav class="mod_navigation block" id="menu1">
|
||||
|
||||
|
||||
<a href="nachrichten-leser/jahr-2008-lms-senioren-iii-und-hauptgruppe-i-latein.html#skipNavigation116" class="invisible">Navigation überspringen</a>
|
||||
|
||||
|
||||
<ul class="level_1">
|
||||
<li class="trail first"><a href="startseite.html" title="Aktuell" class="trail first">Aktuell</a></li>
|
||||
<li><a href="der-club.html" title="Der Club">Der Club</a></li>
|
||||
<li><a href="angebote.html" title="Angebote">Angebote</a></li>
|
||||
<li class="last"><a href="info.html" title="Info/Kontakt" class="last">Info/Kontakt</a></li>
|
||||
</ul>
|
||||
|
||||
<a id="skipNavigation116" class="invisible"> </a>
|
||||
|
||||
</nav>
|
||||
<!-- indexer::continue -->
|
||||
|
||||
|
||||
<a class="he2" href="https://tanzsportclub.vfl-sindelfingen.de/nachrichten-leser/jahr-2008-lms-senioren-iii-und-hauptgruppe-i-latein.html#left" id="jump-to-nav">Menu </a> </div>
|
||||
</header>
|
||||
|
||||
|
||||
<div id="container">
|
||||
|
||||
<div id="main">
|
||||
<div class="inside">
|
||||
|
||||
<div class="mod_newsreader block">
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="layout_full block">
|
||||
|
||||
<h1>Jahr 2008: LM´s Senioren III und Hauptgruppe I Latein</h1>
|
||||
|
||||
<p class="info"><time datetime="2008-09-23T16:07:00+00:00">23.09.2008</time> </p>
|
||||
|
||||
|
||||
|
||||
<div class="ce_text block">
|
||||
|
||||
|
||||
|
||||
<p>Bei den Baden-Württembergischen Landesmeisterschaften war der TSC im VfL Sindelfingen stark vertreten. Insgesamt gingen vier Paare an den Start.</p>
|
||||
<p>Monika und Gerhard Winkler gehören zu den sehr erfahrenen Paaren des TSC. Sie starten bei den Senioren III S (Altersklasse ab 55 Jahre), also in der höchsten Leistungsklasse. In Sinsheim traten sie gegen eine ausgesprochen starke Konkurrenz an. Die Leistungsdichte ist hier ganz besonders hoch. Ambitioniert zeigten Monika und Gerhard Winkler über drei Runden, dass sie zu den Besten des Landes gehören. Sicher erreichten sie das Semifinale. Nur die sehr engen Wertungen verhinderten den Einzug ins Finale.</p>
|
||||
<p>Höfingen richtete die Landesmeisterschaften für die Hauptklassen (ab 18 Jahre) Latein aus. In der ersten Leistungsstufe waren gleich drei Paare des TSC im VfL Sindelfingen mit dabei. Für Sandra Motteler und Kevin Kritzer war es das allererste Turnier überhaupt. Auch die Turniererfahrung der beiden anderen Paare, Sabine Visi und Oliver Reimann sowie Jaqueline Kleih und Christian Hirning, kann man an einer Hand abzählen. Alle drei Paare schlugen sich innerhalb des großen Startfeldes von insgesamt 45 Paaren sehr tapfer. Sandra Motteler und Kevin Kritzer konnten immerhin eine ganze Menge Paare hinter sich lasse, erreichten aber leider nicht die zweite Runde. Hier erhielten die beiden anderen Paare noch einmal die Chance, ihr Können zu zeigen. Sabine Visi und Oliver Reimann belegten einen tollen Platz im Mittelfeld. Jaqueline Kleih und Christian Hirning verpassten mit dem Anschlussplatz denkbar knapp das Semifinale. Allen drei Paaren steht sicherlich aber eine große Zukunft im Tanzsport bevor.</p>
|
||||
<p>Christine Richter<br> 23.09.2008</p>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<p class="back"><a href="javascript:history.go(-1)" title="Zurück">Zurück</a></p>
|
||||
<!-- indexer::continue -->
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<aside id="left">
|
||||
<div class="inside">
|
||||
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<nav class="mod_navigation he2 block" id="menu2">
|
||||
|
||||
|
||||
<a href="nachrichten-leser/jahr-2008-lms-senioren-iii-und-hauptgruppe-i-latein.html#skipNavigation121" class="invisible">Navigation überspringen</a>
|
||||
|
||||
|
||||
<ul class="level_1">
|
||||
<li class="sibling first"><a href="termine.html" title="Termine" class="sibling first" rel="nofollow">Termine</a></li>
|
||||
<li class="sibling"><a href="turniermeldung.html" title="Turniermeldung" class="sibling" rel="nofollow">Turniermeldung</a></li>
|
||||
<li class="sibling last"><a href="pressestimmen.html" title="Pressestimmen" class="sibling last">Pressestimmen</a></li>
|
||||
</ul>
|
||||
|
||||
<a id="skipNavigation121" class="invisible"> </a>
|
||||
|
||||
</nav>
|
||||
<!-- indexer::continue -->
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<nav class="mod_navigation block" id="jump-to-nav1">
|
||||
|
||||
|
||||
<a href="nachrichten-leser/jahr-2008-lms-senioren-iii-und-hauptgruppe-i-latein.html#skipNavigation145" class="invisible">Navigation überspringen</a>
|
||||
|
||||
|
||||
<ul class="level_1">
|
||||
<li class="submenu trail first"><a href="startseite.html" title="Aktuell" class="submenu trail first" aria-haspopup="true">Aktuell</a>
|
||||
<ul class="level_2">
|
||||
<li class="sibling first"><a href="termine.html" title="Termine" class="sibling first" rel="nofollow">Termine</a></li>
|
||||
<li class="sibling"><a href="turniermeldung.html" title="Turniermeldung" class="sibling" rel="nofollow">Turniermeldung</a></li>
|
||||
<li class="sibling last"><a href="pressestimmen.html" title="Pressestimmen" class="sibling last">Pressestimmen</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="submenu"><a href="der-club.html" title="Der Club" class="submenu" aria-haspopup="true">Der Club</a>
|
||||
<ul class="level_2">
|
||||
<li class="first"><a href="vorstand.html" title="Vorstand" class="first">Vorstand</a></li>
|
||||
<li><a href="beitrag.html" title="Beitrag">Beitrag</a></li>
|
||||
<li><a href="trainer.html" title="Trainer">Trainer</a></li>
|
||||
<li><a href="trainingsraeume.html" title="Trainingsräume">Trainingsräume</a></li>
|
||||
<li class="last"><a href="impressum.html" title="Impressum" class="last">Impressum</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="submenu"><a href="angebote.html" title="Angebote" class="submenu" aria-haspopup="true">Angebote</a>
|
||||
<ul class="level_2">
|
||||
<li class="first"><a href="tanzkreise.html" title="Tanzkreise" class="first">Tanzkreise</a></li>
|
||||
<li><a href="breitensport.html" title="Breitensport">Breitensport</a></li>
|
||||
<li><a href="turniertanz.html" title="Turniertanz">Turniertanz</a></li>
|
||||
<li><a href="kindergruppen.html" title="Kinder/Jugend">Kinder/Jugend</a></li>
|
||||
<li><a href="dance-styles.html" title="Dance-Styles">Dance-Styles</a></li>
|
||||
<li><a href="discofox.html" title="Discofox">Discofox</a></li>
|
||||
<li class="last"><a href="trainingszeiten.html" title="Trainingszeiten" class="last">Trainingszeiten</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="submenu last"><a href="info.html" title="Info/Kontakt" class="submenu last" aria-haspopup="true">Info/Kontakt</a>
|
||||
<ul class="level_2">
|
||||
<li class="first"><a href="raumbelegung.html" title="Raumbelegung" class="first">Raumbelegung</a></li>
|
||||
<li><a href="turniersport.html" title="Turniersport">Turniersport</a></li>
|
||||
<li><a href="linkliste.html" title="Linkliste">Linkliste</a></li>
|
||||
<li class="last"><a href="sitemap.html" title="Sitemap" class="last">Sitemap</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<a id="skipNavigation145" class="invisible"> </a>
|
||||
|
||||
</nav>
|
||||
<!-- indexer::continue -->
|
||||
</div>
|
||||
</aside>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<footer id="footer">
|
||||
<div class="inside">
|
||||
|
||||
<div id="footer_innen">
|
||||
<div id="footer_inhalt_links">TSC im VfL Sindelfingen</div>
|
||||
<div id="metanavi">
|
||||
<ul>
|
||||
<li><a href="info.html">Kontakt</a></li>
|
||||
<li><a href="sitemap.html">Sitemap</a></li>
|
||||
<li><a href="impressum.html">Impressum & Datenschutz</a></li>
|
||||
<li><a href="https://www.facebook.com/pages/Tanzsportclub-im-VfL-Sindelfingen/140842382700982" class="facebook"></a></li>
|
||||
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</div> </div>
|
||||
</footer>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<script src="assets/swipe/2.0/js/swipe.min.js"></script>
|
||||
<script>
|
||||
(function($) {
|
||||
$(document).ready(function() {
|
||||
$('.ce_sliderStart').each(function(i, cte) {
|
||||
var s = $('.content-slider', cte)[0],
|
||||
c = s.getAttribute('data-config').split(',');
|
||||
new Swipe(s, {
|
||||
// Put custom options here
|
||||
'auto': parseInt(c[0]),
|
||||
'speed': parseInt(c[1]),
|
||||
'startSlide': parseInt(c[2]),
|
||||
'continuous': parseInt(c[3]),
|
||||
'menu': $('.slider-control', cte)[0]
|
||||
});
|
||||
});
|
||||
});
|
||||
})(jQuery);
|
||||
</script>
|
||||
|
||||
<script src="assets/jquery/colorbox/1.6.1/js/colorbox.min.js"></script>
|
||||
<script>
|
||||
(function($) {
|
||||
$(document).ready(function() {
|
||||
$('a[data-lightbox]').map(function() {
|
||||
$(this).colorbox({
|
||||
// Put custom options here
|
||||
loop: false,
|
||||
rel: $(this).attr('data-lightbox'),
|
||||
maxWidth: '95%',
|
||||
maxHeight: '95%'
|
||||
});
|
||||
});
|
||||
});
|
||||
})(jQuery);
|
||||
</script>
|
||||
|
||||
<script src="assets/jquery/mediaelement/2.21.2/js/mediaelement-and-player.min.js"></script>
|
||||
<script>
|
||||
(function($) {
|
||||
$(document).ready(function() {
|
||||
$('video,audio').filter(function() {
|
||||
return $(this).parents('picture').length === 0;
|
||||
}).mediaelementplayer({
|
||||
// Put custom options here
|
||||
pluginPath: '/assets/jquery/mediaelement/2.21.2/',
|
||||
flashName: 'legacy/flashmediaelement.swf',
|
||||
silverlightName: 'legacy/silverlightmediaelement.xap'
|
||||
});
|
||||
});
|
||||
})(jQuery);
|
||||
</script>
|
||||
|
||||
<script src="assets/mootools/mediabox/1.4.6/js/mediabox.js"></script>
|
||||
<script>
|
||||
(function($) {
|
||||
window.addEvent('domready', function() {
|
||||
$$('a[data-lightbox]').mediabox({
|
||||
// Put custom options here
|
||||
}, function(el) {
|
||||
return [el.href, el.title, el.getAttribute('data-lightbox')];
|
||||
}, function(el) {
|
||||
var data = this.getAttribute('data-lightbox').split(' ');
|
||||
return (this == el) || (data[0] && el.getAttribute('data-lightbox').match(data[0]));
|
||||
});
|
||||
$('mbImage').addEvent('swipe', function(e) {
|
||||
(e.direction == 'left') ? $('mbNextLink').fireEvent('click') : $('mbPrevLink').fireEvent('click');
|
||||
});
|
||||
});
|
||||
})(document.id);
|
||||
</script>
|
||||
|
||||
<script>setTimeout(function(){var e=function(e,t){try{var n=new XMLHttpRequest}catch(r){return}n.open("GET",e,!0),n.onreadystatechange=function(){this.readyState==4&&this.status==200&&typeof t=="function"&&t(this.responseText)},n.send()},t="system/cron/cron.";e(t+"txt",function(n){parseInt(n||0)<Math.round(+(new Date)/1e3)-86400&&e(t+"php")})},5e3);</script>
|
||||
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<div class="cookiebar cookiebar--position-top" role="complementary" aria-describedby="cookiebar-text" style="display:none;" data-cookiebar="COOKIEBAR_1">
|
||||
<div id="cookiebar-text" class="cookiebar__text" aria-live="assertive" role="alert">
|
||||
<span class="cookiebar__message">Wir verwenden Cookies, um Ihnen das beste Nutzererlebnis bieten zu können. Wenn Sie fortfahren, diese Seite zu verwenden, nehmen wir an, dass Sie damit einverstanden sind.</span>
|
||||
|
||||
<a href="https://www.vfl-sindelfingen.de/kontakt-hauptverein/datenschutz/" class="cookiebar__link" title="Mehr hierzu">Mehr hierzu</a>
|
||||
</div>
|
||||
|
||||
|
||||
<button class="cookiebar__button" data-cookiebar-accept>OK</button>
|
||||
</div>
|
||||
|
||||
<!-- indexer::continue -->
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,441 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="de">
|
||||
<head>
|
||||
|
||||
<meta charset="utf-8">
|
||||
<title>Jahr 2008: Wieder Erfolg für Petersmann - Tanzsportclub im VfL Sindelfingen</title>
|
||||
<base href="https://tanzsportclub.vfl-sindelfingen.de/">
|
||||
|
||||
<meta name="robots" content="noindex,nofollow">
|
||||
<meta name="description" content="">
|
||||
<meta name="keywords" content="">
|
||||
<meta name="generator" content="Contao Open Source CMS">
|
||||
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1.0">
|
||||
<style>#left{width:210px;right:210px}#container{padding-left:210px}#footer{height:30px}</style>
|
||||
<link rel="stylesheet" href="assets/css/0eeb07bcdb48.css">
|
||||
<link type="application/rss+xml" rel="alternate" href="https://www.tanzsportclub.vfl-sindelfingen.de/share/nachrichten.xml" title="neue Nachricht">
|
||||
<script src="assets/js/0e3b88c98c5a.js"></script>
|
||||
|
||||
<!--[if lt IE 9]><script src="assets/html5shiv/3.7.2/html5shiv-printshiv.min.js"></script><![endif]-->
|
||||
|
||||
</head>
|
||||
<body id="top" class="unknown other ">
|
||||
|
||||
|
||||
<div id="wrapper">
|
||||
|
||||
<header id="header">
|
||||
<div class="inside">
|
||||
|
||||
<a href="https://tanzsportclub.vfl-sindelfingen.de/"><img id="logo" title="Home" src="files/tsc/img/share/logo.jpg" alt="zurück zur Startseite" /></a>
|
||||
<a href="https://www.vfl-sindelfingen.de/"><img id="logo_vfl" title="zum VfL Sindelfingen" src="files/tsc/img/share/logo_vfl.gif" alt="zur Seite des VfL Sindelfingen" /></a><div class="mod_rocksolid_slider block">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/slider-turnier.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/Banner-RENOTE.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/Fotobanner2.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/Banner-Show2016-k.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/Banner2019.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="assets/images/a/Paare_2019s-2f72735a.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<script>
|
||||
(function() {
|
||||
|
||||
var sliderElement = [].slice.call(document.getElementsByClassName('mod_rocksolid_slider'), -1 )[0];
|
||||
|
||||
if (window.jQuery && jQuery.fn.rstSlider) {
|
||||
init();
|
||||
}
|
||||
else {
|
||||
document.addEventListener('DOMContentLoaded', init);
|
||||
}
|
||||
|
||||
function init() {
|
||||
|
||||
var $ = jQuery;
|
||||
var slider = $(sliderElement);
|
||||
|
||||
slider.find('video[data-rsts-background], [data-rsts-type=video] video').each(function() {
|
||||
// Disable mejs for videos
|
||||
this.player = false;
|
||||
});
|
||||
|
||||
slider.rstSlider({"type":"fade-in-out","navType":"bullets","scaleMode":"fit","imagePosition":"center","random":true,"loop":true,"videoAutoplay":false,"autoplayProgress":false,"pauseAutoplayOnHover":true,"keyboard":true,"captions":false,"controls":false,"thumbControls":false,"combineNavItems":true,"duration":1500,"autoplay":6000,"visibleAreaAlign":0.5,"gapSize":"0%"});
|
||||
|
||||
// Fix missing lightbox links
|
||||
$(function() {
|
||||
|
||||
if (!$.fn.colorbox) {
|
||||
return;
|
||||
}
|
||||
|
||||
var lightboxConfig = {
|
||||
loop: false,
|
||||
rel: function() {
|
||||
return $(this).attr('data-lightbox');
|
||||
},
|
||||
maxWidth: '95%',
|
||||
maxHeight: '95%'
|
||||
};
|
||||
|
||||
|
||||
var update = function(links) {
|
||||
links.colorbox(lightboxConfig);
|
||||
};
|
||||
|
||||
slider.on('rsts-slidestart rsts-slidestop', function(event) {
|
||||
update(slider.find('a[data-lightbox]'));
|
||||
});
|
||||
|
||||
update(slider.find('a[data-lightbox]'));
|
||||
|
||||
});
|
||||
|
||||
}
|
||||
|
||||
})();
|
||||
</script>
|
||||
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<nav class="mod_navigation block" id="menu1">
|
||||
|
||||
|
||||
<a href="nachrichten-leser/jahr-2008-wieder-erfolg-fuer-petersmann.html#skipNavigation116" class="invisible">Navigation überspringen</a>
|
||||
|
||||
|
||||
<ul class="level_1">
|
||||
<li class="trail first"><a href="startseite.html" title="Aktuell" class="trail first">Aktuell</a></li>
|
||||
<li><a href="der-club.html" title="Der Club">Der Club</a></li>
|
||||
<li><a href="angebote.html" title="Angebote">Angebote</a></li>
|
||||
<li class="last"><a href="info.html" title="Info/Kontakt" class="last">Info/Kontakt</a></li>
|
||||
</ul>
|
||||
|
||||
<a id="skipNavigation116" class="invisible"> </a>
|
||||
|
||||
</nav>
|
||||
<!-- indexer::continue -->
|
||||
|
||||
|
||||
<a class="he2" href="https://tanzsportclub.vfl-sindelfingen.de/nachrichten-leser/jahr-2008-wieder-erfolg-fuer-petersmann.html#left" id="jump-to-nav">Menu </a> </div>
|
||||
</header>
|
||||
|
||||
|
||||
<div id="container">
|
||||
|
||||
<div id="main">
|
||||
<div class="inside">
|
||||
|
||||
<div class="mod_newsreader block">
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="layout_full block">
|
||||
|
||||
<h1>Jahr 2008: Wieder Erfolg für Petersmann</h1>
|
||||
|
||||
<p class="info"><time datetime="2008-10-07T16:08:00+00:00">07.10.2008</time> </p>
|
||||
|
||||
|
||||
|
||||
<div class="ce_text block">
|
||||
|
||||
|
||||
|
||||
<p>Rita und Thorsten Petersmann vertraten den TSC im VfL Sindelfingen beim Mittelrheinischen Tanzfestival in Koblenz-Neuwied ein Turnier in ihrer Startklasse Senioren I A.</p>
|
||||
<p>Dabei waren sie sehr erfolgreich. Angefeuert vom dortigen Publikum zeigte das Ehepaar schon in der Vorrunde, dass es auf das Siegerpodest wollte. Mit viel Spaß und sportlichen Einsatz ging es weiter. Die Wertungen in der Endrunde waren eindeutig. Rita und Thorsten Petersmann wurden klar auf den zweiten Platz gesetzt. Mit dieser Platzierung ist wieder ein Schritt in die höchste Leistungsklasse getan.</p>
|
||||
<p>Christine Richter<br> 07.10.2008</p>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<p class="back"><a href="javascript:history.go(-1)" title="Zurück">Zurück</a></p>
|
||||
<!-- indexer::continue -->
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<aside id="left">
|
||||
<div class="inside">
|
||||
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<nav class="mod_navigation he2 block" id="menu2">
|
||||
|
||||
|
||||
<a href="nachrichten-leser/jahr-2008-wieder-erfolg-fuer-petersmann.html#skipNavigation121" class="invisible">Navigation überspringen</a>
|
||||
|
||||
|
||||
<ul class="level_1">
|
||||
<li class="sibling first"><a href="termine.html" title="Termine" class="sibling first" rel="nofollow">Termine</a></li>
|
||||
<li class="sibling"><a href="turniermeldung.html" title="Turniermeldung" class="sibling" rel="nofollow">Turniermeldung</a></li>
|
||||
<li class="sibling last"><a href="pressestimmen.html" title="Pressestimmen" class="sibling last">Pressestimmen</a></li>
|
||||
</ul>
|
||||
|
||||
<a id="skipNavigation121" class="invisible"> </a>
|
||||
|
||||
</nav>
|
||||
<!-- indexer::continue -->
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<nav class="mod_navigation block" id="jump-to-nav1">
|
||||
|
||||
|
||||
<a href="nachrichten-leser/jahr-2008-wieder-erfolg-fuer-petersmann.html#skipNavigation145" class="invisible">Navigation überspringen</a>
|
||||
|
||||
|
||||
<ul class="level_1">
|
||||
<li class="submenu trail first"><a href="startseite.html" title="Aktuell" class="submenu trail first" aria-haspopup="true">Aktuell</a>
|
||||
<ul class="level_2">
|
||||
<li class="sibling first"><a href="termine.html" title="Termine" class="sibling first" rel="nofollow">Termine</a></li>
|
||||
<li class="sibling"><a href="turniermeldung.html" title="Turniermeldung" class="sibling" rel="nofollow">Turniermeldung</a></li>
|
||||
<li class="sibling last"><a href="pressestimmen.html" title="Pressestimmen" class="sibling last">Pressestimmen</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="submenu"><a href="der-club.html" title="Der Club" class="submenu" aria-haspopup="true">Der Club</a>
|
||||
<ul class="level_2">
|
||||
<li class="first"><a href="vorstand.html" title="Vorstand" class="first">Vorstand</a></li>
|
||||
<li><a href="beitrag.html" title="Beitrag">Beitrag</a></li>
|
||||
<li><a href="trainer.html" title="Trainer">Trainer</a></li>
|
||||
<li><a href="trainingsraeume.html" title="Trainingsräume">Trainingsräume</a></li>
|
||||
<li class="last"><a href="impressum.html" title="Impressum" class="last">Impressum</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="submenu"><a href="angebote.html" title="Angebote" class="submenu" aria-haspopup="true">Angebote</a>
|
||||
<ul class="level_2">
|
||||
<li class="first"><a href="tanzkreise.html" title="Tanzkreise" class="first">Tanzkreise</a></li>
|
||||
<li><a href="breitensport.html" title="Breitensport">Breitensport</a></li>
|
||||
<li><a href="turniertanz.html" title="Turniertanz">Turniertanz</a></li>
|
||||
<li><a href="kindergruppen.html" title="Kinder/Jugend">Kinder/Jugend</a></li>
|
||||
<li><a href="dance-styles.html" title="Dance-Styles">Dance-Styles</a></li>
|
||||
<li><a href="discofox.html" title="Discofox">Discofox</a></li>
|
||||
<li class="last"><a href="trainingszeiten.html" title="Trainingszeiten" class="last">Trainingszeiten</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="submenu last"><a href="info.html" title="Info/Kontakt" class="submenu last" aria-haspopup="true">Info/Kontakt</a>
|
||||
<ul class="level_2">
|
||||
<li class="first"><a href="raumbelegung.html" title="Raumbelegung" class="first">Raumbelegung</a></li>
|
||||
<li><a href="turniersport.html" title="Turniersport">Turniersport</a></li>
|
||||
<li><a href="linkliste.html" title="Linkliste">Linkliste</a></li>
|
||||
<li class="last"><a href="sitemap.html" title="Sitemap" class="last">Sitemap</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<a id="skipNavigation145" class="invisible"> </a>
|
||||
|
||||
</nav>
|
||||
<!-- indexer::continue -->
|
||||
</div>
|
||||
</aside>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<footer id="footer">
|
||||
<div class="inside">
|
||||
|
||||
<div id="footer_innen">
|
||||
<div id="footer_inhalt_links">TSC im VfL Sindelfingen</div>
|
||||
<div id="metanavi">
|
||||
<ul>
|
||||
<li><a href="info.html">Kontakt</a></li>
|
||||
<li><a href="sitemap.html">Sitemap</a></li>
|
||||
<li><a href="impressum.html">Impressum & Datenschutz</a></li>
|
||||
<li><a href="https://www.facebook.com/pages/Tanzsportclub-im-VfL-Sindelfingen/140842382700982" class="facebook"></a></li>
|
||||
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</div> </div>
|
||||
</footer>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<script src="assets/swipe/2.0/js/swipe.min.js"></script>
|
||||
<script>
|
||||
(function($) {
|
||||
$(document).ready(function() {
|
||||
$('.ce_sliderStart').each(function(i, cte) {
|
||||
var s = $('.content-slider', cte)[0],
|
||||
c = s.getAttribute('data-config').split(',');
|
||||
new Swipe(s, {
|
||||
// Put custom options here
|
||||
'auto': parseInt(c[0]),
|
||||
'speed': parseInt(c[1]),
|
||||
'startSlide': parseInt(c[2]),
|
||||
'continuous': parseInt(c[3]),
|
||||
'menu': $('.slider-control', cte)[0]
|
||||
});
|
||||
});
|
||||
});
|
||||
})(jQuery);
|
||||
</script>
|
||||
|
||||
<script src="assets/jquery/colorbox/1.6.1/js/colorbox.min.js"></script>
|
||||
<script>
|
||||
(function($) {
|
||||
$(document).ready(function() {
|
||||
$('a[data-lightbox]').map(function() {
|
||||
$(this).colorbox({
|
||||
// Put custom options here
|
||||
loop: false,
|
||||
rel: $(this).attr('data-lightbox'),
|
||||
maxWidth: '95%',
|
||||
maxHeight: '95%'
|
||||
});
|
||||
});
|
||||
});
|
||||
})(jQuery);
|
||||
</script>
|
||||
|
||||
<script src="assets/jquery/mediaelement/2.21.2/js/mediaelement-and-player.min.js"></script>
|
||||
<script>
|
||||
(function($) {
|
||||
$(document).ready(function() {
|
||||
$('video,audio').filter(function() {
|
||||
return $(this).parents('picture').length === 0;
|
||||
}).mediaelementplayer({
|
||||
// Put custom options here
|
||||
pluginPath: '/assets/jquery/mediaelement/2.21.2/',
|
||||
flashName: 'legacy/flashmediaelement.swf',
|
||||
silverlightName: 'legacy/silverlightmediaelement.xap'
|
||||
});
|
||||
});
|
||||
})(jQuery);
|
||||
</script>
|
||||
|
||||
<script src="assets/mootools/mediabox/1.4.6/js/mediabox.js"></script>
|
||||
<script>
|
||||
(function($) {
|
||||
window.addEvent('domready', function() {
|
||||
$$('a[data-lightbox]').mediabox({
|
||||
// Put custom options here
|
||||
}, function(el) {
|
||||
return [el.href, el.title, el.getAttribute('data-lightbox')];
|
||||
}, function(el) {
|
||||
var data = this.getAttribute('data-lightbox').split(' ');
|
||||
return (this == el) || (data[0] && el.getAttribute('data-lightbox').match(data[0]));
|
||||
});
|
||||
$('mbImage').addEvent('swipe', function(e) {
|
||||
(e.direction == 'left') ? $('mbNextLink').fireEvent('click') : $('mbPrevLink').fireEvent('click');
|
||||
});
|
||||
});
|
||||
})(document.id);
|
||||
</script>
|
||||
|
||||
<script>setTimeout(function(){var e=function(e,t){try{var n=new XMLHttpRequest}catch(r){return}n.open("GET",e,!0),n.onreadystatechange=function(){this.readyState==4&&this.status==200&&typeof t=="function"&&t(this.responseText)},n.send()},t="system/cron/cron.";e(t+"txt",function(n){parseInt(n||0)<Math.round(+(new Date)/1e3)-86400&&e(t+"php")})},5e3);</script>
|
||||
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<div class="cookiebar cookiebar--position-top" role="complementary" aria-describedby="cookiebar-text" style="display:none;" data-cookiebar="COOKIEBAR_1">
|
||||
<div id="cookiebar-text" class="cookiebar__text" aria-live="assertive" role="alert">
|
||||
<span class="cookiebar__message">Wir verwenden Cookies, um Ihnen das beste Nutzererlebnis bieten zu können. Wenn Sie fortfahren, diese Seite zu verwenden, nehmen wir an, dass Sie damit einverstanden sind.</span>
|
||||
|
||||
<a href="https://www.vfl-sindelfingen.de/kontakt-hauptverein/datenschutz/" class="cookiebar__link" title="Mehr hierzu">Mehr hierzu</a>
|
||||
</div>
|
||||
|
||||
|
||||
<button class="cookiebar__button" data-cookiebar-accept>OK</button>
|
||||
</div>
|
||||
|
||||
<!-- indexer::continue -->
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,442 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="de">
|
||||
<head>
|
||||
|
||||
<meta charset="utf-8">
|
||||
<title>Jahr 2008: Sportberichte HGR II D-Std, Sen IV S-Std, Sen. B-Lat - Tanzsportclub im VfL Sindelfingen</title>
|
||||
<base href="https://tanzsportclub.vfl-sindelfingen.de/">
|
||||
|
||||
<meta name="robots" content="noindex,nofollow">
|
||||
<meta name="description" content="">
|
||||
<meta name="keywords" content="">
|
||||
<meta name="generator" content="Contao Open Source CMS">
|
||||
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1.0">
|
||||
<style>#left{width:210px;right:210px}#container{padding-left:210px}#footer{height:30px}</style>
|
||||
<link rel="stylesheet" href="assets/css/0eeb07bcdb48.css">
|
||||
<link type="application/rss+xml" rel="alternate" href="https://www.tanzsportclub.vfl-sindelfingen.de/share/nachrichten.xml" title="neue Nachricht">
|
||||
<script src="assets/js/0e3b88c98c5a.js"></script>
|
||||
|
||||
<!--[if lt IE 9]><script src="assets/html5shiv/3.7.2/html5shiv-printshiv.min.js"></script><![endif]-->
|
||||
|
||||
</head>
|
||||
<body id="top" class="unknown other ">
|
||||
|
||||
|
||||
<div id="wrapper">
|
||||
|
||||
<header id="header">
|
||||
<div class="inside">
|
||||
|
||||
<a href="https://tanzsportclub.vfl-sindelfingen.de/"><img id="logo" title="Home" src="files/tsc/img/share/logo.jpg" alt="zurück zur Startseite" /></a>
|
||||
<a href="https://www.vfl-sindelfingen.de/"><img id="logo_vfl" title="zum VfL Sindelfingen" src="files/tsc/img/share/logo_vfl.gif" alt="zur Seite des VfL Sindelfingen" /></a><div class="mod_rocksolid_slider block">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/slider-turnier.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/Banner-RENOTE.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/Fotobanner2.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/Banner-Show2016-k.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/Banner2019.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="assets/images/a/Paare_2019s-2f72735a.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<script>
|
||||
(function() {
|
||||
|
||||
var sliderElement = [].slice.call(document.getElementsByClassName('mod_rocksolid_slider'), -1 )[0];
|
||||
|
||||
if (window.jQuery && jQuery.fn.rstSlider) {
|
||||
init();
|
||||
}
|
||||
else {
|
||||
document.addEventListener('DOMContentLoaded', init);
|
||||
}
|
||||
|
||||
function init() {
|
||||
|
||||
var $ = jQuery;
|
||||
var slider = $(sliderElement);
|
||||
|
||||
slider.find('video[data-rsts-background], [data-rsts-type=video] video').each(function() {
|
||||
// Disable mejs for videos
|
||||
this.player = false;
|
||||
});
|
||||
|
||||
slider.rstSlider({"type":"fade-in-out","navType":"bullets","scaleMode":"fit","imagePosition":"center","random":true,"loop":true,"videoAutoplay":false,"autoplayProgress":false,"pauseAutoplayOnHover":true,"keyboard":true,"captions":false,"controls":false,"thumbControls":false,"combineNavItems":true,"duration":1500,"autoplay":6000,"visibleAreaAlign":0.5,"gapSize":"0%"});
|
||||
|
||||
// Fix missing lightbox links
|
||||
$(function() {
|
||||
|
||||
if (!$.fn.colorbox) {
|
||||
return;
|
||||
}
|
||||
|
||||
var lightboxConfig = {
|
||||
loop: false,
|
||||
rel: function() {
|
||||
return $(this).attr('data-lightbox');
|
||||
},
|
||||
maxWidth: '95%',
|
||||
maxHeight: '95%'
|
||||
};
|
||||
|
||||
|
||||
var update = function(links) {
|
||||
links.colorbox(lightboxConfig);
|
||||
};
|
||||
|
||||
slider.on('rsts-slidestart rsts-slidestop', function(event) {
|
||||
update(slider.find('a[data-lightbox]'));
|
||||
});
|
||||
|
||||
update(slider.find('a[data-lightbox]'));
|
||||
|
||||
});
|
||||
|
||||
}
|
||||
|
||||
})();
|
||||
</script>
|
||||
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<nav class="mod_navigation block" id="menu1">
|
||||
|
||||
|
||||
<a href="nachrichten-leser/jahr-2008-sportberichte-hgr-ii-d-std-sen-iv-s-std-sen-b-lat.html#skipNavigation116" class="invisible">Navigation überspringen</a>
|
||||
|
||||
|
||||
<ul class="level_1">
|
||||
<li class="trail first"><a href="startseite.html" title="Aktuell" class="trail first">Aktuell</a></li>
|
||||
<li><a href="der-club.html" title="Der Club">Der Club</a></li>
|
||||
<li><a href="angebote.html" title="Angebote">Angebote</a></li>
|
||||
<li class="last"><a href="info.html" title="Info/Kontakt" class="last">Info/Kontakt</a></li>
|
||||
</ul>
|
||||
|
||||
<a id="skipNavigation116" class="invisible"> </a>
|
||||
|
||||
</nav>
|
||||
<!-- indexer::continue -->
|
||||
|
||||
|
||||
<a class="he2" href="https://tanzsportclub.vfl-sindelfingen.de/nachrichten-leser/jahr-2008-sportberichte-hgr-ii-d-std-sen-iv-s-std-sen-b-lat.html#left" id="jump-to-nav">Menu </a> </div>
|
||||
</header>
|
||||
|
||||
|
||||
<div id="container">
|
||||
|
||||
<div id="main">
|
||||
<div class="inside">
|
||||
|
||||
<div class="mod_newsreader block">
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="layout_full block">
|
||||
|
||||
<h1>Jahr 2008: Sportberichte HGR II D-Std, Sen IV S-Std, Sen. B-Lat</h1>
|
||||
|
||||
<p class="info"><time datetime="2008-10-14T16:08:00+00:00">14.10.2008</time> </p>
|
||||
|
||||
|
||||
|
||||
<div class="ce_text block">
|
||||
|
||||
|
||||
|
||||
<p>Cosima Rheinwald und Udo Günthner starteten ihre Tanzsportkarriere in Bad Dürrheim. In der untersten Startklasse Hauptgruppe II D-Standard überzeugten sie mit einer guten Leistung und erreichten ganz sicher das Finale. Plötzlich doch noch nervös geworden, verpatzten die beiden den Tango. Am Ende kamen Cosima Rheinwald und Udo Günthner auf den sechsten Platz.</p>
|
||||
<p>In Höfingen waren beim Qualifikationsturnier für die TBW-Trophy-Serie der Senioren an beiden Tagen zwei Paare des TSC im VfL Sindelfingen mit dabei. Regina und Henry Freude zeigten ihr Können in der Startklasse Senioren IV S. Auch dieses Paar war gut drauf. Regina und Henry Freude erreichten am ersten Tag das Finale und wurden Fünfte. Am zweiten Tag verpassten sie mit dem siebten Platz ganz knapp das Finale.</p>
|
||||
<p>Elena Posadino und Walter Gattler tanzten in der Startklasse Senioren B-Latein wie immer mit großem Ausdruck, musikalisch und vor allem technisch sauber. Dafür wurden sie am ersten Tag mit dem dritten Platz belohnt. Am zweiten Tag lief es für die beiden sogar noch viel besser. Mit sieben Punkten Abstand konnten Elena Posadino und Walter Gattler dieses Turnier ganz überlegen gewinnen.</p>
|
||||
<p>Christine Richter<br> 14.10.2008</p>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<p class="back"><a href="javascript:history.go(-1)" title="Zurück">Zurück</a></p>
|
||||
<!-- indexer::continue -->
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<aside id="left">
|
||||
<div class="inside">
|
||||
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<nav class="mod_navigation he2 block" id="menu2">
|
||||
|
||||
|
||||
<a href="nachrichten-leser/jahr-2008-sportberichte-hgr-ii-d-std-sen-iv-s-std-sen-b-lat.html#skipNavigation121" class="invisible">Navigation überspringen</a>
|
||||
|
||||
|
||||
<ul class="level_1">
|
||||
<li class="sibling first"><a href="termine.html" title="Termine" class="sibling first" rel="nofollow">Termine</a></li>
|
||||
<li class="sibling"><a href="turniermeldung.html" title="Turniermeldung" class="sibling" rel="nofollow">Turniermeldung</a></li>
|
||||
<li class="sibling last"><a href="pressestimmen.html" title="Pressestimmen" class="sibling last">Pressestimmen</a></li>
|
||||
</ul>
|
||||
|
||||
<a id="skipNavigation121" class="invisible"> </a>
|
||||
|
||||
</nav>
|
||||
<!-- indexer::continue -->
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<nav class="mod_navigation block" id="jump-to-nav1">
|
||||
|
||||
|
||||
<a href="nachrichten-leser/jahr-2008-sportberichte-hgr-ii-d-std-sen-iv-s-std-sen-b-lat.html#skipNavigation145" class="invisible">Navigation überspringen</a>
|
||||
|
||||
|
||||
<ul class="level_1">
|
||||
<li class="submenu trail first"><a href="startseite.html" title="Aktuell" class="submenu trail first" aria-haspopup="true">Aktuell</a>
|
||||
<ul class="level_2">
|
||||
<li class="sibling first"><a href="termine.html" title="Termine" class="sibling first" rel="nofollow">Termine</a></li>
|
||||
<li class="sibling"><a href="turniermeldung.html" title="Turniermeldung" class="sibling" rel="nofollow">Turniermeldung</a></li>
|
||||
<li class="sibling last"><a href="pressestimmen.html" title="Pressestimmen" class="sibling last">Pressestimmen</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="submenu"><a href="der-club.html" title="Der Club" class="submenu" aria-haspopup="true">Der Club</a>
|
||||
<ul class="level_2">
|
||||
<li class="first"><a href="vorstand.html" title="Vorstand" class="first">Vorstand</a></li>
|
||||
<li><a href="beitrag.html" title="Beitrag">Beitrag</a></li>
|
||||
<li><a href="trainer.html" title="Trainer">Trainer</a></li>
|
||||
<li><a href="trainingsraeume.html" title="Trainingsräume">Trainingsräume</a></li>
|
||||
<li class="last"><a href="impressum.html" title="Impressum" class="last">Impressum</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="submenu"><a href="angebote.html" title="Angebote" class="submenu" aria-haspopup="true">Angebote</a>
|
||||
<ul class="level_2">
|
||||
<li class="first"><a href="tanzkreise.html" title="Tanzkreise" class="first">Tanzkreise</a></li>
|
||||
<li><a href="breitensport.html" title="Breitensport">Breitensport</a></li>
|
||||
<li><a href="turniertanz.html" title="Turniertanz">Turniertanz</a></li>
|
||||
<li><a href="kindergruppen.html" title="Kinder/Jugend">Kinder/Jugend</a></li>
|
||||
<li><a href="dance-styles.html" title="Dance-Styles">Dance-Styles</a></li>
|
||||
<li><a href="discofox.html" title="Discofox">Discofox</a></li>
|
||||
<li class="last"><a href="trainingszeiten.html" title="Trainingszeiten" class="last">Trainingszeiten</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="submenu last"><a href="info.html" title="Info/Kontakt" class="submenu last" aria-haspopup="true">Info/Kontakt</a>
|
||||
<ul class="level_2">
|
||||
<li class="first"><a href="raumbelegung.html" title="Raumbelegung" class="first">Raumbelegung</a></li>
|
||||
<li><a href="turniersport.html" title="Turniersport">Turniersport</a></li>
|
||||
<li><a href="linkliste.html" title="Linkliste">Linkliste</a></li>
|
||||
<li class="last"><a href="sitemap.html" title="Sitemap" class="last">Sitemap</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<a id="skipNavigation145" class="invisible"> </a>
|
||||
|
||||
</nav>
|
||||
<!-- indexer::continue -->
|
||||
</div>
|
||||
</aside>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<footer id="footer">
|
||||
<div class="inside">
|
||||
|
||||
<div id="footer_innen">
|
||||
<div id="footer_inhalt_links">TSC im VfL Sindelfingen</div>
|
||||
<div id="metanavi">
|
||||
<ul>
|
||||
<li><a href="info.html">Kontakt</a></li>
|
||||
<li><a href="sitemap.html">Sitemap</a></li>
|
||||
<li><a href="impressum.html">Impressum & Datenschutz</a></li>
|
||||
<li><a href="https://www.facebook.com/pages/Tanzsportclub-im-VfL-Sindelfingen/140842382700982" class="facebook"></a></li>
|
||||
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</div> </div>
|
||||
</footer>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<script src="assets/swipe/2.0/js/swipe.min.js"></script>
|
||||
<script>
|
||||
(function($) {
|
||||
$(document).ready(function() {
|
||||
$('.ce_sliderStart').each(function(i, cte) {
|
||||
var s = $('.content-slider', cte)[0],
|
||||
c = s.getAttribute('data-config').split(',');
|
||||
new Swipe(s, {
|
||||
// Put custom options here
|
||||
'auto': parseInt(c[0]),
|
||||
'speed': parseInt(c[1]),
|
||||
'startSlide': parseInt(c[2]),
|
||||
'continuous': parseInt(c[3]),
|
||||
'menu': $('.slider-control', cte)[0]
|
||||
});
|
||||
});
|
||||
});
|
||||
})(jQuery);
|
||||
</script>
|
||||
|
||||
<script src="assets/jquery/colorbox/1.6.1/js/colorbox.min.js"></script>
|
||||
<script>
|
||||
(function($) {
|
||||
$(document).ready(function() {
|
||||
$('a[data-lightbox]').map(function() {
|
||||
$(this).colorbox({
|
||||
// Put custom options here
|
||||
loop: false,
|
||||
rel: $(this).attr('data-lightbox'),
|
||||
maxWidth: '95%',
|
||||
maxHeight: '95%'
|
||||
});
|
||||
});
|
||||
});
|
||||
})(jQuery);
|
||||
</script>
|
||||
|
||||
<script src="assets/jquery/mediaelement/2.21.2/js/mediaelement-and-player.min.js"></script>
|
||||
<script>
|
||||
(function($) {
|
||||
$(document).ready(function() {
|
||||
$('video,audio').filter(function() {
|
||||
return $(this).parents('picture').length === 0;
|
||||
}).mediaelementplayer({
|
||||
// Put custom options here
|
||||
pluginPath: '/assets/jquery/mediaelement/2.21.2/',
|
||||
flashName: 'legacy/flashmediaelement.swf',
|
||||
silverlightName: 'legacy/silverlightmediaelement.xap'
|
||||
});
|
||||
});
|
||||
})(jQuery);
|
||||
</script>
|
||||
|
||||
<script src="assets/mootools/mediabox/1.4.6/js/mediabox.js"></script>
|
||||
<script>
|
||||
(function($) {
|
||||
window.addEvent('domready', function() {
|
||||
$$('a[data-lightbox]').mediabox({
|
||||
// Put custom options here
|
||||
}, function(el) {
|
||||
return [el.href, el.title, el.getAttribute('data-lightbox')];
|
||||
}, function(el) {
|
||||
var data = this.getAttribute('data-lightbox').split(' ');
|
||||
return (this == el) || (data[0] && el.getAttribute('data-lightbox').match(data[0]));
|
||||
});
|
||||
$('mbImage').addEvent('swipe', function(e) {
|
||||
(e.direction == 'left') ? $('mbNextLink').fireEvent('click') : $('mbPrevLink').fireEvent('click');
|
||||
});
|
||||
});
|
||||
})(document.id);
|
||||
</script>
|
||||
|
||||
<script>setTimeout(function(){var e=function(e,t){try{var n=new XMLHttpRequest}catch(r){return}n.open("GET",e,!0),n.onreadystatechange=function(){this.readyState==4&&this.status==200&&typeof t=="function"&&t(this.responseText)},n.send()},t="system/cron/cron.";e(t+"txt",function(n){parseInt(n||0)<Math.round(+(new Date)/1e3)-86400&&e(t+"php")})},5e3);</script>
|
||||
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<div class="cookiebar cookiebar--position-top" role="complementary" aria-describedby="cookiebar-text" style="display:none;" data-cookiebar="COOKIEBAR_1">
|
||||
<div id="cookiebar-text" class="cookiebar__text" aria-live="assertive" role="alert">
|
||||
<span class="cookiebar__message">Wir verwenden Cookies, um Ihnen das beste Nutzererlebnis bieten zu können. Wenn Sie fortfahren, diese Seite zu verwenden, nehmen wir an, dass Sie damit einverstanden sind.</span>
|
||||
|
||||
<a href="https://www.vfl-sindelfingen.de/kontakt-hauptverein/datenschutz/" class="cookiebar__link" title="Mehr hierzu">Mehr hierzu</a>
|
||||
</div>
|
||||
|
||||
|
||||
<button class="cookiebar__button" data-cookiebar-accept>OK</button>
|
||||
</div>
|
||||
|
||||
<!-- indexer::continue -->
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,441 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="de">
|
||||
<head>
|
||||
|
||||
<meta charset="utf-8">
|
||||
<title>Jahr 2008: Einladung zur Weihnachtsfeier - Tanzsportclub im VfL Sindelfingen</title>
|
||||
<base href="https://tanzsportclub.vfl-sindelfingen.de/">
|
||||
|
||||
<meta name="robots" content="noindex,nofollow">
|
||||
<meta name="description" content="">
|
||||
<meta name="keywords" content="">
|
||||
<meta name="generator" content="Contao Open Source CMS">
|
||||
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1.0">
|
||||
<style>#left{width:210px;right:210px}#container{padding-left:210px}#footer{height:30px}</style>
|
||||
<link rel="stylesheet" href="assets/css/0eeb07bcdb48.css">
|
||||
<link type="application/rss+xml" rel="alternate" href="https://www.tanzsportclub.vfl-sindelfingen.de/share/nachrichten.xml" title="neue Nachricht">
|
||||
<script src="assets/js/0e3b88c98c5a.js"></script>
|
||||
|
||||
<!--[if lt IE 9]><script src="assets/html5shiv/3.7.2/html5shiv-printshiv.min.js"></script><![endif]-->
|
||||
|
||||
</head>
|
||||
<body id="top" class="unknown other ">
|
||||
|
||||
|
||||
<div id="wrapper">
|
||||
|
||||
<header id="header">
|
||||
<div class="inside">
|
||||
|
||||
<a href="https://tanzsportclub.vfl-sindelfingen.de/"><img id="logo" title="Home" src="files/tsc/img/share/logo.jpg" alt="zurück zur Startseite" /></a>
|
||||
<a href="https://www.vfl-sindelfingen.de/"><img id="logo_vfl" title="zum VfL Sindelfingen" src="files/tsc/img/share/logo_vfl.gif" alt="zur Seite des VfL Sindelfingen" /></a><div class="mod_rocksolid_slider block">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/slider-turnier.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/Banner-RENOTE.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/Fotobanner2.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/Banner-Show2016-k.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/Banner2019.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="assets/images/a/Paare_2019s-2f72735a.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<script>
|
||||
(function() {
|
||||
|
||||
var sliderElement = [].slice.call(document.getElementsByClassName('mod_rocksolid_slider'), -1 )[0];
|
||||
|
||||
if (window.jQuery && jQuery.fn.rstSlider) {
|
||||
init();
|
||||
}
|
||||
else {
|
||||
document.addEventListener('DOMContentLoaded', init);
|
||||
}
|
||||
|
||||
function init() {
|
||||
|
||||
var $ = jQuery;
|
||||
var slider = $(sliderElement);
|
||||
|
||||
slider.find('video[data-rsts-background], [data-rsts-type=video] video').each(function() {
|
||||
// Disable mejs for videos
|
||||
this.player = false;
|
||||
});
|
||||
|
||||
slider.rstSlider({"type":"fade-in-out","navType":"bullets","scaleMode":"fit","imagePosition":"center","random":true,"loop":true,"videoAutoplay":false,"autoplayProgress":false,"pauseAutoplayOnHover":true,"keyboard":true,"captions":false,"controls":false,"thumbControls":false,"combineNavItems":true,"duration":1500,"autoplay":6000,"visibleAreaAlign":0.5,"gapSize":"0%"});
|
||||
|
||||
// Fix missing lightbox links
|
||||
$(function() {
|
||||
|
||||
if (!$.fn.colorbox) {
|
||||
return;
|
||||
}
|
||||
|
||||
var lightboxConfig = {
|
||||
loop: false,
|
||||
rel: function() {
|
||||
return $(this).attr('data-lightbox');
|
||||
},
|
||||
maxWidth: '95%',
|
||||
maxHeight: '95%'
|
||||
};
|
||||
|
||||
|
||||
var update = function(links) {
|
||||
links.colorbox(lightboxConfig);
|
||||
};
|
||||
|
||||
slider.on('rsts-slidestart rsts-slidestop', function(event) {
|
||||
update(slider.find('a[data-lightbox]'));
|
||||
});
|
||||
|
||||
update(slider.find('a[data-lightbox]'));
|
||||
|
||||
});
|
||||
|
||||
}
|
||||
|
||||
})();
|
||||
</script>
|
||||
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<nav class="mod_navigation block" id="menu1">
|
||||
|
||||
|
||||
<a href="nachrichten-leser/jahr-2008-einladung-zur-weihnachtsfeier.html#skipNavigation116" class="invisible">Navigation überspringen</a>
|
||||
|
||||
|
||||
<ul class="level_1">
|
||||
<li class="trail first"><a href="startseite.html" title="Aktuell" class="trail first">Aktuell</a></li>
|
||||
<li><a href="der-club.html" title="Der Club">Der Club</a></li>
|
||||
<li><a href="angebote.html" title="Angebote">Angebote</a></li>
|
||||
<li class="last"><a href="info.html" title="Info/Kontakt" class="last">Info/Kontakt</a></li>
|
||||
</ul>
|
||||
|
||||
<a id="skipNavigation116" class="invisible"> </a>
|
||||
|
||||
</nav>
|
||||
<!-- indexer::continue -->
|
||||
|
||||
|
||||
<a class="he2" href="https://tanzsportclub.vfl-sindelfingen.de/nachrichten-leser/jahr-2008-einladung-zur-weihnachtsfeier.html#left" id="jump-to-nav">Menu </a> </div>
|
||||
</header>
|
||||
|
||||
|
||||
<div id="container">
|
||||
|
||||
<div id="main">
|
||||
<div class="inside">
|
||||
|
||||
<div class="mod_newsreader block">
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="layout_full block">
|
||||
|
||||
<h1>Jahr 2008: Einladung zur Weihnachtsfeier</h1>
|
||||
|
||||
<p class="info"><time datetime="2008-11-13T16:09:00+00:00">13.11.2008</time> </p>
|
||||
|
||||
|
||||
|
||||
<div class="ce_text block">
|
||||
|
||||
|
||||
|
||||
<p>Liebe Clubmitglieder,<br>wir möchten Sie recht herzlich zu unserer Club-Weihnachtsfeiereinladen. Über Kuchen oder Weihnachtsgebäck würden wir uns sehr freuen.<br>Für die Getränke sorgt wieder der Club.</p>
|
||||
<div style="text-align: center; margin-left: 40px;"><img style="margin: 15px;" src="files/vfl/2008/081113_08WFeier.jpg" alt="Plakat"></div>
|
||||
<p>bp<br> 13.11.2008</p>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<p class="back"><a href="javascript:history.go(-1)" title="Zurück">Zurück</a></p>
|
||||
<!-- indexer::continue -->
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<aside id="left">
|
||||
<div class="inside">
|
||||
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<nav class="mod_navigation he2 block" id="menu2">
|
||||
|
||||
|
||||
<a href="nachrichten-leser/jahr-2008-einladung-zur-weihnachtsfeier.html#skipNavigation121" class="invisible">Navigation überspringen</a>
|
||||
|
||||
|
||||
<ul class="level_1">
|
||||
<li class="sibling first"><a href="termine.html" title="Termine" class="sibling first" rel="nofollow">Termine</a></li>
|
||||
<li class="sibling"><a href="turniermeldung.html" title="Turniermeldung" class="sibling" rel="nofollow">Turniermeldung</a></li>
|
||||
<li class="sibling last"><a href="pressestimmen.html" title="Pressestimmen" class="sibling last">Pressestimmen</a></li>
|
||||
</ul>
|
||||
|
||||
<a id="skipNavigation121" class="invisible"> </a>
|
||||
|
||||
</nav>
|
||||
<!-- indexer::continue -->
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<nav class="mod_navigation block" id="jump-to-nav1">
|
||||
|
||||
|
||||
<a href="nachrichten-leser/jahr-2008-einladung-zur-weihnachtsfeier.html#skipNavigation145" class="invisible">Navigation überspringen</a>
|
||||
|
||||
|
||||
<ul class="level_1">
|
||||
<li class="submenu trail first"><a href="startseite.html" title="Aktuell" class="submenu trail first" aria-haspopup="true">Aktuell</a>
|
||||
<ul class="level_2">
|
||||
<li class="sibling first"><a href="termine.html" title="Termine" class="sibling first" rel="nofollow">Termine</a></li>
|
||||
<li class="sibling"><a href="turniermeldung.html" title="Turniermeldung" class="sibling" rel="nofollow">Turniermeldung</a></li>
|
||||
<li class="sibling last"><a href="pressestimmen.html" title="Pressestimmen" class="sibling last">Pressestimmen</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="submenu"><a href="der-club.html" title="Der Club" class="submenu" aria-haspopup="true">Der Club</a>
|
||||
<ul class="level_2">
|
||||
<li class="first"><a href="vorstand.html" title="Vorstand" class="first">Vorstand</a></li>
|
||||
<li><a href="beitrag.html" title="Beitrag">Beitrag</a></li>
|
||||
<li><a href="trainer.html" title="Trainer">Trainer</a></li>
|
||||
<li><a href="trainingsraeume.html" title="Trainingsräume">Trainingsräume</a></li>
|
||||
<li class="last"><a href="impressum.html" title="Impressum" class="last">Impressum</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="submenu"><a href="angebote.html" title="Angebote" class="submenu" aria-haspopup="true">Angebote</a>
|
||||
<ul class="level_2">
|
||||
<li class="first"><a href="tanzkreise.html" title="Tanzkreise" class="first">Tanzkreise</a></li>
|
||||
<li><a href="breitensport.html" title="Breitensport">Breitensport</a></li>
|
||||
<li><a href="turniertanz.html" title="Turniertanz">Turniertanz</a></li>
|
||||
<li><a href="kindergruppen.html" title="Kinder/Jugend">Kinder/Jugend</a></li>
|
||||
<li><a href="dance-styles.html" title="Dance-Styles">Dance-Styles</a></li>
|
||||
<li><a href="discofox.html" title="Discofox">Discofox</a></li>
|
||||
<li class="last"><a href="trainingszeiten.html" title="Trainingszeiten" class="last">Trainingszeiten</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="submenu last"><a href="info.html" title="Info/Kontakt" class="submenu last" aria-haspopup="true">Info/Kontakt</a>
|
||||
<ul class="level_2">
|
||||
<li class="first"><a href="raumbelegung.html" title="Raumbelegung" class="first">Raumbelegung</a></li>
|
||||
<li><a href="turniersport.html" title="Turniersport">Turniersport</a></li>
|
||||
<li><a href="linkliste.html" title="Linkliste">Linkliste</a></li>
|
||||
<li class="last"><a href="sitemap.html" title="Sitemap" class="last">Sitemap</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<a id="skipNavigation145" class="invisible"> </a>
|
||||
|
||||
</nav>
|
||||
<!-- indexer::continue -->
|
||||
</div>
|
||||
</aside>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<footer id="footer">
|
||||
<div class="inside">
|
||||
|
||||
<div id="footer_innen">
|
||||
<div id="footer_inhalt_links">TSC im VfL Sindelfingen</div>
|
||||
<div id="metanavi">
|
||||
<ul>
|
||||
<li><a href="info.html">Kontakt</a></li>
|
||||
<li><a href="sitemap.html">Sitemap</a></li>
|
||||
<li><a href="impressum.html">Impressum & Datenschutz</a></li>
|
||||
<li><a href="https://www.facebook.com/pages/Tanzsportclub-im-VfL-Sindelfingen/140842382700982" class="facebook"></a></li>
|
||||
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</div> </div>
|
||||
</footer>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<script src="assets/swipe/2.0/js/swipe.min.js"></script>
|
||||
<script>
|
||||
(function($) {
|
||||
$(document).ready(function() {
|
||||
$('.ce_sliderStart').each(function(i, cte) {
|
||||
var s = $('.content-slider', cte)[0],
|
||||
c = s.getAttribute('data-config').split(',');
|
||||
new Swipe(s, {
|
||||
// Put custom options here
|
||||
'auto': parseInt(c[0]),
|
||||
'speed': parseInt(c[1]),
|
||||
'startSlide': parseInt(c[2]),
|
||||
'continuous': parseInt(c[3]),
|
||||
'menu': $('.slider-control', cte)[0]
|
||||
});
|
||||
});
|
||||
});
|
||||
})(jQuery);
|
||||
</script>
|
||||
|
||||
<script src="assets/jquery/colorbox/1.6.1/js/colorbox.min.js"></script>
|
||||
<script>
|
||||
(function($) {
|
||||
$(document).ready(function() {
|
||||
$('a[data-lightbox]').map(function() {
|
||||
$(this).colorbox({
|
||||
// Put custom options here
|
||||
loop: false,
|
||||
rel: $(this).attr('data-lightbox'),
|
||||
maxWidth: '95%',
|
||||
maxHeight: '95%'
|
||||
});
|
||||
});
|
||||
});
|
||||
})(jQuery);
|
||||
</script>
|
||||
|
||||
<script src="assets/jquery/mediaelement/2.21.2/js/mediaelement-and-player.min.js"></script>
|
||||
<script>
|
||||
(function($) {
|
||||
$(document).ready(function() {
|
||||
$('video,audio').filter(function() {
|
||||
return $(this).parents('picture').length === 0;
|
||||
}).mediaelementplayer({
|
||||
// Put custom options here
|
||||
pluginPath: '/assets/jquery/mediaelement/2.21.2/',
|
||||
flashName: 'legacy/flashmediaelement.swf',
|
||||
silverlightName: 'legacy/silverlightmediaelement.xap'
|
||||
});
|
||||
});
|
||||
})(jQuery);
|
||||
</script>
|
||||
|
||||
<script src="assets/mootools/mediabox/1.4.6/js/mediabox.js"></script>
|
||||
<script>
|
||||
(function($) {
|
||||
window.addEvent('domready', function() {
|
||||
$$('a[data-lightbox]').mediabox({
|
||||
// Put custom options here
|
||||
}, function(el) {
|
||||
return [el.href, el.title, el.getAttribute('data-lightbox')];
|
||||
}, function(el) {
|
||||
var data = this.getAttribute('data-lightbox').split(' ');
|
||||
return (this == el) || (data[0] && el.getAttribute('data-lightbox').match(data[0]));
|
||||
});
|
||||
$('mbImage').addEvent('swipe', function(e) {
|
||||
(e.direction == 'left') ? $('mbNextLink').fireEvent('click') : $('mbPrevLink').fireEvent('click');
|
||||
});
|
||||
});
|
||||
})(document.id);
|
||||
</script>
|
||||
|
||||
<script>setTimeout(function(){var e=function(e,t){try{var n=new XMLHttpRequest}catch(r){return}n.open("GET",e,!0),n.onreadystatechange=function(){this.readyState==4&&this.status==200&&typeof t=="function"&&t(this.responseText)},n.send()},t="system/cron/cron.";e(t+"txt",function(n){parseInt(n||0)<Math.round(+(new Date)/1e3)-86400&&e(t+"php")})},5e3);</script>
|
||||
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<div class="cookiebar cookiebar--position-top" role="complementary" aria-describedby="cookiebar-text" style="display:none;" data-cookiebar="COOKIEBAR_1">
|
||||
<div id="cookiebar-text" class="cookiebar__text" aria-live="assertive" role="alert">
|
||||
<span class="cookiebar__message">Wir verwenden Cookies, um Ihnen das beste Nutzererlebnis bieten zu können. Wenn Sie fortfahren, diese Seite zu verwenden, nehmen wir an, dass Sie damit einverstanden sind.</span>
|
||||
|
||||
<a href="https://www.vfl-sindelfingen.de/kontakt-hauptverein/datenschutz/" class="cookiebar__link" title="Mehr hierzu">Mehr hierzu</a>
|
||||
</div>
|
||||
|
||||
|
||||
<button class="cookiebar__button" data-cookiebar-accept>OK</button>
|
||||
</div>
|
||||
|
||||
<!-- indexer::continue -->
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,442 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="de">
|
||||
<head>
|
||||
|
||||
<meta charset="utf-8">
|
||||
<title>Jahr 2008: TBW-Trophy-Serie - Tanzsportclub im VfL Sindelfingen</title>
|
||||
<base href="https://tanzsportclub.vfl-sindelfingen.de/">
|
||||
|
||||
<meta name="robots" content="noindex,nofollow">
|
||||
<meta name="description" content="">
|
||||
<meta name="keywords" content="">
|
||||
<meta name="generator" content="Contao Open Source CMS">
|
||||
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1.0">
|
||||
<style>#left{width:210px;right:210px}#container{padding-left:210px}#footer{height:30px}</style>
|
||||
<link rel="stylesheet" href="assets/css/0eeb07bcdb48.css">
|
||||
<link type="application/rss+xml" rel="alternate" href="https://www.tanzsportclub.vfl-sindelfingen.de/share/nachrichten.xml" title="neue Nachricht">
|
||||
<script src="assets/js/0e3b88c98c5a.js"></script>
|
||||
|
||||
<!--[if lt IE 9]><script src="assets/html5shiv/3.7.2/html5shiv-printshiv.min.js"></script><![endif]-->
|
||||
|
||||
</head>
|
||||
<body id="top" class="unknown other ">
|
||||
|
||||
|
||||
<div id="wrapper">
|
||||
|
||||
<header id="header">
|
||||
<div class="inside">
|
||||
|
||||
<a href="https://tanzsportclub.vfl-sindelfingen.de/"><img id="logo" title="Home" src="files/tsc/img/share/logo.jpg" alt="zurück zur Startseite" /></a>
|
||||
<a href="https://www.vfl-sindelfingen.de/"><img id="logo_vfl" title="zum VfL Sindelfingen" src="files/tsc/img/share/logo_vfl.gif" alt="zur Seite des VfL Sindelfingen" /></a><div class="mod_rocksolid_slider block">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/slider-turnier.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/Banner-RENOTE.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/Fotobanner2.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/Banner-Show2016-k.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/Banner2019.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="assets/images/a/Paare_2019s-2f72735a.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<script>
|
||||
(function() {
|
||||
|
||||
var sliderElement = [].slice.call(document.getElementsByClassName('mod_rocksolid_slider'), -1 )[0];
|
||||
|
||||
if (window.jQuery && jQuery.fn.rstSlider) {
|
||||
init();
|
||||
}
|
||||
else {
|
||||
document.addEventListener('DOMContentLoaded', init);
|
||||
}
|
||||
|
||||
function init() {
|
||||
|
||||
var $ = jQuery;
|
||||
var slider = $(sliderElement);
|
||||
|
||||
slider.find('video[data-rsts-background], [data-rsts-type=video] video').each(function() {
|
||||
// Disable mejs for videos
|
||||
this.player = false;
|
||||
});
|
||||
|
||||
slider.rstSlider({"type":"fade-in-out","navType":"bullets","scaleMode":"fit","imagePosition":"center","random":true,"loop":true,"videoAutoplay":false,"autoplayProgress":false,"pauseAutoplayOnHover":true,"keyboard":true,"captions":false,"controls":false,"thumbControls":false,"combineNavItems":true,"duration":1500,"autoplay":6000,"visibleAreaAlign":0.5,"gapSize":"0%"});
|
||||
|
||||
// Fix missing lightbox links
|
||||
$(function() {
|
||||
|
||||
if (!$.fn.colorbox) {
|
||||
return;
|
||||
}
|
||||
|
||||
var lightboxConfig = {
|
||||
loop: false,
|
||||
rel: function() {
|
||||
return $(this).attr('data-lightbox');
|
||||
},
|
||||
maxWidth: '95%',
|
||||
maxHeight: '95%'
|
||||
};
|
||||
|
||||
|
||||
var update = function(links) {
|
||||
links.colorbox(lightboxConfig);
|
||||
};
|
||||
|
||||
slider.on('rsts-slidestart rsts-slidestop', function(event) {
|
||||
update(slider.find('a[data-lightbox]'));
|
||||
});
|
||||
|
||||
update(slider.find('a[data-lightbox]'));
|
||||
|
||||
});
|
||||
|
||||
}
|
||||
|
||||
})();
|
||||
</script>
|
||||
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<nav class="mod_navigation block" id="menu1">
|
||||
|
||||
|
||||
<a href="nachrichten-leser/jahr-2008-tbw-trophy-serie.html#skipNavigation116" class="invisible">Navigation überspringen</a>
|
||||
|
||||
|
||||
<ul class="level_1">
|
||||
<li class="trail first"><a href="startseite.html" title="Aktuell" class="trail first">Aktuell</a></li>
|
||||
<li><a href="der-club.html" title="Der Club">Der Club</a></li>
|
||||
<li><a href="angebote.html" title="Angebote">Angebote</a></li>
|
||||
<li class="last"><a href="info.html" title="Info/Kontakt" class="last">Info/Kontakt</a></li>
|
||||
</ul>
|
||||
|
||||
<a id="skipNavigation116" class="invisible"> </a>
|
||||
|
||||
</nav>
|
||||
<!-- indexer::continue -->
|
||||
|
||||
|
||||
<a class="he2" href="https://tanzsportclub.vfl-sindelfingen.de/nachrichten-leser/jahr-2008-tbw-trophy-serie.html#left" id="jump-to-nav">Menu </a> </div>
|
||||
</header>
|
||||
|
||||
|
||||
<div id="container">
|
||||
|
||||
<div id="main">
|
||||
<div class="inside">
|
||||
|
||||
<div class="mod_newsreader block">
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="layout_full block">
|
||||
|
||||
<h1>Jahr 2008: TBW-Trophy-Serie</h1>
|
||||
|
||||
<p class="info"><time datetime="2008-11-18T16:10:00+00:00">18.11.2008</time> </p>
|
||||
|
||||
|
||||
|
||||
<div class="ce_text block">
|
||||
|
||||
|
||||
|
||||
<p>Sowohl Regina und Henry Freude als auch Elena Posadino und Walter Gattler hatten sich ganz souverän für die Endveranstaltung der diesjährigen TBW-Trophy-Serie qualifiziert.</p>
|
||||
<p>Die Trophy-Serie setzt sich aus drei Turnierveranstaltungen mit je zwei Turnieren zusammen. Die Endveranstaltung erreichen nur die jeweils zwölf besten Paare aus den Qualifikationsturnieren. Die Sindelfinger Paare machten auch bei der Endveranstaltung ihrem Namen alle Ehre und erreichten ihre jeweiligen Endrunden.</p>
|
||||
<p>Regina und Henry Freude kamen hier auf den siebten Platz. Elena Posadino und Walter Gattler standen als Drittplatzierte mit auf dem Siegerpodest.</p>
|
||||
<p>18.11.2008 cr</p>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<p class="back"><a href="javascript:history.go(-1)" title="Zurück">Zurück</a></p>
|
||||
<!-- indexer::continue -->
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<aside id="left">
|
||||
<div class="inside">
|
||||
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<nav class="mod_navigation he2 block" id="menu2">
|
||||
|
||||
|
||||
<a href="nachrichten-leser/jahr-2008-tbw-trophy-serie.html#skipNavigation121" class="invisible">Navigation überspringen</a>
|
||||
|
||||
|
||||
<ul class="level_1">
|
||||
<li class="sibling first"><a href="termine.html" title="Termine" class="sibling first" rel="nofollow">Termine</a></li>
|
||||
<li class="sibling"><a href="turniermeldung.html" title="Turniermeldung" class="sibling" rel="nofollow">Turniermeldung</a></li>
|
||||
<li class="sibling last"><a href="pressestimmen.html" title="Pressestimmen" class="sibling last">Pressestimmen</a></li>
|
||||
</ul>
|
||||
|
||||
<a id="skipNavigation121" class="invisible"> </a>
|
||||
|
||||
</nav>
|
||||
<!-- indexer::continue -->
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<nav class="mod_navigation block" id="jump-to-nav1">
|
||||
|
||||
|
||||
<a href="nachrichten-leser/jahr-2008-tbw-trophy-serie.html#skipNavigation145" class="invisible">Navigation überspringen</a>
|
||||
|
||||
|
||||
<ul class="level_1">
|
||||
<li class="submenu trail first"><a href="startseite.html" title="Aktuell" class="submenu trail first" aria-haspopup="true">Aktuell</a>
|
||||
<ul class="level_2">
|
||||
<li class="sibling first"><a href="termine.html" title="Termine" class="sibling first" rel="nofollow">Termine</a></li>
|
||||
<li class="sibling"><a href="turniermeldung.html" title="Turniermeldung" class="sibling" rel="nofollow">Turniermeldung</a></li>
|
||||
<li class="sibling last"><a href="pressestimmen.html" title="Pressestimmen" class="sibling last">Pressestimmen</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="submenu"><a href="der-club.html" title="Der Club" class="submenu" aria-haspopup="true">Der Club</a>
|
||||
<ul class="level_2">
|
||||
<li class="first"><a href="vorstand.html" title="Vorstand" class="first">Vorstand</a></li>
|
||||
<li><a href="beitrag.html" title="Beitrag">Beitrag</a></li>
|
||||
<li><a href="trainer.html" title="Trainer">Trainer</a></li>
|
||||
<li><a href="trainingsraeume.html" title="Trainingsräume">Trainingsräume</a></li>
|
||||
<li class="last"><a href="impressum.html" title="Impressum" class="last">Impressum</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="submenu"><a href="angebote.html" title="Angebote" class="submenu" aria-haspopup="true">Angebote</a>
|
||||
<ul class="level_2">
|
||||
<li class="first"><a href="tanzkreise.html" title="Tanzkreise" class="first">Tanzkreise</a></li>
|
||||
<li><a href="breitensport.html" title="Breitensport">Breitensport</a></li>
|
||||
<li><a href="turniertanz.html" title="Turniertanz">Turniertanz</a></li>
|
||||
<li><a href="kindergruppen.html" title="Kinder/Jugend">Kinder/Jugend</a></li>
|
||||
<li><a href="dance-styles.html" title="Dance-Styles">Dance-Styles</a></li>
|
||||
<li><a href="discofox.html" title="Discofox">Discofox</a></li>
|
||||
<li class="last"><a href="trainingszeiten.html" title="Trainingszeiten" class="last">Trainingszeiten</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="submenu last"><a href="info.html" title="Info/Kontakt" class="submenu last" aria-haspopup="true">Info/Kontakt</a>
|
||||
<ul class="level_2">
|
||||
<li class="first"><a href="raumbelegung.html" title="Raumbelegung" class="first">Raumbelegung</a></li>
|
||||
<li><a href="turniersport.html" title="Turniersport">Turniersport</a></li>
|
||||
<li><a href="linkliste.html" title="Linkliste">Linkliste</a></li>
|
||||
<li class="last"><a href="sitemap.html" title="Sitemap" class="last">Sitemap</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<a id="skipNavigation145" class="invisible"> </a>
|
||||
|
||||
</nav>
|
||||
<!-- indexer::continue -->
|
||||
</div>
|
||||
</aside>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<footer id="footer">
|
||||
<div class="inside">
|
||||
|
||||
<div id="footer_innen">
|
||||
<div id="footer_inhalt_links">TSC im VfL Sindelfingen</div>
|
||||
<div id="metanavi">
|
||||
<ul>
|
||||
<li><a href="info.html">Kontakt</a></li>
|
||||
<li><a href="sitemap.html">Sitemap</a></li>
|
||||
<li><a href="impressum.html">Impressum & Datenschutz</a></li>
|
||||
<li><a href="https://www.facebook.com/pages/Tanzsportclub-im-VfL-Sindelfingen/140842382700982" class="facebook"></a></li>
|
||||
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</div> </div>
|
||||
</footer>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<script src="assets/swipe/2.0/js/swipe.min.js"></script>
|
||||
<script>
|
||||
(function($) {
|
||||
$(document).ready(function() {
|
||||
$('.ce_sliderStart').each(function(i, cte) {
|
||||
var s = $('.content-slider', cte)[0],
|
||||
c = s.getAttribute('data-config').split(',');
|
||||
new Swipe(s, {
|
||||
// Put custom options here
|
||||
'auto': parseInt(c[0]),
|
||||
'speed': parseInt(c[1]),
|
||||
'startSlide': parseInt(c[2]),
|
||||
'continuous': parseInt(c[3]),
|
||||
'menu': $('.slider-control', cte)[0]
|
||||
});
|
||||
});
|
||||
});
|
||||
})(jQuery);
|
||||
</script>
|
||||
|
||||
<script src="assets/jquery/colorbox/1.6.1/js/colorbox.min.js"></script>
|
||||
<script>
|
||||
(function($) {
|
||||
$(document).ready(function() {
|
||||
$('a[data-lightbox]').map(function() {
|
||||
$(this).colorbox({
|
||||
// Put custom options here
|
||||
loop: false,
|
||||
rel: $(this).attr('data-lightbox'),
|
||||
maxWidth: '95%',
|
||||
maxHeight: '95%'
|
||||
});
|
||||
});
|
||||
});
|
||||
})(jQuery);
|
||||
</script>
|
||||
|
||||
<script src="assets/jquery/mediaelement/2.21.2/js/mediaelement-and-player.min.js"></script>
|
||||
<script>
|
||||
(function($) {
|
||||
$(document).ready(function() {
|
||||
$('video,audio').filter(function() {
|
||||
return $(this).parents('picture').length === 0;
|
||||
}).mediaelementplayer({
|
||||
// Put custom options here
|
||||
pluginPath: '/assets/jquery/mediaelement/2.21.2/',
|
||||
flashName: 'legacy/flashmediaelement.swf',
|
||||
silverlightName: 'legacy/silverlightmediaelement.xap'
|
||||
});
|
||||
});
|
||||
})(jQuery);
|
||||
</script>
|
||||
|
||||
<script src="assets/mootools/mediabox/1.4.6/js/mediabox.js"></script>
|
||||
<script>
|
||||
(function($) {
|
||||
window.addEvent('domready', function() {
|
||||
$$('a[data-lightbox]').mediabox({
|
||||
// Put custom options here
|
||||
}, function(el) {
|
||||
return [el.href, el.title, el.getAttribute('data-lightbox')];
|
||||
}, function(el) {
|
||||
var data = this.getAttribute('data-lightbox').split(' ');
|
||||
return (this == el) || (data[0] && el.getAttribute('data-lightbox').match(data[0]));
|
||||
});
|
||||
$('mbImage').addEvent('swipe', function(e) {
|
||||
(e.direction == 'left') ? $('mbNextLink').fireEvent('click') : $('mbPrevLink').fireEvent('click');
|
||||
});
|
||||
});
|
||||
})(document.id);
|
||||
</script>
|
||||
|
||||
<script>setTimeout(function(){var e=function(e,t){try{var n=new XMLHttpRequest}catch(r){return}n.open("GET",e,!0),n.onreadystatechange=function(){this.readyState==4&&this.status==200&&typeof t=="function"&&t(this.responseText)},n.send()},t="system/cron/cron.";e(t+"txt",function(n){parseInt(n||0)<Math.round(+(new Date)/1e3)-86400&&e(t+"php")})},5e3);</script>
|
||||
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<div class="cookiebar cookiebar--position-top" role="complementary" aria-describedby="cookiebar-text" style="display:none;" data-cookiebar="COOKIEBAR_1">
|
||||
<div id="cookiebar-text" class="cookiebar__text" aria-live="assertive" role="alert">
|
||||
<span class="cookiebar__message">Wir verwenden Cookies, um Ihnen das beste Nutzererlebnis bieten zu können. Wenn Sie fortfahren, diese Seite zu verwenden, nehmen wir an, dass Sie damit einverstanden sind.</span>
|
||||
|
||||
<a href="https://www.vfl-sindelfingen.de/kontakt-hauptverein/datenschutz/" class="cookiebar__link" title="Mehr hierzu">Mehr hierzu</a>
|
||||
</div>
|
||||
|
||||
|
||||
<button class="cookiebar__button" data-cookiebar-accept>OK</button>
|
||||
</div>
|
||||
|
||||
<!-- indexer::continue -->
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user