html, body {
  height: 100%;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
form {
  padding: 0px;
  margin: 0px;
}



.ebene {
  position: absolute;
}
      
      
      
.kleiner {
  font-size: 6pt;
}



.title {
	font-weight: bold;
}



td.abstandKleinH {
	width: 20px;
}
td.abstandKleinV {
	height: 20px;
}
td.abstandGrossH {
	width: 50px;
}
td.abstandGrossV {
	height: 50px;
}


.error {
  font-weight: bold;
  color: #ff0000;
}
.ok {
  font-weight: bold;
  color: #009900;
}

.boxDiv {
  border: 1px solid #000000;
  background-color: #ffff99;
  vertical-align: middle;
  color: #000000;
}


.button {
	cursor: hand;
  cursor: pointer;
}


.mouseSensitive * {
  color: #000000;
}
.mouseSensitive .title * {
  background-color: #ffffff;
}
