/*
 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 {
	border: 1px solid #cecece; font-size:12px;
    margin: 0px; padding:2px;;
	width: 390px;color:#000;
font-family:arial;
}

.a63-form input:focus, .a63-form textarea:focus {
  background-color: #ececec;
}

/* Text-Eingabefeld*/
.a63-form textarea {
  height: 80px;line-height:1.7em;
}

/* Beschriftungen der Eingabefelder */
.a63-form label {
 font-size:12px;
	width: 90px;
	float: left;
}


/* Buttons */
.a63-form .a63-fsubmit {
	margin:5px 5px 5px 0px;
	padding:2px 5px;
  width:100px;
	border:1px solid #cecece;
	background-color:#ececec;
	color:#000;
	font-family: arial, helvetica, sans-serif;
	text-align:center;
	cursor:pointer;
}

/* Buttons-Layer*/
.a63-form .a63-buttons {
	position:relative;
}

/* Zusatztext-Layer*/
.a63-form .a63-info {
	text-align: left;margin-bottom:20px; font-size:12px;
}

/* Fehlermeldungs-Layer*/
.a63-form div.error {
color:#de0e16;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 10px;
}



/*
  Listen Styles
*/


/* Einträge-Layer */
.a63-entry {
margin-bottom:10px;
}
.a63-entry-head{
padding: 3px 0px 3px 0px;
margin:0px 0px 5px 0px;
	background-color:#ececec;
}
.a63-entry-nachricht{
padding: 3px 0px 3px 0px;
}
.a63-entry p {
}
.a63-reply {
margin-top:12px;
font-style:italic;
font-size:12px;
}
/* Pagination-Layer */
 .a63-pagination {

}

/* Pagination-Links */
.a63-gbook .a63-pagination a {
  padding-left: 2px;
  padding-right: 2px;
}

/* hervorheben des Aktuelle-Seite-Links */
.a63-pagination_aktuell a {
  font-weight: bold;
}


.a63-gbook ul li {
  list-style-type: none;
  display: inline;  float: left;
}
.a63-gbook ul{
  list-style-type: none;
  display: inline;
}

/*
  Allgemeine Formatierungen
*/






/* 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 */


