/*

  Home-CSS fuer THW
  (c) 1999-2005 Thorsten Drewes
  tdrewes@gmx.net

*/


@font-face {
 font-family: Hemihead;
 font-style: normal;
 font-weight: bold;
 src: url('hemihead.eot');
}

@font-face {
 font-family: Hemihead;
 font-style: italic;
 font-weight: bold;
 src: url("hemihead.ttf")  format("truetype");  /* For CSS3 browsers inc. Firefox */
}



/*
  start of news div 
*/


div.newslist {
}

/*
div.newslist a:hover {
  color: red;
}

div.newslist a {
  color: red;
}
*/

/* general item */
div.newsitem {
  clear: both;
  font-family: Arial,helvetica,sans-serif;
  font-size: 12px;  
  padding: 0px 0px 0px 0px;
  margin: 5px 2px 5px 42px;
  text-indent: -40px;
}

/* teaser item */
div.newsitemteaser {
  clear: both;
  font-family: Arial,helvetica,sans-serif;
  font-size: 12px;  
  padding: 5px 2px 5px 2px;
  margin: 0px 0px 0px 0px;
}
div.newsitemteaser div.headline {
  margin-left: 40px;
  text-indent: -40px;
  margin-bottom: 4px;
}
div.newsitemteaser div.headline span.newstitle {
}
div.newsitemteaser div.matchdata {
  font-size: 10px;  
  margin: 0px 2px 4px 2px;
  color: #00309c;
  font-style: italic;
  background: #f1f4ff;
}
div.newsitemteaser div.teaser {
  font-size: 10px;  
  line-height: 110%;
}
div.newsitem div.matchdata {
  font-size: 10px;
  margin: 0px 2px 0px 2px;
  color: #00309c;
  font-style: italic;
  background: #f1f4ff;
  text-indent: 0px;
}
/*
img.teaser {
  border: solid 1px #00309c;
}
*/


/* highlighted teaser item */
div.newsitemteaserhighlight {
  clear: both;
  font-family: Arial,helvetica,sans-serif;
  font-size: 12px;  
  padding: 5px 2px 5px 2px;
  margin: 0px 0px 0px 0px;
  background: #f1f4ff;
  border: solid 1px #00309c;
}
div.newsitemteaserhighlight div.headline {
  margin-left: 40px;
  text-indent: -40px;
  margin-bottom: 4px;
}
div.newsitemteaserhighlight div.headline span.newstitle {
  font-weight: bold;
}
div.newsitemteaserhighlight div.matchdata {
  font-size: 10px;  
  margin: 0px 2px 4px 2px;
  color: #00309c;
  font-style: italic;
  background: #ffffff;
}
div.newsitemteaserhighlight div.teaser {
  font-size: 10px;  
  line-height: 110%;
}

/* big teaser with foto */


.bigteaser {
  clear: both;
  width: 380px;
  border: solid #00309c 1px;
  margin: 0px 0px 5px 0px;
  padding: 0px 0px 0px 0px;
  height: 250px;
  position: relative;
  background-repeat: no-repeat;
}
.bigteaser .bigteaserupperpart {
  margin: 0px 0px 5px 0px;
  padding: 0px 0px 0px 0px;
  zoom: 1;
  position: absolute;
  top: 0px;
  right: 2px;
  left: 0px;
}
.bigteaser .bigteaserlowerpart {
  margin: 0px 0px 5px 0px;
  padding: 0px 0px 0px 0px;
  position: absolute;
  bottom: 0px;
  right: 2px;
  left: 0px;
  zoom: 1;
}

a:link.nomarking, a:visited.nomarking {
  text-decoration:none;
}
.bigteaserheadline {
  width: 335px;
  word-wrap: break-word;
  text-indent: -50px;
  background: #ffffff;
  margin: 5px 5px 5px 5px;
  padding: 2px 2px 2px 52px;
  color: #000000;
  font-family: Arial,helvetica,sans-serif;
  font-size: 14px;
  font-weight: bold;
  -moz-opacity:0.8;
  -khtml-opacity:0.8;
  opacity:0.8;
  filter:alpha(opacity=80);
  zoom: 1;
  -ms-word-wrap : sWrap;
}
.bigteasermatchdata {
  width: 385px;
  word-wrap: break-word;
  background: #ffffff;
  -moz-opacity:0.7;
  -khtml-opacity:0.7;
  opacity:0.7;
  margin: 5px 5px 5px 5px;
  padding: 2px 2px 2px 2px;
  color: #000000;
  font-family: Arial,helvetica,sans-serif;
  font-size: 10px;
  filter:alpha(opacity=70);
  zoom: 1;
  color: #00309c;
  font-style: italic;  
  -ms-word-wrap : sWrap;
}
.bigteasertext {
  width: 385px;
  word-wrap: break-word;
  background: #f1f4ff;
  margin: 5px 5px 0px 5px;
  padding: 2px 2px 2px 2px;
  color: #000000;
  font-family: Arial,helvetica,sans-serif;
/*  font-size: 10px; */
  font-size: 9px;
  -moz-opacity:0.85;
  -khtml-opacity:0.85;
  opacity:0.85;
  filter:alpha(opacity=85);
  line-height: 110%; 
  zoom: 1;
  -ms-word-wrap : sWrap;
}
table.news tr.bigteaserhighlight td.bigteasermain {
  border: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}


/* 
<
*/

div.htmlbody, div.limitedwidth {
max-width:800px;
width:expression(document.body.clientWidth > 800? "800px": "auto" );
}


table.menu a:hover {
  background: #f8f8f8;
}
table.menu  a:visited
{
  color: #000080;
}

/* keine kennzeichnung von externen links auf
   der homepage
a.extern:link {
  color: #c000c0;
}
a.extern:visited {
  color: #800080;
}
*/





table.news td {
  font-family: Arial,helvetica,sans-serif;
  font-size: 9pt;  
  padding: 0 0 4px 0;
}

table.news td.date {
font-family: Arial,helvetica,sans-serif;
  font-size: 9pt;  
  padding: 0 5px 4px 0;
}

table.news tr.teaser td {
  font-family: Arial,helvetica,sans-serif;
  font-size: 9pt;  
  padding: 4px 0px 8px 0;
}

table.news tr.teaser td.date {
  font-family: Arial,helvetica,sans-serif;
  font-size: 9pt;  
  padding: 5px 5px 8px 0;
}

table.news div.teaser {
  font-size: 7.5pt;  
  padding: 3px 0 0px 0; 
  line-height: 105%;
}

table.news div.matchdata {
  font-size: 7.5pt;  
  padding: 3px 0 0px 0; 
  color: #00309c;
  font-style: italic;
}



table.news tr.teaserhighlight td {
  font-family: Arial,helvetica,sans-serif;
  font-size: 9pt;  
  padding: 4px 0px 8px 0;
  background: #f1f4ff;
  border-right: solid 1px #00309c;
  border-top: solid 1px #00309c;
  border-bottom: solid 1px #00309c;
}

table.news tr.teaserhighlight td.date {
  font-family: Arial,helvetica,sans-serif;
  font-size: 9pt;  
  padding: 5px 5px 8px 0;
  background: #f1f4ff;
  border-right: none;
  border-left: solid 1px #00309c;
  border-top: solid 1px #00309c;
  border-bottom: solid 1px #00309c;
}



table.menu td {
  font-family: Arial,helvetica,sans-serif;
  font-size: 9pt;  
/*  padding: 5px 0 5px 0; */
}

table.menu td.items {
  font-family: Arial,helvetica,sans-serif;
  font-size: 9pt;  
/*  padding: 5px 0 5px 0; */
  background: #e7eaff;
}

td.head {
/* table.menu td.head, table.infocol td.head, table.middlecol td.head { */
  font-family: Arial,helvetica,sans-serif;
  font-size: 9pt;  
/*  padding: 5px 0 5px 0; */
  background: #00309c;
  font-weight: bold;
  font-style: italic;
  color: #ffffff;
}



table.hifticker td.reload {
  font-family: Arial,helvetica,sans-serif;
  font-size: 9pt;  
/*  padding: 5px 0 5px 0; */
  background: #00309c;
  font-style: italic;
  color: #ffffff;
}
table.hifticker td.inner {
  font-family: Arial,helvetica,sans-serif;
  font-size: 8pt;  
  padding: 0px 0px 0px 4px;
  background: #ffffff;
  font-weight: bold;
}
table.hifticker td.reload a {
  color: #ffffff;
  background: #00309c;
}

table.hifticker2 td.match {
  font-family: Arial,helvetica,sans-serif;
  background: #dde0ff;
  font-size: 8pt;  
  padding: 2px 2px 2px 2px;
  font-weight: bold;
}
table.hifticker2 td.movie {
  font-family: Arial,helvetica,sans-serif;
  background: #f1f4ff;
  font-size: 7pt;  
  padding: 2px 2px 2px 2px;
}
table.hifticker2 td.note {
  font-family: Arial,helvetica,sans-serif;
  background: #dde0ff;
  font-size: 7pt;  
  padding: 2px 2px 2px 2px;
}
table.hifticker2 td.fatnote {
  font-family: Arial,helvetica,sans-serif;
  background: #dde0ff;
  font-size: 9pt;  
  font-weight: bold;
  padding: 2px 2px 2px 2px;
}



table.infocol tr.nextlast td {
  font-family: Arial,helvetica,sans-serif;
  font-size: 8pt;  
/*  padding: 5px 0 5px 0; */
}

table.infocol tr.nextlast td span.match {
  font-size: 10pt;  
  font-weight: bold;
}

table.infocol tr.serie td {
  font-family: Arial,helvetica,sans-serif;
  font-size: 7pt;  
}

table.infocol tr.serie td table.days td {
  color: #00309c;
  font-style: italic;
  font-weight: bold;
  font-family: Arial,helvetica,sans-serif;
  font-size: x-large;
}




table.ministandings tr td  {
  font-family: Arial,helvetica,sans-serif;
  background: #dde0ff;
  font-size: 7pt;  
  padding: 0 0 0 5px;
}

table.ministandings tr.thw td  {
  font-family: Arial,helvetica,sans-serif;
  background: #f1f4ff;
  color: #00309c;
  font-size: 7pt;  
  padding: 0 0 0 5px;
}

table.ministandings tr.link td, table.ministandings tr.note td{
  font-family: Arial,helvetica,sans-serif;
  background: #f1f4ff;
  font-size: 7pt;  
}



table.top5news {
  width: 150px;
  table-layout:fixed;
  height: 160px;
}
table.top5news tr {
   height: 10px;
}
table.top5news tr.last {
   height: 99%;
}
table.top5news tr td  {
  font-family: Arial,helvetica,sans-serif;
  background: #dde0ff;
  font-size: 8.5pt;  
  padding: 0 0 5px 5px;
  overflow: hidden;
  white-space: nowrap;  
}
table.top5news tr td:hover  {
  font-family: Arial,helvetica,sans-serif;
  background: #dde0ff;
  font-size: 8.5pt;  
  padding: 0 0 5px 5px;
  overflow: visible;
  white-space: normal;
}
table.top5news tr.last td {
  background: #ffffff;
  overflow: hidden;
  white-space: nowrap;  
}
table.top5news tr.last td:hover {
  background: #ffffff;
  overflow: hidden;
  white-space: nowrap;  
}

/*
table.top5news tr td div {
  overflow: hidden;
}
*/



table.record tr td.head  {
  font-family: Arial,helvetica,sans-serif;
  background: #dde0f8;
  font-size: 7pt; 
  color: #00309c;
  padding: 0 0 0 5px;
}

table.record tr td.item  {
  font-family: Arial,helvetica,sans-serif;
  background: #ffffff;
  font-size: 7pt; 
  color: #000000;
  padding: 0 0 0 0;
}



div.title {
  font-family: Arial,helvetica,sans-serif;
  font-size: 10pt;
  color: #00309c;
  text-align: center;
}

div.title span.zebraonline {
  color: #000000;
  font-size: 28pt;
  font-weight: bold;
  font-style: italic;
}

div.title span.magazin {
  font-size: 8pt;
  font-style: italic;
}

div.title span.sponsor {
  font-size: 11pt;
  font-weight: bold;
  font-style: italic;
}



table.pollquestion td.head {
  font-family: Arial,helvetica,sans-serif;
  font-size: 9pt;  
  padding: 0 3px 0 3px;
  background: #00309c;
  font-weight: bold;
  font-style: italic;
  color: #ffffff;
}


table.poll td.answer, table.poll td.gfx, table.poll td.perc {
  font-family: Arial,helvetica,sans-serif;
  font-size: 7.5pt;  
  background: #f1f4ff;
}
table.poll td.footer {
  font-family: Arial,helvetica,sans-serif;
  font-size: 7.5pt;  
  background: #dde0ff;
}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;
}



div.newsweb {
  clear: both;
  font-family: Arial,helvetica,sans-serif;
  font-size: 11px;  
  padding: 0px 2px 5px 10px;
  margin: 0px 0px 0px 0px;
}

div.newsweb b {
  font-size: 12px;  
}



        
span.zebra {
/*           clear: both; */
           color: #000000;
           font-family: Hemihead,Arial,helvetica,sans-serif;; 
           font-style: normal;
           font-weight: bold;
           font-size: 14pt;
        }

html>body span.zebra {
/*           clear: both; */
           color: #000000;
           font-family: Hemihead,Arial,helvetica,sans-serif;; 
           font-style: italic;
           font-weight: bold;
           font-size: 14pt;
        }
span.zebra2 {
/*           clear: both; */
           color: #000000;
           font-family: Hemihead,Arial,helvetica,sans-serif;; 
           font-style: normal;
           font-weight: bold;
           font-size: 48pt;
        }

html>body span.zebra2 {
/*           clear: both; */
           color: #000000;
           font-family: Hemihead,Arial,helvetica,sans-serif;; 
           font-style: italic;
           font-weight: bold;
           font-size: 48pt;
        }
