body {
  font-family:verdana,serif;
}

h1 {
  color:#b12424;
  background-color:#000000;
  border-style:none;
  text-transform:uppercase;
  text-decoration:none;
  font-size:x-large;
  font-weight:bold;
  text-align:center;
}

h2 {
  color:#b12424;
  background-color:#000000;
  border-style:none;
  text-transform:uppercase;
  text-decoration:none;
  font-size:large;
  text-align:left;
}

h3 {
  color:#FFFFFF;
  background-color:#000000;
  border-style:none;
  text-transform:uppercase;
  text-decoration:none;
  font-size:large;
  text-align:left;
}

p {
  color:#FFFFFF;
  background-color:#000000;
  border-style:none;
  text-decoration:none;
  font-size:medium;
  text-align:justify;
}

a {
  color:#FFFFFF;
  background-color:#000000;
  border-style:none;
  text-decoration:none;
  font-size:medium;
  text-align:justify;
}

a:link { color:#e6b8b8; }
a:visited { color:#cc5252; }
a:active { color:#b12424; }
a:hover { color:#b12424; }

img {
   border-width:0px;
}

.Titel {
  color:#E0E0E0;
  background-color:#A0A0A0;
  border-style:none;
  text-transform:uppercase;
  text-decoration:none;
  font-size:x-large;
  font-weight:bold;
  text-align:center;
  min-width:900px;
}

.ReiterLeiste {
  background-color:#A0A0A0;
  height:1.5em;
  min-width:900px;
  width:100%;
  vertical-align:bottom;
  border-color:#FFFFFF;
  border-style:solid;
  border-width:0Px;
  border-bottom-width:1Px;
}

.Reiter {
  bottom:0Px;
  float:left;
  padding:0.2em;
  padding-left:0.5em;
  padding-right:0.5em;
  margin:1Px;
  margin-bottom:0Px;

  border-style:solid;
  border-top-width:1px;
  border-right-width:1px;
  border-left-width:1px;
  border-bottom-width:0Px;

  vertical-align:bottom;
}

.InhaltBox {
  clear:left;
  overflow:hidden;
  border-width:0px;
  border-style:solid;
  border-color:green;
}

.Inhalt {
  position:absolute;
  color:#FFFFFF;
  background-color:#000000;
  border-style:none;
  text-decoration:none;
  font-size:medium;
  text-align:justify;
  padding:0.9em;
  width:96%;
  border-width:0px;
  border-style:solid;
  border-color:red;
}

.Inhalt a:link { color:#808080; }
.Inhalt a:visited { color:#C0C0C0; }
.Inhalt a:active { color:#A0A0A0; }
.Inhalt a:hover { color:#A0A0A0; }
.Inhalt td { color:#FFFFFF; }

.Absatz {
  clear:left;
  height:0.3em;
}




