/*

  CSS fr Bundesliga
  (c) 1999 Thorsten Drewes
  tdrewes@gmx.net

*/


/* Datumsangabe */

em.date {
/*  clear: both; */
  background: #f1f4ff;
  margin-top: 15px;
  width: 100%;
  color: #00309c;
}


/* Aufgestylte berschriften */


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: 0px;
  padding: 0 0 0 0;
}

/* 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: none;
  border-color: #00309c;
}

/* 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-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;
}

table.matrix th.thw {
  background-color: #f1f4ff;
  border: none;
}

table.matrix td.rot1 {
  background-color: #ffaaaa;
  border: none;
}  
table.matrix td.rot2 {
  background-color: #ff4444;
  border: none;
}
table.matrix td.gelb1 {
  background-color: #ffff88;
  border: none;
}
table.matrix td.gelb2 {
  background-color: #ffff10;
  border: none;
}
table.matrix td.gruen1 {
  background-color: #aaffaa;
  border: none;
}
table.matrix td.gruen2 {
  background-color: #00ff00;
  border: none;
}
table.matrix td.grau1 {
  background-color: #f1f4ff;
  border: none;
}
table.matrix td.grau2 {
  background-color: #dddddd;
  border: none;
}

/* 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;
}

table.restprog th.e {
  background-color: d3d6ff;
  border: none;
}

table.thwmatches td, table.matchstat td, table.curve td, table.restprog td    {
  background-color: #f1f4ff;
  border: none;
}

table.restprog td.e {
  background-color: #e7eaff;
  border: none;
}


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;
}

table.results td.skip {
  background-color: #ffffff;
}

table.standings th, table.results th {
  background-color: #dde0ff;
}

table.standings td {
  background-color: #f1f4ff;
}

table.standings tr.odd td {
  background-color: #f1f4ff;
}
table.standings tr.even td {
  background-color: #e7eaff;
}

table.standings td.s {
  background-color: #f1f4ff;
  padding-left: 10px;
}

table.standings tr.odd td.s {
  background-color: #f1f4ff;
  padding-left: 10px;
}

table.standings tr.even td.s {
  background-color: #e7eaff;
  padding-left: 10px;
}

table.standings th.s {
  background-color: #dde0ff;
  padding-left: 10px;
}

span.ltxt
{
  color: #00309c;
  font-style: italic;
  font-weight: bold;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 120%;
}

div.inhalt
{
           background: #f1f4ff;
           border: thin solid #dde0ff 1px;
           color: #00309c;
           padding: 5px 5px 5px 5px;
           vertical-align: middle;
}
div.inhalt span.kopf
{
           font-family: Arial,helvetica,sans-serif;
           font-weight: bold;
           font-style: italic;
           font-size: x-small;
}
div.inhalt span.liste
{
           font-family: Arial,helvetica,sans-serif;
           font-size: x-small;
           
}


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;
}