#logo {
  width: 100%;
  background-color: #33ff33;
  border-bottom-style: solid;
  border-left-width: 1px;
}
#footer {
  background: #ffcc00 none repeat scroll 0% 50%;
  margin-right: auto;
  text-align: center;
  color: #666666;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 0.6em;
  width: 100%;
  height: 100%;
}
#textfenster {
  margin: 50px auto;
  width: 1000px;
  text-align: center;
  font-family: Arial,Helvetica,sans-serif;
}
#ueberschrift {
  right: 0;
  position: fixed;
  top: 12.5em;
  left: 0;
  margin-right: auto;
  margin-left: auto;
  background-color: white;
  z-index: 3;
  border-top-style: solid;
  border-top-width: 1px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
#menu {
  border-color: black;
  border-width: 1px;
  margin: 0;
  width: 100%;
  background-color: #cc0000;
  height: 100%;
  color: white;
  min-height: 100%;
  max-height: 100%;
  min-width: 100%;
  max-width: 100%;
}
#menu_link {
  font-size: 0.9em;
  font-family: Arial,Helvetica,sans-serif;
  color: white;
  text-decoration: none;
  font-weight: normal;
}
#untermenu_link {
  font-size: 0.7em;
  font-family: Arial,Helvetica,sans-serif;
  color: white;
  text-decoration: none;
  font-weight: normal;
  width: 100%;
  height: 100%;
}
