/*
 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.5 2006/06/29 21:10:38 koala_s Exp $
 */


/*
	Formular Styles
*/


/* Formular */
.a9-form {
width: 400px;
}

/* Eingabefelder */
.a9-form input, .a9-form textarea {
   width: 350px;
   font-weight: bold;
   font-size: 11px;
   margin: 0px 0px 0px 0px;
   padding: 3px 3px 3px 3px;
   background-color: #EEEEEE;
   color: #333;
   border: 1px solid #ccc;
 
}

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

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

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


/* Buttons */
.a9-form .a9-fsubmit {
    width: 100px;
	margin: 0px;
	margin-top: 5px;
	background-color: #D6D3CE;
	border: 1px solid #ccc;
	cursor:pointer;
}

/* Buttons-Layer*/
.a9-form .a9-buttons {

}

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

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



/*
	Listen Styles
*/


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

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

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

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

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


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

/* 
	Allgemeine Formatierungen
*/

/* Beschriftungen */
.a9-entries .a9-label {
    float: left;
    width: 30px;
}

/* Werte */
.a9-entries .a9-value {
	padding-left: 80px;
}

/* Mozilla */
li.pagination {
  list-style-type: none;
}


