.submit-oben {

	background-color: #FFF;
	border-color:#000;
	color: #000;
	font-size:20px;
	margin: 0;
 	padding: 15px 15px;
	font-family:"Times New Roman";
	-webkit-appearance: none;
	-moz-appearance: none;
 }
 
 .submit-oben:hover /* Eigenschaften beim Überfahren mit der Maus */
    {
    color: #0000ff; /* Neue Farbe */
	background-color: #45b3e7;
    font-weight:bold;
	-webkit-appearance: none;
	-moz-appearance: none;
	cursor: pointer;
	font-size: 20px;
	}


.submit {

	/* background-color: #FFF; */
	background-color: transparent;
	border-color: transparent;
	color: #000;
	font-size:200px;
	margin: 0;
 	padding: 15px 15px;
	font-family:"Times New Roman";
	-webkit-appearance: none;
	-moz-appearance: none;
 }
 
 .submit:hover /* Eigenschaften beim Überfahren mit der Maus */
    {
    color: #00CF00; /* Neue Farbe */
	background-color: #45b3e7;
    font-weight:bold;
	-webkit-appearance: none;
	-moz-appearance: none;
	cursor: pointer;
	font-size: 25px;
	}

.submit-auswahl {
	border: none !important;
	font-family:"Times New Roman";
	background-color: #00CF00; /* Green */
	border: none;
	color: #000;
	padding: 15px 15px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 20px;
  	-webkit-appearance: none;
	-moz-appearance: none;
  	
}

.submit-ohne {
 
		background-color: #45b3e7;	
		font-size: 20px;
		font-family:"Times New Roman";
		color: #fff;
		padding: 15px 15px;
		-webkit-appearance: none;
		-moz-appearance: none;
		font-family:"Times New Roman";
}

.text {
		font-size:20px;
		padding: 15px 15px;
		-webkit-appearance: none;
		-moz-appearance: none;
		font-family:"Times New Roman";
}



	

	
.submit-ohne:hover /* Eigenschaften beim Überfahren mit der Maus */
    {
    color: #FF0000; /* Neue Farbe */
    font-weight:bold;
	background-color: #000;
	-webkit-appearance: none;
	-moz-appearance: none;
	cursor: pointer;
	}
	
	
	.hervorheben
	{
	font-size:25px;
	}
	
	
.hervorheben:hover
	{
	background-color:#A9F5BC !important;
	font-size:30px;
	}
	
	
	
	.submit-test{

	/* background-color: #FFF; */
	background-color: transparent;
	border-color: transparent;
	color: #000;
	font-size:28px;
	margin: 0;
 	padding: 1px 1px;
	font-family:"Times New Roman";
	-webkit-appearance: none;
	-moz-appearance: none;
	}
	
	.submit-test:hover
	{
	background-color:#A9F5BC !important;
	font-size:30px;