/* Start of CMSMS style sheet 'Hof-Sophienthal Gästebuch' */
/* Eingabefelder Formular */

.gb-input-01 {
   font-family: arial, helvetica, sans-serif;
   font-size: 12px;
   width: 200px;
   padding: 2px;
   background-color: #E7EFBD;
   border: 0;
}

.gb-input-02 {
   font-family: arial, helvetica, sans-serif;
   font-size: 12px;
   width: 400px;
   height: 100px;
   padding: 2px;
   background-color: #E7EFBD;
   border: 0;
}

/* Anzeige Zeichenzaehler */

.gb-counter {
   width: 35px;
   text-align: right;
   background-color: transparent;
   border: 0;
}

/* Textzeile fuer Seitennavigation oberhalb der Eintraege */

#gb-pagination {
   margin: 10px 0 10px 0;
   padding-bottom: 10px;
   text-align: right;
   border-bottom: 1px solid #B1C736;
}

#gb-entry {
   margin: 10px 0 0 0;
   border-bottom: 1px solid #B1C736;
}

#gb-entry-header {
   margin: 0 0 10px 0;
}

/* Trennlinie */
#gb-ruler {
   border: 0px;
   width: 100%;
   color: #B1C736;
   background-color: #B1C736;
   height: 1px;
   font-size: 1px;
   margin: 10px 0 0 0;
}
/* End of 'Hof-Sophienthal Gästebuch' */

