/*

  CSS fuer Gegnerdaten
  (c) 1999 Thorsten Drewes
  tdrewes@gmx.net

*/

div.limitedwidth {
max-width:650px;
width:expression(document.body.clientWidth > 650? "650px": "auto" );
}

/* Datumsangabe des Artikels */
em.date {
/*  clear: both; */
  background: #f1f4ff;
  margin-top: 15px;
  width: 100%;
  color: #00309c;
}

/* Seitenueberschrift */
h2 {
  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;
  border: none;
}
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;
}

/* Zeilentrenner */

td.type {
           color: #00309c;
           font-style: italic;
           font-weight: bold;
           font-family: Arial,helvetica,sans-serif;
           font-size: 100%; 
           background: #f1f4ff;
}

/* Aufgestylte Rubriken */

dt {
           margin-top: 10px;
           margin-bottom: 3px;
           color: #00309c;
           font-style: italic;
           font-weight: bold;
           font-family: Arial,helvetica,sans-serif;
           font-size: 100%; 
           background: #f1f4ff;
}


table.results, table.years, table.stat {
  border: none;
}

table.results tr.highlight td, table.years tr.higlight td, table.stat tr.highlight td {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 78%;
  background: #dde0ff;
  border: none;
}
table.results td, table.years td, table.stat td {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 78%;
  background-color: #f1f4ff;
  border: none;
}


table.results th, table.years th, table.stat th {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 78%;
  background-color: #dde0ff;
  border: none;
}

span.ltxt
{
  color: #00309c;
  font-style: italic;
  font-weight: bold;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 120%;
}

a.extern:link {
  color: #c000c0;
}
a.extern:visited {
  color: #800080;
}

a:visited
{
  color: #000080;
}


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;
           
}


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;
}