/* Sichtbares Gästebuch*/


/* div gb_anzeigen */

.gaestebucheintrag {border:1px solid #3b7b0b; margin-bottom:15px; padding:5px}
.gaestebucheintrag .kopfdaten {background-color:#96bf0d ; color:white; height:25px; padding:0 10px 0 10px}
.gaestebucheintrag .name {float:left; font-weight:bold; line-height:25px}
.gaestebucheintrag .email {float:right; line-height:25px}
.gaestebucheintrag .clear {clear:both}
.gaestebucheintrag .nachricht {padding:5px 10px 5px 10px; border-bottom:1px solid #3b7b0b}
.gaestebucheintrag .datum {padding:5px 10px 0 10px}


/* div gb_eintragen */

fieldset {padding:20px; border:1px solid black}
legend {color:black; padding:5px; border:1px solid black}
* html legend {margin-bottom:20px}
.input, #recaptcha {margin-bottom:10px}
.input label {display:block; float:left; width:115px}
.recaptcha span {width:112px}
.input input, textarea {width:317px}
.input textarea {height:200px}
.input .clear, #recaptcha .clear {clear:both}
.button {margin-left:115px}
#recaptcha #recaptchainput {float:right; border: 1px solid}
.formerror {display:block; color:red; margin-left:117px}




/* Admin-Bereich */


/* div gb_adminliste */


/* div gb_adminformular */

