/*

  CSS fuer News
  (c) 1999-2005 Thorsten Drewes
  tdrewes@gmx.net

*/

div.limitedwidth {
max-width:650px;
width:expression(document.body.clientWidth > 650? "650px": "auto" );
}

div.htmlbody {
max-width:650px;
width:expression(document.body.clientWidth > 650? "650px": "auto" );
}


/* Seitenberschrift */
h2.main {
  font-family:Arial,Helvetica,sans-serif;
  font-style:italic;
  color: #00309c;
  font-size: x-large;
  background: #f1f4ff;
  border: none;
}

/* Datumsangabe des Artikels */
em.date {
/*  clear: both;
  background: #f1f4ff;
  margin-top: 10px;
  color: #00309c;
  border: none;
  width: 100%; */
}

/* Datumsangabe des Artikels */
em.subdate {
  clear: both;
  background: #f1f4ff;
  margin-top: 20px;
  color: #00309c;
  border: none;
  /* width: 100%; */
}

/* Trenner der Monate in der News-Uebersicht */
h3.month, h4.month {
  margin-top: 15px;
/*  clear: both; */
  color: #00309c;
  font-style: italic;
  font-weight: bold;
  font-family: Arial,Helvetica,sans-serif;
  font-size: large;
  background: #f1f4ff;
  border: none;
  width: 100%;
}


table.newsfooter em.date {
  margin-top: 0px;
  color: #00309c;
}

table.newsfooter td
{
  font-family:Arial,Helvetica,sans-serif;
  font-size: 90%;
}

/* Artikelberschrift */
h3.news {
  margin-top: 35px;
/*  clear: both; */
  color: #00309c;
  font-style: italic;
  font-weight: bold;
  font-family: Arial,Helvetica,sans-serif;
  font-size: large;
  background: #f1f4ff;
  border: none;
  width: 100%;
  margin-right: 0px;
}

/* TV/Radio-Tip */
h4.tvradio {
  color: #00309c;
  font-style: italic;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 100%;
  background: #f1f4ff;
  border: none;
  width: 50%;
  margin-left: 20px;
}
/* Artikelunterberschrift */
h5.tvradio {
  color: #00309c;
  font-style: italic;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 90%;
  background: #f1f4ff;
  border: none;
  margin-left: 20px;
  width: 50%;
}



/* Trenner der Rubriken im Archiv */
h3.archive {
  margin-top: 15px;
/*  clear: both; */
  color: #00309c;
  font-style: italic;
  font-weight: bold;
  font-family: Arial,Helvetica,sans-serif;
  font-size: large;
  background: #f1f4ff;
  border: none;
  width: 100%;
}

/* Artikelunterberschrift, Radio-Tip */
h4.news {
  color: #00309c;
  font-style: italic;
  font-weight: bold;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 100%;
  background: #f1f4ff;
  border: none;
  width: 100%;
}



/* Artikelunterberschrift */
h5.news {
  color: #00309c;
  font-style: italic;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 90%;
  background: #f1f4ff;
  border: none;
  width: 100%;
}

/* 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;
}

/* 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;
}


/* Stimmen zum Spiel-Block */
div.voices {
  background: #f1f4ff;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* berschrift "Stimmen zum Spiel" */
div.voices .voicehead
{
  color: #00309c;
  font-style: italic;
  font-weight: bold;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 100%;
  background: #ffffff;
  border: none;
  width: 100%;
}

/* Eine einzelne Stimme */
div.voices h5.voice
{
  color: #00309c;
  font-style: italic;
  font-weight: bold;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 90%;
  background: #ffffff;
  border: none;
  width: 100%;
}

/* Eine einzelne Stimme */
div.voices .question
{
  color: #00309c;
  font-style: italic;
  background: #ffffff;
}

div.links
{
  padding: 0 0 0 0;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 80%;
}

a.extern:link {
  color: #c000c0;
}
a.extern:visited {
  color: #800080;
}

a:visited
{
  color: #000080;
}
/*
div.links a.extern:link {
  color: #004000;
}
div.links a.extern:visited {
  color: #003000;
}
*/

table.newsfooter td {
  font-family: Arial,Helvetica,sans-serif;
}

/* Aufgetunte Rubrikenliste */

dt {
           margin-top: 15px;
           margin-bottom: 5px;
           color: #00309c;
           font-style: italic;
           font-weight: bold;
           font-family: Arial,helvetica,sans-serif;
           font-size: 100%; 
           background: #f1f4ff;
}


/* Definition fuer Design-Tabellen */
table.design {
  border: none;
}

table.design th {
  background-color: #dde0ff;
  border: none;
}

table.design td {
  background-color: #f1f4ff;
  border: none;
}

table.design td.hi {
  background-color: #dde0ff;
  border: none;
}

blockquote
{
  background-color: #f1f4ff;
}

blockquote.joke
{
  font-family: Arial,helvetica,sans-serif;
  font-size: 150%;
  font-style: italic;
  font-weight: bold;
  color: #00309c;
}
blockquote.headline
{
  font-family: Arial,helvetica,sans-serif;
  font-size: 120%;
  font-weight: bold;
  color: #000000c;
}

span.ltxt
{
  color: #00309c;
  font-style: italic;
  font-weight: bold;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 120%;
}


/* Definition fuer restprog */
table.restprog {
  border: none;
}

table.restprog th {
  background-color: #dde0ff;
  border: none;
}

table.restprog th.e {
  background-color: d3d6ff;
  border: none;
}

table.restprog td    {
  background-color: #f1f4ff;
  border: none;
}

table.restprog td.e {
  background-color: #e7eaff;
  border: none;
}

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;
}