/*________________________________________________________Gästebucheintrag */


li.guestbook_single {
	list-style: none;
}

.guestbook_authorname {
	letter-spacing: 4px;
	font-size: 12px;
}

.guestbook_authorinfo {
	font-size: 10px;
}

.guestbook_entry {
	width: 460px;
	margin-left: 15px;
}

.guestbook_entry td {
	overflow: hidden;
}

.guestbook_entry_title {
	overflow: hidden;
	width: 140px;
	padding-right: 10px;
	text-align: right;
}

/*________________________________________________________Benutzerschnittstelle */

/* Eingabefelder */
.input_text, .form_textarea {
	font: 11px Georgia, "Times New Roman", Times, serif; 
	border: 1px solid #CCC;
	color: #333333; 
	width: 250px; 
}

.input_vorname   {background: #FFF url(../img/input_vorname.gif)   no-repeat bottom right;}
.input_nachname  {background: #FFF url(../img/input_nachname.gif)  no-repeat bottom right;}
.input_email     {background: #FFF url(../img/input_email.gif)     no-repeat bottom right;}
.input_website   {background: #FFF url(../img/input_website.gif)   no-repeat bottom right;}
.input_ort       {background: #FFF url(../img/input_ort.gif)       no-repeat bottom right;}
.input_nachricht {background: #FFF url(../img/input_nachricht.gif) no-repeat bottom right; margin: 4px 0 4px 0;}
.input_captcha   {background: #FFF url(../img/input_captcha.gif)   no-repeat bottom right;}

/*Farbe des Sterns für die Pflichtfelder*/
.color_obligated { 
	color: #CC0000; 
}

/*Fehlerfarbe*/
.color_error { 
	color: #CC0000; 
}

.guestbook_form_error {
	text-align: center;
}

.commentlist{
	margin: 0px;
	padding: 0px;
	list-style-position: outside;
	list-style-type: none;
}
