/* default styles for extension "tx_veguestbook_pi1" */

    .tx-veguestbook-pi1 {
        font-size:100%;
        border-bottom: 0.4em solid #E3E3E3;
    }
  
    /* error handling */
	.tx-veguestbook-pi1 p.tx-guestbook-form-error {
		font-weight:bold;
		color:#990000;
	}
	
	/* display of result count */
	.tx-veguestbook-pi1 .tx-guestbook-result {
		font-weight:bold;
		float:left;
	}
	
	/* pagination */
	.tx-veguestbook-pi1 .tx-guestbook-pagination {
		font-size:75%;
		font-weight:bold;
		float:right;
	}
	
	/* styles for list mode */
	.tx-veguestbook-pi1 div.tx-guestbook-item {
		margin-bottom: 2em;
	}
	
	.tx-veguestbook-pi1 div.tx-guestbook-header {
		border-bottom: 1px solid #E3E3E3;
	}

	.tx-veguestbook-pi1 h5.tx-guestbook-header {
		color:#666666;
		font-size:120%;
		font-weight:bold;
		padding: 0.5em;
		float: left;
		background-color: #E3E3E3;
		min-width: 18em;
		margin: 0;
		background-image: url(/fileadmin/layout/images/gb_ecke-ro.jpg);
		background-position: right top;
		background-repeat: no-repeat;
	}

	.tx-veguestbook-pi1 span.tx-guestbook-date {
		float:right;
		padding: 1em 0 0 0;
		font-size: 0.8em;
	}	
	
	.tx-veguestbook-pi1 .tx-guestbook-entry {
		border-left: 1px solid #E3E3E3;
		border-right: 1px solid #E3E3E3;
		padding: 0.5em;
		font-size: 1.2em;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-footer {
		background-color: #E3E3E3;
		min-height: 1em;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-mail {
		float: left;
		padding: 0.4em 0.5em;
	}
	.tx-veguestbook-pi1 .tx-guestbook-www {
		float: right;
		padding: 0.4em 0.5em;
	}	

	.tx-veguestbook-pi1 .tx-guestbook-www a, .tx-veguestbook-pi1 .tx-guestbook-mail a {
color: #666666;
text-decoration:none;
font-size: 1.1em;
}
	
	/* styles for latest mode */
	.tx-veguestbook-pi1 .tx-guestbook-latest p,
	.tx-veguestbook-pi1 .tx-guestbook-right p {
		color:#666666;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-latest p.tx-guestbook-date,
	.tx-veguestbook-pi1 .tx-guestbook-right p.tx-guestbook-date {
        font-weight: bold;
	}
 
	.tx-veguestbook-pi1 .tx-guestbook-right h3 {
		font-size:100%;
		color:#666666;
		font-weight:bold;
		background:none;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-right .tx-guestbook-comment {
		font-size:75%;
		color:#666;
		font-style: italic;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-latest {
		display:block;
		padding:0.25em;
		clear:both;
	}
	
	/* form styles */
	fieldset {
		border: 0;
	}
	legend {
		display: none;
	}
	.tx-guestbook-form-inputfield-med, .tx-guestbook-form-inputfield-big, .tx-guestbook-form-textarea {
		overflow: auto;
		background-color: #eaeaea;
		border: 1px solid #E3E3E3;
		margin: 0.7em 0em;
		width: 26em;
		display: block;
		margin-left: 17em;
		color: #666666;
		font-family:tahoma;
		font-size: 130%;
	}
	.tx-guestbook-field {
		clear:both;
	}
	.tx-guestbook-field LABEL {
		float:left;
	}
	.tx-guestbook-submit {
		float: right;
		background-color: #eaeaea;
		border: 1px solid #E3E3E3;
		color: #666666;
		font-weight: bold;
		padding: 0.3em;
		width: auto;
		margin-top: 0.5em;
		margin-right: 0.1em;
	}
	.tx-guestbook-form-inputfield-med#capture {
		width: 18em;
	}
	.tx-guestbook-field img {
		float: right;
		position: relative;
		top: -1.4em;
		left: -0.2em;
	}
	.tx-guestbook-clear {
		clear:both;
	}

.tx-guestbook-entry h6,p.tx-guestbook-comment {
margin:0;
}

.tx-guestbook-entry h6 {
margin-top: 1em;
font-size: 1.1em;
}
