#gaestebuch div.gb {
	margin: 0 ;
	padding: 0;
	border: 1px solid #F0F0F0;
}
#gaestebuch div.gb-author {
	margin: 0px;
	padding: 20px;
	background: #C5D2E3;
}
#gaestebuch p.gb-author-left {
	margin: 0px;
	float: left;
}
#gaestebuch p.gb-author-right {
	margin: 0px;
	text-align: right;
}
#gaestebuch div.gb-entry {
	margin: 0px;
	padding: 0 20px 20px 20px;
	background: #C5D2E3;
	font-size: 87%;
	font-weight: bold;
	color: #666666;
}
#gaestebuch p.gb-browse {
	text-align: right;
	font-weight: bold;
}
#gaestebuch p.gb-admin-buttons {
	margin: 3px 0px 0px 0px;
	text-align: right;
}
#gaestebuch .caution {
	color: red;
	font-weight: bold;
}
#gaestebuch .small {
	font-size: 100%;
	line-height:16px;
}
#gaestebuch .comment {
	margin: 10px 0px 0px 0px;
	color: #808080;
	font-style: italic;
}
#gaestebuch #neu {
	font-size: 78%;
	color: #666666;
	display: block;
	width: 238px;
	height: 28px;
	padding: 6px 0 0 20px;
	background-image: url(../pics/erstellen.gif);
	background-repeat: no-repeat;
}