/*
  auto-service
    table
    h1
    p
    td
  impressum
    td
    a
*/

/* auto-service */
table.auto-service {
  padding: 10px 0px 0px 0px;
}
h1.auto-service,
h2.auto-service,
h3.auto-service {
  color: #4B4B4B;
  margin: 0px;
  padding: 0px 0px 4px 0px;
}
h1.auto-service {
  font-size: 24px;
}
h2.auto-service {
  font-size: 18px;
}
h3.auto-service {
  font-size: 14px;
}
p.auto-service,
p.auto-service-center {
  font-size: 12px;
  padding: 0px 0px 0px 0px;
  text-align: justify;
}
p.auto-service-center {
  text-align: center;
}
td.auto-service_top {
  padding: 10px 12px 10px 8px;
  text-align: center;
}
td.auto-service,
td.auto-service-center {
  font-size: 12px;
  line-height: 16px;
  padding: 0px 12px 8px 8px;
  vertical-align: top;
}
td.auto-service {
  text-align: justify;
}
td.auto-service-center {
  text-align: center;
}

/* impressum */
td.impressumTopBottom {
  font-size: 12px;
  padding: 10px 0px 10px 0px;
  text-align: center;
}
td.impressumLeft,
td.impressumRight {
  font-size: 12px;
  line-height: 16px;
  padding: 0px 0px 8px 0px;
  vertical-align: top;
}
td.impressumLeft {
  text-align: right;
}
td.impressumRight {
  padding-left: 10px;
}
a.impressum {
  color: #FF6600;
  text-decoration: none;
}
a.impressum:link, a.impressum:visited {
}
a.impressum:active, a.impressum:hover {
  color: red;
}

