/*
 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: 400px;
  color: #000;
}

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

.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: 0px;
}


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

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

}

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

/* Fehlermeldungs-Layer*/
.a63-form .error {
  font-weight: normal;
  padding-top: 0px;
  padding-bottom: 10px;
  margin: 0px 0px 0px 0px;
  list-style: none;
  color: #f00;
}



/*
  Listen Styles
*/
#a63-entries 
{
	color: #000;
}
/* 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-entries .a63-pagination {
  text-align: right;
}

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

/* hervorheben des Aktuelle-Seite-Links */
#a63-entries .a63-pagination_aktuell a {
  font-weight: bold;
  text-decoration:underline;
  color: #777;
}


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

/*
  Allgemeine Formatierungen
*/

/* Beschriftungen */
#a63-entries span.label {
  float: left;
  font-weight: normal;
}

#a63-entries p.title {
  padding-top: 10px;
  border-top: 1px dashed #aaa;
  font-weight: bold;
  color:#C80D0D;
}
/* Werte */
#a63-entries span.value, span.label {
  padding-left: 0px;
}

#a63-entries span.antwort_label
{
	padding-left: 25px;
}
#a63-entries span.antwort_value
{
	padding-left: 25px;
}

/* Mozilla */
ul.a63-pagination {
  list-style-type: none;
  padding-left: 0px;
  margin-left: 0px;
}

ul.a63-pagination li 
{
	display: inline;
	color: #777;
}

li.a9-pagination a
{
	color: #777;
	text-decoration: underlined;
}

li.a9-pagination_aktuell a 
{
  font-weight: bold;
  text-decoration:none;
  color: #C80D0D;
}

/* 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 */


