div.guestbook_entry {
	width:96%;
	float:left;
	height:auto;
	padding:2%;
	border-bottom:1px solid #3e3e3e;
	border-top:1px solid #3e3e3e;
	color:#3e3e3e;
	background-image:url("../images/corporate/content-bg.png");
	background-position:top;
	background-repeat:repeat-x;
	margin-top:15px;
	}
p.guestbook_entry_kopf {
	font-weight:bold;
	font-size:12px;
	color:#3e3e3e;
	}
div.guestbook_entry h4 {
	display:none;
	}
p.guestbook_entry_fuss {
	font-size:12px;
	color:#222;
	}
p.guestbook_entry_content {
	color:#3e3e3e;
	}
