/* pagebrowser */

div.tx-guestbook-pagination {
	width: 100%;
	text-align: center;
	
	/* Formatierung pageBrowser vorübergehend ausgeblendet, da er sich bei wenigen Einträgen nicht abstellen lässt
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin: 20px 0 20px 0;
	padding: 10px 0 10px 0;
	*/
}


div.tx-guestbook-pagination a {
	margin: 0px 2px;
	padding: 3px 1px;
}

div.tx-guestbook-pagination strong {
	margin: 0px 2px;
	padding: 3px 1px;
	background-color: #ccc;
	border: 1px solid #7d7d7d;
	font-weight: bold;
}

/* general */
.tx-veguestbook-pi1 {
        font-size:100%;
    }
    
  
/* TEASER */

.ve_guestbook-teaser {
	clear: both;
}

.ve_guestbook-teaser1 {
	float: left;
	width: 26px;
	margin: 10px 0px;
}

.ve_guestbook-teaser1 img {
	width: 16px;
	height: 16px;
}

.ve_guestbook-teaser2 {
	float: left;
	width: 218px;
	padding: 5px;
	margin: 10px 0px 10px 0px;
	background: #ddd;
	text-decoration: none;
	color: #000;
}

.ve_guestbook-teaser2 p {
	height: 73px;
	padding: 0px;
	background: #ddd;
	margin: 0;
}

/*IE6 Hack*/
* html .ve_guestbook-teaser2 { 
	width: 228px;
}

.ve_guestbook-person {
	font-size: 11px;
	padding: 0px;
	margin: 0;
}

/*IE6 Hack*/
* html .ve_guestbook-person { }

.ve_guestbook-teaser a,
.ve_guestbook-teaser a:hover,
.ve_guestbook-teaser2 p a,
.ve_guestbook-teaser2 p a:hover {
	text-decoration: none;
	color: #000;
	}

.ve_guestbook-person1 {
	float: left;
	width: 45%;
}

.ve_guestbook-person2 {
	float: right;
	width: 45%;
	text-align: right;
}

.ve_guestbook-teaser3 {
	float: right;
	width: 16px;
	margin: 71px 0px 10px 0px;
}

.ve_guestbook-teaser3 img {
	width: 16px;
	height: 16px;
}

/* 2 Buttons 'lesen' und 'schreien' (ab 06.11.08) */
.ve_guestbook-teaser-more {
	clear: both;
	width: 239px;
	padding-top: 10px;
	margin-left: 23px;
}

/*IE6 Hack*/
* html .ve_guestbook-teaser-more { 
	width: 244px;
	margin-left: 20px;
}

img.ve_guestbook-teaser-more1 {
	float: left;
	width: 80px;
	height: 20px;
	margin: 0;
	padding: 0;
}

img.ve_guestbook-teaser-more2 {
	float: right;
	width: 151px;
	height: 20px;
	margin: 0;
	padding: 0;
}
.tx-veguestbook-pi1 .tx-guestbook-teaser-clear {
	clear:both;
	display:block;
	height: 10px;
}


/*Button 'Eintraege lesen/verfassen' (bis 06.11.08) */
.ve_guestbook-own {
	clear: both;
	width: 100%;
	padding-top: 20px;
	text-align: right;
}

.infoboxFlexibel .ve_guestbook-own a {
	font-size: 11px;
	font-weight: bold;
}

.infoboxFlexibel .ve_guestbook-own a:hover {
	color: #b9002e;
}

/* LIST */


.tx-guestbook-listbox {
	width: 408px;
	border: 1px solid #ccc; 
	margin-bottom: 10px; 
	padding: 10px;
}
.tx-guestbook-header {
	border-bottom: 1px solid #ccc; 
	margin: 0px 0px 10px 0px; 
	padding-bottom: 10px;
	font-weight: bold;
}

.tx-guestbook-red {
	color: #b8002e;
}



.tx-guestbook-right p {
	margin: 5px 0px 0px 0px;
}

/* error handling */
.tx-veguestbook-pi1 p.tx-guestbook-form-error {
	font-weight:bold;
	color:#990000;
}
	
	
.tx-veguestbook-pi1 .tx-guestbook-clear {
	clear:both;
	display:block;
}


	
/* FORM */
/*Formatierungen des Forms siehe auch powermail.css*/

.tx-guestbook-field {
	clear: both;
	margin-top: 5px;
}

.tx-guestbook-field img {
	margin-left: 1px;
	padding-top: 0px;
}
.tx-guestbook-field #capture {
	margin-top: 0px;
}

.tx-guestbook-submit {
	margin-left: 140px;
}	

/*.tx-guestbook-form-obligationfield siehe powermail.css*/