/*
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 */
.a63-form {
width: 600px;
}

/* Eingabefelder */
.a63-form input,
.a63-form textarea {
font-size: 8pt;
color: #2b475d;
width: 390px;
padding:2px 2px 2px 3px;
border:1px dashed #3b5054;
BACKGROUND-COLOR: #FFFFFF;
font-family: georgia,Verdana, arial;
margin-bottom: 5px;
}

.a63-form input:focus, .a63-form textarea:focus {
background-color: #e5e5e5;
}

/* Text-Eingabefeld*/
.a63-form textarea {
height: 160px;
}

/* Beschriftungen der Eingabefelder */
.a63-form label {
width: 130px;
float: left;
padding-left: 15px;
}

/* Buttons */
.a63-form .a63-fsubmit {
font-size: 8pt;
width: 140px;
height: 25px;
padding: 0px 1px 0px 1px;
border: 1px solid #FFFFFF;
font-weight: bold;
margin-left: 0px;
color: #000000;
font-family: verdana, arial, helvetica, sans-serif;
text-align: center;
text-transform:uppercase;
background:url(../files/bg_schalter_gb.gif) no-repeat;
background-color: #ffa340;
cursor: pointer;
}

/* Reset Button */
.a63-form .a63-fdelete {
font-size: 8pt;
width: 140px;
height: 25px;
padding: 0px 1px 0px 1px;
border: 1px solid #FFFFFF;
font-weight: normal;
margin-left: 0px;
color: #dcdad8;
font-family: verdana, arial, helvetica, sans-serif;
text-align: center;
text-transform:uppercase;
background-color: #2b475d;
cursor: pointer;
}

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

/* Zusatztext-Layer*/
.a63-form .a63-info {
text-align: right;
padding: 0px 5px 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;
}

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

/* Pagination-Layer */
#book .a63-entries .a63-pagination {
text-align: left;
margin-top: 10px;
margin-bottom: 20px;
font-family: georgia,times,Arial, Helvetica, sans-serif;
font-size: 9pt;
font-weight: bold;
}

/* Pagination-Links */
#book .a63-entries .a63-pagination a,
#book .a63-entries .a63-pagination a:link {
display: block;
float: left;
height: 20px;
width:  22px;
padding: 3px 3px 3px 3px;
border: 1px dotted #000000;
background-color: #b7e3f6;
text-decoration:none;
margin-top: 10px;
margin-left: 5px;
color:#000000;
text-align: center;
font-weight: bold;
}

#book .a63-entries .a63-pagination a:hover {
border: 1px dotted #FFFFFF;
background-color:#2d4862;
color: #FFFFFF;
font-weight: bold;
}

/* hervorheben des Aktuelle-Seite-Links */
#book .a63-pagination .a63-pagination_aktuell a,
#book .a63-pagination .a63-pagination_aktuell a:link {
border-top: 1px solid #000000;
font-weight: normal;
background-color:#ffa23f;
color: #000000;
font-weight: bold;
}

#book .a63-entries ul li {
list-style-type: none;
display: inline;
margin-left: 0px;
}

/* Allgemeine Formatierungen */

#book .a63-entries .mybook_oben_zahl {
display: block;
float: left;
text-align: left;
height: 34px;
width: 38px;
background:url(../files/bg_book_zahl.png) no-repeat;
color: #131705;
font-family: courier,helvetica, sans-serif;
font-weight:bold;
padding-top: 7px;
padding-left: 9px;
font-size: 11pt;
margin-right: 1px; /*Abstand zum Neme und Email*/
}

#book .a63-entries .mybook_oben,  /* Text im Balken Email, Name, Ort */
#book .a63-entries .mybook_oben a,
#book .a63-entries .mybook_oben a:link {
text-align: left;
font-weight: bold;
font-family: georgia,verdana, helvetica, sans-serif;
font-size: 10pt;
color:#000000;
text-decoration:none;
padding-top: 5px;
letter-spacing: 0px;
}

.a63-entries .mybook_unten,  /* Kommentartext */
.a63-entries .mybook_unten a,
.a63-entries .mybook_unten a:link {
color:#e0eef3;
text-align: left;
font-family: georgia,verdana,arial,helvetica,sans-serif;
font-size: 9pt;
padding: 10px 10px 10px 10px;
line-height:1.5em;
background:url(../files/bg_gb.gif);
margin-bottom: 13px;
width: 610px;
border: 1px dashed #333333;
}

.a63-entries .antwort  {
color:#ffa23f;
text-align: left;
font-family: verdana,arial, helvetica, sans-serif;
font-size: 8pt;
padding: 10px 0px 0px 0px;
line-height:1.4em;
}

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

/* Ausgabe der Dateiversion
möglichst unauffällig und klein */
.Modulversion {
font-size: 0.5em;
color: #aaaaaa;
/*  color: #dddddd; */ /* (fast) unsichtbar*/
}

.danke_gb p {
font-weight: bold;
margin-left: 3px;
}

/* ***********
Adminbereich
************ */
/* TODO: hier könnten noch Formatierungen für den Adminbereich rein */


.a22-rexlist-data th {
width: 12%;
background-color: #bdd4df;

}

.a22-col1,
.a22-col1 td {
background-color: #bdd4df;
}

.a22-col1 input,
.a22-col1 textarea {
width:320px;
padding:2px 2px 2px 3px;
border:1px solid #d1c495;
font-family: arial, helvetica, sans-serif;
margin-bottom: 10px;
}

