/* css Prellball Wiesloch Style v1.0*/
/* css released under Creative Commons License - http://creativecommons.org/licenses/by-nc-sa/1.0/  */
/* All associated graphics copyright 2008, Hannes Gerner */
/* December 14th 2008 */


/* Tabellen --------------------------------------------------------- */

table {
/*	width: 550px; */
  width: 100%;
	border-collapse: separate;
	background: transparent;
	color: black;
	border: none;
	margin: 0 0 20px 0;
  	font-size: 0.9em;
	}
	
table.out {
	width: 550px;
}

table.kreuzplan {
  font-size: 80%;
  }
table.kreuzplan_klein {
  font-size: 79%;
  }
caption {
   	font-size: 100%;
   	font-weight: bold;
  	background-color: transparent;
	  color: black;
	  text-align: center;
   	padding: 1em;
   	padding-left: 0;
   	margin-bottom: 3px;
	}
th, td {
  	padding: 0.15em 0.5em;
   	text-align: left;
   	vertical-align: top; /* Standard ist vertical-align: middle */
	}
td.punkte {
	text-align: center
	}
td.mannschaft {
   	background-color: #E95106;    
    font-family: Georgia, "Times Roman",serif;
   	font-size: 90%;
   	font-variant: small-caps; 
   	letter-spacing: 1px; 
   	font-weight: bold; 
    color: white
  	}
td.erster,th.erster {
    background-color: #daa520;
    }
td.punkteerster {
	  text-align: center; 
    background-color: #daa520;
    }
td.zweiter,th.zweiter {
    background-color: #c0c0c0;
    }
td.punktezweiter {
	  text-align: center; 
    background-color: #c0c0c0;
    }
td.dritter,th.dritter {
    background-color: #B87333;
    }
td.punktedritter {
	  text-align: center; 
    background-color: #B87333;
    }    
th 	{
   	font-family: Georgia, "Times Roman",serif;
   	font-size: 80%;
   	font-variant: small-caps; 
   	letter-spacing: 1px; 
   	font-weight: bold; 
    color: white;
    text-indent: 5px;
	}
thead 	{
   	background-color: black;
    background: url(../img/table_head.png) transparent repeat-x top left;
    height: 20px;
   	color: black;
   	border-bottom: 2px solid black;
	}
tfoot 	{
   	border-top: 1px solid #999;
	}
  
tr.streifen{
	background-color: #FCB25D;
	color: black;
	}
tr.ergebnisse {
  background-color: #E95106;
  color: white;
  }
tr.platz {
  background-color: #E95106;
  color: white;
  font-weight: bolder;
  }
  
tr:hover {
	background-color: #7D775C;;
	}
table.kreuzplan tr:hover,table.kreuzplan_klein tr:hover {
  background-color: transparent;
  }
table.kreuzplan tr.streifen:hover,table.kreuzplan_klein tr.streifen:hover {
  background-color: #FCB25D;
  }
table.kreuzplan tr.ergebnisse:hover, table.kreuzplan_klein tr.ergebnisse:hover {
  background-color: #E95106;
  }
table.kreuzplan tr.platz:hover, table.kreuzplan_klein tr.platz:hover {
  background-color: #E95106;
  }
thead tr:hover,table.kreuzplan thead tr:hover,table.kreuzplan_klein thead tr:hover {
   	background-color: black;
    background: url(../img/table_head.png) transparent repeat-x top left;
	color: inherit;
	}

/* - Kreuzplan, neu ----------------------------------------------------------*/
thead.kreuz, thead tr:hover {
	background: none;
	background-color:#E95106;
}
th.first {
	background-color: white;
}
thead.kreuz th.ergebnis {
	background-color: black;
	color: white;
}
td.ergebnis_streifen {
	font-weight: bold;
	background-color: #424242;
	color: white;
}
td.ergebnis {
	font-weight:bold;
	background-color: #6E6E6E;
	color: white;
}
	

  
