/* (c) EIKONA AG, it.x informationssysteme gmbh, Alle Rechte vorbehalten. */
/* Unterstützte Kommandos: liste|einfuegen */

/* 
Hinweise:
.MODUL .KOMMANDO TAG
*/

/* Modul Gästebuch */
.modul-gaestebuch													{ }
.modul-gaestebuch	.neuer-eintrag									{ padding-bottom: 20px; }

/* Kommando Liste */
.modul-gaestebuch .liste											{ }
.modul-gaestebuch .liste .anzahl									{ }
.modul-gaestebuch .liste .liste-zeile								{ margin-top: 5px; border-bottom: 1px solid #4d312c; }
.modul-gaestebuch .liste .liste-zeile .information					{ }
.modul-gaestebuch .liste .liste-zeile .information .datum			{ display: inline; }
.modul-gaestebuch .liste .liste-zeile .email-label i				{ font-size: 11px; }
.modul-gaestebuch .liste .liste-zeile .email-label a				{ font-size: 11px; }
.modul-gaestebuch .liste .liste-zeile .homepage-label i				{ font-size: 11px; }
.modul-gaestebuch .liste .liste-zeile .homepage-label a				{ font-size: 11px; }
.modul-gaestebuch .liste .liste-zeile .text     					{ margin-top: 5px; padding: 5px; background: #FFF4DE; }
.modul-gaestebuch .liste .liste-zeile .bemerkung					{ color: #F7984A; padding: 5px; font-size: 12px; }

/* Kommando Einfuegen */
.modul-gaestebuch .einfuegen										{ }
.modul-gaestebuch .einfuegen form									{ }
.modul-gaestebuch .einfuegen form .form-eingabe-zeile				{ }
.modul-gaestebuch .einfuegen form .spezial				            { display: none; }
.modul-gaestebuch .einfuegen form label								{ }
.modul-gaestebuch .einfuegen .form-text								{ }
.modul-gaestebuch .einfuegen form .form-button						{ }

