body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.75em;
  color: #000000;
  margin:0px;
  padding:0px;

}
td {
  font-size: 0.75em;
}
#Ergebnistabelle {
	width: 494px;
}
#Wettkampf {
	text-align:center;
	font-weight:bold;
	height:26px;
	vertical-align:middle;
}
table.kopfleiste {
    height:24px;
	border:1px solid #000000;
	font-weight:bold;
}
td.team {
    width:200px;

	text-align:center;
}
td.pointstotal {
   width:24px;
   text-align:center;
   font-size:1.0em;
   border-left:1px solid #000000;
   border-right:1px solid #000000;
}
td.pointstotal-gelb {
   width:24px;
   text-align:center;
   font-size:1.0em;
   border-left:1px solid #000000;
   border-right:1px solid #000000;
   background-color:#ffff00;
}
td.pointstotal-gruen {
   width:24px;
   text-align:center;
   font-size:1.0em;
   border-left:1px solid #000000;
   border-right:1px solid #000000;
   background-color:#33cc00;
}
td.pointstotal-rot {
   width:24px;
   text-align:center;
   font-size:1.0em;
   border-left:1px solid #000000;
   border-right:1px solid #000000;
   background-color:#ff0000;
}
td.pointstext {
   width:42px;
   text-align:center;
}
table.paarung {
	width:494px;
	border:1px solid #000000;
	margin-top:3px;
}
.paarung td {
	font-size:0.65em;
}
td.schuetzename {
	width:92px;
	font-weight:bold;
	padding:0px 2px 0px 2px;
	border-bottom:1px solid #CCCCCC;

}
td.standnummer {
	width:15px;
	text-align:center;
	background-color:#DEDEDE;
}
td.ergebnisserie {
	width:23px;
	text-align:center;
	border-bottom:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
}
td.ergebnisschuetze {
	width:26px;
	text-align:center;
	font-weight:bold;
}
td.stechschuss {
	text-align:center;
	border-left:1px solid #CCCCCC;
}
td.schuetzepunkte {
	font-size:0.75em;
	font-weight:bold;
	text-align:center;
	height:24px;
	width:24px;
	border-bottom:1px solid #000000;
}
td.schuetzepunkte-gelb{
	font-size:0.75em;
	font-weight:bold;
	text-align:center;
	height:24px;
	width:24px;
	border-bottom:1px solid #000000;
	background-color:#ffff00;
}
td.schuetzepunkte-rot{
	font-size:0.75em;
	font-weight:bold;
	text-align:center;
	height:24px;
	width:24px;
	border-bottom:1px solid #000000;
	background-color:#ff0000;
}
td.schuetzepunkte-gruen{
	font-size:0.75em;
	font-weight:bold;
	text-align:center;
	height:24px;
	width:24px;
	border-bottom:1px solid #000000;
	background-color:#33cc00;
}

td.stechschussresult {
    border-left:1px solid #000000;
	border-right:1px solid #000000;
	text-align:center;
}