/*

  Standard-CSS fr THW
  (c) 1999 Thorsten Drewes
  tdrewes@gmx.net

*/


div.htmlbody, div.limitedwidth {
max-width:650px;
width:expression(document.body.clientWidth > 650? "650px": "auto" );
}

/* Aufgestylte berschriften */

h1 {
           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;
           width: 100%;
        }

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;
           width: 100%;
        }
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;
           width: 100%;
        }
h4 {
           margin-top: 20px;
           color: #00309c;
           font-style: italic;
           font-weight: bold;
           font-family: Arial,helvetica,sans-serif;
           font-size: 100%; 
           background: #f1f4ff;
           width: 100%;
}

h5 {
           margin-top: 20px;
           color: #00309c;
           font-style: italic;
           font-family: Arial,helvetica,sans-serif;
           font-size: 90%;
           background: #f1f4ff;
           width: 100%;
}

h6 {
           margin-top: 20px;
           color: #00309c;
           font-style: italic;
           font-family: Arial,helvetica,sans-serif;
           font-size: 80%;
           background: #f1f4ff;
           width: 100%;
}

/* Aufgestyltes DL */
dl.data dt {
  margin-top: 10px;
  clear: both;
  color: #00309c;
  font-style: italic;
  font-weight: bold;
  font-family: Arial,helvetica,sans-serif;
  background: #f1f4ff;
  margin-bottom: 5px;
}

/* Laufschrift... */
input.banner {
  background: transparent;
  color: #00309c;
  font-weight: bold;
  font-family: monospace;
  border: none;
}


table.dates, table.dates td {
  border: none;

}
/* Termine Monatstrenner */
td.month {
           font-style: italic;
           font-weight: bold;
           font-family: Arial,helvetica,sans-serif;
           font-size: large;
           border: none;
           background: #00309c;
        }

/* Normale Termine */
table.dates tr.misc td {
  padding-top: 5px;
  padding-bottom: 5px;
  background: #f1f4ff;
  border: none;
}

/* Spieltermine */
table.dates tr.match td {

  padding-top: 5px;
  padding-bottom: 5px;
  background: #dde0ff;
  border: none;
}

table.dates tr td.links {
  font-size: x-small;

}

/* Ueberschrift */
table.dates th {
  background: #dde0ff;
  border: none;
}

li.head {
  margin-top: 5px;
}


table.years, table.design {
  border: none;
}

table.years td, table.design td {
  background: #f1f4ff;
  border: none;
}

table.years td.hi, table.design td.hi  {
  background: #dde0ff;
  border: none;
}

table.years th, table.design th {
  background: #dde0ff;
  border: none;
}

table.design th.skip, table.design td.skip {
  background: none;
  border: 0;
}

@media print {
    table.fanshop td, table.fanshop.th, pre.fanshop { font-size: 8pt }
}

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;
           
}



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;
}



table.navigator {
  border: none;
  text-align: center;
  font-family: Arial,helvetica,sans-serif;
}

table.navigator td.e {
  font-size: x-small;
  background: #f1f4ff;
}

table.navigator td.o {
  font-size: x-small;
  background: #dde0ff;
}

table.navigator td.esaison {
  font-size: medium;
  font-weight: bold;
  background: #f1f4ff;
}

table.navigator td.osaison {
  font-size: medium;
  font-weight: bold;
  background: #dde0ff;
}

table.navigator td.etabplatz {
  font-size: x-large;
  font-weight: bold;
  font-style: italic;
  background: #f1f4ff;
  color: #00309c;
}

table.navigator td.otabplatz {
  font-size: x-large;
  font-weight: bold;
  font-style: italic;
  background: #dde0ff;
  color: #00309c;
}
