@charset "utf-8";
/* CSS Document */
#gaestebuch{width:387px;border:none;font-family:"Tahoma", Verdana, Arial, Helvetica, sans-serif}

/* Gaestebuch Anfang/Ende */
#gaestebuch .beitraege{text-align:center;padding:5px 0 0 0}
#gaestebuch .eintrag_schreiben{ text-align:center;padding-top:35px}
#gaestebuch table .zeile1{font-size:11px;padding:5px 0 10px 0;margin-bottom:10px;font-weight:bold}
#gaestebuch table .zeile1 .aktiv, #gaestebuch table .zeile_unten .aktiv{color:#9cab3d;margin:0 3px}
#gaestebuch table .zeile1 a, #gaestebuch table .zeile_unten a{margin:0 3px}
#gaestebuch table .zeile_unten{font-size:11px;padding:0 0 10px 0;margin-bottom:10px;text-align:center}

/* Gaestebuch Fehlermeldung/Danke */
#gaeste .fehlermeldung_form{border:1px solid #ccc;background:#e3dfd9;text-align:center;padding:15px 5px 0 5px;margin:20px 0 0 0}
#gaeste .fehlermeldung_form h3, #gaeste .danke h3{font-size:1.2em;color:red;margin-bottom:5px}
#gaeste .fehlermeldung_form a{font-weight:bold;color:#9cab3d}
#gaeste .fehlermeldung_form strong{color:#9cab3d}
#gaeste .fehlermeldung_form .weiterleitung, #gaeste .danke .weiterleitung{font-size:0.9em;color:#777}
#gaeste .danke{border:1px solid #ccc;background:#e3dfd9;text-align:center;padding:15px 5px 0 5px;margin:20px 0 0 0;color:#9cab3d}

/* Gaestebuch Eintraege */
#gaestebuch .nummer{font-size:10px;font-weight:bold;color:#9cab3d;padding-top:13px}
#gaestebuch .buch_p{font-size:11px;margin-bottom:10px;border:1px solid #ccc;padding:5px;background:#e3dfd9}
#gaestebuch .buch1_p{font-size:11px;padding:0;}
#gaestebuch .buch1_p span{font-size:10px;font-weight:bold;color:#9cab3d}
#gaestebuch table .mail_gif{text-align:right;padding-top:27px}




/* Gaestebuch Deletebutton einblenden - display:none --wegmachen */
#gaestebuch table .delete_gif{text-align:center;width:15px;padding-top:12px;display:none}

