html, body {
  margin: 0;
  padding: 0;
}

body {
  background-color: #8fa0aa;
  background-image:
    linear-gradient(45deg, rgba(255,255,255,0.16) 25%, transparent 25%),
    linear-gradient(-45deg, rgba(255,255,255,0.16) 25%, transparent 25%),
    linear-gradient(45deg, transparent 75%, rgba(255,255,255,0.16) 75%),
    linear-gradient(-45deg, transparent 75%, rgba(255,255,255,0.16) 75%);
  background-size: 10px 10px;
  background-position: 0 0, 0 5px, 5px -5px, -5px 0;
  color: #222222;
  font-family: "Times New Roman", Times, serif;
  font-size: 12px;
}

#seite {
  width: 900px;
  margin: 18px auto 0 auto;
  border: 2px solid #263e5b;
  background: #ffffff;
}

#kopf {
  height: 104px;
  background: #bfe3fa;
  background: linear-gradient(to bottom, #e8f7ff 0%, #9ecff0 56%, #6ba4ca 100%);
  border-bottom: 4px solid #315d80;
  position: relative;
}

#firmenname {
  position: absolute;
  left: 34px;
  top: 22px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 29px;
  font-weight: bold;
  color: #174d75;
  text-shadow: 1px 1px 0 #ffffff;
  letter-spacing: 1px;
}

#unterzeile {
  position: absolute;
  left: 37px;
  top: 62px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #2c4050;
}

#telefon-kopf {
  position: absolute;
  right: 23px;
  bottom: 16px;
  border: 1px solid #456c88;
  background-color: #eaf7ff;
  padding: 5px 9px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #1f3e54;
}

#inhaltstabelle {
  width: 900px;
  border-collapse: collapse;
  table-layout: fixed;
}

#navigation {
  width: 178px;
  vertical-align: top;
  background: #d7e4ed;
  border-right: 1px solid #7891a4;
  padding: 14px 9px 40px 9px;
  font-family: Arial, Helvetica, sans-serif;
}

#navigation .navtitel {
  font-size: 12px;
  font-weight: bold;
  color: #253f53;
  padding: 0 0 6px 3px;
}

#navigation a {
  display: block;
  width: 152px;
  margin-bottom: 5px;
  padding: 7px 6px;
  border-top: 1px solid #b9d3e3;
  border-left: 1px solid #b9d3e3;
  border-right: 1px solid #173f5d;
  border-bottom: 1px solid #173f5d;
  background-color: #3c7398;
  color: #fff200;
  text-decoration: underline;
  font-size: 12px;
  font-weight: bold;
}

#navigation a:visited {
  color: #071e6b;
}

#navigation a:hover {
  background-color: #5689aa;
  color: #ffffff;
}

#navigation a.aktiv {
  background-color: #245574;
  color: #ffffff;
  text-decoration: none;
}

#hauptinhalt {
  width: 682px;
  min-height: 465px;
  vertical-align: top;
  padding: 18px 20px 36px 20px;
  background-color: #ffffff;
}

#hauptinhalt h3 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #2c5f82;
  margin: 2px 0 12px 0;
  border-bottom: 1px dotted #7894a8;
  padding-bottom: 4px;
}

a {
  color: #d4b500;
}

a:visited {
  color: #071e6b;
}

.willkommen {
  font-family: "Brush Script MT", "Lucida Handwriting", cursive;
  font-size: 27px;
  font-weight: normal;
  color: #2b6085;
  margin: 2px 0 12px 0;
}

.kasten {
  border: 1px solid #8ba5b8;
  background-color: #eef5fa;
  padding: 9px 11px;
}

.klein {
  font-size: 11px;
}

.blink {
  color: #e00000;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 12px;
  animation: blinken 0.9s steps(1, end) infinite;
}

@keyframes blinken {
  0%, 49% { visibility: visible; }
  50%, 100% { visibility: hidden; }
}

.leistung-liste {
  line-height: 1.65;
  margin-top: 7px;
}

.galerie-tabelle {
  border-collapse: separate;
  border-spacing: 13px 11px;
  margin-left: -13px;
}

.platzhalter {
  width: 178px;
  height: 104px;
  border: 2px ridge #777777;
  background: #bdbdbd;
  color: #666666;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
}

.bildtext {
  width: 182px;
  text-align: center;
  font-size: 11px;
  padding-top: 3px;
}

#fuss {
  clear: both;
  height: 44px;
  background-color: #315d80;
  color: #ffffff;
  border-top: 1px solid #15364e;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  text-align: center;
  padding-top: 9px;
  line-height: 16px;
}

#fuss a, #fuss a:visited {
  color: #fff200;
}
