/*

  CSS fuer Bundesliga
  (c) 1999-2005 Thorsten Drewes
  tdrewes@gmx.net

*/

div.limitedwidth {
max-width:650px;
width:expression(document.body.clientWidth > 650? "650px": "auto" );
}

div.verylimitedwidth {
max-width:500px;
width:expression(document.body.clientWidth > 500? "500px": "auto" );
}


/* Datumsangabe */

em.date {
/*  clear: both; */
  background: #f1f4ff;
  margin-top: 15px;
  width: 100%;
  color: #00309c;
}


/* Aufgestylte Ueberschriften */


h2, h2.main {
           margin-top: 0;
/*           clear: both; */
           color: #00309c;
           font-style: italic;
           font-weight: bold;
           font-family: Arial,helvetica,sans-serif;
           font-size: x-large;
           background: #f1f4ff;
        }
h3 {
           margin-top: 30px;
/*           clear: both; */
           color: #00309c;
           font-style: italic;
           font-weight: bold;
           font-family: Arial,helvetica,sans-serif;
           font-size: large; 
           background: #f1f4ff;
        }
h4 {
           margin-top: 20px;
           color: #00309c;
           font-style: italic;
           font-weight: bold;
           font-family: Arial,helvetica,sans-serif;
           font-size: 100%; 
           background: #f1f4ff;
}
h4.date {
           margin-top: 20px;
           color: #00309c;
           font-style: italic;
           font-weight: bold;
           font-family: Arial,helvetica,sans-serif;
           font-size: 90%; 
           background: #f1f4ff;
}


h5 {
           margin-top: 20px;
           color: #00309c;
           font-style: italic;
           font-family: Arial,helvetica,sans-serif;
           font-size: 80%; 
           background: #f1f4ff;
}

/* Spielstatistik-Rahmen */
div.stat {
/*  clear: both; */
  border: solid;
  border-color: #00309c;
  border-width: thin;
  margin-top: 20px;
  margin-bottom: 10px;
  padding: 0 0 0 0;
  width: 100%;
}

/* Spielstatistik Titel */
div.stat h4.stat {
  margin: 0;
  padding: 0.5em;
  padding-bottom: 0.25em;
  font-size: 100%;
  font-style: italic;
  font-weight: bold;
  font-family: Arial,Helvetica,sans-serif;
  color: #ffffff;
  background: #00309c;
  border: none;
  border-color: #00309c;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
}

/* Spielstatistik-Liste */
div.stat dl.stat {
  padding-top: 0mm;
  padding-left: 0.5em;
  padding-right: 0.5em;
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
}
div.stat dd {
  padding-left:30px;
  margin-left:0px;
  font-size: 80%;
  font-family: Arial,Helvetica,sans-serif;
}
div.stat dd.gfx {
  padding-left:10px;
  margin-left:0px;
}

/* Spielstatistik-Liste */
div.stat dl.stat {
  padding-top: 0mm;
  padding-left: 0.5em;
  padding-right: 0.5em;
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
}

/* Spielstatistik Rubrik */
dl.stat dt {
  margin-top: 10px;
  clear: both;
  color: #00309c;
  font-style: italic;
  font-weight: bold;
  font-family: Arial,Helvetica,sans-serif;
  background: #f1f4ff;
}




/* Definitionen fuer Spielmatrix */

table.matrix {
  border: none;
}

table.matrix td.np {
  background-color: #f1f4ff;
  border: none;
}

table.matrix td.tnp {
/*  background-color: #f1f4ff; */
  border: none;
}

table.matrix td.pl {
  border: none;
}

table.matrix td.tpl {
  border: none;
}

table.matrix th {
  background-color: #dde0ff;
  border: none;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 70%;
}

table.matrix th.thw {
  background-color: #f1f4ff;
  border: none;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 70%;
}

table.matrix td.rot1 {
  background-color: #ffaaaa;
  border: none;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 70%;
  font-weight: bold;
  text-align: center;
}  
table.matrix td.rot2 {
  background-color: #ff4444;
  border: none;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 70%;
  font-weight: bold;
  text-align: center;
}
table.matrix td.gelb1 {
  background-color: #ffff88;
  border: none;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 70%;
  font-weight: bold;
  text-align: center;
}
table.matrix td.gelb2 {
  background-color: #ffff10;
  border: none;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 70%;
  font-weight: bold;
  text-align: center;
}
table.matrix td.gruen1 {
  background-color: #aaffaa;
  border: none;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 70%;
  font-weight: bold;
  text-align: center;
}
table.matrix td.gruen2 {
  background-color: #00ff00;
  border: none;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 70%;
  font-weight: bold;
  text-align: center;
}
table.matrix td.grau1 {
  background-color: #f1f4ff;
  border: none;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 70%;
  text-align: center;
}
table.matrix td.grau2 {
  background-color: #dddddd;
  border: none;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 70%;
  text-align: center;
}

/* Definition fuer kurve.htm */
table.thwmatches, table.matchstat, table.curve, table.restprog {
  border: none;
}

table.thwmatches th, table.matchstat th, table.curve th, table.restprog th {
  background-color: #dde0ff;
  border: none;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 80%;
}

table.restprog th.e {
  background-color: d3d6ff;
  border: none;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 80%;
}

table.thwmatches td, table.matchstat td, table.curve td, table.restprog td    {
  background-color: #f1f4ff;
  border: none;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 80%;
}

table.restprog td.e {
  background-color: #e7eaff;
  border: none;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 80%;
}

table.restprog td.t {
  background-color: #dde0ff;
  border: none;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 80%;
}


table.restprog th.smo    {
  background-color: #dde0ff;
  border: none;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 70%;
}

table.restprog th.sme {
  background-color: d3d6ff;
  border: none;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 70%;
}


div.links
{
  border: solid;
  border-color: #00309c;
  border-width: thin;
  margin-top: -20px;
  padding: 0.5em 0.5em 0.5em 0.5em;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 80%;
}

/*
div.links a.extern:link {
  color: #004000;
}
div.links a.extern:visited {
  color: #003000;
}
*/

a.extern:link {
  color: #c000c0;
}
a.extern:visited {
  color: #800080;
}

a:visited
{
  color: #000080;
}


table.results td {
  background-color: #f1f4ff;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 80%;
}

table.results td.skip {
  background-color: #ffffff;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 80%;
}

table.results td.thw {
  background-color: #dde0ff;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 80%;
}

table.results tr.thw td {
  background-color: #dde0ff;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 80%;
}

table.results tr.thw td.skip {
  background-color: #ffffff;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 80%;
}


table.results th {
  background-color: #dde0ff;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 80%;
}





table.standings th {
  background-color: #dde0ff;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 70%;
}

table.standings td {
  background-color: #f1f4ff;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 70%;
}

table.standings tr.odd td {
  background-color: #f1f4ff;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 70%;
}

table.standings tr.even td {
  background-color: #e7eaff;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 70%;
}



table.standings tr.oddthw td {
   background-color: #f1f4ff; 
  font-family: Arial,Helvetica,sans-serif;
  font-size: 70%;
  color: #0000ff;
  font-weight: bold;
  border-width: 1px 0px 1px 0px;
  border-color: blue;
  border-style: solid;
}

table.standings tr.oddthw td.left {
   background-color: #f1f4ff; 
  font-family: Arial,Helvetica,sans-serif;
  font-size: 70%;
  color: #0000ff;
  font-weight: bold;
  border-width: 1px 0px 1px 1px;
  border-color: blue;
  border-style: solid;
}

table.standings tr.oddthw td.right {
   background-color: #f1f4ff; 
  font-family: Arial,Helvetica,sans-serif;
  font-size: 70%;
  color: #0000ff;
  font-weight: bold;
  border-width: 1px 1px 1px 0px;
  border-color: blue;
  border-style: solid;
}

table.standings tr.oddthw td.s {
   background-color: #f1f4ff; 
  padding-left: 5px;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 70%;
  color: #0000ff;
  font-weight: bold;
  border-width: 1px 0px 1px 0px;
  border-color: blue;
  border-style: solid;
}






table.standings tr.eventhw td {
  background-color: #e7eaff; 
  font-family: Arial,Helvetica,sans-serif;
  font-size: 70%;
  color: #0000ff;
  font-weight: bold;
  border-width: 1px 0px 1px 0px;
  border-color: blue;
  border-style: solid;
}

table.standings tr.eventhw td.s {
  background-color: #e7eaff; 
  padding-left: 5px;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 70%;
  color: #0000ff;
  font-weight: bold;
  border-width: 1px 0px 1px 0px;
  border-color: blue;
  border-style: solid;
}

table.standings tr.eventhw td.left {
  background-color: #e7eaff; 
  font-family: Arial,Helvetica,sans-serif;
  font-size: 70%;
  color: #0000ff;
  font-weight: bold;
  border-width: 1px 0px 1px 1px;
  border-color: blue;
  border-style: solid;
}

table.standings tr.eventhw td.right {
  background-color: #e7eaff; 
  font-family: Arial,Helvetica,sans-serif;
  font-size: 70%;
  color: #0000ff;
  font-weight: bold;
  border-width: 1px 1px 1px 0px;
  border-color: blue;
  border-style: solid;
}


table.standings td.s {
  background-color: #f1f4ff;
  padding-left: 10px;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 70%;
}

table.standings tr.odd td.s {
  background-color: #f1f4ff;
  padding-left: 5px;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 70%;
}


table.standings tr.even td.s {
  background-color: #e7eaff;
  padding-left: 5px;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 70%;
}


table.standings th.s {
  background-color: #dde0ff;
  padding-left: 5px;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 70%;
}

span.ltxt
{
  color: #00309c;
  font-style: italic;
  font-weight: bold;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 120%;
}

div.inhalt, div.links2, div.navi
{
           background: #f1f4ff;
           border: thin solid #dde0ff 1px;
           color: #00309c;
           padding: 5px 5px 5px 5px;
           vertical-align: middle;
}
div.inhalt span.kopf, div.links2 span.kopf, div.navi span.kopf
{
           font-family: Arial,helvetica,sans-serif;
           font-weight: bold;
           font-style: italic;
           font-size: x-small;
}
div.inhalt span.liste, div.links2 span.liste, div.navi span.liste
{
           font-family: Arial,helvetica,sans-serif;
           font-size: x-small;
           
}

caption.design {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 80%;
}


pre.results, pre.standings
{
  background-color: #f1f4ff;
}


table.foto {
  border: none;
}

table.fotol {
  border: none;
  margin: 5px 10px 5px 0px;
}

table.fotor {
  border: none;
  margin: 5px 0px 5px 10px;
}

table.foto td, table.fotol td,  table.fotor td {
  border: none;
  background: #d1e0f8;
  font-family: Arial,Helvetica,sans-serif;  
  font-size: 8pt;
  text-align: left;
  padding: 2px 2px 2px 2px;
}



a.meister {
  color: #006600;
}
a.verfolger {
  color: #003366;
}
a.absteiger {
  color: #bf0000;
}
a.thw {
  color: #0000ff;
}

a.meister:visited {
  color: #004600;
}
a.verfolger:visited {
  color: #001346;
}
a.absteiger:visited {
  color: #9f0000;
}
a.thw:visited {
  color: #0000cf;
}


pre strong {
  background-color: #dde0ff;
}