@charset "UTF-8";
body {
	background-color: #cacdcd;
	margin: 0;
	padding: 0;
	align: center;
	width: 100%;
	top: 0;
}

p {
	font-family: "Quattrocento Sans", sans-serif;
	font-weight: 400;
	text-align: left;
	color: #505A59;
	font-size: 100%;
	margin: 0;
	line-height: 1.35em;
}

a {
	text-decoration: none;
	font-family: "Quattrocento Sans", sans-serif;
	color: #505A59;
}

.content {
	align: center;
	max-width: 1100px;
	min-height: 800px;
	margin: 0 auto;
	-moz-box-shadow: 0px 0px 10px 4px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0px 0px 10px 4px rgba(0,0,0,0.4);
	box-shadow: 0px 0px 10px 4px rgba(0,0,0,0.4);
	background-image: url(Bilder/bg_coaching.png);
	background-repeat: no-repeat;
	background-position: center 30px;
	border-bottom-left-radius: 36px;
	border-bottom-right-radius: 36px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	background-color: #ffffff;
}

.text {
	font-family: "Quattrocento Sans", sans-serif;
	font-size: 100%;
	font-weight: 400;
	text-align: center;
	color: #505A59;
	padding-top: 600px;
	margin-left: 662px;
}

#footer {
	padding: 10px 0;
	
}
#footer p {
	font-family: "Quattrocento Sans", sans-serif;
	font-size: 80%;
	font-weight: 400;
	text-align: center;
	color: #505A59;
}

#footer a {
	text-decoration: none;
	font-family: "Quattrocento Sans", sans-serif;
	font-size: 80%;
	font-weight: 400;
	text-align: center;
	color: #505A59;
}