CINXE.COM
UEFA Futsal-EM - Portugal – UEFA.com
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html lang="de" xmlns:og="http://opengraphprotocol.org/schema/" xmlns:fb="http://www.facebook.com/2008/fbml"><head><script type="text/javascript" src="/_static/js/bundle-playback.js?v=HxkREWBo" charset="utf-8"></script> <script type="text/javascript" src="/_static/js/wombat.js?v=txqj7nKC" charset="utf-8"></script> <script>window.RufflePlayer=window.RufflePlayer||{};window.RufflePlayer.config={"autoplay":"on","unmuteOverlay":"hidden"};</script> <script type="text/javascript" src="/_static/js/ruffle/ruffle.js"></script> <script type="text/javascript"> __wm.init("https://web.archive.org/web"); __wm.wombat("http://de.uefa.com:80/futsaleuro/season=2012/teams/team=700110/index.html","20120206153528","https://web.archive.org/","web","/_static/", "1328542528"); </script> <link rel="stylesheet" type="text/css" href="/_static/css/banner-styles.css?v=S1zqJCYt" /> <link rel="stylesheet" type="text/css" href="/_static/css/iconochive.css?v=3PDvdIFv" /> <!-- End Wayback Rewrite JS Include --> <title>UEFA Futsal-EM - Portugal – UEFA.com</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"/><meta name="description" content="Europas Fußball-Website - uefa.com - ist die offizielle Website der UEFA (Europäische Fußball-Union), dem Dachverband des Fußballs in Europa. Die UEFA organisiert einige der berühmtesten and prestigeträchtigsten Fußball-Wettbewerbe auf dem europäischen Kontinent, wie etwa die UEFA Champions League, den UEFA-Pokal und die UEFA-Europameisterschaften (UEFA EURO 2008, UEFA EURO 2012, etc.). Auf der Website findet man Video-Streams von vielen UEFA-Wettbewerben, ein großes Video-Archiv und Dienste für Mobiltelefone. Außerdem wird über 53 Ligen der nationalen Verbände berichtet, die Regularien der UEFA-Wettbewerbe werden erklärt und im Bereich UEFA-Organisation findet man Hintergründe zu den unternehmerischen Tätigkeiten der UEFA. Außerdem gibt es Trainingstipps von den "/><meta name="keywords" content="UEFA,Europäische Fußball-Union,Union of European Football Associations,Union Européenne de Football Association,Europa,Fußball,Fussball,Calcio,Football,Soccer,Fútbol,Futebol,UEFA Champions League,Champions League,UEFA Cup, EURO 2008, EURO 2012,EM, EM 2008, European Championship,FIFA,FIFA Weltmeisterschaft,Weltmeisterschaft,Michel Platini,MatchCentre,Match Centre,Football Europe,Fantasy Football,Fanzone,Magazin,Live Video,Replay,Vodcast,Mobile,Stadion,Training, Trainingsplatz,Schiedsrichter,Spieler,Trainer"/><meta name="author" content="uefa.com"/><link rel="canonical" href="https://web.archive.org/web/20120206153528/http://de.uefa.com/futsaleuro/season=2012/teams/team=700110/index.html"/><link rel="image_src" href="https://web.archive.org/web/20120206153528im_/http://img.uefa.com/imgml/icons/social/og/uefacom.jpg"> </link><link type="text/css" title="standard" rel="stylesheet" media="screen" href="/web/20120206153528cs_/http://de.uefa.com/inc/css/main.css?20120202122030"/><link type="text/css" title="standard" rel="stylesheet" media="print" href="/web/20120206153528cs_/http://de.uefa.com/inc/css/print.css?20111019091843"/><link type="text/css" title="standard" rel="stylesheet" media="screen" href="/web/20120206153528cs_/http://de.uefa.com/inc/css/competitions/futsaleuro/main.css?20120127174242"/><link type="text/css" title="standard" rel="stylesheet" media="screen" href="/web/20120206153528cs_/http://de.uefa.com/inc/css/sections/profile.css?20111121140935"/><script type="text/javascript" src="/web/20120206153528js_/http://de.uefa.com/inc/js/main.js?20111220112324"> </script><script type="text/javascript" src="/web/20120206153528js_/http://de.uefa.com/inc/js/matches/live.js?20120119172113"> </script><script type="text/javascript" src="/web/20120206153528js_/http://de.uefa.com/inc/js/elements/slider.js?20110503094520"> </script> <link rel="shortcut icon" href="/web/20120206153528im_/http://de.uefa.com/imgml/favicon/comp/futsal.ico"/></head><body id="futsaleuro" class="season_2012 teams langD"><script type="text/javascript"><!-- SCW.Initialize();SCW.AllowedJSContent = new Array();SCW.ContentProperties = {"subsec1":"teams","type":"overview","subsec3":"futsaleuro","sec":"futsal","comp":"futsal","subsec2":"team portugal","lang":"DE"};SCW.Events = new Array();SCW.EVars = {};SCW.Props = {"14":"2011-12","19":"portugal","13":"futsal","23":"portugal","43":"web","22":"por"};SCW.CustomSocialNetwork = {"hp":"uefacom hp","valfb":"portugal"};SCW.CustomValues = {};//--></script><div id="fb-root"> </div><div class="d3cmsMaster"><div class="d3cmsHeader"><!--googleoff: all--><script type="text/javascript"> var _MSGDETECTALERT ='Nicht noch einmal fragen?'; function setCookie(name, value, expires, path, domain, secure) { var today = new Date(); today.setTime(today.getTime()); if (expires) { expires = expires * 1000 * 60 * 60 * 24; }; var expires_date = new Date(today.getTime() + (expires)); var d = (domain !== undefined && domain != null && domain != '') ? ";domain=" + domain : ((cookieDomain !== undefined && cookieDomain != null && cookieDomain != '') ? ";domain=" + cookieDomain : ""); document.cookie = name + "=" + escape(value) + ((expires) ? ";expires=" + expires_date.toGMTString() : "") + ((path) ? ";path=" + path : ";path=" + "/") + d + ((secure) ? ";secure" : ""); //alert(name + "=" + escape(value) + ((expires) ? ";expires=" + expires_date.toGMTString() : "") + ((path) ? ";path=" + path : ";path=" + "/") + d + ((secure) ? ";secure" : "")); }; function getCookie(name) { var cookie = document.cookie.match(new RegExp('(^|;)\\s*' + escape(name) + '=([^;\\s]*)')); return (cookie ? unescape(cookie[2]) : null); }; function getIEVersionNumber() { var ua = navigator.userAgent; var MSIEOffset = ua.indexOf("MSIE "); if (MSIEOffset == -1) { return 1000; } else { return parseFloat(ua.substring(MSIEOffset + 5, ua.indexOf(";", MSIEOffset))); }; } var isIE5Min = getIEVersionNumber() < 6; if ((isIE5Min) && (location.pathname != '/redirect/ie55/index.html')) location.href = '/redirect/ie55/index.html'; var _DOMAIN =''; if (location.host=='localhost') _DOMAIN = 'localhost'; </script><!--googleoff: snippet--><div class="masterNav"><p class="uefacomLogo"><a title="UEFA.com" href="https://web.archive.org/web/20120206153528/http://de.uefa.com/index.html" onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Header'});"><img src="https://web.archive.org/web/20120206153528im_/http://de.uefa.com/imgml/template/uefacomLogo.png" width="142" height="25" alt="UEFA.com"/></a></p><a title="Die offizielle Website des europäischen Fußballs" class="uefacomBlurb" href="https://web.archive.org/web/20120206153528/http://de.uefa.com/index.html" onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Header'});"><img src="https://web.archive.org/web/20120206153528im_/http://de.uefa.com/img/template/HeaderString.png" width="254" height="12" alt="Die offizielle Website des europäischen Fußballs"/></a><div class="accessible"><noscript><style type="text/css"> .masterNav .accessible{ height: auto !important; left: 25px !important; top: 30px !important; width: auto !important; } .masterNav .accessible a { color: #2A4982; font-weight: bold; } </style></noscript><a href="https://web.archive.org/web/20120206153528/http://ac.uefa.com/de/">Zugängliche Version</a></div><div class="beta"> </div><div class="headerLinks"><div id="myuefacomH"> </div><div id="registerH"><a href="/web/20120206153528/http://de.uefa.com/community/registration/index.html" onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Header'});">Registrierung</a> </div><div id="loginH"><a href="/web/20120206153528/http://de.uefa.com/community/login/index.html">Login</a> </div><div id="logoutH" style="display:none"><a id="logoutHL" href="/web/20120206153528/http://de.uefa.com/community/logout/index.html">Logout</a> </div><div id="loggedH" style="display:none"><span id="loggedUserSpan"> </span></div></div><div id="searchHeader"><form id="headerSearch" action="https://web.archive.org/web/20120206153528/http://de.uefa.com/search/index.html"><div id="sL"> </div><div id="sC"><input type="text" name="q" id="hse" value="Suche"/></div><div class="seLoad"><div> </div></div><div id="sR"><input type="submit" value=""/></div><div class="hide"><div id="seMoreRes">Weitere Resultate</div><div class="seVal" id="seVal">suche</div></div></form></div> </div><!--googleon: snippet--> <!--googleoff:snippet--><div id="menuLevel0"><ul><li id="ml0_nc"><a href="/web/20120206153528/http://de.uefa.com/news/index.html" onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Header'});">Newscenter</a></li><li id="ml0_vc"><a href="/web/20120206153528/http://de.uefa.com/video/index.html" onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Header'});">Videocenter</a></li><li id="ml0_ls"><a href="/web/20120206153528/http://de.uefa.com/livescores/index.html" onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Header'});">Live-Ergebnisse</a></li><li id="ml0_tp"><a href="/web/20120206153528/http://de.uefa.com/teamsandplayers/index.html" onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Header'});">Teams und Spieler</a></li><li id="ml0_cg"><a href="/web/20120206153528/http://de.uefa.com/community/index.html" onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Header'});">Community und Spiele</a></li><li id="ml0_mc"><a href="/web/20120206153528/http://de.uefa.com/mobile/index.html" onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Header'});">Mobilcenter</a></li><li id="ml0_st"><a href="/web/20120206153528/http://de.uefa.com/store/index.html" onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Header'});">Shop</a></li></ul></div><!--googleon:snippet--> <!--googleoff:snippet--><div id="menuLevel1"><ul><li id="ml1_au" class=""><a href="/web/20120206153528/http://de.uefa.com/uefa/index.html" onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Header'});">Über die UEFA</a></li><li id="ml1_ma" class=""><a href="/web/20120206153528/http://de.uefa.com/memberassociations/index.html" onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Header'});">Mitgliedsverbände</a></li><li id="ml1_wf" class=""><a href="/web/20120206153528/http://de.uefa.com/women/index.html" onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Header'});">Frauenfußball-Entwicklung</a></li><li id="ml1_tg" class=""><a href="/web/20120206153528/http://de.uefa.com/trainingground/index.html" onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Header'});">UEFA Training Ground</a></li><li id="ml1_cl" class=""><a href="/web/20120206153528/http://de.uefa.com/uefachampionsleague/index.html" onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Header'});">UEFA Champions League</a></li><li id="ml1_el" class=""><a href="/web/20120206153528/http://de.uefa.com/uefaeuropaleague/index.html" onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Header'});">UEFA Europa League</a></li><li id="ml1_eu" class=""><a href="/web/20120206153528/http://de.uefa.com/uefaeuro/index.html" onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Header'});">UEFA EURO</a></li><li id="ml1_fe" class="current"><a href="/web/20120206153528/http://de.uefa.com/futsaleuro/index.html" onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Header'});">UEFA-Futsal-EM</a></li><li id="ml1_ac" class="fadeThis "><a href="#">Alle Wettbewerbe</a><div id="ml1_ac_items" class="hover"><div id="ml1_ac_top"> </div><div id="ml1_ac_content"><div id="ml1_ac_lside"><div class="ml1_ac_box_top"> </div><div><span>- Vereine -</span><ul><li><a href="/web/20120206153528/http://de.uefa.com/uefachampionsleague/index.html" onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Header'});">UEFA Champions League</a></li><li><a href="/web/20120206153528/http://de.uefa.com/uefaeuropaleague/index.html" onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Header'});">UEFA Europa League</a></li><li><a href="/web/20120206153528/http://de.uefa.com/uefasupercup/index.html" onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Header'});">UEFA-Superpokal</a></li></ul></div><div class="ml1_ac_box_bottom"> </div><div class="ml1_ac_box_top"> </div><div><span>- Verbände -</span><ul><li><a href="/web/20120206153528/http://de.uefa.com/uefaeuro/index.html" onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Header'});">UEFA EURO</a></li><li><a href="/web/20120206153528/http://de.uefa.com/uefaeuro/abouteuro/uefaeuro2016/index.html" onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Header'});">UEFA EURO 2016</a></li><li><a href="/web/20120206153528/http://de.uefa.com/worldcup/index.html" onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Header'});">FIFA-Weltpokal</a></li><li><a href="/web/20120206153528/http://de.uefa.com/under21/index.html" onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Header'});">UEFA U21-EM</a></li></ul></div><div class="ml1_ac_box_bottom"> </div></div><div id="ml1_ac_rside"><div class="ml1_ac_box_top"> </div><div><span>- Junioren & Amateure -</span><ul><li><a href="/web/20120206153528/http://de.uefa.com/under19/index.html" onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Header'});">UEFA U19-EM</a></li><li><a href="/web/20120206153528/http://de.uefa.com/under17/index.html" onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Header'});">UEFA U17-EM</a></li><li><a href="/web/20120206153528/http://de.uefa.com/regionscup/index.html" onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Header'});">Regionen-Pokal</a></li></ul></div><div class="ml1_ac_box_bottom"> </div><div class="ml1_ac_box_top"> </div><div><span><a onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Header'});" href="/web/20120206153528/http://de.uefa.com/women/index.html">- Frauen -</a></span><ul><li><a href="/web/20120206153528/http://de.uefa.com/womenseuro/index.html" onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Header'});">UEFA Women's EURO</a></li><li><a href="/web/20120206153528/http://de.uefa.com/womensworldcup/index.html" onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Header'});">Frauen-Fußball-WM</a></li><li><a href="/web/20120206153528/http://de.uefa.com/womenschampionsleague/index.html" onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Header'});">UEFA Women's Champions League</a></li><li><a href="/web/20120206153528/http://de.uefa.com/womensunder19/index.html" onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Header'});">UEFA U19-EM Frauen</a></li><li><a href="/web/20120206153528/http://de.uefa.com/womensunder17/index.html" onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Header'});">UEFA U17-EM Frauen</a></li></ul></div><div class="ml1_ac_box_bottom"> </div><div class="ml1_ac_box_top"> </div><div><span><a onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Header'});" href="/web/20120206153528/http://de.uefa.com/futsal/index.html">- Futsal -</a></span><ul><li><a href="/web/20120206153528/http://de.uefa.com/futsaleuro/index.html" onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Header'});">UEFA-Futsal-EM</a></li><li><a href="/web/20120206153528/http://de.uefa.com/futsalworldcup/index.html" onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Header'});">FIFA Futsal-WM</a></li><li><a href="/web/20120206153528/http://de.uefa.com/futsalcup/index.html" onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Header'});">UEFA-Futsal-Pokal</a></li></ul></div><div class="ml1_ac_box_bottom"> </div></div></div><div id="ml1_ac_bottom"> </div></div></li></ul></div><!--googleon:snippet--> </div><div class="d3cmsBCtop"><!--googleoff:snippet--><div class="bcMenu"><ol class="fl bcLinks"><li> <a title="UEFA.com" class="bcLink" href="/web/20120206153528/http://de.uefa.com/index.html">UEFA.com</a></li><li> > <a title="UEFA Futsal-EM" class="bcLink" href="/web/20120206153528/http://de.uefa.com/futsaleuro/index.html">UEFA Futsal-EM</a></li><li> > <a title="2012" class="bcLink" href="/web/20120206153528/http://de.uefa.com/futsaleuro/season=2012/index.html">2012</a></li><li> > <a title="Teams" class="bcLink" href="/web/20120206153528/http://de.uefa.com/futsaleuro/season=2012/teams/index.html">Teams</a></li><li> > <a title="Portugal" class="bcLink" href="/web/20120206153528/http://de.uefa.com/futsaleuro/season=2012/teams/team=700110/index.html">Portugal</a></li></ol><span class="closer fl"> </span><div class="feedBack fr"><a href="/web/20120206153528/http://de.uefa.com/community/feedback/index.html">Feedback schicken</a></div></div><!--googleon:snippet--> </div><div class="d3cmsContent"><div class="d3cmsCHeader"><!--googleoff:snippet--><div id="menuLevel2"><a class="logolink" title="UEFA Futsal EURO" href="/web/20120206153528/http://de.uefa.com/futsaleuro/index.html">UEFA Futsal EURO</a><ul><li id="ml2_ne" class=" "><a href="/web/20120206153528/http://de.uefa.com/futsaleuro/news/index.html"><span>News</span></a></li><li id="ml2_vi" class=" "><a href="/web/20120206153528/http://de.uefa.com/futsaleuro/video/index.html"><span>Videos</span></a></li><li id="ml2_ph" class=" "><a href="/web/20120206153528/http://de.uefa.com/futsaleuro/photos/index.html"><span>Fotos</span></a></li><li id="ml2_ma" class=" "><a href="/web/20120206153528/http://de.uefa.com/futsaleuro/season=2012/matches/index.html"><span>Spiele</span></a></li><li id="ml2_sd" class=" "><a href="/web/20120206153528/http://de.uefa.com/futsaleuro/season=2012/standings/index.html"><span>Tabellen</span></a></li><li id="ml2_te" class=" current"><a href="/web/20120206153528/http://de.uefa.com/futsaleuro/season=2012/teams/index.html"><span>Teams</span></a></li><li id="ml2_st" class=" "><a href="/web/20120206153528/http://de.uefa.com/futsaleuro/season=2012/statistics/index.html"><span>Statistiken</span></a></li><li id="ml2_dr" class=" "><a href="/web/20120206153528/http://de.uefa.com/futsaleuro/season=2012/draws/index.html"><span>Auslosung</span></a></li><li id="ml2_final" class=" "><a href="/web/20120206153528/http://de.uefa.com/futsaleuro/season=2012/finals/index.html"><span>Endspiel</span></a></li><li id="ml2_format" class=" "><a href="/web/20120206153528/http://de.uefa.com/futsaleuro/season=2012/competitionformat/index.html"><span>Modus</span></a></li><li id="ml2_ti" class=" "><a href="/web/20120206153528/http://de.uefa.com/futsaleuro/ticketing/index.html"><span>Tickets</span></a></li><li id="ml2_hi" class=" "><a href="/web/20120206153528/http://de.uefa.com/futsaleuro/history/index.html"><span>Geschichte</span></a></li></ul><a href="/web/20120206153528/http://de.uefa.com/futsaleuro/season=2012/finals/index.html" title=" - Endspiel" class="finalDeepLink"> - Endspiel</a></div><!--googleon:snippet--><div class="d3cmsTopContent"><div class="row "><div class="row HeaderInfo"><div class="grid_6 "><div id="TeamClubHeader" class="HeaderProfile"><div class="HeaderLogo"><a href="/web/20120206153528/http://de.uefa.com/futsaleuro/season=2012/teams/team=700110/index.html"><img height="70" width="70" alt="Portugal" title="Portugal" src="https://web.archive.org/web/20120206153528im_/http://img.uefa.com/imgml/MA/logos/70x70/110.png"/></a></div><div class="HeaderDetails"><div><h1 class="bigTitle"><a href="/web/20120206153528/http://de.uefa.com/futsaleuro/season=2012/teams/team=700110/index.html">Portugal</a> - Futsal <a href="/web/20120206153528/http://de.uefa.com/memberassociations/association=por/index.html"><img height="18" width="18" alt="Portugal" title="Portugal" src="https://web.archive.org/web/20120206153528im_/http://img.uefa.com/imgml/flags/18x18/POR.png"/></a> </h1></div><div><h3>Wettbewerbsstatus: Aktiv</h3></div></div></div> </div><div class="grid_2 "><div class="kitsPlain clearfix" id="kits"><ul class="clearfix"><li id="kitsB1"><img height="105" width="80" alt="POR" title="POR" src="https://web.archive.org/web/20120206153528im_/http://img.uefa.com/imgml/TP/teams/kits/80x105/POR_1.png"/></li><li id="kitsB2"><img height="105" width="80" alt="POR" title="POR" src="https://web.archive.org/web/20120206153528im_/http://img.uefa.com/imgml/TP/teams/kits/80x105/POR_2.png"/></li></ul></div> </div><div class="grid_3 "><div class="jboxdiv scroll_1 animation_slow alsoPlaying " id="alsoPlay"><div class="jc-next"> </div><div class="jc-clip"><ul class="jc-list"><li id="also_cup38"><a href="/web/20120206153528/http://de.uefa.com/futsalworldcup/season=2012/teams/team=700110/index.html"><span class="alsoP">Spielt in:</span><span class="alsoPcup">Futsal-WM</span><span class="alsoPyear">2011/2012</span><span class="alsoPstatus">Status: Aktiv</span></a></li></ul></div></div> </div> </div> </div><div class="row "><!--googleoff:snippet--><div class="grid_12"><div id="menuLevel3"><ul class="menu clearfix"><li id="ml3_pr" class=""><a href="/web/20120206153528/http://de.uefa.com/futsaleuro/season=2012/teams/team=700110/profile/index.html"><span>Profil</span></a></li><li id="ml3_comp" class=" last current "><a href="/web/20120206153528/http://de.uefa.com/futsaleuro/season=2012/teams/team=700110/index.html"><span>UEFA Futsal-EM</span></a></li></ul> </div><div class="subtabs sub"><ul class="submenu"><li id="ml3_ov" class="current"><a href="/web/20120206153528/http://de.uefa.com/futsaleuro/season=2012/teams/team=700110/index.html"><span>Übersicht</span></a></li><li id="ml3_ne"><a href="/web/20120206153528/http://de.uefa.com/futsaleuro/season=2012/teams/team=700110/news/index.html"><span>News</span></a></li><li id="ml3_ph"><a href="/web/20120206153528/http://de.uefa.com/futsaleuro/season=2012/teams/team=700110/photos/index.html"><span>Fotos</span></a></li><li id="ml3_ma"><a href="/web/20120206153528/http://de.uefa.com/futsaleuro/season=2012/teams/team=700110/matches/index.html"><span>Spiele</span></a></li><li id="ml3_st"><a href="/web/20120206153528/http://de.uefa.com/futsaleuro/season=2012/statistics/index.html"><span>Statistiken »</span></a></li><li id="ml3_sq"><a href="/web/20120206153528/http://de.uefa.com/futsaleuro/season=2012/teams/team=700110/squad/index.html"><span>Mannschaft</span></a></li><li id="ml3_tp" class="last"><a href="/web/20120206153528/http://de.uefa.com/futsaleuro/season=2012/teams/team=700110/teampreview/index.html"><span>Informationen zum Team</span></a></li></ul></div></div><!--googleon:snippet--> </div></div> </div><div class="d3cmsCBody"><div class="row "><div class="row "><div class="grid_12 "><div class="box "><div class="bH"><h2>Mannschaft </h2></div><div class="bC playerBrowser"><div class="scroll-pane ui-widget ui-widget-header ui-corner-all"><div class="scroll-content"><div class="goalkeeper scroll-content-item ui-widget-header"><a href="/web/20120206153528/http://de.uefa.com/futsaleuro/season=2012/teams/player=58563/index.html" title="João Benedito" class="fl"><div class="people-image"><img height="75" width="75" alt="João Benedito" title="João Benedito" src="https://web.archive.org/web/20120206153528im_/http://img.uefa.com/imgml/TP/players/5/2012/75x75/58563.jpg"/></div><span class="pName">João Benedito</span></a></div><div class="goalkeeper scroll-content-item ui-widget-header"><a href="/web/20120206153528/http://de.uefa.com/futsaleuro/season=2012/teams/player=97054/index.html" title="Bébé" class="fl"><div class="people-image"><img height="75" width="75" alt="Bébé" title="Bébé" src="https://web.archive.org/web/20120206153528im_/http://img.uefa.com/imgml/TP/players/5/2012/75x75/97054.jpg"/></div><span class="pName">Bébé</span></a></div><div class="goalkeeper scroll-content-item ui-widget-header"><a href="/web/20120206153528/http://de.uefa.com/futsaleuro/season=2012/teams/player=250015469/index.html" title="André Sousa" class="fl"><div class="people-image"><img height="75" width="75" alt="André Sousa" title="André Sousa" src="https://web.archive.org/web/20120206153528im_/http://img.uefa.com/imgml/TP/players/5/2012/75x75/250015469.jpg"/></div><span class="pName">André Sousa</span></a></div><div class="defender scroll-content-item ui-widget-header firstitem"><a href="/web/20120206153528/http://de.uefa.com/futsaleuro/season=2012/teams/player=250015470/index.html" title="Paulinho" class="fl"><div class="people-image"><img height="75" width="75" alt="Paulinho" title="Paulinho" src="https://web.archive.org/web/20120206153528im_/http://img.uefa.com/imgml/TP/players/5/2012/75x75/250015470.jpg"/></div><span class="pName">Paulinho</span></a></div><div class="defender scroll-content-item ui-widget-header"><a href="/web/20120206153528/http://de.uefa.com/futsaleuro/season=2012/teams/player=1907868/index.html" title="Pedro Cary" class="fl"><div class="people-image"><img height="75" width="75" alt="Pedro Cary" title="Pedro Cary" src="https://web.archive.org/web/20120206153528im_/http://img.uefa.com/imgml/TP/players/5/2012/75x75/1907868.jpg"/></div><span class="pName">Pedro Cary</span></a></div><div class="defender scroll-content-item ui-widget-header"><a href="/web/20120206153528/http://de.uefa.com/futsaleuro/season=2012/teams/player=1909581/index.html" title="Cardinal" class="fl"><div class="people-image"><img height="75" width="75" alt="Cardinal" title="Cardinal" src="https://web.archive.org/web/20120206153528im_/http://img.uefa.com/imgml/TP/players/5/2012/75x75/1909581.jpg"/></div><span class="pName">Cardinal</span></a></div><div class="defender scroll-content-item ui-widget-header"><a href="/web/20120206153528/http://de.uefa.com/futsaleuro/season=2012/teams/player=48058/index.html" title="Gonçalo" class="fl"><div class="people-image"><img height="75" width="75" alt="Gonçalo" title="Gonçalo" src="https://web.archive.org/web/20120206153528im_/http://img.uefa.com/imgml/TP/players/5/2012/75x75/48058.jpg"/></div><span class="pName">Gonçalo</span></a></div><div class="defender scroll-content-item ui-widget-header"><a href="/web/20120206153528/http://de.uefa.com/futsaleuro/season=2012/teams/player=97078/index.html" title="João Matos" class="fl"><div class="people-image"><img height="75" width="75" alt="João Matos" title="João Matos" src="https://web.archive.org/web/20120206153528im_/http://img.uefa.com/imgml/TP/players/5/2012/75x75/97078.jpg"/></div><span class="pName">João Matos</span></a></div><div class="forward scroll-content-item ui-widget-header firstitem"><a href="/web/20120206153528/http://de.uefa.com/futsaleuro/season=2012/teams/player=250026649/index.html" title="Ricardo" class="fl"><div class="people-image"><img height="75" width="75" alt="Ricardo" title="Ricardo" src="https://web.archive.org/web/20120206153528im_/http://img.uefa.com/imgml/TP/players/5/2012/75x75/250026649.jpg"/></div><span class="pName">Ricardo</span></a></div><div class="forward scroll-content-item ui-widget-header"><a href="/web/20120206153528/http://de.uefa.com/futsaleuro/season=2012/teams/player=67910/index.html" title="Joel Queirós" class="fl"><div class="people-image"><img height="75" width="75" alt="Joel Queirós" title="Joel Queirós" src="https://web.archive.org/web/20120206153528im_/http://img.uefa.com/imgml/TP/players/5/2012/75x75/67910.jpg"/></div><span class="pName">Joel Queirós</span></a></div><div class="forward scroll-content-item ui-widget-header"><a href="/web/20120206153528/http://de.uefa.com/futsaleuro/season=2012/teams/player=53286/index.html" title="Arnaldo Pereira" class="fl"><div class="people-image"><img height="75" width="75" alt="Arnaldo Pereira" title="Arnaldo Pereira" src="https://web.archive.org/web/20120206153528im_/http://img.uefa.com/imgml/TP/players/5/2012/75x75/53286.jpg"/></div><span class="pName">Arnaldo Pereira</span></a></div><div class="forward scroll-content-item ui-widget-header"><a href="/web/20120206153528/http://de.uefa.com/futsaleuro/season=2012/teams/player=250026647/index.html" title="Bruno Coelho" class="fl"><div class="people-image"><img height="75" width="75" alt="Bruno Coelho" title="Bruno Coelho" src="https://web.archive.org/web/20120206153528im_/http://img.uefa.com/imgml/TP/players/5/2012/75x75/250026647.jpg"/></div><span class="pName">Bruno Coelho</span></a></div><div class="forward scroll-content-item ui-widget-header"><a href="/web/20120206153528/http://de.uefa.com/futsaleuro/season=2012/teams/player=73708/index.html" title="Ricardinho" class="fl"><div class="people-image"><img height="75" width="75" alt="Ricardinho" title="Ricardinho" src="https://web.archive.org/web/20120206153528im_/http://img.uefa.com/imgml/TP/players/5/2012/75x75/73708.jpg"/></div><span class="pName">Ricardinho</span></a></div><div class="forward scroll-content-item ui-widget-header"><a href="/web/20120206153528/http://de.uefa.com/futsaleuro/season=2012/teams/player=250006976/index.html" title="Marinho" class="fl"><div class="people-image"><img height="75" width="75" alt="Marinho" title="Marinho" src="https://web.archive.org/web/20120206153528im_/http://img.uefa.com/imgml/TP/players/5/2012/75x75/250006976.jpg"/></div><span class="pName">Marinho</span></a></div><div class="scroll-content-item ui-widget-header coach firstitem"><a title="Jorge Braz" class="fl"><div class="people-image"><img height="75" width="75" alt="Jorge Braz" title="Jorge Braz" src="https://web.archive.org/web/20120206153528im_/http://img.uefa.com/imgml/TP/players/5/2012/75x75/1872899.jpg"/> </div><span class="pName">Jorge Braz</span></a></div></div><div class="scroll-bar-container"><div class="scroll-bar-wrap ui-widget-content ui-corner-bottom"><div class="scroll-bar"><span class="slider-lb slider-lb1">Torhüter</span><span class="slider-lb slider-lb2">Verteidiger</span><span class="slider-lb slider-lb4">Angreifer</span><span class="slider-lb slider-lb5">Trainer</span> </div></div></div><div class="scroll-bar-start"> </div><div class="scroll-bar-end"> </div></div></div><div class="bF"> </div></div> </div> </div><div class="row "><div class="grid_8 "><div class="row "><div style="" class="box mainNewsHP noborder"><div class="bH"><!--googleoff:index--><!--googleon:index--> </div><div class="bC"><!--googleoff:index--><ul class="clearfix"><li class="high"><a class="newsThumb" href="/web/20120206153528/http://de.uefa.com/futsaleuro/season=2012/matches/round=2000146/match=2008812/postmatch/report/index.html"><img src="/web/20120206153528im_/http://de.uefa.com/MultimediaFiles/Photo/competitions/Comp_Matches/01/74/85/40/1748540_w4.jpg" alt="Cary schießt Portugal zum Sieg" width="324" height="182"/></a><h2 class="nTitle"><a href="/web/20120206153528/http://de.uefa.com/futsaleuro/season=2012/matches/round=2000146/match=2008812/postmatch/report/index.html" title="Cary schießt Portugal zum Sieg">Cary schießt Portugal zum Sieg</a></h2><div class="newsComment innerText"><a href="/web/20120206153528/http://de.uefa.com/futsaleuro/season=2012/matches/round=2000146/match=2008812/postmatch/report/index.html"><b>Serbien - Portugal 1:2<br/></b>Pedro Cary schoss Portugal knapp vier Minuten vor dem Ende auf Platz eins in Gruppe D.</a></div><span class="relListLbl">Weitere Inhalte</span><ul class="relitems bulletList clearfix"><li><a href="/web/20120206153528/http://de.uefa.com/futsaleuro/season=2012/matches/round=2000146/match=2008808/postmatch/report/index.html">Serbien besiegt Aserbaischan in einem Klassiker</a></li><li><a href="/web/20120206153528/http://de.uefa.com/futsaleuro/season=2012/matches/round=2000146/match=2008804/postmatch/report/index.html">Portugal gewinnt gegen Aserbaidschan auch Revanche</a></li></ul></li><li class="medium s5"><h2 class="nTitle"><a href="/web/20120206153528/http://de.uefa.com/futsaleuro/season=2012/matches/round=2000146/match=2008804/postmatch/report/index.html" title="Ricardinho führt Portugal zum Sieg">Ricardinho führt Portugal zum Sieg</a></h2><div class="newsbody"><div class="fl"><a class="newsThumb" href="/web/20120206153528/http://de.uefa.com/futsaleuro/season=2012/matches/round=2000146/match=2008804/postmatch/report/index.html"><img src="/web/20120206153528im_/http://de.uefa.com/MultimediaFiles/Photo/competitions/Comp_Matches/01/74/71/31/1747131_s5.jpg" alt="Portugal gewinnt gegen Aserbaidschan auch Revanche" width="75" height="75"/></a></div><div class="nlbody"><div class="newsComment innerText"><a href="/web/20120206153528/http://de.uefa.com/futsaleuro/season=2012/matches/round=2000146/match=2008804/postmatch/report/index.html"><b>Portugal - Aserbaidschan 4:1<br></b>Ricardinho schoss ein Tor, nachdem er schon zwei Treffer vorbereitet hatte, sodass Portugal mit einem Sieg in die Gruppe D startete.</a></div></div></div></li><li class="medium s5"><h2 class="nTitle"><a href="/web/20120206153528/http://de.uefa.com/futsaleuro/news/newsid=1745588.html" title="Ricardinhos Futsal-Tipps">Ricardinhos Futsal-Tipps</a></h2><div class="newsbody"><div class="fl"><a class="newsThumb" href="/web/20120206153528/http://de.uefa.com/futsaleuro/news/newsid=1745588.html"><img src="/web/20120206153528im_/http://de.uefa.com/MultimediaFiles/Photo/competitions/Comp_Matches/01/48/09/22/1480922_s5.jpg" alt="Ricardinhos Futsal-Geheimnis" width="75" height="75"/></a></div><div class="nlbody"><div class="newsComment innerText"><a href="/web/20120206153528/http://de.uefa.com/futsaleuro/news/newsid=1745588.html">Portugals Ricardinho könnte einer der Stars bei der UEFA Futsal EURO 2012 in Kroatien werden. UEFA.com hat er verraten, was für einen guten Futsalspieler ausmacht.</a></div></div></div></li><li class="subtitle"><span class="relListLbl">Weitere Top-Storys</span></li><li class="lower"><h3 class="nTitle"><a href="/web/20120206153528/http://de.uefa.com/futsaleuro/news/newsid=1742918.html">Futsal EURO: Gruppe D</a></h3></li><li class="lower"><h3 class="nTitle"><a href="/web/20120206153528/http://de.uefa.com/futsaleuro/news/newsid=1742998.html">Portugal vor schwerer Aufgabe</a></h3></li><li class="lower"><h3 class="nTitle"><a href="/web/20120206153528/http://de.uefa.com/futsaleuro/news/newsid=1740123.html">Spielplan der Endrunde bestätigt</a></h3></li><li class="lower"><h3 class="nTitle"><a href="/web/20120206153528/http://de.uefa.com/futsaleuro/news/newsid=1740109.html">Presseakkreditierung verfügbar</a></h3></li><li class="moreClear"><a href="news/index.html" class="FooterURL">Mehr News</a></li></ul><!--googleon:index--> </div><div class="bF"> </div> </div> </div><div class="row "><div style="" class="box photoGrid_4cols rewritePhoto"><div class="bH"><!--googleoff:index--><h3>Fotos </h3><!--googleon:index--> </div><div class="bC"><!--googleoff:index--><ul class="photoGrid_4cols rewritePhoto clearfix"><li class="newsThumbItem "><a class="newsThumb" href="/web/20120206153528/http://de.uefa.com/futsaleuro/season=2012/teams/team=700110/photos/photo.html"><img src="/web/20120206153528im_/http://de.uefa.com/MultimediaFiles/Photo/competitions/Comp_Matches/01/74/85/48/1748548_w6.jpg" alt="Aleksandar Živanović (Serbia) & Ricardinho (Portugal)" width="158" height="89"/></a></li><li class="newsThumbItem "><a class="newsThumb" href="/web/20120206153528/http://de.uefa.com/futsaleuro/season=2012/teams/team=700110/photos/photo.html"><img src="/web/20120206153528im_/http://de.uefa.com/MultimediaFiles/Photo/competitions/Comp_Matches/01/74/85/46/1748546_w6.jpg" alt="Fans (Portugal)" width="158" height="89"/></a></li><li class="newsThumbItem "><a class="newsThumb" href="/web/20120206153528/http://de.uefa.com/futsaleuro/season=2012/teams/team=700110/photos/photo.html"><img src="/web/20120206153528im_/http://de.uefa.com/MultimediaFiles/Photo/competitions/Comp_Matches/01/74/85/45/1748545_w6.jpg" alt="Fans (Portugal)" width="158" height="89"/></a></li><li class="newsThumbItem "><a class="newsThumb" href="/web/20120206153528/http://de.uefa.com/futsaleuro/season=2012/teams/team=700110/photos/photo.html"><img src="/web/20120206153528im_/http://de.uefa.com/MultimediaFiles/Photo/competitions/Comp_Matches/01/74/85/44/1748544_w6.jpg" alt="Gonçalo (Portugal)" width="158" height="89"/></a></li></ul><!--googleon:index--> <div class="more innerText innerText"><a title="Mehr Fotos" href="/web/20120206153528/http://de.uefa.com/futsaleuro/season=2012/teams/team=700110/photos/photo.html">Mehr Fotos</a></div> </div><div class="bF"> </div> </div> </div><div class="row "><div class="box "><div class="bH"><!--googleoff:index--><h3>Mannschaft </h3> <!--googleon:index--> </div><div class="bC"><!--googleoff:snippet--><div id="TeamPhoto"><img height="369" width="656" alt="" title="" src="https://web.archive.org/web/20120206153528im_/http://img.uefa.com/imgml/TP/teams/squad/2012/656x369/700110.jpg"/></div><div class="jTabs tabs "><ul class="menu"><li class=""><a href="/web/20120206153528/http://de.uefa.com/futsaleuro/season=2012/teams/team=700110/library/round=2000151/_squadlist.html"><span>Qualifikationsphase </span> </a> </li><li class="last selected"><a href="#ui-tabs-"><span>Endrunde </span> </a> </li> </ul><div id="ui-tabs-"><div id="SquadList"><div id="gk_df"><div id="gkp"><h2 class="medTitle">Torhüter</h2><table class="sortTable"><tr><th><abbr title="Nummer">Nr.</abbr></th><th class="l">Name</th><th><abbr title="Spiele">S</abbr></th><th><abbr title="Tore">T</abbr></th></tr><tr class="player 58563"><td class="number">1</td><td class="playername l"><a href="/web/20120206153528/http://de.uefa.com/futsaleuro/season=2012/teams/player=58563/index.html" title="João Benedito">João Benedito</a></td><td class="number">2</td><td class="number">0</td></tr><tr class="player 97054"><td class="number">12</td><td class="playername l"><a href="/web/20120206153528/http://de.uefa.com/futsaleuro/season=2012/teams/player=97054/index.html" title="Bébé">Bébé</a></td><td class="number">1</td><td class="number">0</td></tr><tr class="player 250015469"><td class="number">14</td><td class="playername l"><a href="/web/20120206153528/http://de.uefa.com/futsaleuro/season=2012/teams/player=250015469/index.html" title="André Sousa">André Sousa</a></td><td class="number">1</td><td class="number">0</td></tr></table></div></div><div id="mid"><h2 class="medTitle">Verteidiger</h2><table class="sortTable"><tr><th><abbr title="Nummer">Nr.</abbr></th><th class="l">Name</th><th><abbr title="Spiele">S</abbr></th><th><abbr title="Tore">T</abbr></th></tr><tr class="player 250015470"><td class="number">2</td><td class="playername l"><a href="/web/20120206153528/http://de.uefa.com/futsaleuro/season=2012/teams/player=250015470/index.html" title="Paulinho">Paulinho</a></td><td class="number">2</td><td class="number">0</td></tr><tr class="player 1907868"><td class="number">4</td><td class="playername l"><a href="/web/20120206153528/http://de.uefa.com/futsaleuro/season=2012/teams/player=1907868/index.html" title="Pedro Cary">Pedro Cary</a></td><td class="number">2</td><td class="number">1</td></tr><tr class="player 1909581"><td class="number">7</td><td class="playername l"><a href="/web/20120206153528/http://de.uefa.com/futsaleuro/season=2012/teams/player=1909581/index.html" title="Cardinal">Cardinal</a></td><td class="number">2</td><td class="number">1</td></tr><tr class="player 48058"><td class="number">9</td><td class="playername l"><a href="/web/20120206153528/http://de.uefa.com/futsaleuro/season=2012/teams/player=48058/index.html" title="Gonçalo">Gonçalo</a></td><td class="number">2</td><td class="number">0</td></tr><tr class="player 97078"><td class="number">11</td><td class="playername l"><a href="/web/20120206153528/http://de.uefa.com/futsaleuro/season=2012/teams/player=97078/index.html" title="João Matos">João Matos</a></td><td class="number">2</td><td class="number">0</td></tr></table></div><div id="stk"><h2 class="medTitle">Angreifer</h2><table class="sortTable"><tr><th><abbr title="Nummer">Nr.</abbr></th><th class="l">Name</th><th><abbr title="Spiele">S</abbr></th><th><abbr title="Tore">T</abbr></th></tr><tr class="player 250026649"><td class="number">3</td><td class="playername l"><a href="/web/20120206153528/http://de.uefa.com/futsaleuro/season=2012/teams/player=250026649/index.html" title="Ricardo">Ricardo</a></td><td class="number">2</td><td class="number">0</td></tr><tr class="player 67910"><td class="number">5</td><td class="playername l"><a href="/web/20120206153528/http://de.uefa.com/futsaleuro/season=2012/teams/player=67910/index.html" title="Joel Queirós">Joel Queirós</a></td><td class="number">2</td><td class="number">0</td></tr><tr class="player 53286"><td class="number">6</td><td class="playername l"><a href="/web/20120206153528/http://de.uefa.com/futsaleuro/season=2012/teams/player=53286/index.html" title="Arnaldo Pereira">Arnaldo Pereira</a></td><td class="number">2</td><td class="number">1</td></tr><tr class="player 250026647"><td class="number">8</td><td class="playername l"><a href="/web/20120206153528/http://de.uefa.com/futsaleuro/season=2012/teams/player=250026647/index.html" title="Bruno Coelho">Bruno Coelho</a></td><td class="number">-</td><td class="number">-</td></tr><tr class="player 73708"><td class="number">10</td><td class="playername l"><a href="/web/20120206153528/http://de.uefa.com/futsaleuro/season=2012/teams/player=73708/index.html" title="Ricardinho">Ricardinho</a></td><td class="number">2</td><td class="number">1</td></tr><tr class="player 250006976"><td class="number">13</td><td class="playername l"><a href="/web/20120206153528/http://de.uefa.com/futsaleuro/season=2012/teams/player=250006976/index.html" title="Marinho">Marinho</a></td><td class="number">2</td><td class="number">1</td></tr></table></div></div><div class="row c"><h2 class="medTitle">Trainer: Jorge Braz (POR)</h2></div><div class="row"><div class="innGrid_3 fl innerText">Daten basieren auf aktuellem Wettbewerb</div><div class="innGrid_3 r fr innerText">Letzte Aktualisierung: 06/02/2012 01:06 MEZ</div></div> </div></div><!--googleon:snippet--> </div><div class="bF"> </div> </div> </div> </div><div class="grid_4 "><div class="row "><div style="display:none;" class="box jcTrophyCabinet"><div class="bH"><!--googleoff:index--><h3>Trophäen-Kabinett </h3><!--googleon:index--> </div><div class="bC"> </div><div class="bF"> </div> </div> </div><div class="row "><div class="box box standings"><div class="bH"><!--googleoff:index--><h3>Tabellen </h3> <!--googleon:index--> </div><div class="bC"><!--googleoff:snippet--><div class="jTabs tabs " id="compStandings"><ul class="menu"><li class="pos1_sel3 "><span><abbr title="Vorrunde">VR</abbr> </span></li><li class="pos2_sel3 "><a href="/web/20120206153528/http://de.uefa.com/memberassociations/leaguesandcups/IdCup=5/season=2012/round=2000152/group=2001055/_standingsMinorComp.html" title="Qualifikationsrunde"><span>QR </span> </a> </li><li class="pos3_sel3 last selected"><a href="#ui-tabs-compStandings" title="Gruppenphase - Endrunde"><span>GP Endr. </span> </a> </li> </ul><div id="ui-tabs-compStandings"><div class="t_standings cup_5_2012_2000146_2001040"><h3 class="bigTitle innerText grp_2001040 vis_title">Gruppe D</h3><table class="tb_stand grp_2001040 vis_grtable"><thead><tr class="lcol"><th class="rank nosort innerText"></th><th class="club l nosort "></th><th class=""><abbr title="Spiele">S</abbr></th><th class="nosort"><abbr title="Punkte">Pkt.</abbr></th></tr></thead><tbody><tr class="on "><td class="rank nosort innerText">1</td><td class="club l nosort "><a href="/web/20120206153528/http://de.uefa.com/futsaleuro/season=2012/teams/team=700110/index.html"><img height="18" width="18" alt="Portugal" title="Portugal" src="https://web.archive.org/web/20120206153528im_/http://img.uefa.com/imgml/flags/18x18/por.png"/> Portugal</a></td><td>2</td><td class="nosort">6</td></tr><tr class=" off "><td class="rank nosort innerText">2</td><td class="club l nosort "><a href="/web/20120206153528/http://de.uefa.com/futsaleuro/season=2012/teams/team=700147/index.html"><img height="18" width="18" alt="Serbien" title="Serbien" src="https://web.archive.org/web/20120206153528im_/http://img.uefa.com/imgml/flags/18x18/srb.png"/> Serbien</a></td><td>2</td><td class="nosort">3</td></tr><tr class="on "><td class="rank nosort innerText">3</td><td class="club l nosort "><a href="/web/20120206153528/http://de.uefa.com/futsaleuro/season=2012/teams/team=757154/index.html"><img height="18" width="18" alt="Aserbaidschan" title="Aserbaidschan" src="https://web.archive.org/web/20120206153528im_/http://img.uefa.com/imgml/flags/18x18/aze.png"/> Aserbaidschan</a></td><td>2</td><td class="nosort">0</td></tr></tbody></table> </div><div class="footnote"><div class="lupdate">Letzte Aktualisierung: 06/02/2012 01:06 MEZ</div></div><div class="legend"><p>Legende:</p><dl class="first"><dd><span class="dt">S: </span>Spiele </dd><dd><span class="dt">Pkt.: </span>Punkte </dd></dl> </div><div class="row more innerText"><a href="/web/20120206153528/http://de.uefa.com/futsaleuro/season=2012/standings/round=2000146/group=2001040/index.html">Tabellen</a><a href="/web/20120206153528/http://de.uefa.com/futsaleuro/season=2012/standings/index.html">Alle Gruppen</a> </div> </div></div><!--googleon:snippet--> </div><div class="bF"> </div> </div> </div><div class="row "><div class="box box matches"><div class="bH"><!--googleoff:index--><h3>Spiele </h3> <!--googleon:index--> </div><div class="bC"><!--googleoff: all--><script type="text/javascript">(function($,win){ $(document).ready(function(){ var d3=win.Deltatre.Uefacom; window.Deltatre.Uefacom.MatchLinkRules={"CupRules":{"New":[1,14,3,5],"Old":[9,17,13,24,23,28,25,101,38,27],"Old2":[22,18,39]},"Rules":{"New":{"mc":"/[compfolder]/season=[season]/matches/live/index.html?day=[day]&session=[session]&match=[match]","pg":"/[compfolder]/season=[season]/matches/live/day=[day]/session=[session]/match=[match]/index.html","pm":"/[compfolder]/season=[season]/matches/round=[round]/match=[match]/index.html"},"Old":{"mc":"/[compfolder]/season=[season]/matches/live/day=[day]/session=[session]/match=[match]/matchcenterlight/index.html","pg":"/[compfolder]/season=[season]/matches/round=[round]/match=[match]/index.html"},"Old2":{"mc":"/[compfolder]/matches/season=[season]/live/day=[day]/session=[session]/match=[match]/matchcenterlight/index.html","pg":"/[compfolder]/matches/season=[season]/round=[round]/match=[match]/index.html"}},"Matches":[{"idMatch":2008801,"rule":0},{"idMatch":2008802,"rule":0}]}; window.Deltatre.Uefacom.CurrentDate=[2012,2,6]; var handler=new d3.MatchHandler({ idcup:5, season:2012, liveUrl:'/live/matchcentre/year=[year]/month=[month]/day=[day]/match=[match]/_match.html', liveJson:'/live/match-centre/livescores/year=[year]/month=[month]/day=[day]/match=[match]/livescore.json', mdUrl:'/library/matches/idcup=5/season=2012/fixtures/day=[day]/session=[session]/_matchesbydate.html', wrapperSelector:'.matchlastnext' }); handler.CONFIG.idTeam=700110; handler.CONFIG.lastNext=true; }); })(jQuery, window);</script><!--googleon: all--><div class="innerText matchlastnext"><div class="date fl"><div>So</div><div class="day">05</div><div>Feb</div></div><div class="fl last"><div class="info l">Letzte Ergebnisse</div><div class="info l"><h2><a href="/web/20120206153528/http://de.uefa.com/futsaleuro/season=2012/matches/round=2000146/match=2008812/index.html">Serbien</a> (<abbr title="Gast">A</abbr>)</h2></div><div class="info l b"><a href="/web/20120206153528/http://de.uefa.com/futsaleuro/season=2012/matches/round=2000146/match=2008812/index.html">2-1</a></div></div><div class="date fr"><div>Di</div><div class="day">07</div><div>Feb</div></div><div class="fr next"><div class="info r" id="lnLabel">Nächste Partie</div><div class="info r" id="lnTeam"><h2><a href="/web/20120206153528/http://de.uefa.com/futsaleuro/season=2012/matches/round=2000147/match=2008816/index.html">Italien</a> (<abbr title="Gast">A</abbr>)</h2></div><div class="info r" id="lnResult"><a href="/web/20120206153528/http://de.uefa.com/futsaleuro/season=2012/matches/round=2000147/match=2008816/index.html">Anstoß<span class="title"> 21:00</span></a></div></div></div><div class="more innerText clearboth"><a href="/web/20120206153528/http://de.uefa.com/futsaleuro/season=2012/teams/team=700110/matches/index.html">Mehr Spiele</a></div> <h3 class="medTitle btop"></h3><div class="formguide"><ul><li><a href="/web/20120206153528/http://de.uefa.com/futsaleuro/season=2012/matches/round=2000152/match=2003288/index.html"><span class="tooltip downRightSmall left_-24 top_-70"><span class="top"> </span><span class="ctn c">24.02.2011<br/>Portugal 3<br/>EJRM 1</span><span class="btm"> </span></span>S</a></li><li><a href="/web/20120206153528/http://de.uefa.com/futsaleuro/season=2012/matches/round=2000152/match=2003300/index.html"><span class="tooltip downRightSmall left_-24 top_-70"><span class="top"> </span><span class="ctn c">25.02.2011<br/>Belarus 1<br/>Portugal 5</span><span class="btm"> </span></span>S</a></li><li><a href="/web/20120206153528/http://de.uefa.com/futsaleuro/season=2012/matches/round=2000152/match=2003312/index.html"><span class="tooltip downRightSmall left_-24 top_-70"><span class="top"> </span><span class="ctn c">27.02.2011<br/>Portugal 6<br/>Polen 0</span><span class="btm"> </span></span>S</a></li><li><a href="/web/20120206153528/http://de.uefa.com/futsaleuro/season=2012/matches/round=2000146/match=2008804/index.html"><span class="tooltip downRightSmall left_-24 top_-70"><span class="top"> </span><span class="ctn c">01.02.2012<br/>Portugal 4<br/>Aserbaidschan 1</span><span class="btm"> </span></span>S</a></li><li><a href="/web/20120206153528/http://de.uefa.com/futsaleuro/season=2012/matches/round=2000146/match=2008812/index.html"><span class="tooltip downRightSmall left_-24 top_-70"><span class="top"> </span><span class="ctn c">05.02.2012<br/>Serbien 1<br/>Portugal 2</span><span class="btm"> </span></span>S</a></li></ul></div><div class="footnote"><div class="fl">Alle Zeiten in MEZ</div><div class="fr lupdate">Letzte Aktualisierung: 06/02/2012 06:30 MEZ</div></div> </div><div class="bF"> </div> </div> </div><div class="row "><div class="box box statistics"><div class="bH"><!--googleoff:index--><h3>Statistiken </h3> <!--googleon:index--> </div><div class="bC"><!--googleoff:snippet--><div class="jTabs tabs " id="stats"><ul class="menu"><li class="pos1_sel2 "><a href="/web/20120206153528/http://de.uefa.com/futsaleuro/season=2012/teams/team=700110/library/round=2000151/_teamstatistics.html"><span>Qualifikationsphase </span> </a> </li><li class="pos2_sel2 last selected"><a href="#ui-tabs-stats"><span>Endrunde </span> </a> </li> </ul><div id="ui-tabs-stats"><div class="container"><h3 class="medTitle">Beste Torschützen</h3><table class="statplayer"><thead><tr><th class="l">Spieler</th><th>Tore</th><th>S</th></tr></thead><tbody><tr><td class="l player"><img height="27" width="27" alt="Marinho" title="Marinho" src="https://web.archive.org/web/20120206153528im_/http://img.uefa.com/imgml/TP/players/5/2012/27x27/250006976.jpg"/><span class="limg nozoom"><a title="Marinho" href="/web/20120206153528/http://de.uefa.com/futsaleuro/season=2012/teams/player=250006976/index.html">Marinho</a></span></td><td class="value">1</td><td class="value">2</td></tr><tr><td class="l player"><img height="27" width="27" alt="Arnaldo Pereira" title="Arnaldo Pereira" src="https://web.archive.org/web/20120206153528im_/http://img.uefa.com/imgml/TP/players/5/2012/27x27/53286.jpg"/><span class="limg nozoom"><a title="Arnaldo Pereira" href="/web/20120206153528/http://de.uefa.com/futsaleuro/season=2012/teams/player=53286/index.html">Arnaldo Pereira</a></span></td><td class="value">1</td><td class="value">2</td></tr><tr><td class="l player"><img height="27" width="27" alt="Cardinal" title="Cardinal" src="https://web.archive.org/web/20120206153528im_/http://img.uefa.com/imgml/TP/players/5/2012/27x27/1909581.jpg"/><span class="limg nozoom"><a title="Cardinal" href="/web/20120206153528/http://de.uefa.com/futsaleuro/season=2012/teams/player=1909581/index.html">Cardinal</a></span></td><td class="value">1</td><td class="value">2</td></tr><tr><td class="l player"><img height="27" width="27" alt="Pedro Cary" title="Pedro Cary" src="https://web.archive.org/web/20120206153528im_/http://img.uefa.com/imgml/TP/players/5/2012/27x27/1907868.jpg"/><span class="limg nozoom"><a title="Pedro Cary" href="/web/20120206153528/http://de.uefa.com/futsaleuro/season=2012/teams/player=1907868/index.html">Pedro Cary</a></span></td><td class="value">1</td><td class="value">2</td></tr><tr><td class="l player"><img height="27" width="27" alt="Ricardinho" title="Ricardinho" src="https://web.archive.org/web/20120206153528im_/http://img.uefa.com/imgml/TP/players/5/2012/27x27/73708.jpg"/><span class="limg nozoom"><a title="Ricardinho" href="/web/20120206153528/http://de.uefa.com/futsaleuro/season=2012/teams/player=73708/index.html">Ricardinho</a></span></td><td class="value">1</td><td class="value">2</td></tr></tbody></table><div class="more innerText"><a href="/web/20120206153528/http://de.uefa.com/futsaleuro/season=2012/statistics/round=2000146/teams/index.html">Mehr Team-Statistiken</a></div></div><div class="footnote"><div class="lupdate">Letzte Aktualisierung: 06/02/2012 08:40 CET</div></div> </div></div><!--googleon:snippet--> </div><div class="bF"> </div> </div> </div><div class="row "><div class="box statistics"><div class="bH"><!--googleoff:index--><h3>Bilanz in diesem Wettbewerb </h3> <!--googleon:index--> </div><div class="bC"><table><thead><tr><th colspan="6">Die letzten Saisons</th></tr><tr><th class="l w50">Saison</th><th class="l w164">Phase</th><th class="c w24"><abbr title="Spiele">S</abbr></th><th class="c w24"><abbr title="Sieg">S</abbr></th><th class="c w24"><abbr title="Unentschieden">U</abbr></th><th class="c"><abbr title="Niederlage">N</abbr></th></tr></thead><tbody><tr><td class="l">2009/10</td><td class="l">Endspiel</td><td class="c">8</td><td class="c">3</td><td class="c">3</td><td class="c">2</td></tr><tr><td class="l">2007/07</td><td class="l">Spiel um Platz 3</td><td class="c">5</td><td class="c">2</td><td class="c">2</td><td class="c">1</td></tr><tr><td class="l">2004/05</td><td class="l">Endrunde - Gruppenphase</td><td class="c">6</td><td class="c">4</td><td class="c">0</td><td class="c">2</td></tr><tr><td class="l">2002/03</td><td class="l">Endrunde - Gruppenphase</td><td class="c">6</td><td class="c">4</td><td class="c">1</td><td class="c">1</td></tr><tr class="noborder"><td class="l">2000/01</td><td class="l">Qualifikation</td><td class="c">3</td><td class="c">2</td><td class="c">0</td><td class="c">1</td></tr></tbody></table><table class="t10"><thead><tr><th class="l w217">Wettbewerb</th><th class="c w24"><abbr title="Spiele">S</abbr></th><th class="c w24"><abbr title="Sieg">S</abbr></th><th class="c w24"><abbr title="Unentschieden">U</abbr></th><th class="c"><abbr title="Niederlage">N</abbr></th></tr></thead><tbody><tr><td class="l">UEFA Futsal EURO</td><td class="c">44</td><td class="c">24</td><td class="c">8</td><td class="c">12</td></tr><tr class="noborder"><td class="l">FIFA Futsal-Weltmeisterschaft</td><td class="c">35</td><td class="c">27</td><td class="c">2</td><td class="c">6</td></tr></tbody></table><div class="footnote"><div class="fl">Inklusive Qualifikationsspiele</div></div><div class="footnote"><div class="lupdate">Letzte Aktualisierung: 06/02/2012 01:06 MEZ</div></div> </div><div class="bF"> </div> </div> </div> </div> </div> </div> </div></div><div class="d3cmsBCbot"><!--googleoff:snippet--><div class="bcMenu"><ol class="fl bcLinks"><li> <a title="UEFA.com" class="bcLink" href="/web/20120206153528/http://de.uefa.com/index.html">UEFA.com</a></li><li> > <a title="UEFA Futsal-EM" class="bcLink" href="/web/20120206153528/http://de.uefa.com/futsaleuro/index.html">UEFA Futsal-EM</a></li><li> > <a title="2012" class="bcLink" href="/web/20120206153528/http://de.uefa.com/futsaleuro/season=2012/index.html">2012</a></li><li> > <a title="Teams" class="bcLink" href="/web/20120206153528/http://de.uefa.com/futsaleuro/season=2012/teams/index.html">Teams</a></li><li> > <a title="Portugal" class="bcLink" href="/web/20120206153528/http://de.uefa.com/futsaleuro/season=2012/teams/team=700110/index.html">Portugal</a></li></ol><span class="closer fl"> </span><div class="feedBack fr"><a href="/web/20120206153528/http://de.uefa.com/community/feedback/index.html">Feedback schicken</a></div></div><!--googleon:snippet--> </div><div class="d3cmsFooter"><!--googleoff: all--><div class="d3cmsCFooter"><div class="competition fl"><span class="footerLbl">Wettbewerbe</span><div class="competitionlist fl"><span>- Vereine - </span><ul class="clean clearfix"><li><a onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Footer'});" href="/web/20120206153528/http://de.uefa.com/uefachampionsleague/index.html" title="UEFA Champions League">UEFA Champions League</a></li><li><a onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Footer'});" href="/web/20120206153528/http://de.uefa.com/uefaeuropaleague/index.html" title="UEFA Europa League">UEFA Europa League</a></li><li><a onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Footer'});" href="/web/20120206153528/http://de.uefa.com/uefasupercup/index.html" title="UEFA-Superpokal">UEFA-Superpokal</a></li></ul><span><a onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Footer'});" href="/web/20120206153528/http://de.uefa.com/futsal/index.html" title="- Futsal -">- Futsal - </a></span><ul class="clean clearfix"><li><a onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Footer'});" href="/web/20120206153528/http://de.uefa.com/futsaleuro/index.html" title="UEFA-Futsal-EM">UEFA-Futsal-EM</a></li><li><a onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Footer'});" href="/web/20120206153528/http://de.uefa.com/futsalworldcup/index.html" title="FIFA Futsal-WM">FIFA Futsal-WM</a></li><li><a onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Footer'});" href="/web/20120206153528/http://de.uefa.com/futsalcup/index.html" title="UEFA-Futsal-Pokal">UEFA-Futsal-Pokal</a></li></ul> </div><div class="competitionlist fl"><span>- Verbände - </span><ul class="clean clearfix"><li><a onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Footer'});" href="/web/20120206153528/http://de.uefa.com/uefaeuro/index.html" title="UEFA EURO">UEFA EURO</a></li><li><a onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Footer'});" href="/web/20120206153528/http://de.uefa.com/uefaeuro/abouteuro/uefaeuro2016/index.html" title="UEFA EURO 2016">UEFA EURO 2016</a></li><li><a onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Footer'});" href="/web/20120206153528/http://de.uefa.com/worldcup/index.html" title="FIFA-Weltpokal">FIFA-Weltpokal</a></li><li><a onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Footer'});" href="/web/20120206153528/http://de.uefa.com/under21/index.html" title="UEFA U21-EM">UEFA U21-EM</a></li></ul><span>- Junioren & Amateure - </span><ul class="clean clearfix"><li><a onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Footer'});" href="/web/20120206153528/http://de.uefa.com/under19/index.html" title="UEFA U19-EM">UEFA U19-EM</a></li><li><a onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Footer'});" href="/web/20120206153528/http://de.uefa.com/under17/index.html" title="UEFA U17-EM">UEFA U17-EM</a></li><li><a onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Footer'});" href="/web/20120206153528/http://de.uefa.com/regionscup/index.html" title="Regionen-Pokal">Regionen-Pokal</a></li></ul> </div></div><div class="wf fl"><span class="footerLbl">Frauenfußball</span><ul class="clean clearfix"><li><a onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Footer'});" href="/web/20120206153528/http://de.uefa.com/womenseuro/index.html" title="UEFA Women's EURO">UEFA Women's EURO</a></li><li><a onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Footer'});" href="/web/20120206153528/http://de.uefa.com/womensworldcup/index.html" title="Frauen-Fußball-WM">Frauen-Fußball-WM</a></li><li><a onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Footer'});" href="/web/20120206153528/http://de.uefa.com/womenschampionsleague/index.html" title="UEFA Women's Champions League">UEFA Women's Champions League</a></li><li><a onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Footer'});" href="/web/20120206153528/http://de.uefa.com/womensunder19/index.html" title="UEFA U19-EM Frauen">UEFA U19-EM Frauen</a></li><li><a onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Footer'});" href="/web/20120206153528/http://de.uefa.com/womensunder17/index.html" title="UEFA U17-EM Frauen">UEFA U17-EM Frauen</a></li></ul><ul class="clean clearfix"><li><a onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Footer'});" href="/web/20120206153528/http://de.uefa.com/women/news/index.html" title="News">News</a></li><li><a onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Footer'});" href="/web/20120206153528/http://de.uefa.com/women/video/index.html" title="Videos">Videos</a></li><li><a onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Footer'});" href="/web/20120206153528/http://de.uefa.com/women/womens-football-development/index.html" title="Frauenfußball-Entwicklung">Frauenfußball-Entwicklung</a></li><li><a onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Footer'});" href="/web/20120206153528/http://de.uefa.com/women/key-players/index.html" title="Porträts">Porträts</a></li></ul> </div><div class="aboutuefa fl"><span class="footerLbl">Über die UEFA</span><ul class="clean clearfix"><li><a onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Footer'});" href="/web/20120206153528/http://de.uefa.com/uefa/news/index.html" title="News">News</a></li><li><a onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Footer'});" href="/web/20120206153528/http://de.uefa.com/uefa/aboutuefa/organisation/president/index.html" title="UEFA-Präsident ">UEFA-Präsident </a></li><li><a onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Footer'});" href="/web/20120206153528/http://de.uefa.com/uefa/library/_redirect_calendar.html" title="Kalender">Kalender</a></li><li><a onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Footer'});" href="/web/20120206153528/http://de.uefa.com/uefa/aboutuefa/organisation/job/index.html" title="Jobs">Jobs</a></li><li><a onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Footer'});" href="/web/20120206153528/http://de.uefa.com/uefa/mediaservices/index.html" title="Mediendienste">Mediendienste</a></li><li><a onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Footer'});" href="/web/20120206153528/http://de.uefa.com/uefa/documentlibrary/index.html" title="Dokumente">Dokumente</a></li><li><a onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Footer'});" href="/web/20120206153528/http://de.uefa.com/uefa/mediaservices/accreditation/index.html" title="Medienakkreditierung">Medienakkreditierung</a></li><li><a onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Footer'});" href="/web/20120206153528/http://de.uefa.com/uefa/events/videoarchive/index.html" title="UEFA-Videoarchiv">UEFA-Videoarchiv</a></li><li><a onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Footer'});" href="/web/20120206153528/http://de.uefa.com/uefa/events/tv/index.html" title="Gesperrte Übertragungszeiten">Gesperrte Übertragungszeiten</a></li><li><a onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Footer'});" href="/web/20120206153528/http://de.uefa.com/uefa/events/marketing/index.html" title="Rechtevergabe Medieninhalte">Rechtevergabe Medieninhalte</a></li><li><a onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Footer'});" href="/web/20120206153528/http://de.uefa.com/uefa/footballfirst/protectingthegame/antidoping/index.html" title="Anti-Doping">Anti-Doping</a></li><li><a onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Footer'});" href="/web/20120206153528/http://de.uefa.com/uefa/footballfirst/protectingthegame/medical/index.html" title="Medizin">Medizin</a></li></ul></div><div class="chnw fl"><div class="channel"><span class="footerLbl">Kanäle</span><ul class="clean clearfix"><li><a onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Footer'});" href="/web/20120206153528/http://de.uefa.com/news/index.html" title="Newscenter">Newscenter</a></li><li><a onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Footer'});" href="/web/20120206153528/http://de.uefa.com/teamsandplayers/index.html" title="Teams und Spieler">Teams und Spieler</a></li><li><a onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Footer'});" href="/web/20120206153528/http://de.uefa.com/video/index.html" title="Videos">Videos</a></li></ul></div><div class="channel"><span class="footerLbl">Seiten im UEFA-Netzwerk</span><ul class="clean clearfix"><li><a onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Footer'});" href="/web/20120206153528/http://de.uefa.com/trainingground/index.html" title="UEFA Training Ground">UEFA Training Ground</a></li><li><a onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Footer'});" href="https://web.archive.org/web/20120206153528/http://twitter.com/uefacom_de" target="_blank" title="UEFA.com auf Twitter">UEFA.com auf Twitter</a></li><li><a onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Footer'});" href="/web/20120206153528/http://de.uefa.com/store/index.html" title="Shop">Shop</a></li></ul></div></div><div class="tlmyu fl"><div class="tools"><span class="footerLbl">Tools</span><ul class="clean clearfix"><li><a onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Footer'});" href="/web/20120206153528/http://de.uefa.com/news/rssfeeds/index.html" title="RSS-Feeds">RSS-Feeds</a></li></ul></div><div class="channel"><span class="footerLbl">Mein UEFA.com</span><ul class="clean clearfix"><li><a onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Footer'});" href="/web/20120206153528/http://de.uefa.com/community/login/index.html" title="Login">Login</a></li><li><a onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Footer'});" href="/web/20120206153528/http://de.uefa.com/community/registration/index.html" title="Registrierung">Registrierung</a></li><li><a onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Footer'});" href="/web/20120206153528/http://de.uefa.com/community/mypage/profile.htmx" title="Mein UEFA.com">Mein UEFA.com</a></li></ul></div></div><div class="languages row"><span class="langLbl">Sprache ändern:</span><ul class="changeLang"><li class="other"><a onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Footer'});setCookie('Language', 'en', 365, '/', _DOMAIN);" href="https://web.archive.org/web/20120206153528/http://en.uefa.com/" title="Englisch">English</a></li><li class="other"><a onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Footer'});setCookie('Language', 'fr', 365, '/', _DOMAIN);" href="https://web.archive.org/web/20120206153528/http://fr.uefa.com/" title="Français">Français</a></li><li class="other"><a onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Footer'});setCookie('Language', 'de', 365, '/', _DOMAIN);" href="https://web.archive.org/web/20120206153528/http://de.uefa.com/" title="Deutsch">Deutsch</a></li><li class="other"><a onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Footer'});setCookie('Language', 'ru', 365, '/', _DOMAIN);" href="https://web.archive.org/web/20120206153528/http://ru.uefa.com/" title="Русский">Русский</a></li><li class="other"><a onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Footer'});setCookie('Language', 'es', 365, '/', _DOMAIN);" href="https://web.archive.org/web/20120206153528/http://es.uefa.com/" title="Español">Español</a></li><li class="other"><a onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Footer'});setCookie('Language', 'it', 365, '/', _DOMAIN);" href="https://web.archive.org/web/20120206153528/http://it.uefa.com/" title="Italiano">Italiano</a></li><li class="other"><a onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Footer'});setCookie('Language', 'pt', 365, '/', _DOMAIN);" href="https://web.archive.org/web/20120206153528/http://pt.uefa.com/" title="Português">Português</a></li><li class="other"><a onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Footer'});setCookie('Language', 'pl', 365, '/', _DOMAIN);" href="https://web.archive.org/web/20120206153528/http://pl.uefa.com/" title="Polski">Polski</a></li><li class="other"><a onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Footer'});setCookie('Language', 'uk', 365, '/', _DOMAIN);" href="https://web.archive.org/web/20120206153528/http://ua.uefa.com/" title="Українська">Українська</a></li><li class="other"><a onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Footer'});setCookie('Language', 'jp', 365, '/', _DOMAIN);" href="https://web.archive.org/web/20120206153528/http://jp.uefa.com/" title="日本語">日本語</a></li><li class="other"><a onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Footer'});setCookie('Language', 'cn', 365, '/', _DOMAIN);" href="https://web.archive.org/web/20120206153528/http://cn.uefa.com/" title="中文">中文</a></li><li class="last"><a onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Footer'});setCookie('Language', 'kr', 365, '/', _DOMAIN);" href="https://web.archive.org/web/20120206153528/http://kr.uefa.com/" title="한국어">한국어</a></li></ul></div></div><div class="d3cmsBFooter"><div class="d3cmsBCFooter"> <div class="footerL fl"><div class="footerLogo"><a title="UEFA.com - Die offizielle Website des europäischen Fußballs" href="/web/20120206153528/http://de.uefa.com/index.html"> UEFA.com - Die offizielle Website des europäischen Fußballs</a></div></div><div class="footerR fl"><ul class="fOfficial"><li><a onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Footer'});" href="/web/20120206153528/http://de.uefa.com/uefa/aboutuefa/organisation/contactuefa/index.html" title="Kontakt">Kontakt</a></li><li><a onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Footer'});" href="/web/20120206153528/http://de.uefa.com/uefa/faq/index.html" title="Hilfe und FAQ">Hilfe und FAQ</a></li><li><a onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Footer'});" href="/web/20120206153528/http://de.uefa.com/uefa/termsconditions.html" title="Nutzungsbedingungen">Nutzungsbedingungen</a></li><li><a onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Footer'});" href="/web/20120206153528/http://de.uefa.com/uefa/privacypolicy.html" title="Datenschutz">Datenschutz</a></li><li><a onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Footer'});" href="/web/20120206153528/http://de.uefa.com/sitemap/index.html" title="Sitemap">Sitemap</a></li><li class="fl"><a onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Footer'});" href="https://web.archive.org/web/20120206153528/http://m.uefa.com/de/" title="Handy-Version ">Handy-Version </a></li><li class="fl"><a onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Footer'});" href="https://web.archive.org/web/20120206153528/http://ac.uefa.com/de/" title="Zugängliche Version">Zugängliche Version</a></li></ul><ul class="disclaimer"><li>© 1998-2012 UEFA. Alle Rechte vorbehalten.</li><li>Der Name UEFA und die Trophäe sowie das Logo der UEFA-Futsal-Europameisterschaft sind geschützte Marken und/oder von der UEFA urheberrechtlich geschützt. Sie dürfen nicht für kommerzielle Zwecke verwendet werden. Mit der Verwendung von UEFA.com erklären Sie sich mit den Nutzungsbedingungen und der Datenschutzpolitik für die Website einverstanden.</li></ul></div><script type="text/javascript"> var gaJsHost = (("https:" == document.location.protocol) ? "https://web.archive.org/web/20120206153528/https://ssl." : "https://web.archive.org/web/20120206153528/http://www."); document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E")); </script><script type="text/javascript"> try { var pageTracker = _gat._getTracker("UA-12554578-1"); pageTracker._trackPageview(); } catch(err) {} </script><script type="text/javascript"> var _sf_async_config={uid:342,domain:"de.uefa.com",pingServer:"pdeltatre.chartbeat.net"}; (function(){ function loadChartbeat() { window._sf_endpt=(new Date()).getTime(); var e = document.createElement('script'); e.setAttribute('language', 'javascript'); e.setAttribute('type', 'text/javascript'); e.setAttribute('src', (("https:" == document.location.protocol) ? "https://web.archive.org/web/20120206153528/https://s3.amazonaws.com/" : "http://") + "static.chartbeat.com/js/chartbeat.js"); document.body.appendChild(e); } var oldonload = window.onload; window.onload = (typeof window.onload != 'function') ? loadChartbeat : function() { oldonload(); loadChartbeat(); }; })(); </script></div></div><!--googleon: all--> </div> </div><script type="text/javascript"><!-- SCW.Execute();//--></script><script type="text/javascript"><!-- if(navigator.appVersion.indexOf('MSIE')>=0)document.write(unescape('%3C')+'\!-'+'-')//--></script><noscript><!--Web Analytics--></noscript><!--/DO NOT REMOVE/--><!-- End SiteCatalyst code version: H.20.3. --> </body></html><!-- FILE ARCHIVED ON 15:35:28 Feb 06, 2012 AND RETRIEVED FROM THE INTERNET ARCHIVE ON 09:16:00 Nov 28, 2024. JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE. ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C. SECTION 108(a)(3)). --> <!-- playback timings (ms): captures_list: 14.354 exclusion.robots: 0.059 exclusion.robots.policy: 0.044 esindex: 0.016 cdx.remote: 81.264 LoadShardBlock: 122.194 (3) PetaboxLoader3.datanode: 154.174 (4) load_resource: 95.355 PetaboxLoader3.resolve: 45.72 -->