
/*CSS default style*/

    .tx-veguestbook-pi1 {
    font-size:100%;
	border: 1px solid red;
	width: 515px;
	background-color: #000000;
}
  
  
    /* error handling */
	.tx-veguestbook-pi1 p.tx-guestbook-form-error {
		font-weight:bold;
		color:red;
		padding: 1em;
	}
	
	/* display of result count */
	.tx-veguestbook-pi1 .tx-guestbook-result {
		font-weight:bold;
		float:left;
		color: #666666;
		padding: 1em;
	}
	
	/* pagination */
	.tx-veguestbook-pi1 .tx-guestbook-pagination {
		font-size:75%;
		font-weight:bold;
		float:right;
		color: red;
	}
	
	/* styles for list mode */
	.tx-veguestbook-pi1 h2.tx-guestbook-header {
		clear:both;
		color: red;
		display:block;
		font-size: 105%;
		font-weight:bold;
		width: 490px;
		text-transform: uppercase;
		background-color: #000000;
		border-top: 1px solid red;
		margin-left: 1em;
}

.tx-veguestbook-pi1 h2.tx-guestbook-header a{
	color:#666;
	font-weight: normal;
}	
	.tx-veguestbook-pi1 .tx-guestbook-left {
		float:left;
		background:#000000;
		min-height:4em;
		padding: 1em;
		color: #666666;
	}
	
.tx-veguestbook-pi1 .tx-guestbook-left {
		height:4em;
		margin-top: -10px;
	}
	
.tx-veguestbook-pi1 .tx-guestbook-left p, 	.tx-veguestbook-pi1 .tx-guestbook-left p a{
		color:#666;
	}
 
.tx-veguestbook-pi1 div.tx-guestbook-right {
		float:left;
		width:350px;
		background:#000000;
		padding: 1em;
		margin-top: -10px;
	}
	
#inhalt p{
	width: 490px !important;
}

	
	/* styles for latest mode */
	.tx-veguestbook-pi1 .tx-guestbook-latest p,
	.tx-veguestbook-pi1 .tx-guestbook-right p {
		color:#FFF;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-latest p.tx-guestbook-date,
	.tx-veguestbook-pi1 .tx-guestbook-right p.tx-guestbook-date, tx-guestbook-date, p.plugin.tx-guestbook-date{
        color: #666666;
	}
 
	.tx-veguestbook-pi1 .tx-guestbook-right h3 {
		font-size:100%;
		color:red;
		font-weight:bold;
		background:none;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-right .tx-guestbook-comment {
		font-size:75%;
		color:#333;
		font-style: italic;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-latest {
		display:block;
		padding:0.25em;
		clear:both;
	}
	
	/* form styles */
	.tx-veguestbook-pi1 .tx-guestbook-field {
		clear:both;
		width:100%;
		display:block;
		padding-top: 1em;
		margin-left: 1em;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-field label {
		clear: both;
		display: block;
		float: left;
		width: 11em;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-field input.tx-guestbook-form-inputfield-med {
		float:left;
		width:20em;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-field input.tx-guestbook-form-inputfield-big {
		float:left;
		width:20em;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-field textarea.tx-guestbook-form-textarea {
		width: 20em;
		display: block;
		float: left;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-field span.tx-guestbook-form-obligationfield {
		color:red;
	}
	
	.tx-veguestbook-pi1 fieldset {
		border:none;
	}
	
	.tx-veguestbook-pi1 legend {
		display:none;
	}
	
/*	.tx-veguestbook-pi1 .tx-guestbook-freecap {
		float:left;
		display:block;
		background:#F7F7F7;
		border:1px solid #CCC;
	}
 
	.tx-veguestbook-pi1 .tx-guestbook-freecap {
		margin-left:2.25em;
	}
 
	
	.tx-veguestbook-pi1 .tx-guestbook-freecap img {
		float:left;
		display:block;
		padding-left:0.25em;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-freecap input {
		float:left;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-freecap label {
		clear:both;
		display:block;
		float:none;
		width:10em;
		margin-bottom:0.5em;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-freecap p {
		font-size:75%;
		padding:0.25em;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-freecap h3 {
		display:none;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-freecap span.tx-srfreecap-pi2-cant-read {
		color:#990000;
	}*/
	
	.tx-veguestbook-pi1 .tx-guestbook-clear {
		clear:both;
		display:block;
	}
	
.tx-veguestbook-pi1 input.tx-guestbook-submit {
		width:auto;
		display:block;
		background-color: #000000;
		border: 1px solid red;
		color: #FFFFFF;
		margin-left: 11em;
}

.tx-veguestbook-pi1 input.tx-guestbook-submit:hover {
		background-color: red;
}

.captcha-img{
	margin-left: 11em;
	margin-top: 1em;
}

