html {
/* permanent Scrollbalken Gecko
* => overflow: -moz-scrollbars-vertical;
*
* html[xmlns] :: CSS2.1
* html[xmlns^="http"] :: CSS3
*
* Viewport komplette Hoehe (100%);
* Rundung ab 3. Nachkomma nur Gecko (?)
* padding-bottom : 0.005em;
*/
height : 100%;
padding-bottom : 0.005em;
}


A:link {
    color: #000066;
}

A:visited {
    color: #000066;
}

A:active {
    color: #d38100;
}

A:hover {
    color: #d38100;
}

A.menu:link {
  color: #FFFFFF;
  text-decoration: none;
}

A.menu:visited {
  color: #FFFFFF;
  text-decoration: none;
}

A.menu:hover {
  color: #FFFFFF;
  text-decoration: none;
}

A.menu_active:link {
  color: #e3900d;
  text-decoration: none;
}

A.menu_active:visited {
  color: #e3900d;
  text-decoration: none;
}

A.menu_active:hover {
  color: #e3900d;
  text-decoration: none;
}

form
{
  display:inline;
}


p, td {
    font-family: Arial, sans-serif;
    font-size: 10pt
}

.ueberschrift {
    font-family: Arial, sans-serif;
    font-size: 12pt;
    font-weight: bold;
    padding-bottom: 7px;
}

.ueberschrift2 {
    font-family: Arial, sans-serif;
    font-size: 11pt;
    font-weight: bold;
    padding-bottom: 7px;
}

.submenu {
  font-family: Arial, sans-serif;
  font-size: 11px;
  color: #FFFFFF;
}

.mainmenu {
  font-family: Arial, sans-serif;
  font-size: 12px;
  color: #FFFFFF;
}

.klein {
    font-family: Arial, sans-serif;
    font-size: 8pt
}