@charset "utf-8";
/* CSS Document */

/* Formular */
.a63-form {
	background-image:none;
	margin-left:0px;
	padding:10px 0;
}
.a63-form legend {
	font-size:180%;
	padding:5px 0 10px 0;
}
/* Eingabefelder */
.a63-form input, .a63-form textarea {
	background-color:#fff;										/* Hintergrundfarbe der Eingabefelder verändern*/
	border:1px solid #222;										/* Rahmenfarbee der Eingabefelder verändern*/
	color:#6e2e00;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:5px 0;
	width:300px;
	margin:0px 5px;
}


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

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


/* Buttons */
.a63-form .a63-fsubmit {
  width: 100px;
  margin: 0px;
  margin-top: 5px;
  background-color: #fff;
}
.a63-form input:focus, .a63-form textarea:focus {
	background-color:#eeeeee;
}
.a63-form .a63-buttons {
	padding:0 0 0 105px;	
}

.a63-fsubmit:hover, .a63-fsubmit:focus {
	background-color:#222; 
	color:#fff;
}
.a63-fsubmit {
	width:75px;
	margin:5px 0px 0px 5px;
}

/*		neues X-Form hat kien Label vor dem Submit			*/
.a63-fsubmit {
	margin-left:94px;		/*gleiche Breite wie Label + das Padding + 4px ???*/
}
/*		neues X-Form hat kien Label vor dem Submit			*/


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

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



/*
  Listen Styles
*/


/* Einträge-Layer */
.a63-entries .a63-entry {
  padding-bottom: 10px;
  border-bottom: 1px dotted #859885;
}
.a63-entries table {
	width:100%;
}
.a63-entries table td {
	padding:2px 8px;
}
.a63-entries table tr.even td {
	padding:8px 8px;
}
.a63-entries table tr.odd {
	background:#111;
	color:#ccaa77;
}
.a63-entries table tr.odd a {
	color:#ccaa77;
}
.a63-entries table tr.even {
	background:url(hg_diverses.jpg) center center;
}
.a63-entries p {
  margin: 0px;
  padding: 0px;
}

/* Pagination-Layer */
.a63-entries .a63-pagination {
  text-align: right;
  border-bottom:1px solid #333;
  margin:10px 0;
}

/* Pagination-Links */
.a63-entries .a63-pagination a {
  padding:0;
  margin:0;
}

/* 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;
  margin:0 2px;
  padding:0;
}

/*
  Allgemeine Formatierungen
*/

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

