/*

  Standard-CSS fuer Spielerdaten
  (c) 1999 Thorsten Drewes
  tdrewes@gmx.net

*/



div.htmlbody, div.limitedwidth {
max-width:650px;
width:expression(document.body.clientWidth > 650? "650px": "auto" );
}



@font-face {
 font-family: Hemihead;
 font-style: normal;
 font-weight: bold;
 src: url('thwfont.eot');
}

@font-face {
 font-family: Hemihead;
 font-style: italic;
 font-weight: bold;
 src: url("thwfont.ttf")  format("truetype");  /* For CSS3 browsers inc. Firefox */
}


/* Datumseintrag */

em.date {
/*  clear: both; */
  background: #f1f4ff;
  margin-top: 15px;
  width: 100%;
  color: #00309c;
}

/* Aufgestylte Ueberschriften */

h2 {
           margin-top: 3px;
/*           clear: both; */
           color: #00309c;
           font-style: italic;
           font-weight: bold;
           font-family: Arial,helvetica,sans-serif;
           background: #f1f4ff;
        }
        
h2.spieler {
           margin-top: 0px;
/*           clear: both; */
           color: #000000;
           font-family: Hemihead,Arial,helvetica,sans-serif;; 
           font-style: normal;
           font-weight: bold;
           background: #f1f4ff;
           font-size: 30pt;
        }

html>body h2.spieler {
           margin-top: 0px;
/*           clear: both; */
           color: #000000;
           font-family: Hemihead,Arial,helvetica,sans-serif;; 
           font-style: italic;
           font-weight: bold;
           background: #f1f4ff;
           font-size: 30pt;
        }



        
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;
}

h5 {
           margin-top: 20px;
           color: #00309c;
           font-style: italic;
           font-family: Arial,helvetica,sans-serif;
           font-size: 100%; 
           background: #f1f4ff;
}

div.nummer {
  margin-top: 0px;
}

/* Zeilentrenner fr Tabelle */

td.type {
           color: #00309c;
           font-style: italic;
           font-weight: bold;
           font-family: Arial,helvetica,sans-serif;
           font-size: 100%; 
           background: #f1f4ff;
}

table.players {
  border: none;
}

table.players td {
  border: none;
  background: #f1f4ff;
}

table.players td.highlight {
  border: none;
  background: #dde0ff;
}

tr.highlight td {
  border: none;
  background: #dde0ff;
}



table.players th {
  border: none;
  background-color: #dde0ff;
}

table.players {
  border: none;
}

table.players td.type {
           color: #00309c;
           font-style: italic;
           font-weight: bold;
           font-family: Arial,helvetica,sans-serif;
           font-size: 100%; 
           background: #dde0ff;
}


/* Aufgetunte Rubrikenliste */

dt {
           margin-top: 5px;
           color: #00309c;
           font-style: italic;
           font-weight: bold;
           font-family: Arial,helvetica,sans-serif;
           font-size: 90%; 
           background: #f1f4ff;
}
dd {
  margin-left: 15px;
}
 

/* lists */
ul {
  margin-left: 10px;
  padding-left: 10px;
}




table.goals {
  border: none;
}

table.goals td {
  background-color: #f1f4ff;
  border: none;
}

table.goals th.skip {
  background-color: #ffffff;
  border: none;
}

table.goals th {
  background-color: #dde0ff;
  border: none;
}

table.goals td.sum {
  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, 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;
           
}

td.galpic {
  background-color: #f1f4ff;
  border: none;
}
td.galpiccomm {
  background-color: #f1f4ff;
  border: none;
           font-family: Arial,helvetica,sans-serif;
           font-size: 11px;  
}
td.galpicinfo {
  background-color: #f1f4ff;
  border: none;
           font-family: Arial,helvetica,sans-serif;
           font-size: 9px;  
}
div.galnote {
           font-family: Arial,helvetica,sans-serif;
           font-size: small;  
           font-style: italic;
}


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;
}