/*
 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 {
 width: 100%; }

/* Eingabefelder */
.a63-form input, .a63-form textarea {
  border: solid 1px #ccc;
  margin: 1px 2px;
  width: 450px;
  background-color: #fff;
}

.a63-form input:focus, .a63-form textarea:focus {
  background-color: #EEEEEE;
}

/* Text-Eingabefeld*/
.a63-form textarea {
  height: 100px;
}

/* Beschriftungen der Eingabefelder */
.a63-form label {
  width: 100px;
  float: left;
  padding-left: 5px;
}


/* Buttons */
.a63-form .a63-fsubmit {
  width: 100px;
  margin: 5px 0 0;
  background-color: #fff;
}

/* Buttons-Layer*/
.a63-form .a63-buttons {
  padding-left: 105px;
}

/* Zusatztext-Layer*/
.a63-form {
  text-align: left;
  padding: 0 5px 5px 0;
}

.a63-info {
 text-align: left;
 padding-top: 0;
 padding-left: 10px; }
 
.red{
}

/* Fehlermeldungs-Layer*/
.a63-form div.error {
  font-weight: bold;
  padding-top: 0px;
  padding-bottom: 10px;
}



/*
  Listen Styles
*/


/* Eintr?ge-Layer */
.a63-entries .a63-entry {
  padding-bottom: 10px;
  border-bottom: 1px dotted #859885;
}

.a63-entries p {
  margin: 0px;
  padding: 0px;
}

/* Pagination-Layer */
.a63-pagination {
 text-align: right; }

/* Pagination-Links */
.a63-pagination a {
 padding-left: 2px;
 padding-right: 2px; }

/* hervorheben des Aktuelle-Seite-Links */
.a63-pagination_aktuell a {
 font-weight: bold;
 text-decoration:underline;
 display: block; }


.a63-entries ul li {
  list-style-type: none;
  display: inline;
}

/*
  Allgemeine Formatierungen
*/

/* Beschriftungen */
.a63-entries .a63-label {
  float: left;
  width: 90px;
}

/* Werte */
.a63-entries .a63-value {
  padding-left: 90px;
}

/* Mozilla */
/*.a63-pagination Li {
 list-style-type: none; }*/
.a63-pagination_top{ border-top:      1px solid #fff; }

.a63-pagination_bottem { border-bottom:   1px solid #fff; }

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




/* ***********
  Adminbereich
  ************ */
/* TODO: hier k?nnten noch Formatierungen f?r den Adminbereich rein */
/*<agl.folder "Guestbook_old">*/
 #gbook {
  padding-top: 20px; }
 #gbook_site {
  text-align: right;
  margin-bottom: 5px;
  display: block; }
 #gbook_site UL li {
  text-align:    right;
  margin: 0;
  padding: 0;
  display:       block; }
 #gbook_art {
  margin-top: 10px;
  margin-bottom: 10px;
  border: solid 1pt #eee; }
 #gbook_art_haeder {
  font-weight: bold;
  background-color: #fff;
  padding-left: 10px;
  }
  #gbook_art_message {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  }
  #gbook_art_antwort {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 35px; }
/*</agl.folder>*/