/* ********************************************
 Tabelle der Newsletter und der Abos
 **********************************************/

table.Guestbook,
table.Guestbook_links,
table.Guestbook_settings 
{
	width:					97%;
	border: 				1px;
	border-color: 			#A4A4A4;
	border-style: 			outset;

	background: 			transparent;

	vertical-align: 		midle;
	font-size: 				0.95em;
	line-height:			1.3em;
	color:					black;
}
table.Guestbook_links {
	background:				#F0748B;
}


table.Guestbook {
	margin-top:				8px;
}

table.Guestbook_settings td {

	vertical-align:			top;
	line-height:			1.5em;
}

table.Guestbook_settings td.Bezeichnung {
	width:					30%;

}


table.Guestbook_links td.left {
	width:					20%;

}

table.Guestbook_links td.right {
	width:					20%;
	text-align:				right;
}

table.Guestbook_links td.center {
	text-align:				center;

}


table.Guestbook tr.tr_odd,
table.Guestbook_settings tr.tr_odd {
	background: 			#F7F8F9;
}

table.Guestbook tr.tr_even,
table.Guestbook_settings tr.tr_even {
	background: 			#E6E7E8;
}


table.Guestbook td {
	border:					0px;
	font-size:				0.85em;
	padding-left:			2px;
}

table.Guestbook td.edit {
	width:					3%;

}


table.Guestbook td.Info {
	width:					30%;
	vertical-align:			top;
}





table.Guestbook a,
table.Guestbook_links a {
	text-decoration:		none;
	color:					#FFC001;
}

table.Guestbook a:hover ,
table.Guestbook_links a:hover {
	text-decoration:		underline;
}

img.edit_icon {

	border:					0px;

}