/* DATEI: guestbook.css */

/* Aufbereitung für Bildschirmausgabe */
.eintrag
{
   border: 2px solid #533;
   margin-left: 1cm;
   margin-right: 1cm;
   padding: 2mm;
}
table.eintragsdaten
{
   min-width: 60%;
}
.eintragsdaten th
{
   text-align: left;
   padding-right: 3mm;
}
.eintragsdaten th:after
{
   content: ":"
}
.eintragsdaten td
{
   background-color: #d9e0d8;
   background-image: url(/grafiken/lowerend1s.jpg);
   background-repeat: no-repeat;
   background-position: bottom right;
   background-attachment: fixed;
   padding-right: 2cm;
}
.eintragstext
{
   background-color: #d9e0d8;
   background-image: url(/grafiken/lowerend1s.jpg);
   background-repeat: no-repeat;
   background-position: bottom right;
   background-attachment: fixed;
   border: 1px solid #333;
   padding: 2px;
}

