@charset "UTF-8";
/* CSS Document */

@import url("reset.css");

body {
	width: 100%;
	height: 100%;
	background-color: #FFFFFF;
	font-family: Century Gothic, Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:14px;
	color: #517E89;
	margin: 10px;
}


#content {
		width: 100%;
		height: 1200px;
		margin-top: 50px;
		background-image: url(content-background2.svg);
		background-size: 1200px;
		background-position: center;
		background-repeat: no-repeat;
		
		}

#mail {
	width: 100%;
	height: 40px;
	margin-top: 10px;
	background-image:url(email.svg);
	background-repeat: no-repeat;
	background-position: center;
}
	
#signature {
	width: 100%;
	height: 110px;
	margin-top: 40px;
	margin-bottom: 40px;
	background-image:url(signatur.svg);	
	background-repeat: no-repeat;
	background-position: center;
}
	
#gmap_canvas {
	color: #345770;
	font-family: Century Gothic, Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	width: 530px;
	height: 400px;
	margin-bottom: 20%;
	margin-left: auto;
	margin-right: auto;
	
}

#footer {
	height: 50px;
	background-color:#FFFFFF;
	margin-bottom: 50px;
}