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


/* LISTENANSICHT */

div.tx-guestbook-result {
	margin-bottom: 20px;
}

div.tx-guestbook-result p {
	float: left;	
}

div.tx-guestbook-pagination {
}

div.tx-guestbook-pagination ul {
	float: right;
}

div.tx-guestbook-entry {
	clear: both;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px dotted #666666;
}

h2.tx-guestbook-entry-header {
	margin-bottom: 0px;	
}

p.tx-guestbook-entry-date {
	margin-bottom: 10px;
}

div.tx-guestbook-entry-message {
	margin-bottom: 20px;
}

a.tx-guestbook-entry-footer-email {
	padding-left: 17px;
	background-image: url(../images/icons/icon_mail.gif);
	background-position: center left;
	background-repeat: no-repeat;
}

a.tx-guestbook-entry-footer-homepage {
	padding-left: 17px;
	background-image: url(../images/icons/icon_external-link.gif);
	background-position: center left;
	background-repeat: no-repeat;
}





/* EINGABE FORMULAR */
div.tx-guestbook-js-error {
	padding: 10px;
	margin-bottom: 20px;
	border: 1px solid #990000;
	background-color: #F0D9D9;
}

div.tx-guestbook-js-error p {
	color: #990000;
}

input.tx-guestbook-submit {
	display: block;
	width: 76px;
	height: 19px;
	background: none;
	background-image: url(../images/buttons/btn_senden.gif);
	background-repeat: no-repeat;
	background-position: top left;
	border: none;
	text-indent: -999em;
}


div.tx-guestbook-form-error {
}

div.tx-guestbook-form-error p {
}

div.tx-guestbook-form-error ul {
	padding-bottom: 20px;	
}

span.tx-guestbook-form-obligationfield {
	color: #97BE0D;
}

/* FORM ELEMENTS */
#firstname,
#surname,
#email,
#homepage,
#place {
	width: 200px;
}

#message {
	width: 415px;
	height: 140px;
}


