/* Einträge ausgeben */

.guestbook_block {
	margin-bottom:15px;
}

.guestbook_table {
	width:460px;
	background-color:#EFEFEF;
	background-image: url(../images/linie_hor.gif);
	background-position: center bottom;
	background-repeat: repeat-x;
}

.guestbook_table td {
	padding:3px 8px;
	vertical-align:top;
	
	
}
.guestbook_head {
	background-color: #dddddd;
}

.header_left,
.header_right {
	overflow:hidden;
	padding:3px 2px;
		background-image: url(../images/linie_hor.gif);
	background-position: center bottom;
	background-repeat: repeat-x;
	
}
.header_left {
	width:380px;
}
.header_right {
	text-align:right;
}

.guestbook_table .guestbook_content {
	padding:3px 8px;
}

/* Eintrag erfassen */

#guestbook_form_table {
	width:460px;
}

.left {
	width:120px;
}
.right {
	width:330px;
}

.captcha_text {
	width:77px;
}

#guestbook_form_table td {
	vertical-align:top;
	padding:0;
	padding-bottom:2px;
}

#guestbook_form_table input,
#guestbook_form_table textarea {
	font-family:Verdana;
	font-size:11px;
	width: 200px;
	border: 1px solid #cccccc;
}
#guestbook_form_table textarea {
	height:200px;
	width:100%;
}

.mussfeld {
	color:#FF0000;
}

.fehlermeldung {
	color:#FF0000;
	margin:0;
	margin:10px 0 10px 0;
}
