/*
 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 {
  margin: 0;
  width: 400px;
  border:0;
  background: #f9fbf9;
}

/* Eingabefelder */
.a63-form input, .a63-form textarea {
  border: 1px dashed #cccccc;
  margin: 1px 2px 1px 0px;
  width: 256px;
  color: #333333;
  font-size: 11px;
}

.a63-form legend {
color: #b3df27;padding:0px;margin:0px;
background:#ffffff;border:1px dashed #cccccc;
}

.a63-form fieldset {
border: 1px dashed #cccccc;
background: url(bg_formular.gif) repeat-x;}

/* Text-Eingabefeld*/
.a63-form textarea {
  height: 100px;
  color: #333333;
  overflow: auto;
}

/* Beschriftungen der Eingabefelder */
.a63-form label {
  width: 100px;
  float: left;
  color: #333333;
  padding-left:5px;
}

/* Buttons */
.a63-form .a63-fsubmit {
  width: 102px;
  margin: 5px 0 0 80px;
  padding: 3px 0 3px 0;
  font-size: 11px;
  font-weight: bold;
  background-color: #ffffff;
  color: #b3df27;
  cursor: pointer;
  border: 1px dashed #cccccc;
}

/* Buttons-Layer*/
.a63-form .a63-buttons {
  padding-left: 0px;
}

/* Zusatztext-Layer*/
.a63-form .a63-info {
  text-align: left;
  padding: 0px 5px 0px 0px;
}

/* Fehlermeldungs-Layer*/
.a63-form .error {
font-size:10px;
  font-weight: bold;
  color: #FF0000;
  padding-top: 0px;
  padding-bottom: 10px;
}
.a63-form ul.error {
  margin: 5 0 8px 0;
  padding: 0 0 0 10px;
  list-style-type:square;
}

/*
  Listen Styles
*/

/* Einträge-Layer */
.a63-entries .a63-entry {
  padding-bottom: 10px;
  border-bottom: 1px dotted #859885;
  background: #f9fbf9;
}

.a63-entries p {
  margin: 0px;
  padding: 0px;
  }

.a63-entries a {
  color: #ffffff;
  font-weight: bold;
}

.a63-entries a:hover {
  color: #ffffff;
  background: #b3df2f;
  font-weight: bold;
  text-decoration:none;
}


/* Pagination-Layer */
.a63-entries .a63-pagination {
  text-align: left;
  margin: 0;
  padding: 0;
}

/* Pagination-Links */
.a63-pagination a {
  padding-left: 2px;
  padding-right: 2px;
  color: #b3df27;

}

/* hervorheben des Aktuelle-Seite-Links */
.a63-pagination_aktuell a {
  font-weight: bold;
  border: 1px solid #cccccc;
}

.a63-entries ul li {
  list-style-type: none;
  display: inline;
}

.a63-entries .spacer-small {
  height: 10px;
  }

.a63-entries .spacer-big {
  height: 13px;
  }

/*
  Allgemeine Formatierungen
*/

/* Beschriftungen */
.a63-entries .a63-label {
  float: left;
  width: 70px;
  
}

/* Werte */
.a63-entries .a63-value {
  padding-left: 70px;
}

/* Mozilla */
li.a63-pagination {
  list-style-type: none;
}
