html, body {
  height: 100%;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
body, td, div, a, input, textarea, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
font, span, h1 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 14pt;
	font-weight: bold;
	margin-bottom: 20px;
}
body, td, div {
	color: #ffffff;
}
img {
  border: 0;
}
a, a:visited, a:active {
	color: #ffffff;
	text-decoration: underline;
}
a:hover {
	color: #ffffff;
	text-decoration: none;
}

p {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

BLOCKQUOTE, ul, ol {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 25px;
  margin-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
}



.kleiner {
  font-size: 6pt;
}



hr {
  color: #ffffff;
  line-height: 1px;
  height: 1px;
  border-style: solid;
}



.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;
}

