h1{
	text-align: center;
}

body#body_gaestebuch > div{
	width: 1050px;
	margin: 0 auto;
}

body#body_gaestebuch > div > div{
	float: left;
}

#bild{
	width: 200px;
	position: fixed;
	top: 10px;
}

#eintraege{
	width: 500px;
	margin-left: 200px;
}

#suche{
	width: 250px;
	position: fixed;
	top: 10px;
	margin-left: 750px;;
}

li{
	border-bottom: 1px solid brown;	
	text-align: center;
	list-style-type: none;
}

li div~div{
	text-align: right;
	padding-right: 20px;
}
form#Suchen{
	width: 300px;
}