/*** Grafik, alle Vorlagen ***/
img.slotsimg {
  border-style: none;
  /*margin-right: 10px;*/
}
/*** Design PC1 START ***/

/* NEU */
.pc1placesbuchen {
  padding: 5px;
}
/* Tabelle */
table.pc1slots {
  /*margin-bottom: 30px;*/
  text-align: left;
  /*border: 1px solid silver;*/
  border: none;
  border-collapse: collapse;
  color: #707E99;
  /*padding: 5px;*/
}
/* Bereich Grafik (||ttyp_img||) */
td.pc1ttypimg {
  /*width: 130px;*/
  vertical-align: top;
  /*border-right: 1px solid silver;*/
  padding: 0px;
}
/* Gesamt-Bereich Überschrift/Text aus Slot, umfasst Beschreibung aus Ttyp (||ttyp_ttypdescription||) */
td.pc1slotsmain {
  vertical-align: top;
  text-align: left;
  /*border-bottom: 1px solid silver;*/
  /*height: 100px;*/
  width: 500px;
  padding: 5px;
}
/* Haupt-Überschrift aus Slot ($$SUMMARY$$) */
h1.pc1slotsmain {
  margin-bottom: 5px;
}
/* Beschreibung aus Slot ($$DESCRIPTION$$) */
h2.pc1slotsmain {
  margin-top: 0px;
  margin-bottom: 5px;
}
/* Bereich Datum (||dtbeg||) */
div.pc1slotsdt {
  margin-top: 2px;
  margin-bottom: 2px;
  padding: 2px;
}
/* Bereich Preis ($$PRICE$$) */
div.pc1slotsprice {
  margin-bottom: 5px;
}
/* Bereich Belegung (||slot_freecount||) */
.pc1slotsbksfree {
  padding-right: 5px;
}
/* Bereich Belegung (belegt) */
div.pc1slotsbksfull {
  padding: 5px;
}
/* Bereich Adresse ($$LOCATION$$) */
div.pc1slotsaddr {
  margin-top: 10px;
}
/* Link Adresse ($$LOCATION$$) */
a.location {
  text-decoration: underline !important;
}
/* Bereich "Jetzt buchen" (||href||) */
div.pc1slotslink {
  margin-top: 10px;
  margin-bottom: 15px;
  padding: 5px;
}
/* Link "Jetzt buchen" (||href||) */
.pc1slotslink a {
  text-decoration: underline !important;
  font-weight: bold !important;
  /*color: blue !important;*/
}
/* Abschnitt Adresse/URL/Preis */
td.pc1outerlocurlpr {
  background-color: aqua;
  border-top-width: 0px;
  padding: 0px;
}
table.pc1locurlpr {
  border-collapse: collapse;
  width: 100%;
}
table.pc1locurlpr td.c1of1, table.pc1locurlpr td.c1of2, table.pc1locurlpr td.c1of3 {
  background-color: red;
  padding: 2px;
}
table.pc1locurlpr td.c2of2, table.pc1locurlpr td.c2of3 {
  background-color: aqua;
  padding: 2px;
}
table.pc1locurlpr td.c3of3 {
  background-color: teal;
  padding: 2px;
}

/* NICHT IN DESIGN PC1 - Bereich Url ($$URL$$) */
div.url {
}

/*** Design PC 1 ENDE ***/