type="text/css">
<meta 
	name="viewport" 
	content="width=device-width, initial-scale=1.0, user-scalable=yes">			
<meta 
	http-equiv="content-type" 
	content="text/html; charset=ISO-8859-1">
	html, body {
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	overflow:hidden;
}
body {
	font-family:sans-serif;
	font-size: 9px;
	color: black;
	float: left;
	text-align: left;
}
#hintergrund {
	position:absolute;
	width:100%;
	height:100%;
	z-index:1;
}
#scrollbereich {
	position:absolute;
	top:0;
	left:0%;
	width:100%;
	height:100%;
	overflow:auto;
	z-index:2;
}
#inhalt {
	padding:10px 0px 0px 20px;
	z-index:2;
}

.btn {
	background: linear-gradient(45deg,#49ec05 0%,#ec3305 100%);
	color: black;
	border: 1px solid gray;
	border-radius: 5px;
	font-family: Arial;
	font-size: 1em;
	height:30px;
	width: 50px;
	cursor:pointer;
	box-shadow: 2px 2px #999;

	/* Buttons sind normalerweise vertical-align: baseline */
	/* Daher verschiebt sich die Positionierung bei unterschiedlicher Zeilenanzahl */
	/* Das kann man durch vertical-align:top beheben */
	vertical-align:top;
}

.gruen{
	background-color: #BCEE68;  /* helles grün */
}
.grau{
	background-color: #ABABAB;	/* grauton */
}			
.rot{
	background-color: #CD661D;  /* helles rot - chocolate3 */
}

.btn80 {
	width: 80px;
}


.buttonold {
	margin: 0 0 0 5px;
	text-indent: -9999px;
	cursor: pointer;
	width: 20px;
	height: 20px;
	float: left;
	text-align: center;
	background: url(../images/buttons17x17.png) no-repeat;

	box-shadow: 2px 2px #999;
	float: left;
	text-align: center;
}

.button {
	color: black;
	background: lightgray;

	border: 1px solid gray;
	border-radius: 5px;
	font-family: Arial;
	font-size: 1em;
	width: 17px;
	height: 17px;
	cursor:pointer;
	box-shadow: 2px 2px #999;
	float: left;
	text-align: center;
}	

.test{
	width: 20px;
	height: 20px;
	text-align: center;
	cursor: pointer;
}

label {
	font: 10px Arial;
	display: block;
	float: left;
	text-align: right;
	padding: 5px 10px 0 0;
	width: 90px;
}

.left {
	text-align: left;
	width: 10px;
}

input[type=text] {
  float: left;
  width: 50px;
  font: 10px Arial;
  padding: 3px 0 0 0;
  text-align: center;
}
