CINXE.COM

UEFA Europa League - Partite 2012 – UEFA.com

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html lang="it" xmlns:og="http://opengraphprotocol.org/schema/" xmlns:fb="http://www.facebook.com/2008/fbml"><head><script type="text/javascript" src="https://web-static.archive.org/_static/js/bundle-playback.js?v=7YQSqjSh" charset="utf-8"></script> <script type="text/javascript" src="https://web-static.archive.org/_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="https://web-static.archive.org/_static/js/ruffle/ruffle.js"></script> <script type="text/javascript"> __wm.init("https://web.archive.org/web"); __wm.wombat("http://it.uefa.com:80/uefaeuropaleague/season=2012/matches/round=2000274/index.html","20111127184609","https://web.archive.org/","web","https://web-static.archive.org/_static/", "1322419569"); </script> <link rel="stylesheet" type="text/css" href="https://web-static.archive.org/_static/css/banner-styles.css?v=p7PEIJWi" /> <link rel="stylesheet" type="text/css" href="https://web-static.archive.org/_static/css/iconochive.css?v=3PDvdIFv" /> <!-- End Wayback Rewrite JS Include --> <title>UEFA Europa League - Partite 2012 – UEFA.com</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"/><meta name="description" content="Il sito del calcio europeo, uefa.com, è il sito ufficiale della UEFA, l'Unione Europea delle Federazioni Calcistiche, e l'organo di governo del calcio in Europa. La UEFA organizza alcune delle competizioni calcistiche più conosciute e prestigiose nel continente europeo, come la UEFA Champions League, la Coppa UEFA e il Campionato Europeo di Calcio UEFA (UEFA EURO 2008, UEFA EURO 2012, etc). Il sito offre filmati video in diretta di molte competizioni UEFA oltre a un archivio di video esclusivi e servizi per dispositivi mobili. Inoltre, attraverso la sezione Calcio Europa, presenta la copertura dei 53 campionati nazionali delle Federcalcio associate, che portano poi alle competizioni UEFA; la sezione Organizzazione UEFA segue le attività istituzionali della UEFA, mentre Training Ground promuove iniziative per il calcio di base e offre lezioni via web."/><meta name="keywords" content="UEFA,Union of European Football Associations,Union Européenne de Football Association,Unione Europea delle Federazioni Calcistiche,Europa,Football,Soccer,Calcio,Fussball,Fußball,Fútbol,Futebol,UEFA Champions League,Champions League,Coppa UEFA, EURO 2008, EURO 2012,Campionato Europeo,FIFA,Mondiale FIFA,Mondiale,Michel Platini,MatchCentre,Match Centre,Calcio Europa,Fantasy Football,Fanzone,Magazine,Live Video,Replay,Vodcast,Mobile,Stadio,Training Ground,Arbitro,Giocatori,Allenatore"/><meta name="author" content="uefa.com"/><link rel="canonical" href="https://web.archive.org/web/20111127184609/http://it.uefa.com/uefaeuropaleague/season=2012/matches/round=2000274/index.html"/><link rel="image_src" href="https://web.archive.org/web/20111127184609im_/http://img.uefa.com/imgml/icons/social/og/uefacom.jpg"> </link><link type="text/css" title="standard" rel="stylesheet" media="screen" href="/web/20111127184609cs_/http://it.uefa.com/inc/css/main.css?20111124110458"/><link type="text/css" title="standard" rel="stylesheet" media="screen" href="/web/20111127184609cs_/http://it.uefa.com/inc/css/sections/matches.css?20110923152336"/><link type="text/css" title="standard" rel="stylesheet" media="screen" href="/web/20111127184609cs_/http://it.uefa.com/inc/css/competitions/uefaeuropaleague/main.css?20111126132228"/><link type="text/css" title="standard" rel="stylesheet" media="print" href="/web/20111127184609cs_/http://it.uefa.com/inc/css/print.css?20111019091843"/><script type="text/javascript" src="/web/20111127184609js_/http://it.uefa.com/inc/js/main.js?20111123165945"> </script><script type="text/javascript" src="/web/20111127184609js_/http://it.uefa.com/inc/js/matches/live.js?20111118150306"> </script><link rel="shortcut icon" href="/web/20111127184609im_/http://it.uefa.com/imgml/favicon/comp/uefacup.ico"/></head><body id="uefaeuropaleague" class="season_2012 matches langI"><script type="text/javascript"><!-- SCW.Initialize();SCW.ActiveFlash = true;SCW.AllowedJSContent = new Array();SCW.ContentProperties = {"subsec1":"matches","type":"list:matches by round","subsec3":"round of 16","sec":"uel","comp":"uel","subsec2":"season 2012","lang":"IT"};SCW.Events = new Array();SCW.EVars = {};SCW.Props = {"14":"2011-12","13":"uel","43":"web","17":"round of 16"};SCW.CustomSocialNetwork = {"hp":"uel hp"};//--></script><div id="fb-root"> </div><div class="d3cmsMaster"><div class="d3cmsHeader"><!--googleoff: all--><script type="text/javascript"> var _MSGDETECTALERT ='Non chiederlo più?'; 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/20111127184609/http://it.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/20111127184609im_/http://it.uefa.com/imgml/template/uefacomLogo.png" width="142" height="25" alt="UEFA.com"/></a></p><a title="Il sito ufficiale del calcio europeo" class="uefacomBlurb" href="https://web.archive.org/web/20111127184609/http://it.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/20111127184609im_/http://it.uefa.com/img/template/HeaderString.png" width="254" height="12" alt="Il sito ufficiale del calcio europeo"/></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/20111127184609/http://ac.uefa.com/it/">Versione accessibile</a></div><div class="beta">&nbsp;</div><div class="headerLinks"><div id="myuefacomH"> </div><div id="registerH"><a href="/web/20111127184609/http://it.uefa.com/community/registration/index.html" onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Header'});">Registrati</a> </div><div id="loginH"><a href="/web/20111127184609/http://it.uefa.com/community/login/index.html">Login</a> </div><div id="logoutH" style="display:none"><a id="logoutHL" href="/web/20111127184609/http://it.uefa.com/community/logout/index.html">Logout</a>&nbsp;</div><div id="loggedH" style="display:none"><span id="loggedUserSpan">&nbsp;</span></div></div><div id="searchHeader"><form id="headerSearch" action="https://web.archive.org/web/20111127184609/http://it.uefa.com/search/index.html"><div id="sL"> </div><div id="sC"><input type="text" name="q" id="hse" value="Ricerca"/></div><div class="seLoad"><div> </div></div><div id="sR"><input type="submit" value=""/></div><div class="hide"><div id="seMoreRes">Altri risultati</div><div class="seVal" id="seVal">ricerca</div></div></form></div> </div><!--googleon: snippet--> <!--googleoff:snippet--><div id="menuLevel0"><ul><li id="ml0_nc"><a href="/web/20111127184609/http://it.uefa.com/news/index.html" onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Header'});">Centro news</a></li><li id="ml0_vc"><a href="/web/20111127184609/http://it.uefa.com/video/index.html" onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Header'});">Centro Video</a></li><li id="ml0_ls"><a href="/web/20111127184609/http://it.uefa.com/livescores/index.html" onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Header'});">Risultati in diretta</a></li><li id="ml0_tp"><a href="/web/20111127184609/http://it.uefa.com/teamsandplayers/index.html" onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Header'});">Squadre &amp; Giocatori</a></li><li id="ml0_cg"><a href="/web/20111127184609/http://it.uefa.com/community/index.html" onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Header'});">Community &amp; giochi</a></li><li id="ml0_mc"><a href="/web/20111127184609/http://it.uefa.com/mobile/index.html" onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Header'});">Cellulare</a></li><li id="ml0_st"><a href="/web/20111127184609/http://it.uefa.com/store/index.html" onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Header'});">Negozio</a></li></ul></div><!--googleon:snippet--><!--googleoff:snippet--><div id="menuLevel1"><ul><li id="ml1_au" class=""><a href="/web/20111127184609/http://it.uefa.com/uefa/index.html" onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Header'});">La UEFA</a></li><li id="ml1_ma" class=""><a href="/web/20111127184609/http://it.uefa.com/memberassociations/index.html" onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Header'});">Federazioni nazionali</a></li><li id="ml1_tg" class=""><a href="/web/20111127184609/http://it.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/20111127184609/http://it.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="current"><a href="/web/20111127184609/http://it.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/20111127184609/http://it.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_u21" class=""><a href="/web/20111127184609/http://it.uefa.com/under21/index.html" onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Header'});">Europei Under 21</a></li><li id="ml1_ac" class="fadeThis "><a href="#">Tutte le competizioni</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>- Club -</span><ul><li><a href="/web/20111127184609/http://it.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/20111127184609/http://it.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/20111127184609/http://it.uefa.com/uefasupercup/index.html" onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Header'});">Supercoppa UEFA</a></li></ul></div><div class="ml1_ac_box_bottom"> </div><div class="ml1_ac_box_top"> </div><div><span>- Nazionali -</span><ul><li><a href="/web/20111127184609/http://it.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/20111127184609/http://it.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/20111127184609/http://it.uefa.com/worldcup/index.html" onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Header'});">Coppa del Mondo</a></li><li><a href="/web/20111127184609/http://it.uefa.com/under21/index.html" onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Header'});">Europei Under 21</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>- Giovani/Dilettanti -</span><ul><li><a href="/web/20111127184609/http://it.uefa.com/under19/index.html" onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Header'});">Europeo Under 19</a></li><li><a href="/web/20111127184609/http://it.uefa.com/under17/index.html" onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Header'});">Europeo Under 17</a></li><li><a href="/web/20111127184609/http://it.uefa.com/regionscup/index.html" onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Header'});">Coppa della Regioni</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/20111127184609/http://it.uefa.com/women/index.html">- Calcio femminile -</a></span><ul><li><a href="/web/20111127184609/http://it.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/20111127184609/http://it.uefa.com/womensworldcup/index.html" onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Header'});">Mondiali femminili</a></li><li><a href="/web/20111127184609/http://it.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/20111127184609/http://it.uefa.com/womensunder19/index.html" onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Header'});">Europeo U19 femminile</a></li><li><a href="/web/20111127184609/http://it.uefa.com/womensunder17/index.html" onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Header'});">Under 17 Femminile</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/20111127184609/http://it.uefa.com/futsal/index.html">- Futsal -</a></span><ul><li><a href="/web/20111127184609/http://it.uefa.com/futsaleuro/index.html" onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Header'});">Europeo futsal</a></li><li><a href="/web/20111127184609/http://it.uefa.com/futsalworldcup/index.html" onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Header'});">Mondiali FIFA futsal</a></li><li><a href="/web/20111127184609/http://it.uefa.com/futsalcup/index.html" onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Header'});">Coppa UEFA futsal</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/20111127184609/http://it.uefa.com/index.html">UEFA.com</a></li><li>&nbsp;&gt;&nbsp;<a title="UEFA Europa League" class="bcLink" href="/web/20111127184609/http://it.uefa.com/uefaeuropaleague/index.html">UEFA Europa League</a></li><li>&nbsp;&gt;&nbsp;<a title="Stagione" class="bcLink" href="/web/20111127184609/http://it.uefa.com/uefaeuropaleague/season=2012/index.html">Stagione</a></li><li>&nbsp;&gt;&nbsp;<a title="Partite" class="bcLink" href="/web/20111127184609/http://it.uefa.com/uefaeuropaleague/season=2012/matches/index.html">Partite</a></li><li>&nbsp;&gt;&nbsp;<a title="Fase" class="bcLink" href="/web/20111127184609/http://it.uefa.com/uefaeuropaleague/season=2012/matches/round=2000274/index.html">Fase</a></li></ol><span class="closer fl">&nbsp;</span><div class="feedBack fr"><a href="/web/20111127184609/http://it.uefa.com/community/feedback/index.html">Mandaci il tuo Feedback</a></div></div><!--googleon:snippet--> </div><div class="d3cmsContent"><div class="d3cmsCHeader"><!--googleoff:snippet--><div id="menuLevel2"><a class="logolink" title="UEFA Europa League" href="/web/20111127184609/http://it.uefa.com/uefaeuropaleague/index.html">UEFA Europa League</a><ul class="right"><li id="ml2_ne" class=" "><a href="/web/20111127184609/http://it.uefa.com/uefaeuropaleague/news/index.html"><span>Notizie</span></a></li><li id="ml2_vi" class=" "><a href="/web/20111127184609/http://it.uefa.com/uefaeuropaleague/video/index.html"><span>Video</span></a></li><li id="ml2_ph" class=" "><a href="/web/20111127184609/http://it.uefa.com/uefaeuropaleague/photos/index.html"><span>Foto</span></a></li><li id="ml2_ma" class=" current"><a href="/web/20111127184609/http://it.uefa.com/uefaeuropaleague/season=2012/matches/index.html"><span>Partite</span></a></li><li id="ml2_sd" class=" "><a href="/web/20111127184609/http://it.uefa.com/uefaeuropaleague/season=2012/standings/index.html"><span>Classifiche</span></a></li><li id="ml2_cl" class=" "><a href="/web/20111127184609/http://it.uefa.com/uefaeuropaleague/season=2012/clubs/index.html"><span>Club</span></a></li><li id="ml2_st" class=" "><a href="/web/20111127184609/http://it.uefa.com/uefaeuropaleague/season=2012/statistics/index.html"><span>Statistiche</span></a></li><li id="ml2_dr" class=" "><a href="/web/20111127184609/http://it.uefa.com/uefaeuropaleague/season=2012/draws/index.html"><span>Sorteggi</span></a></li><li id="ml2_ac" class=" "><a href="/web/20111127184609/http://it.uefa.com/uefaeuropaleague/season=2012/accesslist/index.html"><span>Lista d'accesso</span></a></li><li id="ml2_fa" class=" "><a href="/web/20111127184609/http://it.uefa.com/uefaeuropaleague/library/redirect/_fantasy.html"><span>Fantasy</span></a></li><li id="ml2_pr" class=" "><a href="/web/20111127184609/http://it.uefa.com/uefaeuropaleague/library/redirect/_predictor.html"><span>Predictor</span></a></li><li id="ml2_hi" class="fadeThis "><a href="/web/20111127184609/http://it.uefa.com/uefaeuropaleague/history/index.html"><span>Storia<span class="more_btn">&nbsp;</span></span></a><div id="ml2_more_items" class="hover"><div class="ovSeason more"><a href="/web/20111127184609/http://it.uefa.com/uefaeuropaleague/history/index.html" class="fr">Panoramica</a></div><div class="sgWrap clearfix"><div class="seasonGroup mtop_9"><p class="caption">1970</p><ul><li><a href="/web/20111127184609/http://it.uefa.com/uefaeuropaleague/season=1971/index.html">1971/72</a></li><li><a href="/web/20111127184609/http://it.uefa.com/uefaeuropaleague/season=1972/index.html">1972/73</a></li><li><a href="/web/20111127184609/http://it.uefa.com/uefaeuropaleague/season=1973/index.html">1973/74</a></li><li><a href="/web/20111127184609/http://it.uefa.com/uefaeuropaleague/season=1974/index.html">1974/75</a></li><li><a href="/web/20111127184609/http://it.uefa.com/uefaeuropaleague/season=1975/index.html">1975/76</a></li><li><a href="/web/20111127184609/http://it.uefa.com/uefaeuropaleague/season=1976/index.html">1976/77</a></li><li><a href="/web/20111127184609/http://it.uefa.com/uefaeuropaleague/season=1977/index.html">1977/78</a></li><li><a href="/web/20111127184609/http://it.uefa.com/uefaeuropaleague/season=1978/index.html">1978/79</a></li><li><a href="/web/20111127184609/http://it.uefa.com/uefaeuropaleague/season=1979/index.html">1979/80</a></li></ul></div><div class="seasonGroup "><p class="caption">1980</p><ul><li><a href="/web/20111127184609/http://it.uefa.com/uefaeuropaleague/season=1980/index.html">1980/81</a></li><li><a href="/web/20111127184609/http://it.uefa.com/uefaeuropaleague/season=1981/index.html">1981/82</a></li><li><a href="/web/20111127184609/http://it.uefa.com/uefaeuropaleague/season=1982/index.html">1982/83</a></li><li><a href="/web/20111127184609/http://it.uefa.com/uefaeuropaleague/season=1983/index.html">1983/84</a></li><li><a href="/web/20111127184609/http://it.uefa.com/uefaeuropaleague/season=1984/index.html">1984/85</a></li><li><a href="/web/20111127184609/http://it.uefa.com/uefaeuropaleague/season=1985/index.html">1985/86</a></li><li><a href="/web/20111127184609/http://it.uefa.com/uefaeuropaleague/season=1986/index.html">1986/87</a></li><li><a href="/web/20111127184609/http://it.uefa.com/uefaeuropaleague/season=1987/index.html">1987/88</a></li><li><a href="/web/20111127184609/http://it.uefa.com/uefaeuropaleague/season=1988/index.html">1988/89</a></li><li><a href="/web/20111127184609/http://it.uefa.com/uefaeuropaleague/season=1989/index.html">1989/90</a></li></ul></div><div class="seasonGroup "><p class="caption">1990</p><ul><li><a href="/web/20111127184609/http://it.uefa.com/uefaeuropaleague/season=1990/index.html">1990/91</a></li><li><a href="/web/20111127184609/http://it.uefa.com/uefaeuropaleague/season=1991/index.html">1991/92</a></li><li><a href="/web/20111127184609/http://it.uefa.com/uefaeuropaleague/season=1992/index.html">1992/93</a></li><li><a href="/web/20111127184609/http://it.uefa.com/uefaeuropaleague/season=1993/index.html">1993/94</a></li><li><a href="/web/20111127184609/http://it.uefa.com/uefaeuropaleague/season=1994/index.html">1994/95</a></li><li><a href="/web/20111127184609/http://it.uefa.com/uefaeuropaleague/season=1995/index.html">1995/96</a></li><li><a href="/web/20111127184609/http://it.uefa.com/uefaeuropaleague/season=1996/index.html">1996/97</a></li><li><a href="/web/20111127184609/http://it.uefa.com/uefaeuropaleague/season=1997/index.html">1997/98</a></li><li><a href="/web/20111127184609/http://it.uefa.com/uefaeuropaleague/season=1998/index.html">1998/99</a></li><li><a href="/web/20111127184609/http://it.uefa.com/uefaeuropaleague/season=1999/index.html">1999/00</a></li></ul></div><div class="seasonGroup "><p class="caption">2000</p><ul><li><a href="/web/20111127184609/http://it.uefa.com/uefaeuropaleague/season=2000/index.html">2000/01</a></li><li><a href="/web/20111127184609/http://it.uefa.com/uefaeuropaleague/season=2001/index.html">2001/02</a></li><li><a href="/web/20111127184609/http://it.uefa.com/uefaeuropaleague/season=2002/index.html">2002/03</a></li><li><a href="/web/20111127184609/http://it.uefa.com/uefaeuropaleague/season=2003/index.html">2003/04</a></li><li><a href="/web/20111127184609/http://it.uefa.com/uefaeuropaleague/season=2004/index.html">2004/05</a></li><li><a href="/web/20111127184609/http://it.uefa.com/uefaeuropaleague/season=2005/index.html">2005/06</a></li><li><a href="/web/20111127184609/http://it.uefa.com/uefaeuropaleague/season=2006/index.html">2006/07</a></li><li><a href="/web/20111127184609/http://it.uefa.com/uefaeuropaleague/season=2008/index.html">2007/08</a></li><li><a href="/web/20111127184609/http://it.uefa.com/uefaeuropaleague/season=2009/index.html">2008/09</a></li><li><a href="/web/20111127184609/http://it.uefa.com/uefaeuropaleague/season=2010/index.html">2009/10</a></li></ul></div><div class="seasonGroup "><p class="caption">2010</p><ul class="last"><li><a href="/web/20111127184609/http://it.uefa.com/uefaeuropaleague/season=2011/index.html">2010/11</a></li></ul></div></div><p class="currSeason more"><a href="" class="fr">Torna alla stagione corrente</a></p></div></li><li id="ml2_more_plus" class="fadeThis "><a href="#"><span>Altro<span class="more_btn">&nbsp;</span></span></a><div id="ml2_more_items" class="hover"><ul><li><a href="/web/20111127184609/http://it.uefa.com/uefaeuropaleague/ticketing/index.html">Biglietti</a></li><li><a href="/web/20111127184609/http://it.uefa.com/uefaeuropaleague/mobile/index.html">Cellulare</a></li><li><a href="/web/20111127184609/http://it.uefa.com/uefaeuropaleague/season=2012/competitionformat/index.html">Formula</a></li><li><a href="/web/20111127184609/http://it.uefa.com/uefaeuropaleague/season=2012/final/index.html">Finale</a></li><li><a href="/web/20111127184609/http://it.uefa.com/uefaeuropaleague/season=2012/music/index.html">Inno</a></li></ul></div></li></ul></div><!--googleon:snippet--> <div class="d3cmsTopContent"><div class="row "><!--googleoff:snippet--><div class="grid_12 tabs_gray"><div id="menuLevel3"><h2 class="m3_matches menuTitle">Partite</h2><ul class="menu clearfix"><li id="mtc_ov" class=" current "><a href="/web/20111127184609/http://it.uefa.com/uefaeuropaleague/season=2012/matches/index.html"><span>Sommario</span></a></li><li id="mtc_bm" class=""><a href="/web/20111127184609/http://it.uefa.com/uefaeuropaleague/season=2012/matches/bymonth/index.html"><span>Per mese</span></a></li><li id="mtc_am" class=" last "><a href="/web/20111127184609/http://it.uefa.com/uefaeuropaleague/season=2012/matches/all/index.html"><span>Tutte le partite</span></a></li></ul> </div></div><!--googleon:snippet--> </div></div> </div><div class="d3cmsCBody"><div class="grid_8 "><div class="row "><!--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],"Old":[9,17,13,24,23,28,25,101,5,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":2007641,"rule":0},{"idMatch":2007642,"rule":0},{"idMatch":2007643,"rule":0},{"idMatch":2007644,"rule":0},{"idMatch":2007645,"rule":0},{"idMatch":2007646,"rule":0},{"idMatch":2007647,"rule":0},{"idMatch":2007648,"rule":0},{"idMatch":2007751,"rule":0},{"idMatch":2007771,"rule":0},{"idMatch":2007802,"rule":0},{"idMatch":2007827,"rule":0},{"idMatch":2007836,"rule":0},{"idMatch":2007881,"rule":0},{"idMatch":2007902,"rule":0}]}; window.Deltatre.Uefacom.CurrentDate=[2011,11,25]; var handler = new d3.MatchHandler({ idcup:14, 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=14/season=2012/fixtures/day=[day]/session=[session]/_matchesbydate.html' }); handler.loadMdSe(false); $('#expandAll').click(handler.expandAll); $('#collapseAll').click(handler.collapseAll); });})(jQuery, window);</script><!--googleon: all--><div id="matchesindex" class="matchesbyround"><div id="matchtabphaselist"><ul class="clearfix"><li class="first " style="z-index:99"><a href="/web/20111127184609/http://it.uefa.com/uefaeuropaleague/season=2012/matches/round=2000268/index.html" title="Qualificazioni">Qualificazioni</a></li><li class="mid" style="z-index:98"><a href="/web/20111127184609/http://it.uefa.com/uefaeuropaleague/season=2012/matches/round=2000271/index.html" title="Spareggio">Spareggio</a></li><li class="mid" style="z-index:97"><a href="/web/20111127184609/http://it.uefa.com/uefaeuropaleague/season=2012/matches/round=2000272/index.html" title="Fase a gironi">Fase a gironi</a></li><li class="selected mid" style="z-index:96"><a href="/web/20111127184609/http://it.uefa.com/uefaeuropaleague/season=2012/matches/round=2000273/index.html" title="Eliminazione diretta">Eliminazione diretta</a></li><li class="last" style="z-index:95"><a href="/web/20111127184609/http://it.uefa.com/uefaeuropaleague/season=2012/matches/round=2000277/index.html" title="Finale">Finale</a></li></ul></div><div id="roundphaselist"><ul class="clearfix"><li class="first "><a href="/web/20111127184609/http://it.uefa.com/uefaeuropaleague/season=2012/matches/round=2000273/index.html" title="Sedicesimi di finale">Sedicesimi di finale</a></li><li class="mid selected"><a href="/web/20111127184609/http://it.uefa.com/uefaeuropaleague/season=2012/matches/round=2000274/index.html" title="Ottavi di finale">Ottavi di finale</a></li><li class="mid "><a href="/web/20111127184609/http://it.uefa.com/uefaeuropaleague/season=2012/matches/round=2000275/index.html" title="Quarti di finale">Quarti di finale</a></li><li class="mid "><a href="/web/20111127184609/http://it.uefa.com/uefaeuropaleague/season=2012/matches/round=2000276/index.html" title="Semifinali">Semifinali</a></li></ul></div><div><div class="atc fl">Orari CET</div><div class="expcoll fr"><a href="#" id="expandAll">Espandi</a> / <a href="#" id="collapseAll">Riduci</a></div></div><ul class="clearfix round_nav"><li class="prev l"><a class="prevnavig btn" href="/web/20111127184609/http://it.uefa.com/uefaeuropaleague/season=2012/matches/round=2000273/index.html">&nbsp;</a><a href="/web/20111127184609/http://it.uefa.com/uefaeuropaleague/season=2012/matches/round=2000273/index.html">Sedicesimi di finale</a></li><li class="next r"><a class="nextnavig btn" href="/web/20111127184609/http://it.uefa.com/uefaeuropaleague/season=2012/matches/round=2000275/index.html">&nbsp;</a><a href="/web/20111127184609/http://it.uefa.com/uefaeuropaleague/season=2012/matches/round=2000275/index.html">Quarti di finale</a>&nbsp;</li></ul><div class="mdsession matchBox innGrid_8"><h3 class="barTitle">Ottavi di finale : 8 March 2012 </h3><div class="session"><table class="date20120308" id="md_9_1"> </table></div></div><div class="mdsession matchBox innGrid_8"><h3 class="barTitle">Ottavi di finale : 15 March 2012 </h3><div class="session"><table class="date20120315" id="md_10_1"> </table></div></div><div class="fixnoav cb"><h2 class="medTitle c">Calendario non ancora disponibile</h2></div><p class="footnote lupdate">Ultimo aggiornamento: 30/09/2011 08:54 CET</p><ul class="clearfix round_nav"><li class="prev l"><a class="prevnavig btn" href="/web/20111127184609/http://it.uefa.com/uefaeuropaleague/season=2012/matches/round=2000273/index.html">&nbsp;</a><a href="/web/20111127184609/http://it.uefa.com/uefaeuropaleague/season=2012/matches/round=2000273/index.html">Sedicesimi di finale</a></li><li class="next r"><a class="nextnavig btn" href="/web/20111127184609/http://it.uefa.com/uefaeuropaleague/season=2012/matches/round=2000275/index.html">&nbsp;</a><a href="/web/20111127184609/http://it.uefa.com/uefaeuropaleague/season=2012/matches/round=2000275/index.html">Quarti di finale</a>&nbsp;</li></ul></div> </div> </div><div class="grid_4 "><div class="row "><div style="" class="box ADBox "><div class="bH"><!--googleoff:index--><!--googleon:index--> </div><div class="bC"><div><!-- begin ad tag (tile=1) --><script type="text/javascript">if (typeof ord=='undefined') {ord=Math.random()*10000000000000000;}var AD_uel_section_MPU_mpu_top_1='https://web.archive.org/web/20111127184609/http://ad.ch.doubleclick.net/adj/uel.italian/section_MPU;pos=mpu_top;tile=1;sect=;kw=;dcopt=ist;sz=300x250;ord=' + ord + '?'; addADLinkScript(AD_uel_section_MPU_mpu_top_1); </script><noscript><p><a href="https://web.archive.org/web/20111127184609/http://ad.ch.doubleclick.net/jump/uel.italian/section_MPU;pos=mpu_top;tile=1;sect=;kw=;sz=300x250;ord=123456789" onclick="window.open(this.href); return false;"><img src="https://web.archive.org/web/20111127184609im_/http://ad.ch.doubleclick.net/ad/uel.italian/section_MPU;pos=mpu_top;tile=1;sect=;kw=;sz=300x250;ord=123456789" width="300" height="250" alt=""/></a></p></noscript><!-- End ad tag -->&nbsp;</div> </div><div class="bF"> </div> </div> </div><div class="row "><div class="box "><div class="bH"><!--googleoff:index--><h3>Verso la finale </h3> <!--googleon:index--> </div><div class="bC"><div class="clearLeft innerText"><div class="fl newsBody"><div class="newsText"><p>La UEFA Europa League consiste in tre turni di qualificazione, un turno di spareggi, una fase a gironi e cinque turni a eliminazione diretta.</p> <p><strong>Qualificazioni</strong><br/>Nelle sfide dei tre turni di qualificazione e del turno di spareggi, le squadre si affrontano in doppi confronti a eliminazione diretta in casa e in trasferta. La squadra che segna il maggior numero di gol nell'arco delle due gare si qualifica al turno successivo. In caso di eventuale parità per determinare la vincitrice si ricorre alla regola dei gol segnati in trasferta o, eventualmente, ai tempi supplementari e calci di rigore.</p> <p><strong>Fase a gironi<br/></strong>Le 38 vincitrici del turno di spareggi danno vita alla fase a gironi insieme alle dieci squadre sconfitte negli sparggi di UEFA Champions League. Le formazioni vengono suddivise in 12 gruppi da quattro e ogni squadra affronta tutte le avversarie del rispettivo raggruppamento tra settembre e dicembre. Le prime due classificate di ogni girone accedono ai sedicesimi di finale insieme alle squadre terze classificate nel proprio girone di UEFA Champions League.</p> <p><strong>Fase ad eliminazione diretta</strong><br/>Dai sedicesimi di finale fino alle semifinali, il torneo procede con doppi confronti ad eliminazione diretta in casa e in trasferta ai quali si applicano le stesse regole dei turni di qualificazione e di quello di spareggi. Nei sedicesimi di finale, le vincitrici della fase a gironi e le squadre terze classificate nei rispettivi raggruppamenti di UEFA Champions League con il miglior rendimento sono teste di serie e disputano le gare adi ritorno in casa. Squadre provenienti dallo stesso girone o dallo stesso paese non possono affrontarsi. Dagli ottavi di finale in poi, il sorteggio non prevede restrizoni.</p> <p><strong>Finale</strong><br/>La finale si disputa in gara singola e per la stagione 2011/12 si giocherà alla National Arena di Bucarest, mercoledì 9 maggio.</p> <p>Altre informazioni, tra cui i criteri per dividere le squadre che finiscono a pari punti nel girone, si possono trovare sul <a href="https://web.archive.org/web/20111127184609/https://editorial.fame.uefa.com/MultimediaFiles/Download/Regulations/competitions/Regulations/01/62/69/60/1626960_DOWNLOAD.pdf">regolamento ufficiale della competizione</a>.</p> </div></div></div> </div><div class="bF"> </div> </div> </div> </div>&nbsp; </div></div><div class="d3cmsBCbot"><!--googleoff:snippet--><div class="bcMenu"><ol class="fl bcLinks"><li> <a title="UEFA.com" class="bcLink" href="/web/20111127184609/http://it.uefa.com/index.html">UEFA.com</a></li><li>&nbsp;&gt;&nbsp;<a title="UEFA Europa League" class="bcLink" href="/web/20111127184609/http://it.uefa.com/uefaeuropaleague/index.html">UEFA Europa League</a></li><li>&nbsp;&gt;&nbsp;<a title="Stagione" class="bcLink" href="/web/20111127184609/http://it.uefa.com/uefaeuropaleague/season=2012/index.html">Stagione</a></li><li>&nbsp;&gt;&nbsp;<a title="Partite" class="bcLink" href="/web/20111127184609/http://it.uefa.com/uefaeuropaleague/season=2012/matches/index.html">Partite</a></li><li>&nbsp;&gt;&nbsp;<a title="Fase" class="bcLink" href="/web/20111127184609/http://it.uefa.com/uefaeuropaleague/season=2012/matches/round=2000274/index.html">Fase</a></li></ol><span class="closer fl">&nbsp;</span><div class="feedBack fr"><a href="/web/20111127184609/http://it.uefa.com/community/feedback/index.html">Mandaci il tuo Feedback</a></div></div><!--googleon:snippet--> </div><div class="d3cmsFooter"><!--googleoff: all--><div class="d3cmsCFooter"><div class="competition fl"><span class="footerLbl">Competizioni</span><div class="competitionlist fl"><span>- Club - </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/20111127184609/http://it.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/20111127184609/http://it.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/20111127184609/http://it.uefa.com/uefasupercup/index.html" title="Supercoppa UEFA">Supercoppa UEFA</a></li></ul> </div><div class="competitionlist fl"><span>- Nazionali - </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/20111127184609/http://it.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/20111127184609/http://it.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/20111127184609/http://it.uefa.com/worldcup/index.html" title="Coppa del Mondo">Coppa del Mondo</a></li><li><a onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Footer'});" href="/web/20111127184609/http://it.uefa.com/under21/index.html" title="Europei Under 21">Europei Under 21</a></li></ul><span>- Giovani/Dilettanti - </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/20111127184609/http://it.uefa.com/under19/index.html" title="Europeo Under 19">Europeo Under 19</a></li><li><a onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Footer'});" href="/web/20111127184609/http://it.uefa.com/under17/index.html" title="Europeo Under 17">Europeo Under 17</a></li><li><a onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Footer'});" href="/web/20111127184609/http://it.uefa.com/regionscup/index.html" title="Coppa della Regioni">Coppa della Regioni</a></li></ul> </div><div class="competitionlist fl"><span><a onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Footer'});" href="/web/20111127184609/http://it.uefa.com/women/index.html" title="- Calcio femminile -">- Calcio femminile - </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/20111127184609/http://it.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/20111127184609/http://it.uefa.com/womensworldcup/index.html" title="Mondiali femminili">Mondiali femminili</a></li><li><a onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Footer'});" href="/web/20111127184609/http://it.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/20111127184609/http://it.uefa.com/womensunder19/index.html" title="Europeo U19 femminile">Europeo U19 femminile</a></li><li><a onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Footer'});" href="/web/20111127184609/http://it.uefa.com/womensunder17/index.html" title="Under 17 Femminile">Under 17 Femminile</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/20111127184609/http://it.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/20111127184609/http://it.uefa.com/futsaleuro/index.html" title="Europeo futsal">Europeo futsal</a></li><li><a onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Footer'});" href="/web/20111127184609/http://it.uefa.com/futsalworldcup/index.html" title="Mondiali FIFA futsal">Mondiali FIFA futsal</a></li><li><a onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Footer'});" href="/web/20111127184609/http://it.uefa.com/futsalcup/index.html" title="Coppa UEFA futsal">Coppa UEFA futsal</a></li></ul> </div></div><div class="aboutuefa fl"><span class="footerLbl">La 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/20111127184609/http://it.uefa.com/uefa/news/index.html" title="Notizie">Notizie</a></li><li><a onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Footer'});" href="/web/20111127184609/http://it.uefa.com/uefa/aboutuefa/organisation/president/index.html" title="Presidente">Presidente</a></li><li><a onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Footer'});" href="/web/20111127184609/http://it.uefa.com/uefa/library/_redirect_calendar.html" title="Calendario">Calendario</a></li><li><a onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Footer'});" href="/web/20111127184609/http://it.uefa.com/uefa/aboutuefa/organisation/job/index.html" title="Lavoro">Lavoro</a></li><li><a onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Footer'});" href="/web/20111127184609/http://it.uefa.com/uefa/mediaservices/index.html" title="Servizi per i Media">Servizi per i Media</a></li><li><a onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Footer'});" href="/web/20111127184609/http://it.uefa.com/uefa/mediaservices/accreditation/index.html" title="Accrediti stampa">Accrediti stampa</a></li><li><a onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Footer'});" href="/web/20111127184609/http://it.uefa.com/uefa/events/videoarchive/index.html" title="Archivio video UEFA">Archivio video UEFA</a></li><li><a onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Footer'});" href="/web/20111127184609/http://it.uefa.com/uefa/events/tv/index.html" title="Ore di trasmissione bloccate">Ore di trasmissione bloccate</a></li><li><a onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Footer'});" href="/web/20111127184609/http://it.uefa.com/uefa/events/marketing/index.html" title="Vendita Diritti per i Media">Vendita Diritti per i Media</a></li><li><a onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Footer'});" href="/web/20111127184609/http://it.uefa.com/uefa/footballfirst/protectingthegame/antidoping/index.html" title="Antidoping">Antidoping</a></li></ul></div><div class="chnw fl"><div class="channel"><span class="footerLbl">Canali</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/20111127184609/http://it.uefa.com/news/index.html" title="Centro news">Centro 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/20111127184609/http://it.uefa.com/teamsandplayers/index.html" title="Squadre &amp; Giocatori">Squadre &amp; Giocatori</a></li><li><a onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Footer'});" href="/web/20111127184609/http://it.uefa.com/video/index.html" title="Video">Video</a></li></ul></div><div class="channel"><span class="footerLbl">Siti network 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/20111127184609/http://it.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/20111127184609/http://twitter.com/uefacom_it" target="_blank" title="UEFA.com su Twitter">UEFA.com su 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/20111127184609/http://it.uefa.com/store/index.html" title="Negozio">Negozio</a></li></ul></div></div><div class="tlmyu fl"><div class="tools"><span class="footerLbl">Strumenti</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/20111127184609/http://it.uefa.com/news/rssfeeds/index.html" title="RSS feeds">RSS feeds</a></li></ul></div><div class="channel"><span class="footerLbl">Il mio 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/20111127184609/http://it.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/20111127184609/http://it.uefa.com/community/registration/index.html" title="Registrati">Registrati</a></li><li><a onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Footer'});" href="/web/20111127184609/http://it.uefa.com/community/mypage/profile.htmx" title="Il mio UEFA.com">Il mio UEFA.com</a></li></ul></div></div><div class="languages row"><span class="langLbl">Cambia lingua:</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/20111127184609/http://en.uefa.com/" title="Inglese">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/20111127184609/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/20111127184609/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/20111127184609/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/20111127184609/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/20111127184609/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/20111127184609/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/20111127184609/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/20111127184609/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/20111127184609/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/20111127184609/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/20111127184609/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 - Il sito ufficiale del calcio europeo" href="/web/20111127184609/http://it.uefa.com/index.html"> UEFA.com - Il sito ufficiale del calcio europeo</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/20111127184609/http://it.uefa.com/uefa/aboutuefa/organisation/contactuefa/index.html" title="Contattaci">Contattaci</a></li><li><a onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Footer'});" href="/web/20111127184609/http://it.uefa.com/uefa/faq/index.html" title="Aiuto / FAQ">Aiuto / 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/20111127184609/http://it.uefa.com/uefa/termsconditions.html" title="Termini e condizioni">Termini e condizioni</a></li><li><a onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Footer'});" href="/web/20111127184609/http://it.uefa.com/uefa/privacypolicy.html" title="Privacy">Privacy</a></li><li><a onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Footer'});" href="/web/20111127184609/http://it.uefa.com/sitemap/index.html" title="Mappa del Sito">Mappa del Sito</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/20111127184609/http://m.uefa.com/it/" title="Versione mobile">Versione mobile</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/20111127184609/http://ac.uefa.com/it/" title="Versione accessibile">Versione accessibile</a></li></ul><ul class="disclaimer"><li>© 1998-2011 UEFA. Tutti i diritti riservati.</li><li>La parola UEFA EUROPA LEAGUE, il logo della UEFA Europa League e il trofeo della UEFA Europa League sono marchi registrati e/o copyright della UEFA. Tali trade mark non possono essere utilizzati in nessun modo per scopi commerciali. L'utilizzo di UEFA.com sta a significare l'accettazione dei Termini e Condizioni e delle Norme sulla Privacy.</li></ul></div><script type="text/javascript"> var gaJsHost = (("https:" == document.location.protocol) ? "https://web.archive.org/web/20111127184609/https://ssl." : "https://web.archive.org/web/20111127184609/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:"it.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/20111127184609/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 18:46:09 Nov 27, 2011 AND RETRIEVED FROM THE INTERNET ARCHIVE ON 22:32:08 Feb 16, 2025. 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: 0.521 exclusion.robots: 0.034 exclusion.robots.policy: 0.024 esindex: 0.012 cdx.remote: 8.846 LoadShardBlock: 52.67 (3) PetaboxLoader3.datanode: 105.87 (4) load_resource: 139.416 PetaboxLoader3.resolve: 62.539 -->

Pages: 1 2 3 4 5 6 7 8 9 10