span.telefon {
	float: left;
	width: 80px;
}

table {
	position:relative;
	top: 10px;
	clear: both;
}
table.tabelle_90 {
	margin: 0;
	padding: 0;
	width: 90%;
	line-height: 14px;
	font-size: 1.0em;
}

table.scorecard-9loch {
	width: 400px;
	line-height: 14px;
	font-size: 1.0em;
}

table.scorecard-18loch {
	width: 600px;
	line-height: 14px;
	font-size: 1.0em;
}

table.tabelle_60 {
	margin: 0;
	padding: 0;
	width: 60%;
	line-height: 14px;
	font-size: 1.0em;
}

.ueberschrift {
	font-size: 1.0em; 
	background: inherit; 
	color: #333; 
	margin: 0;
	line-height: 30px;
	font-weight: bold; 
	text-transform: uppercase;
}

.kleine_Schrift {
	font-size: 0.85em;
	line-height: 14px;
	display: block;
}

tr.zeile_hellgruen {
	margin: 0;
	padding: 0;
	font-weight: normal;
	background: #EBF4D6;
	color: #333;
	height: 20px;
}

td.breit {
	margin: 0;
	padding: 0 0 0 5px;
	width: 210px;
}

td.schmal {
	margin: 0;
	padding: 0 0 0 5px;
	width: 70px;
}

td {
	margin: 0;
	padding: 3px 0 3px 6px;
}

td.grau {
	width: 12%;
	color: #333;
	background: #ccc;
	border: 4px solid #fff;
	text-align: center;
	padding: 0;
}

td.grau a:link {
	color: #333;
	display: block;
	background: inherit;
	text-decoration: underline;
	height: 17px;
	padding: 3px 0 0 0;
}

td.grau a:hover,
td.grau a:visited {
	color: #fff;
	display: block;
	background: #666;
	text-decoration: none;
	height: 17px;
	padding: 3px 0 0 0;
}

td.gelb {
	width: 12%;
	color: #333;
	background: #ff6;
	border: 4px solid #fff;
	text-align: center;
}

td.rot {
	width: 12%;
	color: #333;
	background: #c00;
	border: 4px solid #fff;
	text-align: center;
}

td.hellgrau {
	width: 12%;
	color: #333;
	background: #eee;
	border: 4px solid #fff;
	text-align: center;
}

td.schwarz {
	width: 12%;
	color: #fff;
	background: #333;
	border: 4px solid #fff;
	text-align: center;
}

td.weiss {
	width: 12%;
	color: #333;
	background: #fff;
	border: 4px solid #fff;
	text-align: center;
}

span.gruenerText {
	font-size: 11px;
	font-weight: bold;
	color: #03673d;
	text-decoration: none;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-style: normal;
}




