html, body {
  height: 100%;
  width: 100%;
  background-color: #004400;
  color: black;
  text-align: center;
  font-family: Verdana;
  margin: 0;
  padding: 0;
}

#aussen {
  width: 1030px;
  border-collapse: collapse;
  color: black;
  background-color: white;
  padding: 0;
  margin-left: 40px;
  margin-top: 40px;
}

#ol {
  background-image: url(http://entwicklung.gp-kom.de/dhc/fileadmin/images/verlauf_ol.png);
  padding: 0;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
}

#or {
  background-image: url(http://entwicklung.gp-kom.de/dhc/fileadmin/images/verlauf_or.png);
  padding: 0;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
}

#ul {
  background-image: url(http://entwicklung.gp-kom.de/dhc/fileadmin/images/verlauf_ul.png);
  padding: 0;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
}

#ur {
  background-image: url(http://entwicklung.gp-kom.de/dhc/fileadmin/images/verlauf_ur.png);
  background-repeat: no-repeat;
  padding: 0;
  width: 40px;
  height: 40px;
}

#oben {
  background-image: url(http://entwicklung.gp-kom.de/dhc/fileadmin/images/verlauf_oben.png);
  height: 40px;
  padding: 0;
  width: 950px;
  background-repeat: repeat-x;
}

#unten {
  background-image: url(http://entwicklung.gp-kom.de/dhc/fileadmin/images/verlauf_unten.png);
  background-repeat: repeat-x;
  padding: 0;
  height: 40px;
  width: 950px;
}

#links {
  width: 40px;
  background-image: url(http://entwicklung.gp-kom.de/dhc/fileadmin/images/verlauf_links.png);
  padding: 0;
  background-repeat: repeat-y;
}

#rechts {
  width: 40px;
  background-image: url(http://entwicklung.gp-kom.de/dhc/fileadmin/images/verlauf_rechts.png);
  padding: 0;
  background-repeat: repeat-y;
}

#fuss {
  width: 100px;
}

#print {
  width: 50px;
}

#copy {
  text-align: center;
  font-size: 9pt;
}

#bread {
  font-size: 10pt;
  color: black;
}

#inhaltdiv {
  color: black;
  font-size: 11pt;
}

#navigation {
  color: black;
}

a {
  color: black;
}

p.bodytext {
  line-height: 145%;
  font-size: 11pt;
}

