Παρασκευή 26 Απριλίου 2024
weather-icon 21o

14ο ΠΑΓΚΟΣΜΙΟ ΠΡΩΤΑΘΛΗΜΑ

table { border-collapse: collapse; border-spacing: 0; } .table td, .table th { background-color: #fff; text-align: left; } .table { border-collapse: collapse; } .table-bordered th, .table-bordered td { border: 1px solid #ddd; } table { max-width: 100%; background-color: transparent; } .table { width: 100%; margin-bottom: 20px; } .table thead > tr > th, .table tbody > […]

table {
border-collapse: collapse;
border-spacing: 0;
}
.table td,
.table th {
background-color: #fff;
text-align: left;
}
.table {
border-collapse: collapse;
}
.table-bordered th,
.table-bordered td {
border: 1px solid #ddd;
}
table {
max-width: 100%;
background-color: transparent;
}
.table {
width: 100%;
margin-bottom: 20px;
}
.table thead > tr > th,
.table tbody > tr > th,
.table tfoot > tr > th,
.table thead > tr > td,
.table tbody > tr > td,
.table tfoot > tr > td {
padding: 8px;
line-height: 1.428571429;
vertical-align: top;
border-top: 1px solid #dddddd;
}
.table thead > tr > th {
vertical-align: bottom;
border-bottom: 2px solid #dddddd;
}
.table caption + thead tr:first-child th,
.table colgroup + thead tr:first-child th,
.table thead:first-child tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child td {
border-top: 0;
}
.table tbody + tbody {
border-top: 2px solid #dddddd;
}
.table .table {
background-color: #ffffff;
}
.table-condensed thead > tr > th,
.table-condensed tbody > tr > th,
.table-condensed tfoot > tr > th,
.table-condensed thead > tr > td,
.table-condensed tbody > tr > td,
.table-condensed tfoot > tr > td {
padding: 5px;
}
.table-bordered {
border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
background-color: #f5f5f5;
}
table col[class*=»col-«] {
float: none;
display: table-column;
}
table td[class*=»col-«],
table th[class*=»col-«] {
float: none;
display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
background-color: #f5f5f5;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
background-color: #dff0d8;
border-color: #d6e9c6;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td {
background-color: #d0e9c6;
border-color: #c9e2b3;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
background-color: #f2dede;
border-color: #eed3d7;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td {
background-color: #ebcccc;
border-color: #e6c1c7;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
background-color: #fcf8e3;
border-color: #fbeed5;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td {
background-color: #faf2cc;
border-color: #f8e5be;
}
.table-responsive {
width: 100%;
margin-bottom: 15px;
overflow-y: hidden;
overflow-x: scroll;
border: 1px solid #dddddd;
}
.table-responsive > .table {
margin-bottom: 0;
background-color: #fff;
}
.table-responsive > .table > thead > tr > th,
.table-responsive > .table > tbody > tr > th,
.table-responsive > .table > tfoot > tr > th,
.table-responsive > .table > thead > tr > td,
.table-responsive > .table > tbody > tr > td,
.table-responsive > .table > tfoot > tr > td {
white-space: nowrap;
}
.table-responsive > .table-bordered {
border: 0;
}
.table-responsive > .table-bordered > thead > tr > th:first-child,
.table-responsive > .table-bordered > tbody > tr > th:first-child,
.table-responsive > .table-bordered > tfoot > tr > th:first-child,
.table-responsive > .table-bordered > thead > tr > td:first-child,
.table-responsive > .table-bordered > tbody > tr > td:first-child,
.table-responsive > .table-bordered > tfoot > tr > td:first-child {
border-left: 0;
}
.table-responsive > .table-bordered > thead > tr > th:last-child,
.table-responsive > .table-bordered > tbody > tr > th:last-child,
.table-responsive > .table-bordered > tfoot > tr > th:last-child,
.table-responsive > .table-bordered > thead > tr > td:last-child,
.table-responsive > .table-bordered > tbody > tr > td:last-child,
.table-responsive > .table-bordered > tfoot > tr > td:last-child {
border-right: 0;
}
.table-responsive > .table-bordered > thead > tr:last-child > th,
.table-responsive > .table-bordered > tbody > tr:last-child > th,
.table-responsive > .table-bordered > tfoot > tr:last-child > th,
.table-responsive > .table-bordered > thead > tr:last-child > td,
.table-responsive > .table-bordered > tbody > tr:last-child > td,
.table-responsive > .table-bordered > tfoot > tr:last-child > td {
border-bottom: 0;
}
.panel > .table {
margin-bottom: 0;
}
.panel > .panel-body + .table {
border-top: 1px solid #dddddd;
}
.table1 { border-collapse: collapse;
}
.table1 { width: 100%;
margin-bottom: 20px;
}

14ο ΠΑΓΚΟΣΜΙΟ ΠΡΩΤΑΘΛΗΜΑ

29 Αυγούστου-8 Σεπτεμβρίου 2002

Ιντιανάπολις-ΗΠΑ

Προκριματική Φάση

Α Ομιλος
ΑγώναςΑποτέλεσμα
Γιουγκοσλαβία-Ανγκόλα113-63
Καναδάς-Ισπανία54-85
Ανγκόλα-Καναδάς84-74
Ισπανία-Γιουγκοσλαβία71-69
Ανγκόλα-Ισπανία55-88
Καναδάς-Γιουγκοσλαβία71-87
Βαθμολογία
#ΟμάδαΝ-ΗΒαθμοί
1.Ισπανία3-06
2.Γιουγκοσλαβία2-15
3.Ανγκόλα1-24
4.Καναδάς0-33

Ισπανία, Γιουγκοσλαβία και Ανγκόλα προκρίθηκαν

Β Ομιλος
ΑγώναςΑποτέλεσμα
Βραζιλία-Λίβανος102-73
Πουέρτο Ρίκο-Τουρκία78-75
Λίβανος-Πουέρτο Ρίκο77-99
Τουρκία-Βραζιλία86-88
Λίβανος-Τουρκία80-107
Πουέρτο Ρίκο-Βραζιλία86-90
Βαθμολογία
#ΟμάδαΝ-ΗΒαθμοί
1.Βραζιλία3-06
2.Πουέρτο Ρίκο2-15
3.Τουρκία1-24
4.Λίβανος0-33

Βραζιλία, Πουέρτο Ρίκο και Τουρκία προκρίθηκαν

Γ Ομιλος
ΑγώναςΑποτέλεσμα
Κίνα-Γερμανία76-88
ΗΠΑ-Αλγερία110-60
Γερμανία-ΗΠΑ87-104
Αλγερία-Κίνα82-96
Αλγερία-Γερμανία70-102
Κίνα-ΗΠΑ65-84
Βαθμολογία
#ΟμάδαΝ-ΗΒαθμοί
1.ΗΠΑ3-06
2.Γερμανία2-15
3.Κίνα1-24
4.Αλγερία0-33

ΗΠΑ, Γερμανία και Κίνα προκρίθηκαν

Δ Ομιλος
ΑγώναςΑποτέλεσμα
Νέα Ζηλανδία-Ρωσία90-81
Αργεντινή-Βενεζουέλα107-72
Βενεζουέλα-Νέα Ζηλανδία85-98
Ρωσία-Αργεντινή81-100
Βενεζουέλα-Ρωσία69-86
Νέα Ζηλανδία-Αργεντινή85-112
Βαθμολογία
#ΟμάδαΝ-ΗΒαθμοί
1.Αργεντινή3-06
2.Νέα Ζηλανδία2-15
3.Ρωσία1-24
4.Βενεζουέλα0-33

Αργεντινή, Νέα Ζηλανδία και Ρωσία προκρίθηκαν

Αγώνες Κατάταξης

Για θέσεις 13-16
ΑγώναςΑποτέλεσμα
Καναδάς-Λίβανος91-67
Αλγερία-Βενεζουέλα83-98
Για θέσεις 15-16
ΑγώναςΑποτέλεσμα
Λίβανος-Αλγερία70-100
Για θέσεις 13-14
ΑγώναςΑποτέλεσμα
Καναδάς-Βενεζουέλα98-97

Προημιτελική Φάση

Ε Ομιλος
ΑγώναςΑποτέλεσμα
Πουέρτο Ρίκο-Γιουγκοσλαβία85-83
Τουρκία-Ισπανία64-87
Βραζιλία-Ανγκόλα86-83
Ανγκόλα-Τουρκία66-86
Ισπανία-Πουέρτο Ρίκο65-73
Γιουγκοσλαβία-Βραζιλία90-69
Πουέρτο Ρίκο-Ανγκόλα89-87
Τουρκία-Γιουγκοσλαβία78-110
Βραζιλία-Ισπανία67-84
ΣΤ Ομιλος
ΑγώναςΑποτέλεσμα
Νέα Ζηλανδία-Γερμανία64-84
Ρωσία-ΗΠΑ82-106
Αργεντινή-Κίνα95-71
Κίνα-Ρωσία68-95
ΗΠΑ-Νέα Ζηλανδία110-62
Γερμανία-Αργεντινή77-86
Νέα Ζηλανδία-Κίνα94-88
Ρωσία-Γερμανία85-103
Αργεντινή-ΗΠΑ87-80

Προημιτελικοί

Ε Ομιλος
ΑγώναςΑποτέλεσμα
Πουέρτο Ρίκο-Νέα Ζηλανδία63-65
Γιουγκοσλαβία-ΗΠΑ81-78
Ισπανία-Γερμανία62-70
Βραζιλία-Αργεντινή67-78

Αγώνες Κατάταξης

Για θέσεις 9-12
ΑγώναςΑποτέλεσμα
Τουρκία-Κίνα94-86
Ανγκόλα-Ρωσία66-77
Για θέσεις 11-12
ΑγώναςΑποτέλεσμα
Κίνα-Ανγκόλα84-96
Για θέσεις 9-10
ΑγώναςΑποτέλεσμα
Τουρκία-Ρωσία91-86
Για θέσεις 5-8
ΑγώναςΑποτέλεσμα
Πουέρτο Ρίκο-ΗΠΑ74-84
Ισπανία-Βραζιλία105-89
Για θέσεις 7-8
ΑγώναςΑποτέλεσμα
Πουέρτο Ρίκο-Βραζιλία91-84
Για θέσεις 5-6
ΑγώναςΑποτέλεσμα
ΗΠΑ-Ισπανία75-81
Ημιτελικοί
ΑγώναςΑποτέλεσμα
Νέα Ζηλανδία-Γιουγκοσλαβία78-89
Γερμανία-Αργεντινή80-86

Τελικοί

Για θέσεις 3-4
ΑγώναςΑποτέλεσμα
Νέα Ζηλανδία-Γερμανία94-117
Για θέσεις 1-2
ΑγώναςΑποτέλεσμα
Γιουγκοσλαβία-Αργεντινή84-77
Η ΤΕΛΙΚΗ ΚΑΤΑΤΑΞΗ
#Ομάδα
1.ΓΙΟΥΓΚΟΣΛΑΒΙΑ
2.ΑΡΓΕΝΤΙΝΗ
3.ΓΕΡΜΑΝΙΑ
4.Νέα Ζηλανδία
5.Ισπανία
6.ΗΠΑ
7.Πουέρτο Ρίκο
8.Βραζιλία
9.Τουρκία
10.Ρωσία
11.Ανγκόλα
12.Κίνα
13.Καναδάς
14.Βενεζουέλα
15.Αλγερία
16.Λίβανος

Newsroom ΑΛΤΕΡ ΕΓΚΟ

Sports in

Έξαλλοι στη Μακάμπι: «Λέει ψέματα ο Αταμάν»

Πηγή της Μακάμπι απαντά σε όσα της προσάπτει ο Εργκίν Αταμάν.

Ακολουθήστε το in.gr στο Google News και μάθετε πρώτοι όλες τις ειδήσεις

in.gr | Ταυτότητα

Διαχειριστής - Διευθυντής: Λευτέρης Θ. Χαραλαμπόπουλος

Διευθύντρια Σύνταξης: Αργυρώ Τσατσούλη

Ιδιοκτησία - Δικαιούχος domain name: ΑΛΤΕΡ ΕΓΚΟ ΜΜΕ Α.Ε.

Νόμιμος Εκπρόσωπος: Ιωάννης Βρέντζος

Έδρα - Γραφεία: Λεωφόρος Συγγρού αρ 340, Καλλιθέα, ΤΚ 17673

ΑΦΜ: 800745939, ΔΟΥ: ΦΑΕ ΠΕΙΡΑΙΑ

Ηλεκτρονική διεύθυνση Επικοινωνίας: in@alteregomedia.org, Τηλ. Επικοινωνίας: 2107547007

ΜΗΤ Αριθμός Πιστοποίησης Μ.Η.Τ.232442

Παρασκευή 26 Απριλίου 2024