/********/
/* list */
/********/
.tx-guestbook-list-result {
	text-align:left;
	margin:5px;
}

.tx-guestbook-list-pagebrowser {
	text-align:center;
	margin:5px 0;
}

.tx-guestbook-list-entry {
	margin:2em 0 0 0;
	border:solid #505050 thin;
}

.tx-guestbook-list-user {
	padding:0.3em 1em 0.3em 1em;
	background-color:#505050;
	color:#fff;
	font-weight:bold;
}

.tx-guestbook-list-userdata {
	min-height:1.2em;
	padding:0.2em 1em 0.2em 1em;
	background-color:#e0e0e0;
}
/* IE Hack */
* html .tx-guestbook-list-userdata {
	height:1.2em;
}

.tx-guestbook-list-email {
}

.tx-guestbook-list-homepage {
}

.tx-guestbook-list-date {
	color:#808080;
	text-align:right;
	float:right;
}

.tx-guestbook-list-text p {
	clear:right;
	background-color:#fff;
	margin:0;
	padding:0.2em 1em 0.2em 1em;
}

.tx-guestbook-list-entrycomment-title {
	background-color:#e0e0e0;
	padding:0.2em 1em 0.2em 1em;
	margin:0;
}

.tx-guestbook-list-entrycomment {
	padding:0.2em 1em 0.2em 1em;
	font-style:italic;
}

.tx-guestbook-list-clearer {
	clear:left;
}



/***************/
/* pagebrowser */
/***************/
.tx-veguestbook-pi1-browsebox TD {
	font-size: 9px;
	color: #666666;
}

.tx-veguestbook-pi1-browsebox-strong, .tx-ttnews-browsebox-SCell {
	font-weight: bold;
}

.tx-veguestbook-pi1-browsebox-SCell {
	background-color: #EEEEEE;
}

/**********/
/* latest */
/**********/
.tx-guestbook-latest-entry {
	border: thin solid #D0D0D0;
	font-size:0.8em;
	padding:2px;
	margin:1px 0px;
}

.tx-guestbook-latest-name {
	font-weight:bold;
}

.tx-guestbook-latest-date {
	color:#808080;
}

.tx-guestbook-latest-more {
	font-size:0.8em;
	color: #666666;
	text-align:right;
	margin:0 2px 1em 0;
}

/********/
/* form */
/********/
.tx-guestbook-form-obligationfield {
	color: #CC0000;
}

.tx-guestbook-form-error {
/*	border: #CC0000 thin dotted;*/
	padding: 1em 1em 0 1em;
	margin: 1em 0em;
}
.tx-guestbook-form-errortext {
	color: #CC0000;
}

.tx-guestbook-form-wholeform fieldset {
	background-color: #fafafa;
}

.tx-guestbook-form-leftfieldgroup {
	float:left;
}

.tx-guestbook-form-wholeform label {
	width:6em;
	margin:5px;
	padding:5px;
}
/* Alle Labels außer dem von dem Textarea-Feld */
.tx-guestbook-form-wholeform .tx-guestbook-form-leftfieldgroup label {
	float:left;
	display:block;
}

.tx-guestbook-form-wholeform input {
	border: none;
	background-color: #e0e0e0;
	margin:5px;
	padding:5px;
}

.tx-guestbook-form-wholeform br {
	clear:left;
}

.tx-guestbook-form-wholeform textarea {
	border: none;
	background-color: #e0e0e0;
	margin:5px 5px 8px 10px;
	padding:5px;
	width:22em;
}

/* Der 'Absenden' Button */
.tx-guestbook-form-wholeform .tx-guestbook-form-button {
	clear:left;
	text-align:center;
/*	margin-left:auto;
	margin-right:auto;*/
}
.tx-guestbook-form-wholeform .tx-guestbook-form-button input {
	background-color: #e0e0e0;
	border: 1px dashed #505050;
	margin:15px;
}
