/*
 Guestbook Addon
 @author staab[at]public-4u[dot]de Markus Staab
 @author <a href="http://www.public-4u.de">www.public-4u.de</a>
 @package redaxo3
 @version $Id: guestbook.css,v 1.9 2006/10/08 18:53:24 koala_s Exp $
 */


/*
  Formular Styles
*/


/* Formular */
.a63-form {
}

/* Eingabefelder */
.a63-form input, .a63-form textarea {}
.a63-form input:focus, .a63-form textarea:focus {}

/* Text-Eingabefeld*/
.a63-form textarea {}
/* Beschriftungen der Eingabefelder */
.a63-form label {}
/* Buttons 
.a63-form .a63-fsubmit {}*/
/* Buttons-Layer
.a63-form .a63-buttons {}*/
/* Zusatztext-Layer*/
.a63-form .a63-info {
  text-align: right;
  padding: 0px 5px 5px 0px;
}
/* Fehlermeldungs-Layer*/
.a63-form div.error {
  font-weight: bold;
  padding-top: 0px;
  padding-bottom: 10px;
}

/* Einträge-Layer 
.a63-entries .a63-entry {}
.a63-entries p {}*/
/* Pagination-Layer 
.a63-entries .a63-pagination {}*/
/* Pagination-Links */
.a63-entries .a63-pagination a {
  padding-left: 2px;
  padding-right: 2px;
}
/* hervorheben des Aktuelle-Seite-Links */
.a63-pagination_aktuell a {}
.a63-entries ul li { list-style-type: none; }
/* Beschriftungen */
.a63-entries .a63-label {}
/* Werte */
.a63-entries .a63-value {}
/* Mozilla */
li.a63-pagination {
  list-style-type: none; background-color:#f9f9f9;border:1px solid #ccc;padding: 0 2px;
}
.table{padding:2px;margin-bottom:1em;width:75%;}
.tr{padding:1px;margin-bottom:1em;border:1px solid #AFBED6;}
.header-td{padding: 0 2px;background-color:#E9EDF6;margin:0;color:#565681;}
.td{margin-left:50px;padding:6px 4px 4px 4px;}
.reply{margin-top:4px;color:#565681;}
strong{font-size:.85em;}


/* Ausgabe der Dateiversion
  möglichst unauffällig und klein */
.Modulversion {
  font-size: 0.5em;
  color: #aaaaaa;
/*  color: #dddddd; */ /* (fast) unsichtbar*/
}







