html { 
  height: 100%;
}

body {
  background-color: #e0eef7;
  font-family: Arial, san-serif;
  font-size: 11px;
  color: #43575e;  
  padding: 0px;
  margin: 0px;
  text-align: center;
  
  height: 100%;
}

table.maintable {
  height: 100%;
  width: 100%;
}

/* Verlinkungen */
a:link { color: #43575e; text-decoration: none; }
a:visited { color: #43575e; text-decoration: none; }
a:hover { color: black; text-decoration: none; }
a:active { color: black; text-decoration: none; }

td.bottomborder {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-color: #43575e;
}

td.maincontent {
  background-color: #fff;
}

td.untermenu_header {
  background-color: #9d9b9c;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  margin-bottom: 3px;
  margin-left: 5px;
}

td.untermenu_item {
  color: #a0a0a0;
  font-size: 13px;
  text-transform: uppercase;
  margin-left: 5px;
}

div.navi_topmenu {
  color: #b5b5b5;
  font-size: 14px;
}

div.referenzhead {
  font: bold;
  font-size: 14px;
  text-transform: uppercase;
}

div.referenzcontent {
  font-size: 13px;
}