body {
  font-size: 1em;
  background-color: #e4e5e5;
  color: #000066;
  font-family: "Times New Roman",Times,serif;
}
div.aussen {
  border: 3px double #cc9933;
  margin: auto;
  width: 95%;
  background-color: white;
}
div.oben {
  background-repeat: repeat-x;
  background-image: url(images/Banner.jpg);
  height: 120px;
  background-position: left bottom;
  font-weight: inherit;
  width: 100%;
  text-align: center;
  font-size: 2.5em;
  color: #ff6600;
}
div.oben2 {
  border-bottom: 2px outset #cc0000;
}
div.menue_links {
  margin-top: 10px;
  float: left;
  margin-left: 2px;
  width: 180px;
}
div.menue_rechts {
  margin-top: 10px;
  float: right;
  padding-left: 3px;
  width: 180px;
}
div.menue_ueberschrift {
  font-family: Arial,Helvetica,sans-serif;
  color: black;
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  background-image: url(images/Link_Ueberschrift.jpg);
}
div.mitte {
  text-align: justify;
  color: #003300;
  line-height: 150%;
  margin-right: 200px;
  margin-left: 200px;
}
div.unten {
  border-top: 2px outset #cc0000;
  color: black;
  font-size: 0.8em;
}
a {
  text-decoration: none;
}
a.link_top {
  margin: 4px 10px 0px;
  display: inline;
  font-weight: bold;
}
a.link_links {
  height: 30px;
  font-weight: normal;
  margin-bottom: 4px;
  padding-top: 5px;
  display: block;
  text-align: center;
  margin-top: 0px;
  margin-right: 0px;
}
a.link_links, a.link_top {
  font-weight: inherit;
  margin-right: 0px;
  background-position: center top;
  font-family: Arial,Helvetica,sans-serif;
  background-color: #cecece;
  text-decoration: none;
  margin-top: 1px;
  background-repeat: no-repeat;
  font-size: 15px;
}
a:link {
  color: #990000;
}
a:visited {
  color: #990000;
}
a:hover {
  color: #330099;
  background-color: #e6e6e6;
}
