#guestbook_container{
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	height:20px;
	padding-top: 3px;
	padding-right: 2px;
	padding-left: 2px;
	border-top-width: 1px;
	border-top-style: none;
	border-top-color: #000000;
}

#guestbook_titel{
	float: left;
	height:20px;
	
}
#guestbook_time{
	float: right;
	height:20px;

}
#guestbook_text{
	float: none;
	padding-top: 5px;
	padding-bottom: 5px;
		padding-right: 2px;
	padding-left: 2px;
}


div.guestbook_container{
	background-color: #F7E052;	
}

div.guestbook_titel{
	font-weight: bold;

}
div.guestbook_time{

}
div.guestbook_text{


}

a.guestbook_email{
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
a.guestbook_email:hover{
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}