/* inclued for Css style */


.aktbut { 
  padding: .4em .8em; 
  background: #5a9900 linear-gradient(#8db243, #5a9900); 
  border: thin solid green;
  border-radius: 0 .4em .4em; 
  box-shadow: 0 .2em .4em gray; 
  color: white;
  text-shadow: 0 -.05em .05em #333; 
  font-size: 100%; 
  line-height: 1.5;
}	

.focbut { 
  padding: .4em .8em; 
  background: #5a9900 linear-gradient(#8db243, #5a9900); 
  border: medium solid blue;
  border-radius: 0 .4em .4em; 
  box-shadow: 0 .2em .4em gray; 
  color: white;
  text-shadow: 0 -.05em .05em #333; 
  font-size: 100%; 
  line-height: 1.5;
}	

.outbut { 
  padding: .4em .8em; 
  background: #5a9900 linear-gradient(#ff5f00, #ff0000); 
  border: thin solid red;
  border-radius: 0 .4em .4em; 
  box-shadow: 0 .2em .4em gray; 
  color: white;
  text-shadow: 0 -.05em .05em #333; 
  font-size: 100%; 
  line-height: 1.5;
}	

.disbut { 
  padding: .4em .8em; 
  border: thin solid gray;
  border-radius: 0 .4em .4em; 
  box-shadow: 0 .2em .4em gray; 
  color: gray;
  text-shadow: 0 -.05em .05em #333; 
  font-size: 100%; 
  line-height: 1.5;
}

.seltr {
	background-color: #5a9900; /* Green */
	border-color: #5a9900; /* Green */
	color: white;
}

.info {
	color: blue; /* Green */
	font-size: 32px;
	font-style: italic;
}

.knopf {
	background-color: yellow; /* Green */
	border: none;
	color: black;
	padding: 2px 2px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	margin: 4px 2px;
	cursor: pointer;
}
