/*nicht: input*/
div, body, p, ul, form, h1, h2, h3, th, td, table {
  margin: 0px;
  padding: 0px;
}
img {
  border: none;
}
table {
  border-collapse: collapse;
}
.pageKeywords,
.pageInfo,
.hfields,
.hidden {
  position: absolute;
  visibility: hidden;
  display: none;
  height: 0px;
}

.floatLeft {
  float: left;
}
.floatRight {
  float: right;
}
.clear {
  clear: both;
}

.left {
  text-align: left;
}
.right {
  text-align: right;
}
.center {
  text-align: center;
}
