/* CSS Document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 18px;
	text-align: left;
	background-image: url(cm.jpg);
	background-repeat: repeat;
}


a:link {
	text-decoration: none;
	color: #CCCCCC;
	 font-weight: normal;
}
a:visited {
	text-decoration: none;
	color: #CCCCCC;
	font-weight: normal;

}

/* Eingabefeld index livescore mp portal */
.style1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: clamp(0.85rem, 1.25vw, 1.5rem);
	font-weight: normal;
	text-align: left;

	white-space: nowrap;
}

td {
  height: 2.3 em; 
}

.navigationtext_tabelle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #edebeb;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	background-color: #000066;
	text-align: center;
}
.navigationtext_tabelle3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #edebeb;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	background-color: #999999;
	text-align: center;
}

.style2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	text-align: left;
	white-space: nowrap;

}

.navigationtext_tabelle2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #CCCCCC;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	background-color: #DD002D;
	text-align: center;

}
.navigationtext_kopf {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #CCCCCC;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	background-color: #000035;
	text-align: center;

}	

.mp_info {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFF00;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	background-color: #000066;
	text-align: left;

}	

/* Eingabefeld */
input[type=text] {
  float: left;
  width: 50px;
  font: bold 18px Helvetica, sans-serif;
  padding: 3px 0 0 0;
  text-align: center;
}


.button {
  margin: 0 0 0 5px;
  text-indent: -9999px;
  cursor: pointer;
  width: 29px;
  height: 29px;
  float: left;
  text-align: center;
  background: url(../images/buttons.png) no-repeat;
}



/* warum geht das nicht??? 1.2.24 */
.button-portal {
  background-color: #4CAF50;
  color: white;
  padding: 5px 10px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

/* Stile für Button 1 */
.button-1 {
	background-color: #4CAF50;
	color: white;
	padding: 10px 20px;
	border: none;
	border-radius: 4px;
	cursor: pointer;

}

/* Button 2 für speichern von score mit Farbwechsel */
.button-2 {
  background-color: #000066;
  color: #000066;
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}


.button-1:hover {
  background-color: #45a049;
}

.button-1:active {
  background-color: #3e8e41;
}

.button-3 {

	background-color: #CCCC00;
	color: white;
	padding: 10px 20px;
	border: none;
	border-radius: 4px;
	cursor: pointer;
}
