/*
 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: 0px;
	margin-top: 10px;
	padding: 0px;
	width: 550px;
	color: #666;
	font-size: 12px;
	line-height: 15px;
}

/* Eingabefelder */
.a63-form input, .a63-form textarea { 
        float: left;
	margin: 5px;
	width: 350px;
	font-size: 10px;
	border: 1px solid #23238C;
	background-color: #666;
	height: 16px;
	color: #cccccc;
}

.a63-form input:focus, .a63-form textarea:focus { 
	color: #cccccc;
	font-size: 10px;
}

/* Text-Eingabefeld*/
.a63-form textarea { 
	height: 96px;
}

/* Beschriftungen der Eingabefelder */
.a63-form label { 
	display: block;
	float: left;
	padding-top: 5px;
	width: 100px;
}

/* Buttons */
.a63-form .a63-fsubmit { 
        margin: 5px 5px 5px 105px;
	padding: 2px 5px;
	border: 1px solid #252525;
	background-color: #23238C;
	color: #C0C0C0;
	text-align: center;
	font-size: 10px;
	cursor: pointer;
	height: 20px;
        width: 100px;
}

/* Buttons-Layer*/
.a63-form .a63-buttons { 
	padding-left: 0px;
}

/* Zusatztext-Layer*/
.a63-form .a63-info { 
	text-align: right;
	padding: 0px 30px 5px 0px;
}

/* 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-entries .a63-pagination { 
	text-align: right;
}

/* Pagination-Links */
.a63-entries .a63-pagination a { 
	padding-left: 2px;
	padding-right: 2px;
}

/* hervorheben des Aktuelle-Seite-Links */
.a63-pagination_aktuell a { 
	font-weight: bold;
	text-decoration: underline;
}

.a63-entries ul li { 
	list-style-type: none;
	display: inline;
}

/*
  Allgemeine Formatierungen
*/

/* Beschriftungen */
.a63-entries .a63-label { 
	float: right;
	width: 70px;
}

/* Werte */
.a63-entries .a63-value { 
	padding-left: 70px;
}

/* Mozilla */
li.a63-pagination { 
	list-style-type: none;
}

/* Ausgabe der Dateiversion
  möglichst unauffällig und klein */
.Modulversion { 
	font-size: 0.5em;
	color: #aaaaaa;
	/*  color: #dddddd;
	*/ /* (fast) unsichtbar*/: ;
}

