* div#tabelle_outside{
	margin: 20px;
	padding: 10px 20px 20px 20px;
	border: 1px solid silver;
	width: 400px;
}
#tabelle_kopf {			/* Formatierung Überschriftszeile */
	padding: 0px;
	margin: 0px;
}
div.tabelle_kopf {
	font-size: 12px;
	padding: 2px 0 0 0;
	color: black;
}
div.tabelle_kopf_fett {
	font-weight: bold;
	font-size: 12px;
	padding: 2px 0 0 0;
	color: black;
}

/* Formatierung einzelne Zeilen */
#tabelle_inhalt {
	border-bottom: 1px solid silver;
/*	padding: 0 0 0 4px; */
	margin: 0px;
  	font-size: 10pt;
	font-family: arial, sans-serif;
	color: green;
}
#tabelle_inhalt a {
   color: green;
}
#tabelle_inhalt1 {
	background-color: #F0F0F0;
	font-weight: bold;
	border-bottom: 1px solid silver;
/*	padding: 0 0 0 4px; */
	margin: 0px;
  	font-size: 10pt;
	font-family: arial, sans-serif;
	color: green;
}
#tabelle_inhalt2 {
	background-color: yellow;
	font-weight: bold;
	border-bottom: 1px solid silver;
/*	padding: 0 0 0 4px; */
	margin: 0px;
  	font-size: 10pt;
	font-family: arial, sans-serif;
	color: green;
}
#punkte {
	font-weight: bold;
	color: green;
}
#platzierung {
	padding: 0 0 0 10px;
	color: green;
}
#tabelle_inhalt a {
  	color: green;
} 
#tabelle_inhalt1 a {
  	color: green;
} 
#ergebniss_sondertipps {
  	background-color: #F0F0F0;
  	border: 1px solid silver;
}