form {
  margin: 0 0 10px 0;           /* Abstand zu gesamtem Formular */
}
table#outside {
	border: 1px solid silver;
	padding: 0;
	margin: 0 8px 8px 0;
}
table#inside1 {
/*	padding: 0 0 0 8px; */
	font-weight: 500;
}
table#inside2 {
/*	padding: 0 3px 0 8px; */
	margin-bottom: 0px;
	background-color: #F0F0F0;
}
#vs {
	font-style: italic;
	font-weight: normal;
	word-spacing: 4px;
}
td#teams {
	font-weight: 600;
	letter-spacing: 1px;
	font-size: 1.0em;
	color: #4D4D4D;
}
td#teams a:link{
	color: #4D4D4D;
}
td#teams a:visited{
	color: #4D4D4D;
}
td#teams a:hover{
	color: #4D4D4D;
}
td#teams a:active{
	color: #4D4D4D;
}
#spielangaben {
	font-size: 0.9em;
}
td#tipp_fehler {
	border: 1px solid red;
}
td#tipp_nicht_abgegeben {
	border: 1px solid green;
}
input.input_tore {
    background-color: white;
	border: 1px solid silver;
	padding: 0 2px 0 0;
	margin: 2px 0 2px 0;
	text-align: right;
	width: 15px;
	font-weight: bold;
	color: #4D4D4D;
}
* div#hinweis_achtung {
	margin: 15px 0 5px 0;
	padding: 2px 10px;
	text-align: center;
	border: 1px dashed red;
	font-size: 0.93em;
	font-weight: bold;
	color: #339933;
	background-color:#F8E3D0;
	width: 398px;
}
* div#hinweis_gespeichert {
	margin: 15px 0 5px 0;
	padding: 2px 10px;
	text-align: center;
	border: 1px dashed green;
	font-size: 0.93em;
	font-weight: bold;
	color: #339933;
	background-color: #CEE4A5;
	width: 398px;
}
table#spiel {
	border: 1px solid silver;
	padding: 0 0px 0 0px;
	margin: 0 8px 0 0;
}
table#ergebnisse_outside {
	border-bottom: 1px solid silver;
	border-left: 1px solid silver;
	border-right: 1px solid silver;
}
table#ergebnisse {
	padding: 0 0px 2px 10px;
}
td#tore {
	font-weight: bold;
}
tr#ergebnis {
	font-weight: bold;
	background-color: #F0F0F0;
}
input.input_spielerdaten {
    background-color: white;
	border: 1px solid silver;
	padding: 2px;
	margin: 4px 4px 4px 4px;
	width: 140px;
	font-weight: bold;
}
input#submit {
	margin-top: 5px;
}
table#sonderpunkte {
	border: 1px solid silver;
	padding: 0px 0 0 10px;
	width: 457px;
}
#auswahl {
	margin-bottom: 10px;
}
#sondertipps {
  	border: 1px solid solid; 
  	width: 200px; 
}
table#sonderpunkte div {
    color: #4D4D4D;
    font-weight: bold;
	letter-spacing: 1px;
}