#map-p {
	height: 395px;
	width: 630px;
	margin: 10px;
}
#adress1 {
	height: auto;
	width: 325px;
	float: left;
}
#adress2 {
	height: auto;
	width: 325px;
	float: right;
}
.adressbar {
	height: 20px;
	width: 280px;
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
}
.adressbar h2 {
	font-size: 14px;
	color: #FFF;
	background-color: #F30;
	padding-top: 2px;
	padding-bottom: 2px;
}

.restaurant {
	height: 210px;
	width: 280px;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 20px;
}
.adress {
	height: auto;
	width: 280px;
	margin-top: 10px;
	font-size: 12px;
	margin-left: 20px;
	background-color: #FFC;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.adress p {
	margin: 5px;
}

