#content .middle {
	text-align: center;
}

#map {
	width: 100%;
	height: 800px;
	background: #dedede;
	position: relative;
}
#simvol {
	position: absolute;
	bottom: 410px;
	left: 54%;
}
#content p {
	font-size: 18px;
}

#content p.phone {
	color: #2783b6;
	font-size: 36px;
	font-family: inglobalb;
	margin-top: 40px;
	margin-bottom: 20px;
}

#content p.mail a {
	display: inline-block;
	padding-bottom: 3px;
	text-decoration: none;
	color: #000;
	font-size: 18px;
	background: url('../../img/specific/email_underline.png') repeat-x bottom left;
}

