html {
  height: 100%;
}

body {
  background-color: #ECF9F8;
  color: #000000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  height: 100%;
  margin: 0;
}

h1 {
  font-size: 26px;
}

h2 {
  font-size: 22px;
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 16px;
}

.frametable {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}

.menucell {
  background-color: #2B7975;
  margin: 0;
  padding: 15px;
  vertical-align: top;
  white-space: nowrap;
  width: 150px;
}

.menulink {
  color: #ECF9F8;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
}

.menulink:active,
.menulink:focus,
.menulink:hover,
.impresslink:active,
.impresslink:focus,
.impresslink:hover {
  text-decoration: underline;
}

.sublink {
  margin-left: 10px;
}

.impresslink {
  font-style: italic;
  font-weight: normal;
}

.copyright {
  color: #ECF9F8;
  font-size: 9px;
  white-space: normal;
}

.counter {
  font-size: 9px;
  color: white;
}

.contentcell {
  background-color: #ECF9F8;
  color: #232323;
  font-size: 12px;
  margin: 0;
  padding: 15px;
  vertical-align: top;
}

.contentcell h1,.contentcell h2,.contentcell h3,.contentcell h4 {
  color: #2B7975;
}

.contentcell hr {
  background-color: #2B7975;
  color: #2B7975;
  border: 0;
  height: 1px;
}