CINXE.COM
Mitgliedsverbände - Schottland - Übersicht – 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="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://de.uefa.com:80/memberassociations/association=sco/index.html","20120406195315","https://web.archive.org/","web","https://web-static.archive.org/_static/", "1333741995"); </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>Mitgliedsverbände - Schottland - Übersicht – 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"/><meta name="searchtitle" content="Scotland,Scotland,Schottland"/><meta name="searchname" content="Scotland"/><meta name="searchtype" content="memberassociations"/><meta name="searchteamid" content="1027"/><link rel="canonical" href="https://web.archive.org/web/20120406195315/http://de.uefa.com/memberassociations/association=sco/index.html"/><link rel="image_src" href="https://web.archive.org/web/20120406195315im_/http://img.uefa.com/imgml/icons/social/og/uefacom.jpg"> </link><link type="text/css" title="standard" rel="stylesheet" media="screen" href="/web/20120406195315cs_/http://de.uefa.com/inc/css/main.css?20120406141559"/><link type="text/css" title="standard" rel="stylesheet" media="print" href="/web/20120406195315cs_/http://de.uefa.com/inc/css/print.css?20111019091843"/><link type="text/css" title="standard" rel="stylesheet" media="screen" href="/web/20120406195315cs_/http://de.uefa.com/inc/css/memberassociations/main.css?20120328172847"/><script type="text/javascript" src="/web/20120406195315js_/http://de.uefa.com/inc/js/main.js?20120402090430"> </script><link rel="shortcut icon" href="/web/20120406195315im_/http://de.uefa.com/imgml/favicon/favicon.ico"/></head><body id="memberassociations" class="association_sco index langD"><script type="text/javascript"><!-- SCW.Initialize();SCW.AllowedJSContent = new Array();SCW.ContentProperties = {"subsec1":"association sco","type":"hub","sec":"member associations","lang":"DE"};SCW.Events = new Array();SCW.EVars = {};SCW.Props = {"23":"scotland","43":"web","22":"sco"};SCW.CustomSocialNetwork = {"hp":"uefacom hp"};SCW.CustomValues = {"43":"sco"};//--></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 ='uefa.com'; 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/20120406195315/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/20120406195315im_/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/20120406195315/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/20120406195315im_/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/20120406195315/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/20120406195315/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/20120406195315/http://de.uefa.com/community/login/index.html">Login</a> </div><div id="logoutH" style="display:none"><a id="logoutHL" href="/web/20120406195315/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/20120406195315/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--><script type="text/javascript"> if(isHeaderClosed){ document.write("<style>#menuLevel1, #menuLevel0 { height: 0; overflow: hidden; } #box{height:0; overflow: hidden;} #OverBox a#close {display: none;} #OverBox a#open {display: block;} #OverBox a#close:hover {display: none;} #OverBox a#open:hover {display: block;} #OverBox a#closeSup {display: none;} #OverBox a#openSup {display: block;}</style>"); }; </script><!--googleoff:snippet--><div id="menuLevel0"><ul><li id="ml0_nc"><a href="/web/20120406195315/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/20120406195315/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/20120406195315/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/20120406195315/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/20120406195315/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/20120406195315/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/20120406195315/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/20120406195315/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="current"><a href="/web/20120406195315/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/20120406195315/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/20120406195315/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/20120406195315/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/20120406195315/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/20120406195315/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_u21" class=""><a href="/web/20120406195315/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><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/20120406195315/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/20120406195315/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/20120406195315/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/20120406195315/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/20120406195315/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/20120406195315/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/20120406195315/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/20120406195315/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/20120406195315/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/20120406195315/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/20120406195315/http://de.uefa.com/women/index.html">- Frauen -</a></span><ul><li><a href="/web/20120406195315/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/20120406195315/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/20120406195315/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/20120406195315/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/20120406195315/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/20120406195315/http://de.uefa.com/futsal/index.html">- Futsal -</a></span><ul><li><a href="/web/20120406195315/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/20120406195315/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/20120406195315/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/20120406195315/http://de.uefa.com/index.html">UEFA.com</a></li><li> > <a title="Mitgliedsverbände" class="bcLink" href="/web/20120406195315/http://de.uefa.com/memberassociations/index.html">Mitgliedsverbände</a></li><li> > <a title="Schottland" class="bcLink" href="/web/20120406195315/http://de.uefa.com/memberassociations/association=sco/index.html">Schottland</a></li></ol><span class="closer fl"> </span><div class="feedBack fr"><a href="/web/20120406195315/http://de.uefa.com/community/feedback/index.html">Feedback schicken</a></div></div><!--googleon:snippet--> </div><div class="d3cmsContentWrap"><div class="d3cmsContent"><div class="d3cmsCHeader"><!--googleoff:snippet--><div id="menuLevel2"><a class="logolink" href="/web/20120406195315/http://de.uefa.com/memberassociations/index.html"> </a><ul class="memberAssociation"><li id="ml2_leaguesandcups"><a title="Europäische Ligen und Pokale" href="/web/20120406195315/http://de.uefa.com/memberassociations/leaguesandcups/index.html"><span>Europäische Ligen und Pokale</span></a></li><li id="ml2_leaguematchcenter"><a title="MatchCentre Ligen" href="/web/20120406195315/http://de.uefa.com/memberassociations/leaguematchcentre/index.html"><span>MatchCentre Ligen</span></a></li><li id="ml2_news"><a title="News" href="/web/20120406195315/http://de.uefa.com/memberassociations/news/index.html"><span>News</span></a></li><li id="ml2_photos"><a title="Fotos" href="/web/20120406195315/http://de.uefa.com/memberassociations/photos/index.html"><span>Fotos</span></a></li><li id="ml2_video"><a title="Videos" href="/web/20120406195315/http://de.uefa.com/memberassociations/video/index.html"><span>Videos</span></a></li><li id="ml2_futsal"><a title="Futsal" href="/web/20120406195315/http://de.uefa.com/memberassociations/futsal/index.html"><span>Futsal</span></a></li><li id="ml2_women"><a title="Frauenfußball" href="/web/20120406195315/http://de.uefa.com/memberassociations/women/index.html"><span>Frauenfußball</span></a></li><li id="ml2_rankings"><a title="UEFA-Ranglisten" href="/web/20120406195315/http://de.uefa.com/memberassociations/uefarankings/index.html"><span>UEFA-Ranglisten</span></a></li></ul><select name="association" class="memberAssociation" onchange="location.href='/memberassociations/association='+this[selectedIndex].value+'/index.html'"><option>Wählen Sie Ihren Verband</option><option value="alb">Albanien</option><option value="and">Andorra</option><option value="arm">Armenien</option><option value="aze">Aserbaidschan</option><option value="blr">Belarus</option><option value="bel">Belgien</option><option value="bih">Bosnien-Herzegowina</option><option value="bul">Bulgarien</option><option value="den">Dänemark</option><option value="ger">Deutschland</option><option value="mkd">EJRM</option><option value="eng">England</option><option value="est">Estland</option><option value="fro">Färöer Inseln</option><option value="fin">Finnland</option><option value="fra">Frankreich</option><option value="geo">Georgien</option><option value="gre">Griechenland</option><option value="isl">Island</option><option value="isr">Israel</option><option value="ita">Italien</option><option value="kaz">Kasachstan</option><option value="cro">Kroatien</option><option value="lva">Lettland</option><option value="lie">Liechtenstein</option><option value="ltu">Litauen</option><option value="lux">Luxemburg</option><option value="mlt">Malta</option><option value="mda">Moldawien</option><option value="mne">Montenegro</option><option value="ned">Niederlande</option><option value="nir">Nordirland</option><option value="nor">Norwegen</option><option value="aut">Österreich</option><option value="pol">Polen</option><option value="por">Portugal</option><option value="irl">Republik Irland</option><option value="rou">Rumänien</option><option value="rus">Russland</option><option value="smr">San Marino</option><option value="sco">Schottland</option><option value="swe">Schweden</option><option value="sui">Schweiz</option><option value="srb">Serbien</option><option value="svk">Slowakei</option><option value="svn">Slowenien</option><option value="esp">Spanien</option><option value="cze">Tschechische Republik</option><option value="tur">Türkei</option><option value="ukr">Ukraine</option><option value="hun">Ungarn</option><option value="wal">Wales</option><option value="cyp">Zypern</option></select></div><!--googleon:snippet--> <div class="d3cmsTopContent"><div class="row "><div id="associationHeader" class="HeaderInfo grid_12" style="background:url(/web/20120406195315im_/http://de.uefa.com/imgml/MA/headers/SCO.jpg) 0px 0px repeat-x;"><div class="HeaderProfile innGrid_11"><div class="HeaderLogo"><a title="Schottland" href="/web/20120406195315/http://de.uefa.com/memberassociations/association=sco/index.html"><img height="50" width="50" alt="Schottland" title="Schottland" src="https://web.archive.org/web/20120406195315im_/http://img.uefa.com/imgml/MA/logos/50x50/117.png"/></a></div><div class="HeaderDetails ma"><h1 class="bigTitle"><a class="ma" title="Schottland" href="/web/20120406195315/http://de.uefa.com/memberassociations/association=sco/index.html">Schottland</a></h1><h2><img height="18" width="18" alt="Schottland" title="Schottland" src="https://web.archive.org/web/20120406195315im_/http://img.uefa.com/imgml/flags/18x18/SCO.png"/><span class="officialName">The Scottish Football Association</span></h2></div></div><div class="innGrid_1"><a href="/web/20120406195315/http://de.uefa.com/memberassociations/uefarankings/country/index.html"><span id="headerRanking"><div class="rtitle">UEFA RANKING 2011/12</div><div><span class="rpos">17</span><img src="/web/20120406195315im_/http://de.uefa.com/imgml/icons/equal.png" width="16" height="16"/></div></span><span class="tooltip downRightSmall left_0 top_-74" id="tlp_ranking"><span class="top"> </span><span class="ctn c"><span class="rnk_inn">UEFA country coefficient 2011/12</span></span><span class="btm"> </span></span></div></div> </div><div class="row "><!--googleoff:snippet--><div class="grid_12 tabs_gray maThirdLevel"><div id="menuLevel3"><ul class="menu clearfix"><li id="dml3_overview" class=" current "><a href="/web/20120406195315/http://de.uefa.com/memberassociations/association=sco/index.html"><span>Übersicht</span></a></li><li id="dml3_news" class=""><a href="/web/20120406195315/http://de.uefa.com/memberassociations/association=sco/news/index.html"><span>News</span></a></li><li id="dml3_photos" class=""><a href="/web/20120406195315/http://de.uefa.com/memberassociations/association=sco/photos/index.html"><span>Fotos</span></a></li><li id="dml3_league" class=""><a href="/web/20120406195315/http://de.uefa.com/memberassociations/association=sco/domesticleague/index.html"><span>Liga</span></a></li><li id="dml3_cup" class=""><a href="/web/20120406195315/http://de.uefa.com/memberassociations/association=sco/domesticcup/index.html"><span>Pokal</span></a></li><li id="dml3_futsal" class=""><a href="/web/20120406195315/http://de.uefa.com/memberassociations/association=sco/futsal/index.html"><span>Futsal</span></a></li><li id="dml3_women" class=""><a href="/web/20120406195315/http://de.uefa.com/memberassociations/association=sco/women/index.html"><span>Frauenfußball</span></a></li><li id="dml3_teamsinuefa" class=""><a href="/web/20120406195315/http://de.uefa.com/memberassociations/association=sco/teamsinuefacompetitions/index.html"><span>Teams in UEFA-Wettbewerben</span></a></li><li id="dml3_honours" class=""><a href="/web/20120406195315/http://de.uefa.com/memberassociations/association=sco/honours/index.html"><span>Erfolge</span></a></li><li id="dml3_profile" class=""><a href="/web/20120406195315/http://de.uefa.com/memberassociations/association=sco/profile/index.html"><span>Profil</span></a></li><li id="dml3_uefarankings" class=" last "><a href="/web/20120406195315/http://de.uefa.com/memberassociations/association=sco/uefarankings/index.html"><span>UEFA-Ranglisten</span></a></li></ul> </div></div><!--googleon:snippet--> </div></div> </div><div class="d3cmsCBody"><div class="grid_6 "><div class="row "><div class="box maNews"><div class="bH"><!--googleoff:index--><h3>News </h3> <!--googleon:index--> </div><div class="bC"><!--googleoff:index--><div class="newsCol6"><div><a class="newsThumb" href="/web/20120406195315/http://de.uefa.com/womensunder19/news/newsid=1780942.html"><img src="/web/20120406195315im_/http://de.uefa.com/MultimediaFiles/Photo/competitions/Comp_Matches/01/78/08/28/1780828_w3.jpg" alt="Deutschland nicht bei EM dabei" width="490" height="276"/></a><div class="innerText"><p class="newsRoofline"><a href="/web/20120406195315/http://de.uefa.com/womensunder19/index.html" title="UEFA-U19-EM Frauen">UEFA-U19-EM Frauen</a></p><h4 class="nTitle"><a href="/web/20120406195315/http://de.uefa.com/womensunder19/news/newsid=1780942.html">Qualifikation beendet</a></h4></div><div class="newsComment innerText"><a href="/web/20120406195315/http://de.uefa.com/womensunder19/news/newsid=1780942.html">Serbien, Portugal, England, Schweden und Spanien sicherten sich die Teilnahme an der UEFA-U19-EM für Frauen 2012 neben Rumänien und Gastgeber Türkei. Deutschland schaffte das nicht.</a></div> </div><div class="secondNews"><ul class="clearfix"><li class="innGrid_3"><div class="innerText"><p class="newsRoofline"><a href="/web/20120406195315/http://de.uefa.com/womenseuro/index.html" title="Frauen-Europameisterschaft">Frauen-Europameisterschaft</a></p><p class="nTitleContainer"><h5 class="nTitle"><a href="/web/20120406195315/http://de.uefa.com/womenseuro/news/newsid=1777749.html">Frankreich, Italien, und Deutschland siegen</a></h5></p></div></li><li class="innGrid_3"><div class="innerText"><p class="newsRoofline anchorPad">Rückblick auf das Wochenende</p><p class="nTitleContainer"><h5 class="nTitle"><a href="/web/20120406195315/http://de.uefa.com/memberassociations/news/newsid=1773814.html">PSG und City stolpern</a></h5></p></div></li><li class="innGrid_3"><div class="innerText"><p class="newsRoofline"><a href="/web/20120406195315/http://de.uefa.com/memberassociations/index.html" title="Das Beste der Woche">Das Beste der Woche</a></p><p class="nTitleContainer"><h5 class="nTitle"><a href="/web/20120406195315/http://de.uefa.com/memberassociations/news/newsid=1772856.html">Muamba und Messi im Mittelpunkt</a></h5></p></div></li><li class="innGrid_3"><div class="innerText"><p class="newsRoofline"><a href="/web/20120406195315/http://de.uefa.com/memberassociations/index.html" title="Mitgliedsverbände">Mitgliedsverbände</a></p><p class="nTitleContainer"><h5 class="nTitle"><a href="/web/20120406195315/http://de.uefa.com/memberassociations/news/newsid=1772874.html">Topspiele am Wochenende</a></h5></p></div></li></ul></div><div class="more innerText innerText"><a title="Mehr Verbands-Top-Storys" href="/web/20120406195315/http://de.uefa.com/memberassociations/association=sco/news/index.html">Mehr Verbands-Top-Storys</a></div> </div><!--googleon:index--> </div><div class="bF"> </div> </div> </div><div class="row "><div class="box maMatches"><div class="bH"><!--googleoff:index--><h3>Nationale Wettbewerbe </h3> <!--googleon:index--> </div><div class="bC"><!--googleoff:snippet--><div class="jTabs tabs " id="allDomesticLeague"><ul class="menu"><li class="pos1_sel1 selected"><a href="#ui-tabs-allDomesticLeague"><span>Liga </span> </a> </li><li class="pos2_sel1 "><a href="/web/20120406195315/http://de.uefa.com/memberassociations/leaguesandcups/idcup=2027/_includeStandingTotal.html"><span>Futsal </span> </a> </li><li class="pos3_sel1 "><a href="/web/20120406195315/http://de.uefa.com/memberassociations/leaguesandcups/idcup=3027/_includeStandingTotal.html"><span>Frauenfußball </span> </a> </li><li class="pos4_sel1 last "><a href="/web/20120406195315/http://de.uefa.com/memberassociations/association=sco/domesticcup/library/_lastmatchlistdomesticcup.html"><span>Pokal </span> </a> </li> </ul><div id="ui-tabs-allDomesticLeague"><!--googleoff: all--><script type="text/javascript"> function getContentForStanding(dd, filterId) { var myindex = dd.selectedIndex var SelValue = dd.options[myindex].value $j(filterId).find('h3.vis_title').removeClass('vis_title'); $j(filterId).find('table.vis_grtable').removeClass('vis_grtable'); $j(filterId).find('h3.vis_title').addClass('vis_title'); $j(filterId).find('h3.grp_' + SelValue).addClass('vis_title'); $j(filterId).find('table.grp_' + SelValue).addClass('vis_grtable'); } </script><!--googleon: all--><div class="t_standings"><div class="t_standings cup_1027_2012"><h3 class="bigTitle innerText grp_200001369 vis_title">Schottische Premier League 2011/12 </h3><table class="tb_stand grp_200001369 vis_grtable"><thead><tr class="lcol"><th class="w18 rank nosort innerText"></th><th class="nosort w16 stday"></th><th class="w190 l nosort">Vereine</th><th class="win nosort"></th><th class=""><abbr title="Spiele">S</abbr></th><th class=""><abbr title="Siege">S</abbr></th><th class=""><abbr title="Unentschieden">U</abbr></th><th class=""><abbr title="Niederlagen">N</abbr></th><th class=""><abbr title="Erzielte Tore">+</abbr></th><th class=""><abbr title="Gegentore">G</abbr></th><th class=""><abbr title="Tordifferenz">+/-</abbr></th><th class=""><abbr title="Punkte">Pkt.</abbr></th></tr></thead><tbody><tr class="on "><td class="w18 rank nosort innerText">1</td><td class="nosort w16 stday"><img alt="" title="" src="/web/20120406195315im_/http://de.uefa.com/imgml/icons/equal.png"/></td><td class="w190 l nosort"><a href="/web/20120406195315/http://de.uefa.com/teamsandplayers/teams/club=50050/domestic/index.html">Celtic FC</a></td><td class="win nosort"></td><td>32</td><td>25</td><td>3</td><td>4</td><td>66</td><td>20</td><td>46</td><td>78</td></tr><tr class=" off "><td class="w18 rank nosort innerText">2</td><td class="nosort w16 stday"><img alt="" title="" src="/web/20120406195315im_/http://de.uefa.com/imgml/icons/equal.png"/></td><td class="w190 l nosort"><a href="/web/20120406195315/http://de.uefa.com/teamsandplayers/teams/club=50121/domestic/index.html">Rangers FC *</a></td><td class="win nosort"></td><td>32</td><td>22</td><td>4</td><td>6</td><td>62</td><td>24</td><td>38</td><td>60</td></tr><tr class="on "><td class="w18 rank nosort innerText">3</td><td class="nosort w16 stday"><img alt="" title="" src="/web/20120406195315im_/http://de.uefa.com/imgml/icons/equal.png"/></td><td class="w190 l nosort"><a href="/web/20120406195315/http://de.uefa.com/teamsandplayers/teams/club=53035/domestic/index.html">Motherwell FC</a></td><td class="win nosort"></td><td>32</td><td>16</td><td>6</td><td>10</td><td>42</td><td>37</td><td>5</td><td>54</td></tr><tr class=" off "><td class="w18 rank nosort innerText">4</td><td class="nosort w16 stday"><img alt="" title="" src="/web/20120406195315im_/http://de.uefa.com/imgml/icons/equal.png"/></td><td class="w190 l nosort"><a href="/web/20120406195315/http://de.uefa.com/teamsandplayers/teams/club=50079/domestic/index.html">Dundee United FC</a></td><td class="win nosort"></td><td>32</td><td>13</td><td>10</td><td>9</td><td>54</td><td>40</td><td>14</td><td>49</td></tr><tr class="on "><td class="w18 rank nosort innerText">5</td><td class="nosort w16 stday"><img alt="" title="" src="/web/20120406195315im_/http://de.uefa.com/imgml/icons/equal.png"/></td><td class="w190 l nosort"><a href="/web/20120406195315/http://de.uefa.com/teamsandplayers/teams/club=64249/domestic/index.html">Saint Johnstone FC</a></td><td class="win nosort"></td><td>32</td><td>14</td><td>7</td><td>11</td><td>42</td><td>36</td><td>6</td><td>49</td></tr><tr class=" off "><td class="w18 rank nosort innerText">6</td><td class="nosort w16 stday"><img alt="" title="" src="/web/20120406195315im_/http://de.uefa.com/imgml/icons/equal.png"/></td><td class="w190 l nosort"><a href="/web/20120406195315/http://de.uefa.com/teamsandplayers/teams/club=50120/domestic/index.html">Heart of Midlothian FC</a></td><td class="win nosort"></td><td>32</td><td>13</td><td>6</td><td>13</td><td>39</td><td>31</td><td>8</td><td>45</td></tr><tr class="on "><td class="w18 rank nosort innerText">7</td><td class="nosort w16 stday"><img alt="" title="" src="/web/20120406195315im_/http://de.uefa.com/imgml/icons/equal.png"/></td><td class="w190 l nosort"><a href="/web/20120406195315/http://de.uefa.com/teamsandplayers/teams/club=62178/domestic/index.html">Kilmarnock FC</a></td><td class="win nosort"></td><td>32</td><td>8</td><td>13</td><td>11</td><td>36</td><td>48</td><td>-12</td><td>37</td></tr><tr class=" off "><td class="w18 rank nosort innerText">8</td><td class="nosort w16 stday"><img alt="" title="" src="/web/20120406195315im_/http://de.uefa.com/imgml/icons/up.png"/></td><td class="w190 l nosort"><a href="/web/20120406195315/http://de.uefa.com/teamsandplayers/teams/club=52552/domestic/index.html">Saint Mirren FC</a></td><td class="win nosort"></td><td>32</td><td>7</td><td>14</td><td>11</td><td>31</td><td>43</td><td>-12</td><td>35</td></tr><tr class="on "><td class="w18 rank nosort innerText">9</td><td class="nosort w16 stday"><img alt="" title="" src="/web/20120406195315im_/http://de.uefa.com/imgml/icons/down.png"/></td><td class="w190 l nosort"><a href="/web/20120406195315/http://de.uefa.com/teamsandplayers/teams/club=50122/domestic/index.html">Aberdeen FC</a></td><td class="win nosort"></td><td>32</td><td>7</td><td>12</td><td>13</td><td>29</td><td>37</td><td>-8</td><td>33</td></tr><tr class=" off "><td class="w18 rank nosort innerText">10</td><td class="nosort w16 stday"><img alt="" title="" src="/web/20120406195315im_/http://de.uefa.com/imgml/icons/equal.png"/></td><td class="w190 l nosort"><a href="/web/20120406195315/http://de.uefa.com/teamsandplayers/teams/club=88279/domestic/index.html">Inverness Caledonian Thistle FC</a></td><td class="win nosort"></td><td>32</td><td>8</td><td>7</td><td>17</td><td>36</td><td>54</td><td>-18</td><td>31</td></tr><tr class="on "><td class="w18 rank nosort innerText">11</td><td class="nosort w16 stday"><img alt="" title="" src="/web/20120406195315im_/http://de.uefa.com/imgml/icons/equal.png"/></td><td class="w190 l nosort"><a href="/web/20120406195315/http://de.uefa.com/teamsandplayers/teams/club=52821/domestic/index.html">Hibernian FC</a></td><td class="win nosort"></td><td>32</td><td>6</td><td>8</td><td>18</td><td>33</td><td>61</td><td>-28</td><td>26</td></tr><tr class=" off "><td class="w18 rank nosort innerText">12</td><td class="nosort w16 stday"><img alt="" title="" src="/web/20120406195315im_/http://de.uefa.com/imgml/icons/equal.png"/></td><td class="w190 l nosort"><a href="/web/20120406195315/http://de.uefa.com/teamsandplayers/teams/club=53034/domestic/index.html">Dunfermline Athletic FC</a></td><td class="win nosort"></td><td>32</td><td>4</td><td>8</td><td>20</td><td>31</td><td>70</td><td>-39</td><td>20</td></tr></tbody></table> </div><div class="standingpenalty innerText"><div class="squadpen">*Rangers FC wurden 10 Punkte abgezogen</div> </div><div class="row more innerText"><a href="/web/20120406195315/http://de.uefa.com/memberassociations/association=sco/domesticleague/standings/index.html">Tabellen</a><a href="/web/20120406195315/http://de.uefa.com/memberassociations/association=sco/domesticleague/matches/index.html">Spiele</a> </div></div> </div></div><!--googleon:snippet--> </div><div class="bF"> </div> </div> </div><div class="row "><div style="" class="box rewritePhoto"><div class="bH"><!--googleoff:index--><h3>Fotos </h3><!--googleon:index--> </div><div class="bC"><!--googleoff:index--><ul class="rewritePhoto clearfix"><li class="newsThumbItem "><a class="newsThumb" href="/web/20120406195315/http://de.uefa.com/memberassociations/association=sco/photos/photo.html"><img src="/web/20120406195315im_/http://de.uefa.com/MultimediaFiles/Photo/competitions/General/01/77/79/19/1777919_w6.jpg" alt="Gaëtane Thiney (France)" width="158" height="89"/></a></li><li class="newsThumbItem "><a class="newsThumb" href="/web/20120406195315/http://de.uefa.com/memberassociations/association=sco/photos/photo.html"><img src="/web/20120406195315im_/http://de.uefa.com/MultimediaFiles/Photo/competitions/Comp_Matches/01/77/83/83/1778383_w6.jpg" alt="Gaëtane Thiney (France)" width="158" height="89"/></a></li><li class="newsThumbItem "><a class="newsThumb" href="/web/20120406195315/http://de.uefa.com/memberassociations/association=sco/photos/photo.html"><img src="/web/20120406195315im_/http://de.uefa.com/MultimediaFiles/Photo/competitions/Comp_Matches/01/77/83/84/1778384_w6.jpg" alt="Marie-Laure Delie (France)" width="158" height="89"/></a></li><li class="newsThumbItem "><a class="newsThumb" href="/web/20120406195315/http://de.uefa.com/memberassociations/association=sco/photos/photo.html"><img src="/web/20120406195315im_/http://de.uefa.com/MultimediaFiles/Photo/competitions/Comp_Matches/01/77/45/07/1774507_w6.jpg" alt="Islam Feruz (Scotland) & Pierre Højbjerg (Denmark)" width="158" height="89"/></a></li><li class="newsThumbItem "><a class="newsThumb" href="/web/20120406195315/http://de.uefa.com/memberassociations/association=sco/photos/photo.html"><img src="/web/20120406195315im_/http://de.uefa.com/MultimediaFiles/Photo/competitions/Comp_Matches/01/77/45/08/1774508_w6.jpg" alt="Pierre Højbjerg (Denmark), Lewis Kidd & Сharles Telfer (Scotland)" width="158" height="89"/></a></li><li class="newsThumbItem "><a class="newsThumb" href="/web/20120406195315/http://de.uefa.com/memberassociations/association=sco/photos/photo.html"><img src="/web/20120406195315im_/http://de.uefa.com/MultimediaFiles/Photo/competitions/Comp_Matches/01/77/45/09/1774509_w6.jpg" alt="Pierre Højbjerg (Denmark)" width="158" height="89"/></a></li></ul><!--googleon:index--> <div class="more innerText innerText"><a title="Mehr Fotos" href="/web/20120406195315/http://de.uefa.com/memberassociations/association=sco/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>Video </h3> <!--googleon:index--> </div><div class="bC"><!--googleoff:index--><ul><li><div class="innGrid_3 fl"><a href="/web/20120406195315/http://de.uefa.com/womenseuro/news/newsid=1715850.html" title="Jahresausklang mit wichtigen Qualifikationsspielen"><img src="/web/20120406195315im_/http://de.uefa.com/MultimediaFiles/Photo/competitions/Comp_Matches/01/68/22/68/1682268_w5.jpg" alt="Jahresausklang mit wichtigen Qualifikationsspielen"/></a></div><div class="innGrid_3 fl mavideo"><h4 class="nTitle innerText"><a href="/web/20120406195315/http://de.uefa.com/womenseuro/news/newsid=1715850.html" title="Jahresausklang mit wichtigen Qualifikationsspielen">Jahresausklang mit wichtigen Qualifikationsspielen</a></h4><div><div class="newsComment innerText"><a href="/web/20120406195315/http://de.uefa.com/womenseuro/news/newsid=1715850.html">In den letzten Qualifikationsspielen zur UEFA Women's EURO 2013 in diesem Jahr ist unter anderem Deutschland in Spanien zu Gast, Polen trifft auf Italien, Nordirland auf Norwegen und England wieder auf Serbien.</a></div></div></div></li></ul><!--googleon:index--> </div><div class="bF"> </div> </div> </div> </div><div class="grid_6 "><div class="row "><div class="box boxG"><div class="bH"><!--googleoff:index--><h3>Der Verband </h3> <!--googleon:index--> </div><div class="bC"><div class="innGrid_3 infoBox fl"><div class="infoBox"><ul class="innerText"><li><span class="b">Gegründet: </span>1873</li><li><span class="b">UEFA-Mitglied: </span>1954</li><li><span class="b">FIFA-Mitglied: </span>1910</li></ul><ul class="innerText t5"><li><span class="b">Adresse: </span>Hampden Park GLASGOW G42 9AY</li><li><span class="b">Telefon: </span>+44 141 616 6000</li><li><span class="b">Fax: </span>+44 141 616 6001</li></ul><ul class="innerText bgWeb"><li><span class="b">Website: </span><a href="https://web.archive.org/web/20120406195315/http://www.scottishfa.co.uk/">http://www.scottishfa.co.uk</a></li><li><span class="b">e-mail: </span><a href="https://web.archive.org/web/20120406195315/mailto:info@scottishfa.co.uk">info@scottishfa.co.uk</a></li></ul><div class="innerText more"><a href="/web/20120406195315/http://de.uefa.com/memberassociations/association=sco/profile/index.html">Mehr Verbands-News</a></div> </div> </div><div class="innGrid_3 fr"><!--googleoff:index--><div class="newsCol3"><h4 class="medTitle">UEFA-Kooperation</h4><a class="newsThumb" href="/web/20120406195315/http://de.uefa.com/uefa/footballfirst/protectingthegame/medical/news/newsid=1767377.html"><img src="/web/20120406195315im_/http://de.uefa.com/MultimediaFiles/Photo/uefaorg/Medical/01/76/73/33/1767333_w5.jpg" alt="Weiterbildung der Fußballärzte zahlt sich aus" width="241" height="136"/></a><p class="newsRoofline"><a href="/web/20120406195315/http://de.uefa.com/uefa/footballfirst/protectingthegame/medical/index.html" title="Medizin">Medizin</a></p><div class="mainNews"><h5 class="nTitle"><a href="/web/20120406195315/http://de.uefa.com/uefa/footballfirst/protectingthegame/medical/news/newsid=1767377.html">Ärzte-Weiterbildung greift</a></h5></div><ul class="news3cont"><li class="nTitleContainer"><p class="newsRoofline"><a href="/web/20120406195315/http://de.uefa.com/uefa/footballfirst/matchorganisation/refereeing/index.html" title="Schiedsrichterwesen">Schiedsrichterwesen</a></p><h5 class="nTitle"><a href="/web/20120406195315/http://de.uefa.com/uefa/footballfirst/matchorganisation/refereeing/news/newsid=1762406.html">IFAB-Treffen in England</a></h5></li><li class="nTitleContainer"><p class="newsRoofline"><a href="/web/20120406195315/http://de.uefa.com/uefa/footballfirst/matchorganisation/disciplinary/index.html" title="Disziplinarwesen">Disziplinarwesen</a></p><h5 class="nTitle"><a href="Celtic FC vor UEFA-Anhörung">Celtic FC vor UEFA-Anhörung</a></h5></li></ul><div class="more innerText"><a title="Mehr News" href="/web/20120406195315/http://de.uefa.com/memberassociations/association=sco/news/index.html">Mehr News</a></div> </div><!--googleon:index--> </div> </div><div class="bF"> </div> </div> </div><div class="row "><div class="box profile"><div class="bH"><!--googleoff:index--><h3>Teams in UEFA-Wettbewerben </h3> <!--googleon:index--> </div><div class="bC"><div class="innGrid_3 fl"><ul class="infoBox"><li><h2 class="b">Klubwettbewerbe</h2></li><li>UEFA Champions League</li><li class="b10">(<a href="/web/20120406195315/http://de.uefa.com/uefachampionsleague/season=2012/clubs/club=50121/index.html">Rangers</a>)</li><li>UEFA Europa League</li><li class="b10">(<a href="/web/20120406195315/http://de.uefa.com/uefaeuropaleague/season=2012/clubs/club=50050/index.html">Celtic</a>, <a href="/web/20120406195315/http://de.uefa.com/uefaeuropaleague/season=2012/clubs/club=50079/index.html">Dundee United</a>, <a href="/web/20120406195315/http://de.uefa.com/uefaeuropaleague/season=2012/clubs/club=50120/index.html">Hearts</a>, <a href="/web/20120406195315/http://de.uefa.com/uefaeuropaleague/season=2012/clubs/club=50121/index.html">Rangers</a>)</li><li>UEFA-Regionen-Pokal</li><li class="b10">(<a href="/web/20120406195315/http://de.uefa.com/regionscup/clubs/club=2602415/index.html">EWC Scotland</a>)</li><li>UEFA Women's Champions League</li><li class="b10">(<a href="/web/20120406195315/http://de.uefa.com/womenschampionsleague/season=2012/clubs/club=90623/index.html">Glasgow City</a>)</li><li>UEFA-Futsal-Pokal</li><li class="b10">(<a href="/web/20120406195315/http://de.uefa.com/futsalcup/season=2012/clubs/club=2601550/index.html">Perth Saltires</a>)</li></ul> </div><div class="innGrid_3 fr"><ul class="infoBox"><li><h2 class="b">Nationalteam-Wettbewerbe</h2></li><li><a href="/web/20120406195315/http://de.uefa.com/uefaeuro/season=2012/teams/team=117/index.html">UEFA-Europameisterschaft</a></li><li><a href="/web/20120406195315/http://de.uefa.com/worldcup/season=2014/teams/team=117/index.html">FIFA-Weltpokal</a></li><li><a href="/web/20120406195315/http://de.uefa.com/under21/season=2013/teams/team=200117/index.html">U21-Europameisterschaft</a></li><li><a href="/web/20120406195315/http://de.uefa.com/under19/season=2012/teams/team=300117/index.html">UEFA U19-EM</a></li><li><a href="/web/20120406195315/http://de.uefa.com/under17/season=2012/teams/team=400117/index.html">UEFA U17-EM</a></li><li><a href="/web/20120406195315/http://de.uefa.com/womenseuro/teams/team=500117/index.html">EM für Frauen</a></li><li><a href="/web/20120406195315/http://de.uefa.com/womensworldcup/teams/team=500117/index.html">FIFA Frauen-WM</a></li><li><a href="/web/20120406195315/http://de.uefa.com/womensunder19/season=2012/teams/team=600117/index.html">UEFA U19-EM Frauen</a></li><li><a href="/web/20120406195315/http://de.uefa.com/womensunder17/season=2012/teams/team=2600055/index.html">UEFA U17-EM Frauen</a></li></ul> </div> </div><div class="bF"> </div> </div> </div><div class="row "><div class="box maMatches"><div class="bH"><!--googleoff:index--><h3>UEFA-Spiele </h3> <!--googleon:index--> </div><div class="bC"><!--googleoff:snippet--><div class="jTabs tabs " id="uefaMatches"><ul class="menu"><li class="pos1_sel1 selected"><a href="#ui-tabs-uefaMatches"><span>Aktuelle Ergebnisse </span> </a> </li><li class="pos2_sel1 last "><a href="/web/20120406195315/http://de.uefa.com/memberassociations/association=sco/library/overview/_uefamatchesnext.html"><span>Nächste Spiele </span> </a> </li> </ul><div id="ui-tabs-uefaMatches"><h3 class="medTitle">UEFA U21-EM</h3><table class="mlog"><thead><tr><th class="w170 r"></th><th class="w40">Heim</th><th class="w65"></th><th class="w40">Gast</th><th class="w170 l"></th></tr></thead><tbody><tr><td class="headInfo" colspan="5"><div class="clearfix"><p class="mlogdate"><span>29.02.2012</span> - <span><a href="/web/20120406195315/http://de.uefa.com/under21/season=2013/matches/round=2000192/index.html" title="Qualifikation">Qualifikation</a></span></p></div></td></tr><tr><td class="r b"><a href="/web/20120406195315/http://de.uefa.com/under21/season=2013/teams/team=200117/index.html" title="Schottland">Schottland</a></td><td><a href="/web/20120406195315/http://de.uefa.com/under21/season=2013/teams/team=200117/index.html"><img height="18" width="18" alt="Scotland" title="Scotland" src="https://web.archive.org/web/20120406195315im_/http://img.uefa.com/imgml/flags/18x18/SCO.png"/></a></td><td class="b"><a href="/web/20120406195315/http://de.uefa.com/under21/season=2013/matches/round=2000192/match=2006981/index.html">0-0</a></td><td><a href="/web/20120406195315/http://de.uefa.com/under21/season=2013/teams/team=200095/index.html"><img height="18" width="18" alt="Netherlands" title="Netherlands" src="https://web.archive.org/web/20120406195315im_/http://img.uefa.com/imgml/flags/18x18/NED.png"/></a></td><td class="l "><a href="/web/20120406195315/http://de.uefa.com/under21/season=2013/teams/team=200095/index.html" title="Niederlande">Niederlande</a></td></tr></tbody></table><h3 class="medTitle">UEFA Europa League</h3><table class="mlog"><thead><tr><th class="w170 r"></th><th class="w40">Heim</th><th class="w65"></th><th class="w40">Gast</th><th class="w170 l"></th></tr></thead><tbody><tr><td class="headInfo" colspan="5"><div class="clearfix"><p class="mlogdate"><span>15.12.2011</span> - <span><a href="/web/20120406195315/http://de.uefa.com/uefaeuropaleague/season=2012/matches/round=2000272/index.html" title="Gruppenphase">Gruppenphase</a></span></p></div></td></tr><tr><td class="r "><a href="/web/20120406195315/http://de.uefa.com/uefaeuropaleague/season=2012/clubs/club=51310/index.html" title="Udinese">Udinese</a></td><td><a href="/web/20120406195315/http://de.uefa.com/uefaeuropaleague/season=2012/clubs/club=51310/index.html"><img height="18" width="18" alt="Udinese" title="Udinese" src="https://web.archive.org/web/20120406195315im_/http://img.uefa.com/imgml/TP/teams/logos/18x18/51310.png"/></a></td><td class="b"><a href="/web/20120406195315/http://de.uefa.com/uefaeuropaleague/season=2012/matches/round=2000272/match=2007396/index.html">1-1</a></td><td><a href="/web/20120406195315/http://de.uefa.com/uefaeuropaleague/season=2012/clubs/club=50050/index.html"><img height="18" width="18" alt="Celtic" title="Celtic" src="https://web.archive.org/web/20120406195315im_/http://img.uefa.com/imgml/TP/teams/logos/18x18/50050.png"/></a></td><td class="l b"><a href="/web/20120406195315/http://de.uefa.com/uefaeuropaleague/season=2012/clubs/club=50050/index.html" title="Celtic">Celtic</a></td></tr></tbody></table><h3 class="medTitle">UEFA Frauen-EM</h3><table class="mlog"><thead><tr><th class="w170 r"></th><th class="w40">Heim</th><th class="w65"></th><th class="w40">Gast</th><th class="w170 l"></th></tr></thead><tbody><tr><td class="headInfo" colspan="5"><div class="clearfix"><p class="mlogdate"><span>31.03.2012</span> - <span><a href="/web/20120406195315/http://de.uefa.com/womenseuro/matches/season=2013/round=2000256/index.html" title="Qualifikation - Gruppenphase">Qualifikation - Gruppenphase</a></span></p></div></td></tr><tr><td class="r "><a href="/web/20120406195315/http://de.uefa.com/womenseuro/teams/team=500043/index.html" title="Frankreich">Frankreich</a></td><td><a href="/web/20120406195315/http://de.uefa.com/womenseuro/teams/team=500043/index.html"><img height="18" width="18" alt="France" title="France" src="https://web.archive.org/web/20120406195315im_/http://img.uefa.com/imgml/flags/18x18/FRA.png"/></a></td><td class="b"><a href="/web/20120406195315/http://de.uefa.com/womenseuro/matches/season=2013/round=2000256/match=2007839/index.html">2-0</a></td><td><a href="/web/20120406195315/http://de.uefa.com/womenseuro/teams/team=500117/index.html"><img height="18" width="18" alt="Scotland" title="Scotland" src="https://web.archive.org/web/20120406195315im_/http://img.uefa.com/imgml/flags/18x18/SCO.png"/></a></td><td class="l b"><a href="/web/20120406195315/http://de.uefa.com/womenseuro/teams/team=500117/index.html" title="Schottland">Schottland</a></td></tr><tr><td class="headInfo" colspan="5"><div class="clearfix"><p class="mlogdate"><span>05.04.2012</span> - <span><a href="/web/20120406195315/http://de.uefa.com/womenseuro/matches/season=2013/round=2000256/index.html" title="Qualifikation - Gruppenphase">Qualifikation - Gruppenphase</a></span></p></div></td></tr><tr><td class="r b"><a href="/web/20120406195315/http://de.uefa.com/womenseuro/teams/team=500117/index.html" title="Schottland">Schottland</a></td><td><a href="/web/20120406195315/http://de.uefa.com/womenseuro/teams/team=500117/index.html"><img height="18" width="18" alt="Scotland" title="Scotland" src="https://web.archive.org/web/20120406195315im_/http://img.uefa.com/imgml/flags/18x18/SCO.png"/></a></td><td class="b"><a href="/web/20120406195315/http://de.uefa.com/womenseuro/matches/season=2013/round=2000256/match=2007844/index.html">2-1</a></td><td><a href="/web/20120406195315/http://de.uefa.com/womenseuro/teams/team=500064/index.html"><img height="18" width="18" alt="Republic of Ireland" title="Republic of Ireland" src="https://web.archive.org/web/20120406195315im_/http://img.uefa.com/imgml/flags/18x18/IRL.png"/></a></td><td class="l "><a href="/web/20120406195315/http://de.uefa.com/womenseuro/teams/team=500064/index.html" title="Republik Irland">Republik Irland</a></td></tr></tbody></table><h3 class="medTitle">UEFA U17-EM</h3><table class="mlog"><thead><tr><th class="w170 r"></th><th class="w40">Heim</th><th class="w65"></th><th class="w40">Gast</th><th class="w170 l"></th></tr></thead><tbody><tr><td class="headInfo" colspan="5"><div class="clearfix"><p class="mlogdate"><span>20.03.2012</span> - <span><a href="/web/20120406195315/http://de.uefa.com/under17/season=2012/matches/round=2000209/index.html" title="Eliterunde">Eliterunde</a></span></p></div></td></tr><tr><td class="r b"><a href="/web/20120406195315/http://de.uefa.com/under17/season=2012/teams/team=400117/index.html" title="Schottland">Schottland</a></td><td><a href="/web/20120406195315/http://de.uefa.com/under17/season=2012/teams/team=400117/index.html"><img height="18" width="18" alt="Scotland" title="Scotland" src="https://web.archive.org/web/20120406195315im_/http://img.uefa.com/imgml/flags/18x18/SCO.png"/></a></td><td class="b"><a href="/web/20120406195315/http://de.uefa.com/under17/season=2012/matches/round=2000209/match=2009110/index.html">1-0</a></td><td><a href="/web/20120406195315/http://de.uefa.com/under17/season=2012/teams/team=456557/index.html"><img height="18" width="18" alt="Lithuania" title="Lithuania" src="https://web.archive.org/web/20120406195315im_/http://img.uefa.com/imgml/flags/18x18/LTU.png"/></a></td><td class="l "><a href="/web/20120406195315/http://de.uefa.com/under17/season=2012/teams/team=456557/index.html" title="Litauen">Litauen</a></td></tr><tr><td class="headInfo" colspan="5"><div class="clearfix"><p class="mlogdate"><span>22.03.2012</span> - <span><a href="/web/20120406195315/http://de.uefa.com/under17/season=2012/matches/round=2000209/index.html" title="Eliterunde">Eliterunde</a></span></p></div></td></tr><tr><td class="r "><a href="/web/20120406195315/http://de.uefa.com/under17/season=2012/teams/team=400058/index.html" title="Island">Island</a></td><td><a href="/web/20120406195315/http://de.uefa.com/under17/season=2012/teams/team=400058/index.html"><img height="18" width="18" alt="Iceland" title="Iceland" src="https://web.archive.org/web/20120406195315im_/http://img.uefa.com/imgml/flags/18x18/ISL.png"/></a></td><td class="b"><a href="/web/20120406195315/http://de.uefa.com/under17/season=2012/matches/round=2000209/match=2009124/index.html">1-0</a></td><td><a href="/web/20120406195315/http://de.uefa.com/under17/season=2012/teams/team=400117/index.html"><img height="18" width="18" alt="Scotland" title="Scotland" src="https://web.archive.org/web/20120406195315im_/http://img.uefa.com/imgml/flags/18x18/SCO.png"/></a></td><td class="l b"><a href="/web/20120406195315/http://de.uefa.com/under17/season=2012/teams/team=400117/index.html" title="Schottland">Schottland</a></td></tr><tr><td class="headInfo" colspan="5"><div class="clearfix"><p class="mlogdate"><span>25.03.2012</span> - <span><a href="/web/20120406195315/http://de.uefa.com/under17/season=2012/matches/round=2000209/index.html" title="Eliterunde">Eliterunde</a></span></p></div></td></tr><tr><td class="r b"><a href="/web/20120406195315/http://de.uefa.com/under17/season=2012/teams/team=400117/index.html" title="Schottland">Schottland</a></td><td><a href="/web/20120406195315/http://de.uefa.com/under17/season=2012/teams/team=400117/index.html"><img height="18" width="18" alt="Scotland" title="Scotland" src="https://web.archive.org/web/20120406195315im_/http://img.uefa.com/imgml/flags/18x18/SCO.png"/></a></td><td class="b"><a href="/web/20120406195315/http://de.uefa.com/under17/season=2012/matches/round=2000209/match=2009137/index.html">2-3</a></td><td><a href="/web/20120406195315/http://de.uefa.com/under17/season=2012/teams/team=400035/index.html"><img height="18" width="18" alt="Denmark" title="Denmark" src="https://web.archive.org/web/20120406195315im_/http://img.uefa.com/imgml/flags/18x18/DEN.png"/></a></td><td class="l "><a href="/web/20120406195315/http://de.uefa.com/under17/season=2012/teams/team=400035/index.html" title="Dänemark">Dänemark</a></td></tr></tbody></table><h3 class="medTitle">UEFA U19-EM Frauen</h3><table class="mlog"><thead><tr><th class="w170 r"></th><th class="w40">Heim</th><th class="w65"></th><th class="w40">Gast</th><th class="w170 l"></th></tr></thead><tbody><tr><td class="headInfo" colspan="5"><div class="clearfix"><p class="mlogdate"><span>31.03.2012</span> - <span><a href="/web/20120406195315/http://de.uefa.com/womensunder19/season=2012/matches/round=2000220/index.html" title="Zweite Qualifikationsrunde">Zweite Qualifikationsrunde</a></span></p></div></td></tr><tr><td class="r b"><a href="/web/20120406195315/http://de.uefa.com/womensunder19/season=2012/teams/team=600117/index.html" title="Schottland">Schottland</a></td><td><a href="/web/20120406195315/http://de.uefa.com/womensunder19/season=2012/teams/team=600117/index.html"><img height="18" width="18" alt="Scotland" title="Scotland" src="https://web.archive.org/web/20120406195315im_/http://img.uefa.com/imgml/flags/18x18/SCO.png"/></a></td><td class="b"><a href="/web/20120406195315/http://de.uefa.com/womensunder19/season=2012/matches/round=2000220/match=2009046/index.html">1-0</a></td><td><a href="/web/20120406195315/http://de.uefa.com/womensunder19/season=2012/teams/team=657451/index.html"><img height="18" width="18" alt="Russia" title="Russia" src="https://web.archive.org/web/20120406195315im_/http://img.uefa.com/imgml/flags/18x18/RUS.png"/></a></td><td class="l "><a href="/web/20120406195315/http://de.uefa.com/womensunder19/season=2012/teams/team=657451/index.html" title="Russland">Russland</a></td></tr><tr><td class="headInfo" colspan="5"><div class="clearfix"><p class="mlogdate"><span>03.04.2012</span> - <span><a href="/web/20120406195315/http://de.uefa.com/womensunder19/season=2012/matches/round=2000220/index.html" title="Zweite Qualifikationsrunde">Zweite Qualifikationsrunde</a></span></p></div></td></tr><tr><td class="r "><a href="/web/20120406195315/http://de.uefa.com/womensunder19/season=2012/teams/team=600066/index.html" title="Italien">Italien</a></td><td><a href="/web/20120406195315/http://de.uefa.com/womensunder19/season=2012/teams/team=600066/index.html"><img height="18" width="18" alt="Italy" title="Italy" src="https://web.archive.org/web/20120406195315im_/http://img.uefa.com/imgml/flags/18x18/ITA.png"/></a></td><td class="b"><a href="/web/20120406195315/http://de.uefa.com/womensunder19/season=2012/matches/round=2000220/match=2009058/index.html">4-2</a></td><td><a href="/web/20120406195315/http://de.uefa.com/womensunder19/season=2012/teams/team=600117/index.html"><img height="18" width="18" alt="Scotland" title="Scotland" src="https://web.archive.org/web/20120406195315im_/http://img.uefa.com/imgml/flags/18x18/SCO.png"/></a></td><td class="l b"><a href="/web/20120406195315/http://de.uefa.com/womensunder19/season=2012/teams/team=600117/index.html" title="Schottland">Schottland</a></td></tr><tr><td class="headInfo" colspan="5"><div class="clearfix"><p class="mlogdate"><span>05.04.2012</span> - <span><a href="/web/20120406195315/http://de.uefa.com/womensunder19/season=2012/matches/round=2000220/index.html" title="Zweite Qualifikationsrunde">Zweite Qualifikationsrunde</a></span></p></div></td></tr><tr><td class="r b"><a href="/web/20120406195315/http://de.uefa.com/womensunder19/season=2012/teams/team=600117/index.html" title="Schottland">Schottland</a></td><td><a href="/web/20120406195315/http://de.uefa.com/womensunder19/season=2012/teams/team=600117/index.html"><img height="18" width="18" alt="Scotland" title="Scotland" src="https://web.archive.org/web/20120406195315im_/http://img.uefa.com/imgml/flags/18x18/SCO.png"/></a></td><td class="b"><a href="/web/20120406195315/http://de.uefa.com/womensunder19/season=2012/matches/round=2000220/match=2009069/index.html">2-3</a></td><td><a href="/web/20120406195315/http://de.uefa.com/womensunder19/season=2012/teams/team=600122/index.html"><img height="18" width="18" alt="Spain" title="Spain" src="https://web.archive.org/web/20120406195315im_/http://img.uefa.com/imgml/flags/18x18/ESP.png"/></a></td><td class="l "><a href="/web/20120406195315/http://de.uefa.com/womensunder19/season=2012/teams/team=600122/index.html" title="Spanien">Spanien</a></td></tr></tbody></table> </div></div><!--googleon:snippet--> </div><div class="bF"> </div> </div> </div><div class="row "><div style="" class="box "><div class="bH"><!--googleoff:index--><h3>UEFA Trophäen-Kabinett </h3><!--googleon:index--> </div><div class="bC"><div class="trophies clearfix"><h2 class="medTitle">Vereinswettbewerbe</h2><ul><li class="fl w245"><div class="w50 fl"><a href="/web/20120406195315/http://de.uefa.com/memberassociations/association=sco/honours/index.html"><img height="86" width="45" alt="UEFA Champions League" title="UEFA Champions League" src="https://web.archive.org/web/20120406195315im_/http://img.uefa.com/imgml/comp/honours/1.png"/></a></div><div class="w190 fl"><h3 class="medTitle"><a href="/web/20120406195315/http://de.uefa.com/memberassociations/association=sco/honours/index.html">UEFA Champions League</a></h3><div><a href="/web/20120406195315/http://de.uefa.com/memberassociations/association=sco/honours/index.html"><span class="tooltip downRightMed left_-10 top_-45"><span class="top"> </span><span class="ctn b l">1966/1967 Celtic<br/> </span><span class="btm"> </span></span>Titel: <span class="b">1</span></a></div></div></li><li class="fl w245"><div class="w50 fl"><img height="86" width="45" alt="UEFA Superpokal" title="UEFA Superpokal" src="https://web.archive.org/web/20120406195315im_/http://img.uefa.com/imgml/comp/honours/9.png"/></div><div class="w190 fl"><h3 class="medTitle"><a href="/web/20120406195315/http://de.uefa.com/uefasupercup/index.html">UEFA Superpokal</a></h3><div><a href="/web/20120406195315/http://de.uefa.com/uefasupercup/index.html"><span class="tooltip downRightMed left_-10 top_-45"><span class="top"> </span><span class="ctn b l">1983 Aberdeen<br/> </span><span class="btm"> </span></span>Titel: <span class="b">1</span></a></div></div></li><li class="fl w245"><div class="w50 fl"><img height="86" width="45" alt="Pokal der Pokalsieger" title="Pokal der Pokalsieger" src="https://web.archive.org/web/20120406195315im_/http://img.uefa.com/imgml/comp/honours/2.png"/></div><div class="w190 fl"><h3 class="medTitle"><a href="#">Pokal der Pokalsieger</a></h3><div><a href="#"><span class="tooltip downRightMed left_-10 top_-65"><span class="top"> </span><span class="ctn b l">1971/1972 Rangers<br/>1982/1983 Aberdeen<br/> </span><span class="btm"> </span></span>Titel: <span class="b">2</span></a></div></div></li></ul></div><br class="clearfix"/><div class="trophies clearfix"><h2 class="medTitle">Nationalteam-Wettbewerbe</h2><ul><li class="fl w245"><div class="w50 fl"><img height="86" width="45" alt="UEFA U19-EM" title="UEFA U19-EM" src="https://web.archive.org/web/20120406195315im_/http://img.uefa.com/imgml/comp/honours/24.png"/></div><div class="w190 fl"><h3 class="medTitle"><a href="/web/20120406195315/http://de.uefa.com/under19/index.html">UEFA U19-EM</a></h3><div><a href="/web/20120406195315/http://de.uefa.com/under19/index.html"><span class="tooltip downRightSmall left_-10 top_-45"><span class="top"> </span><span class="ctn b c">1982<br/> </span><span class="btm"> </span></span>Titel: <span class="b">1</span></a></div></div></li></ul></div><br class="clearfix"/><div class="row innerText more"><a href="honours/index.html">Alle Erfolge</a></div> </div><div class="bF"> </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/20120406195315/http://de.uefa.com/index.html">UEFA.com</a></li><li> > <a title="Mitgliedsverbände" class="bcLink" href="/web/20120406195315/http://de.uefa.com/memberassociations/index.html">Mitgliedsverbände</a></li><li> > <a title="Schottland" class="bcLink" href="/web/20120406195315/http://de.uefa.com/memberassociations/association=sco/index.html">Schottland</a></li></ol><span class="closer fl"> </span><div class="feedBack fr"><a href="/web/20120406195315/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/20120406195315/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/20120406195315/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/20120406195315/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/20120406195315/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/20120406195315/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/20120406195315/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/20120406195315/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/20120406195315/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/20120406195315/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/20120406195315/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/20120406195315/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/20120406195315/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/20120406195315/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/20120406195315/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/20120406195315/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/20120406195315/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/20120406195315/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/20120406195315/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/20120406195315/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/20120406195315/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/20120406195315/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/20120406195315/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/20120406195315/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/20120406195315/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/20120406195315/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/20120406195315/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/20120406195315/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/20120406195315/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/20120406195315/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/20120406195315/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/20120406195315/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/20120406195315/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/20120406195315/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/20120406195315/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/20120406195315/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/20120406195315/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/20120406195315/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/20120406195315/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/20120406195315/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/20120406195315/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/20120406195315/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/20120406195315/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/20120406195315/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/20120406195315/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/20120406195315/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/20120406195315/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/20120406195315/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/20120406195315/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/20120406195315/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/20120406195315/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/20120406195315/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/20120406195315/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/20120406195315/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/20120406195315/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/20120406195315/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/20120406195315/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/20120406195315/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/20120406195315/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/20120406195315/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/20120406195315/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/20120406195315/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/20120406195315/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/20120406195315/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/20120406195315/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/20120406195315/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, das UEFA-Logo und alle Marken von UEFA-Wettbewerben 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/20120406195315/https://ssl." : "https://web.archive.org/web/20120406195315/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/20120406195315/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 19:53:15 Apr 06, 2012 AND RETRIEVED FROM THE INTERNET ARCHIVE ON 22:02:42 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.509 exclusion.robots: 0.024 exclusion.robots.policy: 0.015 esindex: 0.01 cdx.remote: 8.948 LoadShardBlock: 58.347 (3) PetaboxLoader3.datanode: 111.702 (4) load_resource: 214.927 PetaboxLoader3.resolve: 136.053 -->