/** Gästebuch **/
.tx-guestbook-list-header {
background: #4B403E;
color: #ffffff;
height:25px;
text-align:left;
line-height:25px;
font-weight: bold;
}

.tx-guestbook-list-rowleft {
background-color: #eeeeee;
font-size:11px;
}

.tx-guestbook-list-row {
background-color: #ffffff;
color:#000000;
}

.tx-guestbook-form-inputfield-med {
border:solid 1px #3A0000;
font-size: 14px;
color: #000000;
width: 100px;
}

.tx-guestbook-form-inputfield-big  {
border:solid 1px #3A0000;
font-size: 14px;
color: #000000;
width: 150px; }

.tx-guestbook-form-textarea {
border:solid 1px #3A0000;
margin-left:8px;
font-size: 14px;
color: #000000;
width: 350px; }


