body {
  color: #001768;
  background-color: #C3D0FF;
  font-size: medium;
  font-family: Arial, Helvetica, sans-serif;
  margin: 0px;
}

#oben {
  margin: 1em 1em 1em 1em;
  padding: 0.2em 0.2em 0.2em 0.2em;
  height: 5em;
  border: 0.05em solid #001768;
  background-image: url(../images/banner.jpg);
  background-position: left center;
  background-repeat: no-repeat;
}

#links {
  display: none;
}

#content {
  margin: 1em 1em 1em 1em;
  padding: 0.2em 0.2em 0.2em 0.2em;
  border: 0.05em solid #001768;
  height: 100%;
}

#unten {
  margin: 1em 1em 1em 1em;
  padding: 0.2em 0.2em 0.2em 0.2em;
  border: 0.05em solid #001768;
}

a:link    { color: #203CA3; }
a:visited { color: #182C74; }
a:active  { color: #000000; }
a:hover   { color: #1840D2; }
a:focus   { color: #000000; }

a.nav         { display: block; padding: 1px; }
a.nav:link    { color: #203CA3; text-decoration: none; }
a.nav:visited { color: #182C74; text-decoration: none; }
a.nav:active  { color: #000000; text-decoration: none; }
a.nav:hover   { color: #1840D2; text-decoration: underline; background-color: #FFF199; }
a.nav:focus   { color: #000000; text-decoration: none; }

a.navakt         { display: block; padding: 1px; background-color: #FEE01F; }
a.navakt:link    { color: #203CA3; text-decoration: none; }
a.navakt:visited { color: #182C74; text-decoration: none; }
a.navakt:active  { color: #000000; text-decoration: none; }
a.navakt:hover   { color: #1840D2; text-decoration: underline; }
a.navakt:focus   { color: #000000; text-decoration: none; }

h1,h2,h3,h4 {
  color: #3863FF;
  margin-top: 0px;
}

.imgleft {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  font-size: small;
}

.imgright {
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
  font-size: small;
}

.img {
  font-size: small;
}

.clear {
  clear: both;
}

.kontaktform {
}

.textfeld {
  width: 250px;
}

.textarea {
  width: 450px;
  height: 150px;
}

.error {
  color: #F91640;
  font-weight: bold;
}

